Objective 1.1 · Network+ N10-009

The OSI Model

The seven-layer reference model, what each layer is responsible for, how data is encapsulated on the way down and decapsulated on the way up, and how the model maps onto the TCP/IP stack you actually troubleshoot.

CompTIA objective 1.1: Explain concepts related to the Open Systems Interconnection (OSI) reference model.

12modules
35minutes
0%
0 of 12 complete · saved on this device
Module 1 of 12

Why a reference model exists

Networking is a field of thousands of protocols, standards and boxes from vendors who never agreed on anything. The OSI model is the shared filing system that lets you compare any two of them.

The Open Systems Interconnection reference model was published by the ISO to give the industry a common point of reference. It divides everything a network does into seven layers, each responsible for one family of jobs, each depending on the layer beneath it and serving the layer above it.

What the model actually buys you

  • A common vocabulary. Saying “this is a Layer 2 problem” tells another engineer more in four words than a paragraph of description would.
  • Interoperability reasoning. Two devices can talk if they share a protocol at the layer in question. Your laptop and a web server on the other side of the world have almost nothing in common — but they both speak IP at Layer 3, so they can reach each other.
  • A troubleshooting order. Faults can be chased layer by layer instead of guessed at. There is a whole module on this at the end of the lesson.
  • Separation of concerns. Fibre replaced copper without rewriting HTTP, because the physical layer changed and nothing above it needed to care.

Think of it as a bookcase

A useful way to picture the model is a bookcase with seven shelves. Similar books are grouped on a shelf; similar protocols and functions are grouped in a layer. The shelves have an order and things generally sit where you expect — but the bookcase is a convenience for finding things, not a law of physics.

Payload, and why the distinction matters

When you load a web page, the thing you actually want is the text and images. Everything else — addresses, ports, checksums — exists only to get that content to you. The generic term for “the data itself, as distinct from the delivery information wrapped around it” is the payload. Every layer treats what it received from the layer above as payload, and adds its own delivery information around it. That single idea is the whole of encapsulation, which you will meet two modules from now.

Why is the application layer numbered 7 and not 1?

The layers are numbered from the wire upwards, because that is the order data physically moves through them on arrival. Layer 1 is closest to the medium; Layer 7 is closest to the human. Drawing the stack with Layer 1 at the bottom is convention and every diagram you meet on the exam will follow it.