|
|
|
|
| Lawyer | Lawyer | |
![]() | ![]() | |
| Secretary | Secretary | |
![]() | ![]() | |
| Mailmen | Mailmen | |
![]() | ![]() | |
| Post Office | Post Office | |
![]() | ![]() | |
| State Sorting Office | State Sorting Office | |
Postal plain![]() |
Reasons for having a layered conceptual model:
| Layer | Unit | Function |
|---|---|---|
| Application | Data | Provides the interface and services that support user applications and provides general access to the network. |
| Presentation | Data | The translator for the OSI model; responsible for the conversion of data into a generic format and the coding of data using various encryption methods. |
| Session | Data | Establishes and maintains the communication link between communicating computers. |
| Transport | Segment | Responsible for end-to-end data transmission, flow control, error checking, and recovery. |
| Network | Packet | Provides the logical addressing system used to route data from one node to another. |
| Data Link | Frame | Responsible for the framing of data packets and the data movement across the physical link between two nodes. |
| Physical | Bit | Manages the process of sending and receiving bits over the physical network media (the wire and other physical devices). |
| Layer | Unit | Function |
|---|---|---|
| Application | Message | Provides the interface and services that support user applications and provides general access to the network. Responsible for the conversion of data into a generic format and the coding of data using various encryption methods. |
| Transport | Segment | Responsible for end-to-end data transmission, flow control, error checking, and recovery. |
| Network | Datagram | Provides the logical addressing system used to route data from one node to another. |
| Data Link | Frame | Responsible for the framing of data packets and the data movement across the physical link between two nodes. |
| Physical | 1-PDU | Manages the process of sending and receiving bits over the physical network media (the wire and other physical devices). |