WEIGHTED FAIR QUEUING

'Weighted Fair Queuing' (WFQ) is a data packet scheduling technique allowing different scheduling priorities to statistically multiplexed data flows.
WFQ is a generalization of Fair Queuing (FQ). Both in WFQ and FQ, each data flow has a separate FIFO queue. In FQ, with a link data rate of R, at any given time the N active data flows (the ones with non-empty queues) are serviced simultaneously, each at an average data rate of R/N. Since each data flow has its own queue, an ill-behaved flow (who has sent larger packets or more packets per second than the others since it became active) will only punish itself and not other sessions.
Contrary to FQ, WFQ allows different sessions to have different service shares. If N data flows currently are active, with weights w_1, w_2 ... w_N, data flow number i will achieve an average data rate of
rac{Rw_i}{(w_1+w_2+...+w_N)}
It can be proven that when using a network with WFQ switches and a data flow that is leaky bucket constrained, an end-to-end delay bound can be guaranteed. By regulating the WFQ weights dynamically, WFQ can be utilized for controlling the Quality of Service, for example to achieve guaranteed data rate.
Proportional fairness can be achieved by setting the weights to w_i=1/c_i, where c_i is the cost per data bit of data flow i. For example in CDMA spread spectrum cellular networks, the cost may be the required energy (the interference level), and in Dynamic Channel Allocation systems, the cost may be the number of nearby base station sites that can not use the same frequency channel, in view to avoid co-channel interference.

Contents
See also

See also



Statistical multiplexing

★ Computing scheduling disciplines

Scheduling algorithm

Deficit round robin

Weighted round robin

Fair Queuing

Max-min fairness

Proportional fairness

This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves