Download presentation
Presentation is loading. Please wait.
Published byClifford Hubbard Modified over 9 years ago
1
Link Scheduling & Queuing COS 461: Computer Networks http://www.cs.princeton.edu/courses/archive/spr14/cos461/
2
Outline Link scheduling (not covered on Monday) Queuing practice questions Miscellanea
3
First-In First-Out Scheduling First-in first-out scheduling – Simple, but restrictive Example: two kinds of traffic – Voice over IP needs low delay – E-mail is not that sensitive about delay Voice traffic waits behind e-mail 3
4
Strict Priority Multiple levels of priority – Always transmit high-priority traffic when present Isolation for the high-priority traffic – Almost like it has a dedicated link Except for (small) delay for transmission Possible starvation 4 High Low
5
Weighted Fair Queuing Each queue gets a fraction of the link bandwidth Rotate across queues on a small time scale What if a queue is empty during its time slice? – Move on to next queue if work conserving 50% red, 25% blue, 25% green 5
6
Weighted Fair Queuing If non-work conserving – Flows get at most their allocated weight If work-conserving – Send extra traffic from one queue if others are idle – Bytes, not packets – Higher or lower utilization than non-work conserving? Results in max-min fairness – Maximize the minimum rate of each flow 6
7
Implementation Trade-Offs FIFO – One queue, trivial scheduler Strict priority – One queue per priority level, simple scheduler Weighted fair scheduling – One queue per class, and more complex scheduler 7
8
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F 8
9
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F 9
10
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F Random Early Detection (RED) solves the full queue problem T/F 10
11
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F Random Early Detection (RED) solves the full queue problem T/F 11
12
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F Random Early Detection (RED) solves the full queue problem T/F RED solves the lockout problem for TCP flows T/F 12
13
For the following questions, assume that these are always coupled with a FIFO scheduling policy. The full queue problem occurs if routers’ queues are often full. The lockout problem refers to a situation where a small number of flows monopolize the available queue space on a router. Drop-tail solves the full queue problem T/F Random Early Detection (RED) solves the full queue problem T/F RED solves the lockout problem for TCP flows T/F 13
14
1 Drop-tail has fewer burst losses than RED T/F 14
15
1 Drop-tail has fewer burst losses than RED T/F 15
16
1 Drop-tail has fewer burst losses than RED T/F 2 Both drop-tail and RED can be used with Explicit Congestion Notification (ECN), so the router can signal congestion to the sender without dropping a packet T/F 16
17
1 Drop-tail has fewer burst losses than RED T/F 2 Both drop-tail and RED can be used with Explicit Congestion Notification (ECN), so the router can signal congestion to the sender without dropping a packet T/F 17
18
1 Drop-tail has fewer burst losses than RED T/F 2 Both drop-tail and RED can be used with Explicit Congestion Notification (ECN), so the router can signal congestion to the sender without dropping a packet T/F 3 RED drops every incoming packet with some probability P > 0 T/F 18
19
1 Drop-tail has fewer burst losses than RED T/F 2 Both drop-tail and RED can be used with Explicit Congestion Notification (ECN), so the router can signal congestion to the sender without dropping a packet T/F 3 RED drops every incoming packet with some probability P > 0 T/F 19
20
TCP Windows Receive window – flow control Congestion window – Additive increase / multiplicative decrease – Triple duplicate ACKs – Slow-start, fast retransmit, fast recovery, etc.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.