Slide Set 14 TCP Congestion Control.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Slide Set 14 TCP Congestion Control.ppt

Slide Set 14: TCP Congestion Control In this set ... We begin Chapter 6 but with 6.3. We will cover Sections 6.3 and 6.4. Mainly deals with congestion control with TCP. Goal of TCP Congestion Control Goal of TCP is to determine the available network capacity and prevent network overload. Depends on other connections that share the resources. Typically, in discussions, First in First Out queues are assumed; however, congestion control mechanisms work with other queuing techniques (fair queuing) as well. Why prevent congestion ? Congestion is bad for the overall performance in the network. Excessive delays can be caused. Retransmissions may result due to dropped packets Waste of capacity and resources. In some cases (UDP) packet losses are not recovered from. Note: Main reason for lost packets in the Internet is due to congestion -- errors are rare. The Congestion Window In order to deal with congestion, a new state variable called “CongestionWindow” is maintained by the source. Limits the amount of data that it has in transit at a given time. MaxWindow = Min(Advertised Window, CongestionWindow) EffectiveWindow = MaxWindow - (LastByteSent -LastByteAcked). TCP sends no faster than what the slowest component -- the network or the destination host --can accommodate. Managing the Congestion Window Decrease window when TCP perceives high congestion. Increase window when TCP knows that there is not much congestion. How ? Since increased congestion is more catastrophic, reduce it more aggressively. Increase is additive, decrease is multiplicative -- called the Additive Increase/Multiplicative Decrease (AIMD) behavior of TCP. AIMD details Each time congestion occurs - the congestion window is halved. Example, if current window is 16 segments and a time-out occurs (implies packet loss), reduce the window to 8. Finally window may be reduced to 1 segment. Window is not allowed to fall below 1 segment (MSS). For each congestion window worth of packets that has been sent out suc

文档评论(0)

gshshxx + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档