Principle: Recursion
The 14-layer example of implementing E-mail gives many examples of encapsulating a message and transmitting it over a lower-level channel
It also shows that it is reasonable to implement a channel using the same kind of channel several levels lower
Another name for encapsulation is 'multiplexing'