The OSI Seven-Layer Model
Networking is broken into layers where each layer handles a single specific job and relies on the layer directly below it. This modular separation allows each layer to be designed and modified independently without disrupting the entire system.
The classic teaching framework is the Open Systems Interconnection (OSI) model, which organizes network communication into seven layers from the physical medium at the bottom to user-facing software at the top:
- Physical: Transmits raw signals over physical media, including actual cables, radio waves, and electrical voltages.
- Data Link: Moves data between two directly connected devices on a local segment using MAC addresses.
- Network: Moves packets across multiple interconnected networks using logical IP addresses.
- Transport: Provides end-to-end delivery between specific programs (such as via TCP and UDP).
- Session: Manages and coordinates ongoing conversations between applications.
- Presentation: Formats and encrypts data for presentation or transmission.
- Application: Represents the software interface that users directly interact with, such as web browsers and email clients.
0
1
Tags
Prep Sessions
From Packets to Protocols: How Modern Networks Transmit Data @ University of Michigan - Ann Arbor
Ch.1 Network Architecture and Layering - From Packets to Protocols: How Modern Networks Transmit Data @ University of Michigan - Ann Arbor
Layered Network Models and Encapsulation - From Packets to Protocols: How Modern Networks Transmit Data @ University of Michigan - Ann Arbor
Learn After
Match each OSI layer to its primary responsibility.
In the OSI model, the ___ layer provides end-to-end delivery between specific programs using protocols such as TCP and UDP.
Order these OSI layers from the bottom layer (Layer 1) to the top layer (Layer 4).
Identify the OSI layer responsible for resolving this issue and explain its specific role in network communication.