Please enable JavaScript to use CodeHS

CodeHS Glossary


Packets General

All data sent over the internet is broken down into several packets. Packets are the units of data that are sent over the network. Packets are labeled with metadata and each packet is sent individually with its own packet number. If they arrive out of order, the number allows them to be pieces back together. Once the packets arrive, they are pieced back together. The layout of a packet is defined by a protocol.