Chapter 3 of 'Computer Networking: A Top-Down Approach' provides an overview of the transport layer, focusing on its services such as multiplexing/demultiplexing, reliable data transfer, flow control, and congestion control. It discusses the two main Internet transport protocols, TCP (which is connection-oriented and reliable) and UDP (which is connectionless and offers best-effort service). The chapter outlines the principles and implementations of these protocols, including the reliability mechanisms employed in TCP.
Related topics: