Header (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Diti (talk | contribs) at 09:04, 1 September 2008 (fr:Header (informatique)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In information technology, header refers to supplemental data placed at the beginning of a block of data being stored or transmitted. In data transmission, the data following the header are sometimes called the payload or body.

It is vital that header composition follow a clear and unambiguous specification or format, to allow for parsing.

Examples

  • In an e-mail, the text (body) is preceded by header lines indicating sender, recipient, subject, sending time stamp, receiving time stamps of all intermediate and the final mail transfer agents, and much more. (See RFC 2822 for details.)
  • In a data packet sent via the Internet, the data (payload) are preceded by header information such as the sender's and the recipient's IP addresses, the protocol governing the format of the payload and several other formats. The header's format is specified in the Internet Protocol.

See also