The OSI Model, which stands for Open Systems Interconnection, refers to a non-proprietary framework consisting of seven layers, each designated with a specific function. These layers collaborate to facilitate data transmission from one individual to another worldwide. The OSI reference model was developed by the International Organization for Standardization (ISO) in 1984.

While the OSI model offers a theoretical foundation for comprehending network communication, it is typically not implemented in its entirety in real-world networking hardware or software. Instead, various protocols and technologies are designed based on the principles of the OSI model to ensure efficient data transmission and networking operations.
The OSI model consists of seven layers, arranged from lowest to highest:

The Physical Layer is the lowest layer, responsible for the physical connection between devices, transmitting data as bits.

Functions:
Devices: Hub, Repeater, Modem, Cables.
Note: Network Layer, Data Link Layer, and Physical Layer are known as Lower Layers or Hardware Layers.
The Data Link Layer ensures error-free data transfer between nodes over the physical layer, using MAC addresses.

Functions:
Devices: Switch, Bridge.
Note: Data Link Layer packets are called Frames. Managed by NIC and device drivers.
The Network Layer handles data transmission between different networks, routing packets by selecting the optimal path.

Functions:
Devices: Routers, Switches.
Note: Network Layer packets are called Packets.
The Transport Layer provides end-to-end data delivery, acknowledging successful transmission and retransmitting data if errors occur.

Functions:
Services:
Devices/Protocols: TCP, UDP, NetBIOS, PPTP.
Note: Transport Layer packets are called Segments. Managed by the OS.
The Session Layer manages session establishment, maintenance, and termination, ensuring secure communication.

Functions:
Devices/Protocols: NetBIOS, PPTP.
Note: Integrated with Presentation and Application layers in the TCP/IP model as the "Application Layer."
The Presentation Layer, also known as the Translation Layer, formats and encrypts data for network transmission.

Functions:
Devices/Protocols: JPEG, MPEG, GIF.
The Application Layer interfaces with network applications, generating data for transmission and displaying received information.

Functions:
Devices/Protocols: SMTP.
Note: Also known as the Desktop Layer.
Note: The OSI model is a reference model and is not implemented on the internet due to its late invention. The current model in use is the TCP/IP model.
| 1. What are the 7 layers of the OSI model and what does each one do? | ![]() |
| 2. Why do we need the OSI model when TCP/IP model exists? | ![]() |
| 3. How do data packets move through the OSI layers during transmission and reception? | ![]() |
| 4. What's the difference between the Data Link layer and Network layer in the OSI model? | ![]() |
| 5. How do I remember all seven OSI layers quickly for my exams? | ![]() |
![]() | Explore Courses for Computer Science Engineering (CSE) exam |
![]() | Get EduRev Notes directly in your Google search |