How data travels in networks — Computing, 14–17 years
The internet is not one giant cable carrying complete files from one device to another. It moves labelled packets through connected networks, then reassembles them at their destination.
Small packets
When you send a message or request a webpage, the data is divided into packets. Each packet carries part of the information plus addressing details, and the receiving device uses those details to put the parts back in the right order.
Why split the data?
A single unbroken route can fail, become crowded or lose part of a transfer. Small packets let network devices send different pieces along available routes and resend only a missing piece. This makes a huge shared network more flexible and resilient.
Sending three packets
Imagine the word HELLO split into packets HE, LL and O, each labelled 1, 2 and 3. The network delivers 2, then 1, then 3; the receiver stores them, sorts by label and rebuilds HELLO. If packet 2 is lost, it can request only packet 2 again.
The cloud is not magic
It is tempting to imagine that a file goes straight into “the cloud” and stays there unchanged. The picture feels natural because an app hides the machinery, but the data is stored on physical computers and travels through real links; failures, delays and privacy risks still apply.
Video calls and games
In a video call, voice and images are sent as a continuing stream of packets. If some arrive late, the app may lower quality or briefly freeze rather than wait forever, which explains why a weak connection causes delay and broken sound.
Keep exploring
Other languages
Loading MyLeoNes™…