[prev] [prev-tail] [tail] [up]

1.2 Software (Protocols)

      |||-----||             ||----||||
||||| |#######||             ||#######| |||||
||| --|#######-----------------#######|-- |||
||||---------|-               ||--------|||||
 |||------|-||                 ||-|----- |||
 | --------------|         --------------| |
   mail program  ----------|mail program |
   -------|------          -------|------
--------------------|   --------------------|
transmiter/receiver -----transmiter/receiver |
--------------------    --------------------

3-Layer Model

Layers
|----------------------|
|--Application-Layer---|
|---transport-Layer----|
|    Network  Layer    |
 -----------------------

Protocols
With the exception of the bottom layer, communication between corresponding layers are virtual

------------|                    |------------|
|Application||---Application |---|Application |
----Layer----     Protocols      |---Layer-----
 -----||----|                    |-----||----|
 |transport ||----transport  ---|| transport  |
 ---Layer----     Protocols      |---Layer----
 -----||----|                    |-----||----|
 | Network  ||---- Network   ----| Network   |
 |  Layer   |     Protocols      |   Layer   |
 ------------                     ------------
    Host 1                          Host 2

Protocol Data Unit (PDU)
The combination of the data from the higher layer and the control information placed by the layer into the header

            |----------------
            application|data|||
            |-|#####|||   |-|||||||||-
transport   th|#######||  |th|||######||
  ndeattwaork   |-|#######|||    ||######|||||
    data    nh-----------    nh-----------

Transport PDU
Destination SAP The address of the application within the destination host, called service access point (SAP).
Sequence number Allow the destination transport to reorder units that arrive out of order.
Error-detection code
Network PDU
Destination host address
Priority request

TCT/IP Model

A dominant five-layers protocol architecture resulted from the experimental ARPANET packet switching network.

Open Systems Interconnection (OSI) Model

The OSI seven-layers model developed by the International Organization for Standardization (ISO) as a framework for developing protocol standards

[prev] [prev-tail] [front] [up]