Jump to content

Data encapsulation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by UnCatBot (talk | contribs) at 17:12, 28 November 2008 ((Bot) tagging, added uncategorised tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Data encapsulation can mean:


When a host transmits data across a network to another device, the data is encapsulated with protocol information at each layer of the OSI model. Each layer communicates only with its peer layer on the receiving device. To communicate and exchange information, each layer uses what are called Protocol Data Units (PDUs). These hold the control information attached to the data at each layer of the model, which is typically attached to the header of the data field but can also be in the trailer, or end of the data field. Each PDU is attached to the data by encapsulating it at each layer of the OSI model. Each PDU has a specific name depending on the information each header has. This PDU information is only read by the peer layer on the receiving device and then is stripped off and the data is handed to the next upper layer.