Implementation of Transport Layer Protocols
- Where is the code?
- It resides on the host computers, not on routers
- The Sender:
- Process/application sends messages to the transport layer
- Transport-layer software creates segments (each with a header)
- Transport-layer gives the segments to the network-layer software
which transmits them
- The Receiver:
- The network-layer software receives the datagrams
- The network-layer software gives the segments contained in
the datagrams to the transport-layer software
- The transport-layer software gives the segments to the
appropriate process/application