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.
21 videos|113 docs|66 tests
|
1. What is the OSI Model and how many layers does it have? |
2. What are the seven layers of the OSI Model? |
3. What is the purpose of the OSI Model in computer science engineering? |
4. How does the OSI Model help in troubleshooting network issues? |
5. Can the OSI Model be applied to real-world networking scenarios? |
|
Explore Courses for Computer Science Engineering (CSE) exam
|