Blue[1] is an Active Queue Management algorithm. Like Random early detection, it operates by randomly dropping or 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 d, whenever the queue is empty, p is decreased by a constant i<p.
Stochastic Fair Blue
Stochastic Fair Blue (SFB)[2]