Packets rarely arrive in the order they were sent. Because they take different paths, Packet #5 might arrive before Packet #1.
As packets hop from router to router, they may encounter interference. To handle this, the header includes a —a mathematical value used to verify the data hasn't been corrupted. If a router detects a damaged packet, it is simply dropped, and the destination device will eventually ask for a replacement. 4. The Arrival: Reassembly Packets rarely arrive in the order they were sent
Instead, the web server uses . It breaks the page data into small units called packets . Each packet typically consists of: The Payload: A tiny chunk of the actual website data. To handle this, the header includes a —a
Here is a step-by-step breakdown of how packet switching delivers that large web page to your device. 1. Breaking it Down: Segmentation The Arrival: Reassembly Instead, the web server uses
Each router looks at a packet’s header and decides the most efficient path for it to take at that exact microsecond. Because network traffic fluctuates:
Your device's acts as the foreman. It looks at the sequence numbers in the headers, puts the packets back in the correct order, and checks to see if any are missing. If a piece of the "puzzle" is lost, your computer sends a request back to the server: "I have everything except Packet #42; please resend." 5. Rendering the Page