When you send a message, the internet chops it into little numbered pieces called packets, like tearing a letter into postcards. Each postcard finds its own way across a web of routers to the destination, possibly by totally different routes, and they're put back in order at the other end. Cut one cable and the packets just go around it — which is exactly what the internet was built to do.
Most people picture a message travelling as one stream down one wire. In fact it is shredded into numbered packets that each find their own route across a mesh of routers and reassemble in order at the far end.
What's actually happening
When you picture sending a message across the internet, you probably imagine it travelling as a single stream down a single connection. That's not how it works, and the real design is far cleverer. Your message (an email, a photo, a video frame) is first chopped into small chunks called packets. Each packet is wrapped in a header that says where it came from, where it's going, and which numbered piece of the whole it is, like postcards labelled "3 of 12".
Those packets are then released into a mesh of routers, and here is the key idea: each packet finds its own way. There is no reserved wire, no fixed path booked in advance. Every router that receives a packet simply looks at its destination and forwards it one hop closer, choosing whatever route looks best at that instant. Two packets from the same message might take completely different paths across the world and arrive out of order — which is fine, because their sequence numbers let the receiving computer reassemble them correctly, and ask for any that went missing. This is "packet switching", and the simulator shows it: watch six packets fan out across the router grid and converge on the destination.
This design wasn't an accident — it was the whole point. The early internet (ARPANET) was built to keep working even if parts of it were destroyed, so it deliberately avoided any single fixed route that could be cut. Snip a cable in the simulator and the very next packets simply detour around the gap, because every router is constantly free to pick a new path. That resilience is why the internet shrugs off outages, why a video call survives one network hiccup by resending a few lost packets, and why no central switchboard can fail and take everything down. The message was never in one place to begin with.
Packet switching was built so no single cut can sever the whole — the message was never in one place to begin with, which is why the internet shrugs off outages.
- 1Write a sentence, then cut it into single words on separate scraps, numbering each (1, 2, 3…).
- 2Shuffle them and hand them to a friend in random order — that's packets arriving by different routes.
- 3They use the numbers to reassemble your sentence perfectly. Now hide one scrap: they notice number 4 is missing and can ask you to resend just that one, not the whole message.
Common questions
There is no reserved wire. Each router forwards each packet toward its destination independently, choosing the best route at that instant — which makes the network efficient and resilient, with no single fixed path to fail.
The early internet (ARPANET) was built to keep working even if parts were destroyed, so it deliberately avoided any single route that could be cut. Snip a cable and the next packets simply detour around the gap.
Sequence numbers let the receiving computer reorder them, and it can ask for any that went missing to be resent — which is why a video call survives a brief network hiccup.