Networking - The TCP/IP Five-Layer Model - The Transport Layer

The Transport layer of the TCP/IP model sits above the Network layer and provides end to end communication services between processes running on different hosts. It is concerned with conversations rather than individual packets.

In particular, the Transport layer is responsible for:

The two best known Transport layer protocols in TCP/IP are the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). TCP provides connection oriented, reliable service, while UDP provides connectionless, best effort delivery.

The Transport layer is responsible for several processes, each of which is responsible for a series of methods:

  1. Connection Establishment and Termination (for connection oriented transport)
  2. Reliability and Flow Control
  3. Multiplexing with Port Numbers

Let us move on to layer 5, the Application Layer.

Nah, I want to skip around:

Copyright 1999, Marc Elliot Hall, DBA Sensation! Services