5.12 Congestion Control 拥塞控制
In most modern internets, packet loss is more likely to be caused by congestion than a hardware failure. TCP always uses packet loss as a measure of congestion, and responds by reducing the rate at which it retransmits data.
IP does not read or interpret the messages.
IP treats each TCP message as data to be transferred.
5.6 Achieving Reliability 实现可靠性
The major problems are: Unreliable delivery by the underlying communication system. Computer reboot.
Computer Networks and Internets
《计算机网络与因特网》课件
林坤辉
PART III Internetworking
Chapter 5 TCP: Reliable Transport Service
T C P:可靠传输服务
5.2 The Need for Reliable Transoprt可靠传输的必要性
When a connection is established, each end of the connection allocates a buffer to hold incoming data, and sends the size of the buffer to the other end.