Sunday 30 March 2008

Congestion Management and Queuing - RR & WRR

RR (Round Robin) - RR uses multiple queues, the packet schedular takes one packet from each queue and starts from the top again. If there is a large packet in one queue then there is a possibility that other queues may suffer temporarily.

All queues are of equal priority and it is not possible to prioritise traffic.

WRR (Weighted Round Robin) - modified version of RR, where specific weights can be added to queues. Custom Queuing (CQ) is a form of WRR where you can specify the number of bytes to be processed before moving to the next queue.

No comments: