SIZING ROUTER BUFFERS
Abstract
Buffers in Internet routers that see large numbers of flows can be significantly reduced, without sacrificing throughput – in fact, by a √N factor, where N is the number of flows.
All Internet routers contain buffers to hold packets during times of congestion. The size of the buffers is dictated by the dynamics of TCP’s congestion control algorithm. The goal is to make sure that when a link is congested, it is busy 100% of the time, which is equivalent to making sure the buffer never goes empty. The common assumption was that each link needs a buffer of size RTT x C, where RTT is the average round-trip time of a flow passing across the link, and C is the data-rate of the bottleneck link, to ensure full throughput for TCP.
https://reproducingnetworkresearch.wordpress.com/2012/06/01/sizing-router-buffers/
Full Text:
PDFReferences
Guido Appenzeller, Isaac Keslassy, Nick McKeown. Sizing Router Buffers. SIGCOMM 2004.
N. Beheshti, Y. Ganjali, M. Ghobadi, N. McKeown, and G. Salmon. Experimental study of router buffer sizing. IMC 2008.
Refbacks
- There are currently no refbacks.