revisiting old friends is codel really achieving what red
play

Revisiting Old Friends: Is CoDel Really Achieving What RED Cannot? - PowerPoint PPT Presentation

Revisiting Old Friends: Is CoDel Really Achieving What RED Cannot? Nicolas Kuhn 1 Emmanuel Lochin 2 Olivier Mehani 3 1 IMT Telecom Bretagne, France 2 Universit e de Toulouse, France 3 National ICT Australia, Australia 1/21 Revisiting Old


  1. Revisiting Old Friends: Is CoDel Really Achieving What RED Cannot? Nicolas Kuhn 1 Emmanuel Lochin 2 Olivier Mehani 3 1 IMT Telecom Bretagne, France 2 Universit´ e de Toulouse, France 3 National ICT Australia, Australia 1/21 Revisiting Old Friends: CoDel vs. RED 2014 1 /

  2. Context and objectives Table of content Context and objectives 1 RED and CoDel 2 Simulating the bufferbloat in ns -2 3 Impact of AQM with CUBIC and VEGAS 4 Application Delays and Goodputs 5 Discussion 6 2/21 Revisiting Old Friends: CoDel vs. RED 2014 2 /

  3. Context and objectives Context - History of AQM Deployment of loss-based TCP TCP flows competing on a bottleneck would back off at the same moment (tail drops) ⇒ under utilization of the available capacity ⇒ lots of loss events Active Queue Management (AQM) a solution to avoid loss synchronization queue management schemes that drop packets before tail drops occur due to operationnal and deployment issues: ⇒ no AQM scheme has been turned on Buffer size in the routers to overcome from physical layer impairments (fluctuating bandwidth) to avoid loss events 3/21 Revisiting Old Friends: CoDel vs. RED 2014 3 / ⇒ large buffers are deployed in the Internet

  4. Context and objectives Context - History of AQM Deployment of loss-based TCP TCP flows competing on a bottleneck would back off at the same moment (tail drops) ⇒ under utilization of the available capacity ⇒ lots of loss events Active Queue Management (AQM) a solution to avoid loss synchronization queue management schemes that drop packets before tail drops occur due to operationnal and deployment issues: ⇒ no AQM scheme has been turned on Buffer size in the routers to overcome from physical layer impairments (fluctuating bandwidth) to avoid loss events 3/21 Revisiting Old Friends: CoDel vs. RED 2014 3 / ⇒ large buffers are deployed in the Internet

  5. Context and objectives Context - History of AQM Deployment of loss-based TCP TCP flows competing on a bottleneck would back off at the same moment (tail drops) ⇒ under utilization of the available capacity ⇒ lots of loss events Active Queue Management (AQM) a solution to avoid loss synchronization queue management schemes that drop packets before tail drops occur due to operationnal and deployment issues: ⇒ no AQM scheme has been turned on Buffer size in the routers to overcome from physical layer impairments (fluctuating bandwidth) to avoid loss events 3/21 Revisiting Old Friends: CoDel vs. RED 2014 3 / ⇒ large buffers are deployed in the Internet

  6. Context and objectives Context - Bufferbloat Origins of the bufferbloat deployment of aggressive congestion control (such as TCP CUBIC) large buffers in the routers ⇒ permanent queuing in the routers ⇒ high queuing delay ⇒ network latency AQM In the past proposed to avoid loss synchronisation, is one solution for the bufferbloat : adapt the knowledge of AQM schemes to control the queuing delay in the routers in the 90’s: RED was based on the number of packets in the buffer recent proposals: PIE and CoDel are based on the queuing delay 4/21 Revisiting Old Friends: CoDel vs. RED 2014 4 /

  7. Context and objectives Context - Bufferbloat Origins of the bufferbloat deployment of aggressive congestion control (such as TCP CUBIC) large buffers in the routers ⇒ permanent queuing in the routers ⇒ high queuing delay ⇒ network latency AQM In the past proposed to avoid loss synchronisation, is one solution for the bufferbloat : adapt the knowledge of AQM schemes to control the queuing delay in the routers in the 90’s: RED was based on the number of packets in the buffer recent proposals: PIE and CoDel are based on the queuing delay 4/21 Revisiting Old Friends: CoDel vs. RED 2014 4 /

  8. Context and objectives Objectives Considering that ⇒ a performance comparison of RED, CoDel and PIE is missing ⇒ their impact on various congestion controls is missing Our objectives are ⇒ compare the performance of RED and CoDel with various TCP variants (delay-based / loss-based) ⇒ discuss deployment and auto-tuning issues What we do not consider: PIE: code was missing when running the simulations FQ-CoDel (hybrid scheduling/CoDel): did not exist at the time of the study 5/21 Revisiting Old Friends: CoDel vs. RED 2014 5 /

  9. Context and objectives Objectives Considering that ⇒ a performance comparison of RED, CoDel and PIE is missing ⇒ their impact on various congestion controls is missing Our objectives are ⇒ compare the performance of RED and CoDel with various TCP variants (delay-based / loss-based) ⇒ discuss deployment and auto-tuning issues What we do not consider: PIE: code was missing when running the simulations FQ-CoDel (hybrid scheduling/CoDel): did not exist at the time of the study 5/21 Revisiting Old Friends: CoDel vs. RED 2014 5 /

  10. Context and objectives Objectives Considering that ⇒ a performance comparison of RED, CoDel and PIE is missing ⇒ their impact on various congestion controls is missing Our objectives are ⇒ compare the performance of RED and CoDel with various TCP variants (delay-based / loss-based) ⇒ discuss deployment and auto-tuning issues What we do not consider: PIE: code was missing when running the simulations FQ-CoDel (hybrid scheduling/CoDel): did not exist at the time of the study 5/21 Revisiting Old Friends: CoDel vs. RED 2014 5 /

  11. RED and CoDel Table of content Context and objectives 1 RED and CoDel 2 Simulating the bufferbloat in ns -2 3 Impact of AQM with CUBIC and VEGAS 4 Application Delays and Goodputs 5 Discussion 6 6/21 Revisiting Old Friends: CoDel vs. RED 2014 6 /

  12. RED and CoDel RED and CoDel Random Early Detection (RED) from the 90’s dropping probability, p drop : function of the number of packets in the queue depending on p drop , incoming packets might be dropped Controlled Delay (CoDel) to tackle bufferbloat measures the queuing delay for each packet, qdel p N drop is the cumulative number of drop events every interval (default is 100 ms), while dequeuing p: qdel p > target delay (5 ms) qdel p < target delay p is dropped p is dequed N drop + + N drop = 0 interval = interval interval = 100 ms √ N drop 7/21 Revisiting Old Friends: CoDel vs. RED 2014 7 /

  13. RED and CoDel RED and CoDel Random Early Detection (RED) from the 90’s dropping probability, p drop : function of the number of packets in the queue depending on p drop , incoming packets might be dropped Controlled Delay (CoDel) to tackle bufferbloat measures the queuing delay for each packet, qdel p N drop is the cumulative number of drop events every interval (default is 100 ms), while dequeuing p: qdel p > target delay (5 ms) qdel p < target delay p is dropped p is dequed N drop + + N drop = 0 interval = interval interval = 100 ms √ N drop 7/21 Revisiting Old Friends: CoDel vs. RED 2014 7 /

  14. Simulating the bufferbloat in ns -2 Table of content Context and objectives 1 RED and CoDel 2 Simulating the bufferbloat in ns -2 3 Impact of AQM with CUBIC and VEGAS 4 Application Delays and Goodputs 5 Discussion 6 8/21 Revisiting Old Friends: CoDel vs. RED 2014 8 /

  15. Simulating the bufferbloat in ns -2 Topology and traffic Topology Pappl pareto applications 0 4 2 3 1 5 Transmission of B bytes with FTP delay Dc, capacity Cc delay Dw, capacitiy Cw Traffic P appl applications transmit a file (size generated following a Pareto law): consistent with the distribution of the flow size measured in the Internet. This traffic is injected to dynamically load the network. FTP transmission of B bytes to understand the protocols impacts. 9/21 Revisiting Old Friends: CoDel vs. RED 2014 9 /

  16. Simulating the bufferbloat in ns -2 Topology and traffic Topology Pappl pareto applications 0 4 2 3 1 5 Transmission of B bytes with FTP delay Dc, capacity Cc delay Dw, capacitiy Cw Traffic P appl applications transmit a file (size generated following a Pareto law): consistent with the distribution of the flow size measured in the Internet. This traffic is injected to dynamically load the network. FTP transmission of B bytes to understand the protocols impacts. 9/21 Revisiting Old Friends: CoDel vs. RED 2014 9 /

  17. Simulating the bufferbloat in ns -2 Network and application characteristics Finding central link capacities, C c , causing Bufferbloat ( P appl = 100, C w = 10 Mbps) 600 500 Queue size [pkt] 400 300 200 100 0 0 10 20 30 40 50 60 70 Time [s] Capacity 1Mbps Capacity 2Mbps Capacity 1.25Mbps Capacity 5Mbps Capacity 1.5Mbps Selecting capacity, P app and buffer size C c = 1 Mbps ⇒ constant buffering P app = 100 buffer sizes: 1) ≪ BDP ( q = 10), 2) ≃ BDP ( q = 45), 3) ≫ BDP 10/21 Revisiting Old Friends: CoDel vs. RED 2014 10 / ( q = 127), 4) q = ∞

  18. Simulating the bufferbloat in ns -2 Network and application characteristics Finding central link capacities, C c , causing Bufferbloat ( P appl = 100, C w = 10 Mbps) 600 500 Queue size [pkt] 400 300 200 100 0 0 10 20 30 40 50 60 70 Time [s] Capacity 1Mbps Capacity 2Mbps Capacity 1.25Mbps Capacity 5Mbps Capacity 1.5Mbps Selecting capacity, P app and buffer size C c = 1 Mbps ⇒ constant buffering P app = 100 buffer sizes: 1) ≪ BDP ( q = 10), 2) ≃ BDP ( q = 45), 3) ≫ BDP 10/21 Revisiting Old Friends: CoDel vs. RED 2014 10 / ( q = 127), 4) q = ∞

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend