Jump to content

Trailer (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 188.183.139.58 (talk) at 19:38, 21 December 2016 (Fixed typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In information technology, trailer refers to supplemental data placed at the end of a block of data being stored or transmitted, which may contain information for the handling of the data block, or just mark its end.

In data transmission, the data following the end of the header and preceding the start of the trailer is called the payload or body.

It is vital that trailer composition follow a clear and unambiguous specification or format, to allow for parsing. If a trailer is not removed properly, or part of the payload is removed thinking it is a trailer, it can cause confusion.

The trailer contains information concerning the destination of a packet being sent over a network so for instance in the case of emails the destination of the email is contained in the trailer

Examples

  • In data transfer, the OSI data link layer adds a trailer at the end of the data encapsulating.