First page Back Continue Last page Overview Graphics

The OSI Model


Notes:

Each layer of the OSI model knows nothing about what's happening over or below it. Layers have clearly defines interfaces, through which they pass data to their neighbors

This is the advantage of a layered approach – changes in the implementation of the Transport Layer have no effect on the Network Layer – thus IP doesn't care whether it's carrying TCP or UDP or SUPERDUPER data – it just encapsulates whatever chunks of data are passed to it, and sends them to the lower layers.