When we send data in a network, various protocols are added to the data by the sender. Then they are deciphered at the receiver's end to read the actual message. Protocols are added along with the message for the reliability and security of the message between sender and receiver.
These protocols depend on the type of model being used for data transfer.
Encapsulation is adding extra protocols along with data to send it from one point to another via a network. Encapsulation always takes place at the sender's side to send data properly.
Each OSI model layer adds more information, encapsulating the received data from the previous layer. Here's how encapsulation takes place.
The process of removing all the extra protocols from encapsulated data to get the actual data is known as de-encapsulation. It works the same as encapsulation does but in a reverse manner. The receiver performs de-encapsulation to perceive original data.
Each OSI model layer removes its protocols while de-encapsulating the received data from the previous layer. Here's how de-encapsulation occurs at the receiver's end.
Free Resources