OSI Model Explanation
OSI Model Explanation
Overview
The OSI (Open Systems Interconnection) Model is a conceptual framework used to understand and standardize how
different networking protocols interact in a network. It divides the communication system into seven distinct layers, each
1. Physical Layer
Function: Transmits raw bits (0s and 1s) over a physical medium.
Working: Converts digital data into electrical/optical signals and transmits them. No interpretation of data.
Divided into:
- MAC (Media Access Control): Controls how devices access the medium.
Working: Ensures a reliable link between two directly connected nodes by packaging bits into frames.
3. Network Layer
Working: Determines the best path for data from source to destination and forwards packets accordingly.
4. Transport Layer
Key Protocols:
OSI Model Explanation
Working: Breaks data into segments, assigns sequence numbers, manages retransmission of lost packets.
5. Session Layer
Working: Coordinates dialogue between two systems; ensures the session is maintained and synchronized.
6. Presentation Layer
Key Roles:
- Data compression
- Encryption/decryption
Working: Converts data into a format understandable by the application (e.g., encoding/decoding).
7. Application Layer
Working: The user interacts with applications that make use of protocols defined in this layer.
2. Presentation Layer: The email text is converted into ASCII, encrypted if needed.
3. Session Layer: A session is created between your email client and the server.
4. Transport Layer: Data is broken into segments, TCP ensures reliable delivery.
6. Data Link Layer: Frames are created with MAC addresses and error checking.
7. Physical Layer: Bits are sent over the wire or air to the destination.
Summary Table