1 / 30

COMP/ELEC 429/556 Introduction to Computer Networks

COMP/ELEC 429/556 Introduction to Computer Networks. Weighted Fair Queuing Some slides used with permissions from Edward W. Knightly, T. S. Eugene Ng, Ion Stoica, Hui Zhang. Critical Features of TCP. Increase rate until packet loss What’s the problem? Use loss as indication of congestion

lapp
Télécharger la présentation

COMP/ELEC 429/556 Introduction to Computer Networks

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. COMP/ELEC 429/556Introduction to Computer Networks Weighted Fair Queuing Some slides used with permissions from Edward W. Knightly, T. S. Eugene Ng, Ion Stoica, Hui Zhang

  2. Critical Features of TCP • Increase rate until packet loss • What’s the problem? • Use loss as indication of congestion • What’s the problem? • Slow start to probe for initial rate • What’s the problem? • AIMD mechanism oscillates around proper rate • What’s the problem? • Relies on AIMD behavior of end hosts • What’s the problem?

  3. Some Answers • Increase rate until packet loss • Drives network into congestion • High queuing delay, inefficient • Use loss as indication of congestion • Cannot distinguish congestion from packet corruption • Slow start to probe for initial rate • Bad for short lived flows (e.g. most Web transfers, a lot of Internet traffic is web transfer) • AIMD mechanism oscillates around proper rate • Rate is not smooth • Bad for streaming applications (e.g. video) • Inefficient utilization • Relies on AIMD behavior of end hosts for fairness • People can cheat (not use AIMD) • People can open many parallel connections

  4. Can Routers Provide Bandwidth Guarantee to a Traffic Flow? • If so, then sender can request for a bandwidth guarantee and knows exactly what rate to send at • No packet loss, no congestion • No need for probing bandwidth (slow start) • No AIMD oscillation • No cheating • The answer is yes, but it’ll add complexity to routers ???

  5. Guaranteeing PerformanceRequires Flow Isolation flow 1 Classifier Scheduler flow 2 1 FIFO queue of packets in router memory buffer 2 flow n

  6. Classifier flow 1 Classifier flow 2 Scheduler • A “flow” is a sequence of packets that are related • Classifier takes a packet and matches it against flow definitions to decide which flow it belongs • Examples: • All TCP packets from Eugene’s web browser on machine A to web server on machine B • All packets from Rice • All packets between Rice and CMU • All UDP packets from Rice ECE department • A flow may be defined by bits in the packet • source/destination IP address (32 bits) • or address prefix • source/destination port number (16 bits) • protocol type (8 bits) • type of service (4 bits) • even bits beyond TCP and IP headers could be used flow n

  7. Scheduler flow 1 Classifier flow 2 Scheduler • Decides how the output link capacity is shared by flows • A chance to be smart: Transmission of packets held in queues can be *scheduled* • Which stored packet goes out next? Which is more “important”? • Impacts quality of service flow n

  8. What is Weighted Fair Queuing? Packet queues • A mathematical model for flow scheduling • Each flow i given a weight (importance) wi • WFQ guarantees a minimum service rate to flow i • ri = R * wi / (w1 + w2 + ... + wn) • Implies isolation among flows (one cannot mess up another) w1 w2 R wn

  9. What is the Intuition? Fluid Flow w1 water pipes w2 w3

  10. Flow 1 (w1 = 1) 100 Kbps Flow 2 (w2 = 1) Flow 1 (arrival traffic) 1 2 4 5 3 time Flow 2 (arrival traffic) 1 2 3 4 5 6 time Service in fluid flow system 3 4 5 1 2 1 2 3 4 5 6 time (ms) 0 10 20 30 40 50 60 70 80 Fluid Flow System: Example 1

  11. Fluid Flow System: Example 2 • Red flow has packets backlogged between time 0 and 10 • Backlogged flow  flow’s queue not empty • Other flows have packets continuously backlogged • All packets have the same size link flows weights 5 1 1 1 1 1 0 2 4 6 8 10 15

  12. Service Rate and Packet Delay in Fluid Flow System • WFQ guarantees a minimum service rate to flow i • ri = R * wi / (w1 + w2 + ... + wn) • What worst case delays are experienced by individual packets in the FFS? Service curve slope = ri bits Worst case packet delay Packet arrival curve time (s)

  13. Implementation in Packet System • Packet (Real) system: packet transmission cannot be preempted. Why? • Solution: serve packets in the order in which they would have finished being transmitted in the fluid flow system

  14. Select the packet that is waiting and finishes first in the fluid flow system Packet System: Example 1 Assume for this example all packets are waiting from time 0 Service in fluid flow system 0 2 4 6 8 10 Packet system 0 2 4 6 8 10

  15. Select the packet that is waiting and finishes first in the fluid flow system Flow 1 (arrival traffic) 1 2 4 5 3 time 1 5 2 1 3 2 3 4 4 5 5 6 Flow 2 (arrival traffic) 1 2 3 4 5 6 time Packet System: Example 2 Service in fluid flow system 3 4 5 1 4 5 2 1 2 3 4 5 6 time (ms) 5 4 3 5 3 1 Packet system time

  16. Finish times computed at time 0 time 0 1 2 3 Finish times re-computed at time ε Note that finishing order of packets from flows 1, 2, and 3 unaffected time 0 1 2 3 4 Implementation Challenge • Four flows, each with weight 1 Flow 1 time Flow 2 time Flow 3 time Flow 4 time ε

  17. Implementation Challenge • Need to compute the finish time of a packet in the fluid flow system… • … but the finish time may change as new flows arrive! • Need to update the finish times of all packets that are in service in the fluid flow system when a new flow arrives • But this is very expensive; a high speed router may need to handle hundred of thousands of flows! • The new finish times don’t affect ordering of packets that are in service in the fluid flow system (a lot of work for nothing) • Can we capture ordering without using real world finish times??

  18. Bit-by-Bit Round Robin Insight • If flows can be served one bit at a time, the fluid flow system can be approximated by bit-by-bit weighted round robin • During each round from each flow that has data to send, send a number of bits equal to the flow’s weight • Each packet therefore requires a fixed number of rounds to finish (depends only on weight and packet size); the finishing round number does not change even when new flows arrive Packet queues 3 30 bits 100 bits/sec How many seconds spent in each round? Note the answer depends on the total weights 5 20 bits 34 bits 17

  19. Solution: Virtual Time • Solution: instead of the packet finish time, maintain the round # when a packet finishes (virtual finishing time) • Virtual finishing time doesn’t change when a new flow arrives • Packet ordering based on virtual finishing time is the same as that based on real finishing time. • Need to compute system virtual time function V(t) • index of the round in the bit-by-bit round robin scheme at time t

  20. Example Flow 1 • All flow weight = 1 • Suppose each packet is 1000 bits, so takes 1000 rounds to finish. So, first packets of F1, F2, F3 finish at virtual time 1000 • When packet F4 arrives at virtual time 1 (after one round), the virtual finish time of packet F4 is 1001 • But the virtual finish time of packet F1,2,3 remains 1000 • Finishing order is preserved time Flow 2 time Flow 3 time Flow 4 time ε

  21. Computing System Virtual Time (Round #): V(t) • V(t) increases inversely proportionally to the sum of the weights of the backlogged flows • Since round # increases slower when there are more flows to visit each round. Flow 1 (w1 = 1) time Flow 2 (w2 = 1) time 3 4 5 1 2 1 2 3 4 5 6 V(t) C/2 C

  22. Weighted Fair Queuing Implementation • Define • virtual finishing time of packet k of flow i • arrival time of packet k of flow i • length of packet k of flow i • wiweight of flow i • The virtual finishing time of packet k+1 of flow i is • Smallest virtual finishing time first scheduling policy / wi

  23. Recall in the Fluid Flow System Service curve slope = ri bits Worst case packet delay Packet arrival curve time (s)

  24. Properties of WFQ Implementation • Theorem: WFQ guarantees that any packet is finished within max_packet_length/link_rate of its finish time in the fluid flow system • Thus WFQ can guarantee bandwidth and delay • Weights assigned appropriately and admission control is performed • Packets paced by sender according to guaranteed bandwidth • Another way to use WFQ is to assign all flows the same weight and perform no admission control • Every flow gets a “max-min” fair share, provides performance isolation among flows • See proof at the end of the slide deck

  25. Internet Today • FIFO queues are used for most network traffic • No classifier, no scheduler, best-effort • Sophisticated mechanisms tend to be more common near the “edge” of the network • E.g. At campus routers • Use classifier to pick out BitTorrent packets • Use scheduler to limit bandwidth consumed by BitTorrent traffic

  26. Remainder of this set of slides are for your reference only. They will not be needed for assignments.

  27. Proof (1) Packet pk with length Lk Subscript: index of pkt sent in pkt system Fluid Flow System Behavior ak: arrival time uk: finish Packet System Behavior ak: arrival time tk: finish Lmax: largest allowed pkt r: network link rate Want to prove:

  28. Proof (2) Let m be the largest packet index such that um > uk but tm < tk More generally, we have um > uk ≥ ui and tm < ti < tk Fluid Flow System Behavior ... ... ... um time uk ui Packet System Behavior ... ... ... tm time tk ti

  29. Proof (3) Packet System Behavior tm time tk pm started transmission at ... ... ... ti Thus Q.E.D.

  30. Another Insight Recall m is the largest packet index such that um > uk but tm < tk If no such pm exists, then simply tk ≤ uk That is, the packet system can be ahead of the fluid flow system by an unbounded amount Service in fluid flow system Packet system 0 2 4 6 8 10

More Related