How layering works in practice
Each protocol entity sends its PDUs using the service provided by the layer immediately below
(N)PDU (including its header) is packed into the data field of an (N-1)PDU
At the receiving end, the headers (and possible trailers) are removed and decoded in the reverser order
Example: sending a UDP message over IP and Ethernet