Many of the files we send over a network are far too big to be sent in one go. Instead, we break them down into smaller manageable units called packets.
When receiving, for example a website, the website will be able up of thousands of individual packets
Each packet contains additional information to support the data being received and reassembled in the correct order.
This data is stored in the header
When sending packets over a network, or the internet, a series of steps take place. The below example using a webpage outlines the steps.