0% found this document useful (0 votes)
26 views1 page

OSI Model Overview and Layers Explained

Uploaded by

sonyosmi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

OSI Model Overview and Layers Explained

Uploaded by

sonyosmi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Computer Networks – OSI Model Notes

Introduction

The OSI (Open Systems Interconnection) Model is a conceptual framework developed by ISO
(International Organization for Standardization) to standardize the functions of a communication
system into 7 distinct layers. Each layer performs specific tasks and communicates with the layers
directly above and below it.

7 Layers of OSI Model

1. Physical Layer - Deals with hardware transmission of raw bits. - Concerned with: cables,
switches, voltages, data rates, physical topology. - Example: Ethernet cables, hubs.

2. Data Link Layer - Responsible for error detection and correction. - Divides data into frames. -
Ensures reliable point-to-point communication. - Sub-layers: MAC (Media Access Control) & LLC
(Logical Link Control). - Example: Switches, MAC addresses.

3. Network Layer - Handles routing of data from source to destination across multiple networks. -
Uses logical addressing (IP addresses). - Example protocols: IPv4, IPv6, ICMP, IPsec. - Example
devices: Routers.

4. Transport Layer - Ensures reliable delivery of data. - Implements segmentation and reassembly.
- Supports error recovery & flow control. - Example protocols: TCP (reliable, connection-oriented),
UDP (faster, connectionless).

5. Session Layer - Manages sessions between applications. - Responsible for dialog control,
synchronization, and maintaining connections. - Example: Remote procedure calls (RPC),
NetBIOS.

6. Presentation Layer - Ensures data is in a readable format for the application layer. - Handles
encryption, compression, translation. - Example: JPEG, MP3, SSL/TLS encryption.

7. Application Layer - Closest to the end-user. - Provides network services to applications. -


Example protocols: HTTP, FTP, SMTP, DNS.

Mnemonic to Remember Layers “Please Do Not Throw Sausage Pizza Away” (Physical → Data
Link → Network → Transport → Session → Presentation → Application)

Difference between TCP/IP and OSI Model - OSI Model has 7 layers; TCP/IP Model has 4 layers. -
OSI is a reference model; TCP/IP is a practical model used on the internet. - OSI is more
theoretical; TCP/IP is implementation-oriented.

Importance of OSI Model - Standardization of networking. - Troubleshooting becomes easier


(layer-wise). - Interoperability between different hardware/software vendors. - Provides a
conceptual understanding for networking students and professionals.

Common questions

Powered by AI

The Network Layer uses logical addressing through protocols such as IPv4 and IPv6 to facilitate data routing across multiple networks. It employs devices like routers to manage the forwarding of packets based on destination addresses, determining optimal paths using routing algorithms. This layer thus ensures data packets traverse complex networks efficiently, reaching the destination reliably regardless of physical connectivity changes .

The Physical Layer serves as the foundational layer by dealing with hardware transmission of raw bits over a physical medium. It specifies the electrical, mechanical, and procedural interfaces to the physical media, such as cables, switches, and data rates, upon which everything else builds. Successful communication across other layers depends on the infrastructure and protocols defined by the Physical Layer .

Sub-layers within the Data Link Layer, such as MAC (Media Access Control) and LLC (Logical Link Control), enhance communication reliability by dividing responsibilities. MAC handles access to physical network mediums, managing frame error checking and medium access. LLC provides interface and control functions, ensuring the data link connection services. Together, they balance error handling and reliable delivery, enabling robust point-to-point network communication .

TCP (Transmission Control Protocol) offers reliable, connection-oriented communication, ensuring data integrity and ordered delivery through error recovery and flow control mechanisms, which makes it suitable for applications requiring high reliability. UDP (User Datagram Protocol), however, provides faster, connectionless service without error-checking or recovery mechanisms, beneficial for applications where speed is crucial and errors can be tolerated, like live video streaming .

The OSI Model, a theoretical framework with seven layers, serves primarily for educational purposes and network standardization, while the TCP/IP Model has four layers and is practical, implementation-oriented, commonly used in real-world internet communications. The OSI Model's detailed layer separation provides a more granular understanding of networking functions, whereas the TCP/IP Model simplifies this into a more streamlined structure, aligning closely with the suite of protocols used on the internet today .

The primary tasks of the Presentation Layer include ensuring data is in a readable format for the application layer by handling data format translation, data encryption, and data compression. This layer thus impacts data communication by preparing raw data for processing in the Application Layer, ensuring that the data can be properly interpreted and secured across different systems, maintaining integrity and confidentiality with formats like JPEG and encryption protocols like SSL/TLS .

The Session Layer manages sessions by establishing, maintaining, and terminating connections between applications. It is crucial for dialog control and synchronization, ensuring that data exchanges occur in an orderly manner. By maintaining session state and handling session restoration after interruptions, this layer supports the reliability and integrity of persistent application connections, as seen in mechanisms like remote procedure calls (RPC).

The Data Link Layer is responsible for error detection and correction, divides data into frames, and ensures reliable point-to-point communication through sub-layers like MAC and LLC. It manages how data is physically encoded and decoded by the network. In contrast, the Network Layer handles the routing of data from the source to destination across multiple networks and leverages logical addressing with protocols like IPv4 and IPv6. It determines the best path for data transmission, enabling end-to-end communication over large distances .

The layer-by-layer structure of the OSI Model aids in easier troubleshooting by isolating issues to specific layers. Each layer performs distinct functions, enabling network administrators to identify and address problems systematically without affecting the entire system. This layered analysis allows clear diagnostic paths and resolution strategies, significantly reducing complexity in problem-solving .

The OSI Model assists in standardizing networking communication through its structured seven-layer framework, which provides a universal set of guidelines and protocols for network communication. This layered approach ensures that different vendors’ hardware and software can communicate effectively, as each layer specifies particular network functions and interfaces. As a result, it facilitates interoperability and compatibility across diverse systems and products .

You might also like