95.3k views
1 vote
At each layer of the OSI model, data is appended to the original message and then sent on to the next lower layer. What is this process called?

1 Answer

3 votes

Answer:

Encapsulation

Step-by-step explanation:

There are seven layers in the OSI network model. These layers are, application, presentation, session, transport, network, data-link and physical layer.

Each layer of the OSI model has a PDU or protocol data unit. These PDUs are form by encapsulation.

The application, presentation and session data. When it moves to the transport layer, it is encapsulated within the transport header. This new pdu is called segment.

This process continues in network and data-link to give packet and frame PDUs respectively.

User Ericb
by
5.6k points