首页 > 其他 > 详细

TCP implements its own acknowledgment scheme to guarantee successful data delivery

时间:2017-02-01 21:40:02      阅读:214      评论:0      收藏:0      [点我收藏+]

wTCP本身已经确保传输的成功性。

HTTP The Definitive Guide

4.2.4 Delayed Acknowledgments
Because the Internet itself does not guarantee reliable packet delivery (Internet routers are free to
destroy packets at will if they are overloaded), TCP implements its own acknowledgment scheme to
guarantee successful data delivery.
Each TCP segment gets a sequence number and a data-integrity checksum. The receiver of each
segment returns small acknowledgment packets back to the sender when segments have been received
intact. If a sender does not receive an acknowledgment within a specified window of time, the sender
concludes the packet was destroyed or corrupted and resends the data.

 

TCP implements its own acknowledgment scheme to guarantee successful data delivery

原文:http://www.cnblogs.com/yuanjiangw/p/6360343.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!