OSI Model·Lesson 1 of 12
OSI Reference Model
The Short Answer
The OSI model — OSI stands for Open Systems Interconnection — is a conceptual map that describes how two devices talk to each other over a network. It breaks the whole job of "sending data from one computer to another" into seven smaller steps, called layers, and each layer has one clear responsibility. Think of it as a shared blueprint that everyone in networking agrees to use so they can describe and design networks the same way.
The one thing to remember
OSI is a reference model — a way of thinking and talking about networks, not a piece of software you install. It splits communication into 7 layers, from the physical wire at the bottom to the app you use at the top.
Why It Exists
In the early days of networking, every company built its own system, and machines from different makers often couldn't talk to each other. To fix this, the published the OSI model in 1984 as a common standard. The goal was interoperability: if everyone designs their equipment to fit the same seven-layer framework, then hardware and software from different vendors can work together.
The word "open" in Open Systems Interconnection is the key idea: an open system is one that follows public, agreed-upon rules, so it can connect with any other system that follows the same rules — no matter who built it.
A company with seven departments
Imagine a company where every order passes through seven departments — sales, packing, shipping, and so on. Each department does one job and hands the work to the next. Nobody needs to know how the other departments work internally; they just need to agree on what gets passed between them. The OSI model organizes networking the same way: seven layers, each with one job, each handing off to the next.
The Seven Layers at a Glance
Here are the seven layers, numbered from Layer 7 at the top (closest to you, the user) down to Layer 1 at the bottom (the physical wire or wireless signal). Data from an app travels down this stack on the sending device and back up the stack on the receiving device.
The OSI model (top to bottom)
Application
The layer apps use to reach the network
Presentation
Translates, encrypts, and compresses data
Session
Opens, manages, and closes conversations
Transport
End-to-end delivery between programs
Network
Addresses and routes across networks
Data Link
Delivery between two directly linked devices
Physical
Raw bits as signals on the medium
Don't worry about memorizing what each layer does yet — that's what the rest of this topic is for. For now, just notice the shape: seven ordered layers, the top ones close to the user and the bottom ones close to the hardware.
A Model, Not the Real Internet
This is the part beginners most often get wrong. The actual internet does not run on the OSI model — it runs on a simpler, four-layer model called . So why learn OSI at all? Because it's the clearest way to understand what has to happen for a network to work, and because engineers everywhere use its vocabulary. When someone says "that's a Layer 3 problem" or "the switch works at Layer 2," they're speaking OSI.
“"The OSI model is the software that powers the internet."”
Q:In one sentence, what is the OSI model?
A: It's a conceptual seven-layer framework, standardized by the ISO in 1984, that divides network communication into ordered layers — each with a single responsibility — so that systems from different vendors can interoperate and engineers have a common vocabulary for describing networks.
Quick Revision Cheat Sheet
OSI: Open Systems Interconnection — a 7-layer reference model
Created by: ISO (International Organization for Standardization), 1984
Purpose: A common framework so different vendors' systems interoperate
Layer count: 7 — Application (7) down to Physical (1)
Model vs reality: OSI is conceptual; the internet actually runs on TCP/IP
Why learn it: It's the shared vocabulary for designing and troubleshooting networks