This document provides an overview of the transport layer chapter from the textbook "Computer Networking: A Top Down Approach". It discusses the goals of understanding transport layer services like multiplexing and demultiplexing. It also covers the two main Internet transport protocols - UDP which provides connectionless unreliable data transfer, and TCP which provides connection-oriented reliable data transfer. The document outlines the rest of the chapter which will discuss TCP and UDP in more detail as well as principles of reliable data transfer and congestion control.