Skip to content

What is a Packet?

Have you ever watched a download bar fill up in chunks, or seen a webpage load image by image? You’re seeing packets at work.

When data travels across the internet, it doesn’t move as one continuous block. Your device breaks it into small pieces called packets before sending them, and the receiving device reassembles them on the other end. A single webpage, image, or file might arrive as hundreds or thousands of individual packets.

Each packet carries a slice of the data, along with information about where it came from, where it’s going, and how it fits with the rest. They don’t all have to take the same route to get to their destination. Often, different packets from the same request might travel through different networks and still arrive ready to be put back together.

Most of the time, this process is invisible. But when something goes wrong, like a slow connection or packet loss, it’s usually because packets are being delayed, dropped, or arriving out of order. Protocols like TCP exist specifically to catch those problems and request replacements when needed.