Packets do not have to travel together.
When a file is sent across a network, it is split into packets.
Each packet can travel independently. They do not need to follow the same route or arrive in the same order.
↓
Packet 1
Packet 2
Packet 3
Understand how packets travel independently across a network, why they may take different routes, and how they are reassembled at the destination.
When a file is sent across a network, it is split into packets.
Each packet can travel independently. They do not need to follow the same route or arrive in the same order.
A router looks at the destination address in the packet header.
It then sends the packet towards the destination using an efficient available route.
Imagine one large delivery split across several lorries.
Each lorry has the same destination, but the sat-nav may send them along different roads depending on traffic.
Because packets can take different routes, some may arrive faster than others.
This means packets may arrive out of order and must be put back into the correct sequence.
At the destination, the receiver uses packet numbers to place the packets back into the correct order.
This can only be completed after all the packets have arrived.
A good answer follows the journey from sender to receiver.
If a packet is missing or corrupted, the receiver can request that packet again.
Only the missing or damaged packet needs to be resent, not necessarily the whole file.
In packet switching, the router does not simply “connect devices”.
Its job is to direct each packet towards its destination and choose an efficient available path.
Students sometimes think packets move like a convoy.
In packet switching, each packet is handled independently and may take a different route.
Packet switching sends data as separate packets across a network.
Routers direct each packet towards its destination. Packets may take different routes and arrive out of order.
When all packets arrive, they are reordered using packet numbers and reassembled into the original data.
Now that you understand packet switching, the next lesson explains how bits are transmitted using serial and parallel transmission.