Packet

Internet Glossary icon

In computer networking, a packet refers to a unit of data that is transmitted across a network. It is the basic block or container of information that carries data along with relevant addressing and control information necessary for transmission over a network.

A packet generally consists of two main parts: the header and the payload. The header contains control information such as source and destination addresses, packet sequencing, error detection, and other metadata. The payload contains the actual data being transmitted.

Translate »