您的位置:首页 > 理论基础 > 计算机网络

TCP buffer

2015-07-01 10:55 387 查看
Tcp有以下特点

Reliable

connection oriented

byte-stream service

要处理

flow control:

要有一个机制控制传送不要让buffer溢出

congestion control:

involves preventing too much data from being injected into the network,

thereby causing router/switches or link to become overloaded

TCP sliding windows algorithm (滑动窗口)

数据收发的时候,两端都有一个buffer,当buffer满地时候再发送单位为segment
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: