WiTS Academy | Your Letter's Big Trip: The OSI Stack
WiTS Academy · Digital Communications, from Zero

Your Letter's Big Trip Across the Network

Your keyboard byte is ready to send. Watch it get packed up, travel across the wire, and get unpacked again on the other end.

💡 Quick recap: On the last page, you turned a letter into a byte — eight switches, eight bulbs, one pattern of 1s and 0s. That byte is your message, and it's about to go inside the smallest doll of all — Application — to start its trip to a friend's computer.

1Meet the Nesting Dolls

Think of your message like a tiny letter you want to mail to a friend. You wouldn't just toss it out the window — you'd put it in an envelope, add an address, maybe put that envelope inside a padded package for shipping.

Computers do the exact same thing, except they do it six times, one wrapper at a time. Each wrapper has one job, and it nests around the last one — just like a set of wooden nesting dolls. Your actual message always starts in the smallest doll, right in the center, and gets wrapped outward from there.

All seven nesting dolls, unstacked, labeled PHY, DL, N, T, S, P, A
Seven dolls. Seven jobs. Your message goes into the smallest one — Application — first.

2Follow Your Message on Its Trip

Click Next to follow your message as it gets wrapped up, sent across the network, and unwrapped again on the other end.

Sending
Layer 7
Application

3The Whole Picture

Here's every layer laid out together — the dolls on one side, and their real names on the other. This full lineup is called the OSI Model. It's just a fancy name for "the seven jobs a message needs done before it can travel, and undone again on the way in."

OSI reference chart showing all seven layers plus the medium
Layers 7, 6, and 5 (Application, Presentation, Session) all deal with your actual data. Layer 4 (Transport) breaks it into segments. Layer 3 (Network) wraps it into packets. Layer 2 (Data Link) wraps it into frames. Layer 1 (Physical) turns it all into raw bits — the actual on/off signal traveling over a wire, a cable, or through the air.
🔒

Here's the important part: your message gets wrapped outward, starting at Application and finishing at Physical, right before it crosses the wire (or the air). Your friend's computer then unwraps everything in the exact opposite order — Physical first, then Data Link, then Network, and so on — before it ever reaches your actual message at the very center. Skip a step, and the message never gets read.

4Why Bother With All This Wrapping?

Every wrapper answers one question the network needs answered before your message can arrive safely:

✍️ Application — Your actual message, exactly as you typed it.

💾 Presentation — Make sure both computers understand the same "format."

💬 Session — Keep this whole conversation organized, from start to finish.

📧 Transport — Which app on the other end is supposed to receive it?

🗺️ Network — What's the full address, all the way across the internet?

🏷️ Data Link — Which device on this local network should grab it next?

📡 Physical — What does the raw signal actually look like on the wire or in the air?

One tiny letter you built with switches and bulbs just triggered six separate wrapping jobs on the way out — and just as many unwrapping jobs on the way in — before it ever shows up as a letter on your friend's screen. That happens billions of times a second, everywhere, all the time.

5Bonus: Old-School Memory Tricks

Long before nesting dolls, people memorized this exact order with two little sentences — one for each direction. They line up with your trip perfectly:

Sending — Application down to Physical
"All People Seem To Need Data Processing"
AllApplication
PeoplePresentation
SeemSession
ToTransport
NeedNetwork
DataData Link
ProcessingPhysical
Receiving — Physical up to Application
"Please Do Not Throw Sausage Pizza Away"
PleasePhysical
DoData Link
NotNetwork
ThrowTransport
SausageSession
PizzaPresentation
AwayApplication

Notice each sentence only works in its own direction — exactly like your trip. Wrapping goes one way, unwrapping goes the other, and the words happen to match.