Packets: The Postcards of the Net
When you send a photo or a message across the internet, it doesn't travel as one big block. The network chops it into many small pieces called packets, sends them along, and the other side stitches them back together.
Picture mailing a very long letter. Instead of one heavy envelope, you copy it onto a stack of postcards, number them — 1 of 40, 2 of 40, and so on — and drop them in the mailbox. Each postcard makes its own way across the country, and your friend lines them up by number at the other end. That's a packet, and that's the whole trick. 🔦
Why small pieces travel better
A single huge block is fragile. If one part gets bumped or lost along the way, you'd have to resend the entire thing. Small pieces are easier to carry and easier to replace.
Think of a narrow doorway. One enormous crate gets stuck and blocks everyone behind it. A line of small boxes flows through steadily, and people carrying other boxes can slip between yours. The internet is shared by everyone at once, so small pieces let many conversations take turns on the same wires instead of one giant load hogging the road.
If a small packet does go missing, only that one needs to be sent again — not the whole message. Losing postcard 17 means asking for postcard 17, not remailing all 40.
What each packet carries
Every packet is more than just a scrap of your message. Like a postcard, it carries addressing written on it:
- A from address — where it started (the sender's IP address).
- A to address — where it's headed (the receiver's IP address).
- A sequence number — its place in line, so piece 17 knows it comes after 16.
- A chunk of the actual content — a small slice of your photo, message, or page.
That addressing is why each packet can travel on its own. It doesn't need to stay glued to its neighbors; it knows where it came from, where it's going, and where it belongs in the final order.
Arriving out of order
Here's the surprising part: the packets don't have to arrive in order. Different ones may take different routes and slightly different amounts of time, so packet 5 might show up before packet 3.
It's like those numbered postcards arriving on different days. Your friend doesn't read them in the order they land in the mailbox — they wait, sort by number, and only then read the full letter top to bottom. The receiving computer does exactly the same: it holds the packets, puts them back in sequence, and notices if any number is missing so it can ask for that one again.
Your turn
Next time a video stutters and then catches up, picture what happened: a few packets arrived late or went missing, and your device paused to wait for them or request fresh copies. Ask yourself — if a message were split into ten numbered postcards and number 4 got lost, what's the only piece that would need resending? That's the everyday payoff of breaking things into small, labeled pieces.
We've seen the postcards. Next we'll follow one on its trip and meet the helpers that pass it along: Routers and a Packet's Journey. 🐙
Stuck or curious?
Ask Pip about this lesson — tap the porthole bottom-right.