Why Encapsulation and De-encapsulation are important

Encapsulation and De-Encapsulation

Created: 2022-07-05
Tags: #permanent


Computers all follow the same process of encapsulation to send data and de-encapsulation upon receiving it.

The two process give us a standardised method for sending data.
All transmissions follows same method therefore allowing communications between devices to be understood regardless of whether they are made by different manufacter or operating system.

References