This document summarizes key aspects of the transport layer:
- The transport layer provides logical communication between application processes running on different hosts and handles reliable data transfer.
- It provides both connection-oriented and connectionless services to the application layer. Quality of service parameters like throughput and delay can be negotiated.
- Transport layer protocols like TCP and UDP are described. TCP provides reliable byte-stream delivery using connections while UDP provides best-effort unreliable datagram delivery.