MyLeoNes™

Packets: messages travelling in pieces — Computing, 11–13 years

Networks send digital messages as small packets that can travel separately and be put back together.

A message becomes packets

When you send a photo, the network usually does not move it as one giant object. It breaks the data into labelled packets, sends them through available routes, and rebuilds the photo when the packets arrive.

Why split a message

A single route can be busy, broken or slower than another. Splitting data lets different packets take different routes, while a receiver can notice missing pieces and request them again. This makes networks more flexible and reliable than one unbroken stream.

Three packets

Imagine a message split into packets A, B and C. A takes 20 milliseconds, B takes 35, and C takes 25, so B arrives last. The receiver keeps them by their labels, puts them in A-B-C order, and asks again if B never arrives.

The arrival-order mistake

It is tempting to think packets arrive in the same order in which they were sent. That would be natural on a single quiet road, but networks have many routes with different delays. Labels and sequence numbers let the receiver restore the intended order.

Messages on the internet

Web pages, video calls, online games and file downloads all depend on data moving between devices. Packets help these services share the same network, although delays or missing packets can cause a frozen video, lag in a game or a slower download.

Keep exploring

Other languages

Loading MyLeoNes™…