1 / 9

Principles of Congestion Control

Principles of Congestion Control. Chapter 3.6 Computer Networking : A top-down approach. Principles of Congestion Control. Congestion: informally: “too many sources sending too much data too fast for network to handle” manifestations: lost packets (buffer overflow at routers)

joelle
Download Presentation

Principles of Congestion Control

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Principles of Congestion Control Chapter 3.6 Computer Networking: A top-down approach

  2. Principles of Congestion Control Congestion: • informally: “too many sources sending too much data too fast for network to handle” • manifestations: • lost packets (buffer overflow at routers) • long delays (queuing in router buffers) • different from flow control! • a top-10 problem! • 3 examples of cause and costs of congestion control Transport Layer

  3. Causes/costs of congestion: scenario 1 lout lin : original data unlimited shared output link buffers Host A Host B Host C • large delays when congested • maximum achievable throughput • two senders, two receivers • one router, infinite buffers • no retransmission Host D Transport Layer

  4. Causes/costs of congestion: scenario 2 • one router, finite buffers • sender retransmission of lost packet Host A lout lin : original data Host C l'in : original data, plus retransmitted data Host B finite shared output link buffers Transport Layer

  5. Causes/costs of congestion: scenario 2 l l l > = l l l C/2 in in in C/2 C/2 out out out C/3 lout lout lout C/4 C/2 C/2 C/2 a. lin lin lin b. c. • always: (goodput) • “perfect” retransmission only when loss: • retransmission of delayed (not lost) packet makes larger (than perfect case) for same “costs” of congestion: • more work needed for given “goodput” (retransmission) • unneeded retransmissions: link carries multiple copies of packets Transport Layer

  6. Causes/costs of congestion: scenario 3 Host A Host D • four senders • multihop paths • timeout/retransmit lin: original data lout l'in: original data, plus retransmitted data Host B finite shared output link buffers R1 R2 Host C Transport Layer

  7. Causes/costs of congestion: scenario 3 Host B Host A lout Another “cost” of congestion: • when packet dropped, any “upstream transmission capacity used for that packet was wasted! Transport Layer

  8. Approaches towards congestion control Two broad approaches towards congestion control: Network-assisted congestion control: • routers provide feedback to end systems • single bit indicating congestion (SNA, DECbit, TCP/IP ECN, ATM) • explicit rate sender should send at End-to-end congestion control: • no explicit feedback from network • congestion inferred from end-system observed loss, delay • approach taken by TCP Transport Layer

  9. Network-assistedcongestioncontrol • Feedback in twoways • Direct feedback – network router  sender (choke packet) • Network feedback via receiver – Router marks a packet and receiver notifysender

More Related