Reference Model
Reference Model
• Routes can be based on static tables that are ‘‘wired into’’ the
network and rarely changed, or more often they can be
updated automatically to avoid failed components.
• Link layer
• Internet layer
• Transport layer
• Application layer
The TCP/IP Reference Model (1)
• The network layer deals with how to combine multiple links into
networks,
and networks of networks, into internetworks so that we can
send packets between distant computers.
• This includes the task of finding the path along which to send
the packets.
• The transport layer strengthens the delivery guarantees of
the Network layer, usually with increased reliability, and
provide delivery abstractions, such as a reliable byte
stream, that match the needs of different applications. TCP
is an important example of a transport layer protocol.
•Each layer performs some services for the layer above it. The
service definition tells what the layer does, not how entities above
it access it or how the layer works. It defines the layer’s semantics.
•Finally, the peer protocols used in a layer are the layer’s own
business. It can
use any protocols it wants to, as long as it gets the job done (i.e.,
provides the
Critique of the OSI Model and Protocols
• Bad timing.
• Bad technology.
• Bad implementations.
• Bad politics.
OSI Model Bad Timing