OSI Model·Lesson 1 of 12

OSI Reference Model

01

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.

02

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.

03

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)

7

Application

The layer apps use to reach the network

Layer 7
6

Presentation

Translates, encrypts, and compresses data

Layer 6
5

Session

Opens, manages, and closes conversations

Layer 5
4

Transport

End-to-end delivery between programs

Layer 4
3

Network

Addresses and routes across networks

Layer 3
2

Data Link

Delivery between two directly linked devices

Layer 2
1

Physical

Raw bits as signals on the medium

Layer 1

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.

04

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."

OSI is a teaching and design framework, not running code. The internet is actually built on the TCP/IP model. OSI stays useful because it's the shared language engineers use to describe, design, and troubleshoot networks layer by layer.

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