The Open Systems Interconnection model is a seven-layer reference framework. It gives engineers a shared vocabulary for locating responsibilities, interfaces, and failures; it is not a literal description of every implementation.
Network Basics · Lesson 2
OSI Model
Learn how the seven-layer OSI reference model organizes network functions and troubleshooting language.
The Seven Layers
From lowest to highest, the OSI layers are:
- Physical: signals, media, connectors, and bit transmission.
- Data Link: local frames, link addressing, and media access.
- Network: logical addressing and forwarding between networks.
- Transport: communication between endpoints or processes.
- Session: managing communication sessions.
- Presentation: data representation, transformation, and encoding.
- Application: network services used by applications.
Which OSI layer handles logical addressing and forwarding between networks?
Using the Model as Vocabulary
Statements such as “a Layer 2 loop” or “a Layer 4 port” identify a functional area without explaining every implementation detail. A real protocol may span boundaries, and encryption, tunnels, proxies, or overlays can create several nested layers.
What is the OSI model most useful for in everyday troubleshooting?
Comparing OSI and TCP/IP
The Internet protocol suite and the OSI reference model developed through different standardization histories. The practical TCP/IP model often groups OSI session and presentation responsibilities into its application layer and combines physical and data-link concerns into a link or network-access layer. Mappings are approximate, not proof that one stack was implemented directly from the other.
How should an OSI-to-TCP/IP layer mapping be interpreted?
Troubleshooting Across Layers
Begin at the symptom and test assumptions rather than mechanically checking layers in numeric order. A web failure may involve local link state, IP routing, transport reachability, TLS, name resolution, authentication, or application behavior. Evidence at one layer can direct the next test without proving that higher layers work.
What does a working local Ethernet link prove?
Lesson complete
You finished OSI Model
You can now use the OSI model as a layered diagnostic vocabulary.
Name the seven layers in order.
Associate each layer with its broad responsibility.
Treat mappings to TCP/IP as approximate.
Use layer evidence to guide, not replace, end-to-end tests.
Keep your learning progress
Create a free account to save this lesson and continue learning on any device.
Create a free account