OSI stands for Open Systems Interconnection. It is a conceptual model that illustrates the design of a network that is used for communication between various computer systems. It has
seven separate but related layers with specific functions.
Physical layer: It is the lowermost layer of the OSI framework. The actual transmission of bits over a communication channel occurs at this layer. Its responsibilities include the physical representation of interfaces and medium, line configuration, data rate, synchronization of bits, physical topology, and transmission mode.
Datalink layer: This layer provides the means to transfer data between neighboring network nodes. Its responsibilities include framing, physical addressing, flow control, error control, and access control.
Network layer: This layer transfers packets from source to destination. The source and destination can be in different networks. Its responsibilities include logical addressing and routing.
Transportation layer: This layer sends messages from one process to another process. A process is an application program that is running on the host. Its responsibilities include service-point addressing, segmentation and reassembly, connection control, flow control, and error control.
Session layer: This layer is responsible for dialog control and synchronization.
Presentation layer: This layer is concerned with the syntax and semantics of the information exchanged between the systems. Its responsibilities include translation, encryption, and compression.
Application layer: This is the topmost layer of the OSI framework. It provides users with services. The services include user interfaces, electronic mail, remote file access and transfer, shared database, etc. Its responsibilities also include directory services.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
OSI stands for Open Systems Interconnection. It is a conceptual model that illustrates the design of a network that is used for communication between various computer systems. It has seven separate but related layers with specific functions.