Blue (queue management algorithm): Difference between revisions

Content deleted Content added
Cydebot (talk | contribs)
m Robot - Moving category Packets to Packets (information technology) per CFD at Wikipedia:Categories for discussion/Log/2009 December 11.
Tag: section blanking
Line 1:
'''Blue'''<ref>W. Feng, D. Kandlur, D. Saha, K. Shin. ''Blue: A New Class of Active Queue Management Algorithms.'' U. Michigan CSE-TR-387-99, April 1999.</ref> is an [[Active Queue Management]] algorithm. Like [[Random early detection|RED]], it operates by randomly dropping or [[Explicit Congestion Notification|ECN]]-marking packets in a router's queue before it overflows. Unlike RED, however, it requires little or no tuning on the part of the network administrator.
 
==Operation of Blue==
 
A Blue queue maintains a drop/mark probability ''p'', and drops/marks packets with probability ''p'' as they enter the queue. Whenever the queue overflows, ''p'' is increased by a small constant ''p<sub>d</sub>'', and whenever the queue is empty, ''p'' is decreased by a constant ''p<sub>i</sub><p<sub>d</sub>''.
 
Assuming the mix of traffic on the interface doesn't change, ''p'' will slowly converge to a value that keeps the queue within its bounds with full link utilisation.
 
==Stochastic Fair Blue==