The OSI model summary
The OSI model summary
The OSI model consists of seven layers that form a structured system which is responsible for all network communication between computers. Below is a brief summary of all OSI model layers.
- Application layer - contains all protocols and methods that fall into the realm of process-to-process communications.
- Presentation layer - is responsible for the delivery and formatting of information for further processing or display.
- Session layer - provides the mechanism for opening, closing and managing a session between end-user application processes.
- Transport layer - defines protocols that are responsible for encapsulating application data blocks into data units (segments, datagrams) suitable for transfer to the network infrastructure.
- Network layer - is responsible for end-to-end packet transmission including routing through intermediate hosts.
- Data link layer - defines a protocol which is responsible for transferring data between adjacent network nodes.
- Physical layer - defines all physical aspects of a network connections.
Tags:


