The OSI Reference Model
The OSI Reference Model
Covering the Open Systems Interconnection (OSI) model, its seven hierarchical layers, encapsulation, and how data reliably travels across disparate networks.
Internetworking Models
In the late 1970s, the Open Systems Interconnection (OSI) reference model was created by the ISO to break through the barrier of proprietary networks. It serves as a conceptual blueprint defining how data communicates from an application on one computer through network media to another.
- Domain 1.0: Networking Concepts
- 1.1 Explain concepts related to the OSI reference model
- Layer 1 through Layer 7 Functions
- Encapsulation and Decapsulation
- Media Access Control (MAC) & Logical Link Control (LLC)
- Connection-oriented vs Connectionless
- TCP Three-way Handshake
The OSI Model Stack
The OSI model is divided into two groups. The top three layers define how applications communicate with end users. The bottom four layers define how data is transmitted end to end. Remember the mnemonic: Please Do Not Throw Sausage Pizza Away.
Reliable Communication & Flow Control
The Transport layer is crucial for establishing logical connections. It handles connection-oriented communication, flow control, windowing, and acknowledgments to ensure data integrity.
1. SYN: Request for synchronization.
2. SYN/ACK: Acknowledges request and establishes connection parameters.
3. ACK: Final acknowledgment. Connection is established.
Network, Data Link & Physical
The bottom three layers dictate how data is routed across the internetwork, framed for local delivery, and physically transmitted as bits.
Data Encapsulation Method
When a host transmits data, it is wrapped with protocol information at each layer of the OSI model. Each layer communicates with its peer layer using Protocol Data Units (PDUs).
Practice Written Lab
Fill in the blank with the OSI layer name that best fits each statement. Type your answer and press Enter or click outside the field to check.
Test Your Knowledge
20 review questions covering all the chapter material. Select the best answer for each question.