How packet switching is used to pass messages across a network, including the internet
1. A large message is divided up into a group of smaller chunks of the same size called packets
2. The packet has a header and a payload
3. The header contains a source IP address, destination IP address (and sequence number)
4. Each packet is dispatched independently
5. And may travel along different routes / paths
6. The packets may arrive out of order
7. And are reassembled into the original message at the destination
8. If packets are missing / corrupted a re-transmission request is sent