January 2008
Intermediate to advanced
624 pages
14h 16m
English
In this chapter: |
TCP provides reliable data transfer through the sequencing of outbound data and the acknowledgment of inbound data. Along with reliability, TCP includes behaviors to prevent inefficient use of the network and provide flow control for data sent and received. This chapter describes the details of the TCP send and receive windows, receiver-side flow control using the TCP receive window to prevent the sender overloading the receiver, and sender-side flow control using a variety of algorithms to prevent the sender from overloading the network.