TCP/IP 详解 卷1 ch20 TCP Bulk Data Flow

本文详细介绍了滑动窗口协议的工作原理及其特点。包括窗口关闭、打开及缩小的过程,发送方无需等待完整窗口的数据即可发送,并且接收方可以不等到窗口满就发送确认。此外,还解释了窗口大小变化的条件及限制。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1. 滑动窗口协议

1) The window closes as the left edge advances to the right. This happens when data is sent and acknowledged.

2) The window opens when the right edge moves to the right, allowing more data to be sent. This happens when the receiving process on the other end reads acknowledged data, freeing up space in its TCP receive buffer.

3) The window shrinks when the right edge moves to the left.

2. 总结滑动窗口

1) The sender does not have to transmit a full window's worth of data.

2) One segment from the receiver acknowledges data and slides the window to the right. This is because the window size is relative to the acknowledged sequence number.

3) The size of the window can decrease, but the right edge of the window must not move leftward.

4) The receiver does not have to wait for the window to fill before sending an ACK. We saw earlier that many implementations send an ACK for every two segments that are received.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值