Title :
Efficient fair queuing using deficit round-robin
Author :
Shreedhar, M. ; Varghese, George
Author_Institution :
Dept. of Comput. Sci., Washington Univ., St. Louis, MO, USA
fDate :
6/1/1996 12:00:00 AM
Abstract :
Fair queuing is a technique that allows each flow passing through a network device to have a fair share of network resources. Previous schemes for fair queuing that achieved nearly perfect fairness were expensive to implement; specifically, the work required to process a packet in these schemes was O(log(n)), where n is the number of active flows. This is expensive at high speeds. On the other hand, cheaper approximations of fair queuing reported in the literature exhibit unfair behavior. In this paper, we describe a new approximation of fair queuing, that we call deficit round-robin. Our scheme achieves nearly perfect fairness in terms of throughput, requires only O(1) work to process a packet, and is simple enough to implement in hardware. Deficit round-robin is also applicable to other scheduling problems where servicing cannot be broken up into smaller units (such as load balancing) and to distributed queues
Keywords :
packet switching; queueing theory; scheduling; stochastic processes; active flows; deficit round-robin; distributed queues; efficient fair queuing; hardware; high speeds; load balancing; nearly perfect fairness; network device; network resources; scheduling problems; stochastic process; throughput; unfair behavior; Circuits; Computer networks; Computer science; Insulation; Load management; Operating systems; Process control; Processor scheduling; Resource management; Throughput;
Journal_Title :
Networking, IEEE/ACM Transactions on