拥塞避免 meaning in Chinese
congestion avoidance
wred
Examples
- This is called congestion avoidance . three such congestion control schemes are introduced
本文介绍了三种基于终端系统的拥塞避免机制。 - We can use an alternative strategy to predict when congestion is about to happen , and reduce the rate at which hosts send data just before packets start being discarded
人们对于拥塞的另外一种选择是采取拥塞避免,即在拥塞将产生时就预测到,在分组被丢弃前降低信源的发送速率。 - The algorithm of aimd , namely additive increase and multiplicative decrease , which is thought a good algorithm for congestion avoidance , has been applied widely in tcp congestion control
Aimd ( additiveincreaseandmultiplicativedecrease )算法是目前比较优秀的拥塞避免算法,已经在互联网的tcp拥塞算法中得到了应用。 - In chapter two we focus on tcp end - to - end congestion control strategies and the mechanisms implemented in ip routers . first the four kernel algorithms of tcp congestion control are described , and the improved schemes such as new - reno , sack and tcp - vegas are discussed either
首先对tcp基于滑动窗口的拥塞控制机制的四个核心算法:慢启动、拥塞避免、快速重传和快速恢复进行了详细阐述,讨论了当前的各种tcp拥塞控制改进方案,如newreno 、 sack 、 tcp - vegas等。 - For packet loss result from network congestion , rab adopts the same recovery mechanisms as the original tcp ; for packet loss result from link error , it adopts a recovery mechanism which is called immediate recovery , and the value of congestion window of the source is set to a value that corresponds to the available bandwidth
对于拥塞导致丢包,则采取与传统tcp协议相同的恢复机制(即窗口减半,并进入拥塞避免阶段的线性增加) ,而对于链路错误导致丢包,则采取立即恢复策略,将tcp源端的拥塞窗口设置为与其估计带宽相应的数值。