QoS & Scheduling Danny Dolev Danny Dolev * Notes from * Notes - - PDF document

qos scheduling
SMART_READER_LITE
LIVE PREVIEW

QoS & Scheduling Danny Dolev Danny Dolev * Notes from * Notes - - PDF document

Communication Networks and Protocols* QoS & Scheduling Danny Dolev Danny Dolev * Notes from * Notes from Keshav Keshav and and Anker Anker 1 Quality of Service (QoS) Headlines: Headlines: What is What is QoS QoS, why we need it ,


slide-1
SLIDE 1

1

1

Communication Networks and Protocols*

QoS & Scheduling

Danny Dolev Danny Dolev

* * Notes from

Notes from Keshav Keshav and and Anker Anker 2 Danny Dolev

Quality of Service (QoS)

Headlines: Headlines:

  • What is

What is QoS QoS, why we need it , why we need it

  • Components of

Components of QoS QoS

  • Traffic shaping

Traffic shaping

  • Performance guarantees:

Performance guarantees:

  • Best effort schedulers

Best effort schedulers

  • Statistical guarantees and deterministic guarantees

Statistical guarantees and deterministic guarantees

  • schedulers for deterministic guarantees

schedulers for deterministic guarantees

  • Admission Control

Admission Control

  • Buffer management (and drop policy)

Buffer management (and drop policy)

slide-2
SLIDE 2

2

3 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

4 Danny Dolev

Scheduling

  • Sharing always results in contention

Sharing always results in contention

  • A

A scheduling discipline scheduling discipline resolves contention: resolves contention:

  • who

who’ ’s next? s next?

  • Key to

Key to fairly sharing resources fairly sharing resources and and providing performance providing performance guarantees guarantees

slide-3
SLIDE 3

3

5 Danny Dolev

Components

  • A scheduling discipline does two things:

A scheduling discipline does two things:

  • decides service order

decides service order

  • manages queue of service requests

manages queue of service requests

  • Example:

Example:

  • consider queries awaiting web server

consider queries awaiting web server

  • scheduling discipline decides service order

scheduling discipline decides service order

  • and also if some query should be ignored

and also if some query should be ignored

6 Danny Dolev

Where?

  • Anywhere where contention may occur

Anywhere where contention may occur

  • At every layer of protocol stack

At every layer of protocol stack

  • Usually studied at network layer, at output queues of switches

Usually studied at network layer, at output queues of switches

slide-4
SLIDE 4

4

7 Danny Dolev

Three generations of packet switches

  • Different trade

Different trade-

  • offs between cost and performance
  • ffs between cost and performance
  • Represent evolution in switching capacity, rather than in

Represent evolution in switching capacity, rather than in technology technology

  • With same technology, a later generation switch achieves greater

With same technology, a later generation switch achieves greater capacity, but at greater cost capacity, but at greater cost

  • All three generations are represented in current products

All three generations are represented in current products

8 Danny Dolev

First generation switch

  • Most Ethernet switches and cheap packet routers

Most Ethernet switches and cheap packet routers

  • Bottleneck can be CPU, host

Bottleneck can be CPU, host-

  • adaptor or I/O bus, depending

adaptor or I/O bus, depending

slide-5
SLIDE 5

5

9 Danny Dolev

Second generation switch

  • Port mapping intelligence in line cards

Port mapping intelligence in line cards

  • ATM switch guarantees hit in lookup cache

ATM switch guarantees hit in lookup cache

  • Ipsilon

Ipsilon IP switching IP switching

  • assume underlying ATM network

assume underlying ATM network

  • by default, assemble packets

by default, assemble packets

  • if detect a flow, ask upstream to send on a particular VCI, and

if detect a flow, ask upstream to send on a particular VCI, and install entry in install entry in port port mapper mapper => implicit signaling => implicit signaling

10 Danny Dolev

Third generation switches

  • Bottleneck in second generation switch is the bus (or ring)

Bottleneck in second generation switch is the bus (or ring)

  • Third generation switch provides parallel paths (fabric)

Third generation switch provides parallel paths (fabric)

slide-6
SLIDE 6

6

11 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

12 Danny Dolev

Why do we need one?

  • Because future applications need it

Because future applications need it

  • We expect two types of future applications

We expect two types of future applications

  • best

best-

  • effort (adaptive, non

effort (adaptive, non-

  • real time)

real time)

  • e.g. email, some types of file transfer

e.g. email, some types of file transfer

  • guaranteed service (non

guaranteed service (non-

  • adaptive, real time)

adaptive, real time)

  • e.g. packet voice, interactive video, stock quotes

e.g. packet voice, interactive video, stock quotes

slide-7
SLIDE 7

7

13 Danny Dolev

What can scheduling disciplines do?

  • Give different users different qualities of service

Give different users different qualities of service

  • Example of passengers waiting to board a plane

Example of passengers waiting to board a plane

  • early boarders spend less time waiting

early boarders spend less time waiting

  • bumped off passengers are

bumped off passengers are ‘ ‘lost lost’ ’! !

  • Scheduling disciplines can allocate

Scheduling disciplines can allocate

  • bandwidth

bandwidth

  • delay

delay

  • loss

loss

  • They also determine how

They also determine how fair fair the network is the network is

14 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

slide-8
SLIDE 8

8

15 Danny Dolev

Requirements

  • An ideal scheduling discipline

An ideal scheduling discipline

  • is easy to implement

is easy to implement

  • is fair

is fair

  • provides performance bounds

provides performance bounds

  • allows easy

allows easy admission control admission control decisions decisions

  • to decide whether a new flow can be allowed

to decide whether a new flow can be allowed

16 Danny Dolev

Requirements: 1. Ease of implementation

  • Scheduling discipline has to make a decision once every few

Scheduling discipline has to make a decision once every few microseconds! microseconds!

  • Should be

Should be implementable implementable in few instructions or simple hardware in few instructions or simple hardware

  • for hardware: critical constraint is VLSI

for hardware: critical constraint is VLSI space space

  • Work per packet should scale less than linearly with number of

Work per packet should scale less than linearly with number of active connections active connections

slide-9
SLIDE 9

9

17 Danny Dolev

Requirements: 2. Fairness

  • Scheduling discipline

Scheduling discipline allocates allocates a a resource resource

  • An allocation is fair if it satisfies

An allocation is fair if it satisfies min min-

  • max fairness

max fairness

  • Intuitively

Intuitively

  • each connection gets no more than what it wants

each connection gets no more than what it wants

  • the excess, if any, is equally shared

the excess, if any, is equally shared A B C A B C Transfer half of excess Unsatisfied demand

18 Danny Dolev

Fairness (contd.)

  • Fairness is

Fairness is intuitively intuitively a good idea a good idea

  • But it also provides

But it also provides protection protection

  • traffic hogs cannot overrun others

traffic hogs cannot overrun others

  • automatically builds

automatically builds firewalls firewalls around heavy users around heavy users

  • Fairness is a

Fairness is a global global objective, but scheduling is local

  • bjective, but scheduling is local
  • Each endpoint must restrict its flow to the smallest fair alloca

Each endpoint must restrict its flow to the smallest fair allocation tion

  • Dynamics + delay => global fairness may never be achieved

Dynamics + delay => global fairness may never be achieved

slide-10
SLIDE 10

10

19 Danny Dolev

Requirements: 3. Performance bounds

  • What is it?

What is it?

  • A way to obtain a desired level of service

A way to obtain a desired level of service

  • Can be

Can be deterministic deterministic or

  • r statistical

statistical

  • Common parameters are

Common parameters are

  • bandwidth

bandwidth

  • delay

delay

  • delay

delay-

  • jitter

jitter

  • loss

loss

20 Danny Dolev

Bandwidth

  • Specified as minimum bandwidth measured over a

Specified as minimum bandwidth measured over a prespecified prespecified interval interval

  • E.g. > 5Mbps over intervals of > 1 sec

E.g. > 5Mbps over intervals of > 1 sec

  • Meaningless without an interval!

Meaningless without an interval!

  • Can be a bound on average (sustained) rate or peak rate

Can be a bound on average (sustained) rate or peak rate

  • Peak is measured over a

Peak is measured over a ‘ ‘small small’ ’ interval interval

  • Average is asymptote as intervals increase without bound

Average is asymptote as intervals increase without bound

slide-11
SLIDE 11

11

21 Danny Dolev

Delay and delay-jitter

  • Bound on some parameter of the delay distribution curve

Bound on some parameter of the delay distribution curve

22 Danny Dolev

Req’ments: 4. Ease of admission control

  • Admission control needed to provide

Admission control needed to provide QoS QoS

  • Overloaded resource cannot guarantee performance

Overloaded resource cannot guarantee performance

  • Choice of scheduling discipline affects ease of admission contro

Choice of scheduling discipline affects ease of admission control l algorithm algorithm

slide-12
SLIDE 12

12

23 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

24 Danny Dolev

Fundamental choices

  • 1. Number of priority levels
  • 1. Number of priority levels
  • 2. Work
  • 2. Work-
  • conserving vs. non

conserving vs. non-

  • work

work-

  • conserving

conserving

  • 3. Degree of aggregation
  • 3. Degree of aggregation
  • 4. Service order within a level
  • 4. Service order within a level
slide-13
SLIDE 13

13

25 Danny Dolev

Choices: 1. Priority

  • Packet is served from a given priority level only if no packets

Packet is served from a given priority level only if no packets exist at higher levels ( exist at higher levels (multilevel priority with exhaustive service multilevel priority with exhaustive service) )

  • Highest level gets lowest delay

Highest level gets lowest delay

  • Watch out for starvation!

Watch out for starvation!

  • Usually map priority levels to delay classes

Usually map priority levels to delay classes

Low bandwidth urgent messages Low bandwidth urgent messages Realtime Realtime Non Non-

  • realtime

realtime Priority

26 Danny Dolev

Choices: 2. Work conserving vs. non-work- conserving

  • Work conserving discipline is never idle when packets await

Work conserving discipline is never idle when packets await service service

  • Why bother with non

Why bother with non-

  • work conserving?

work conserving?

slide-14
SLIDE 14

14

27 Danny Dolev

Non-work-conserving disciplines

  • Key conceptual idea: delay packet till

Key conceptual idea: delay packet till eligible eligible

  • Reduces delay

Reduces delay-

  • jitter => fewer buffers in network

jitter => fewer buffers in network

  • How to choose eligibility time?

How to choose eligibility time?

  • rate

rate-

  • jitter regulator

jitter regulator

  • bounds maximum outgoing rate

bounds maximum outgoing rate

  • delay

delay-

  • jitter regulator

jitter regulator

  • compensates for variable delay at previous hop

compensates for variable delay at previous hop

28 Danny Dolev

Do we need non-work-conservation?

  • Can remove delay

Can remove delay-

  • jitter at an endpoint instead

jitter at an endpoint instead

  • but also reduces size of switch buffers

but also reduces size of switch buffers… …

  • Increases mean delay

Increases mean delay

  • not a problem for

not a problem for playback playback applications applications

  • Wastes bandwidth

Wastes bandwidth

  • can serve best

can serve best-

  • effort packets instead

effort packets instead

  • Always punishes a misbehaving source

Always punishes a misbehaving source

  • can

can’ ’t have it both ways t have it both ways

  • Bottom line: not too bad, implementation cost may be the

Bottom line: not too bad, implementation cost may be the biggest problem biggest problem

slide-15
SLIDE 15

15

29 Danny Dolev

Choices: 3. Degree of aggregation

  • More aggregation

More aggregation

  • less state

less state

  • cheaper

cheaper

  • smaller VLSI

smaller VLSI

  • less to advertise

less to advertise

  • BUT: less individualization

BUT: less individualization

  • Solution

Solution

  • aggregate to a

aggregate to a class, class, members of class have same performance members of class have same performance requirement requirement

  • no protection within class

no protection within class

30 Danny Dolev

Choices: 4. Service within a priority level

  • In order of arrival (FCFS) or in order of a service tag

In order of arrival (FCFS) or in order of a service tag

  • Service tags => can arbitrarily reorder queue

Service tags => can arbitrarily reorder queue

  • Need to sort queue, which can be expensive

Need to sort queue, which can be expensive

  • FCFS

FCFS

  • bandwidth hogs win (no protection)

bandwidth hogs win (no protection)

  • no guarantee on delays

no guarantee on delays

  • Service tags

Service tags

  • with appropriate choice, both protection and delay bounds possib

with appropriate choice, both protection and delay bounds possible le

slide-16
SLIDE 16

16

31 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

32 Danny Dolev

Scheduling best-effort connections*

  • Main requirement is

Main requirement is fairness fairness

  • Achievable using

Achievable using Generalized processor sharing (GPS) Generalized processor sharing (GPS)

  • Visit each non

Visit each non-

  • empty queue in turn

empty queue in turn

  • Serve infinitesimal from each

Serve infinitesimal from each

  • Why is this fair?

Why is this fair?

  • How can we give weights to connections?

How can we give weights to connections?

slide-17
SLIDE 17

17

33 Danny Dolev

More on GPS

  • GPS is

GPS is unimplementable unimplementable! !

  • we cannot serve infinitesimals, only packets

we cannot serve infinitesimals, only packets

  • No packet discipline can be as fair as GPS

No packet discipline can be as fair as GPS

  • while a packet is being served, we are unfair to others

while a packet is being served, we are unfair to others

  • Degree of unfairness can be bounded

Degree of unfairness can be bounded

  • Define

Define: : work(I,a,b) work(I,a,b) = # bits transmitted for connection I in time = # bits transmitted for connection I in time [a,b] [a,b]

  • Absolute

Absolute fairness bound for discipline S fairness bound for discipline S

  • Max (work_GPS(I,a,b)

Max (work_GPS(I,a,b) -

  • work_S(I, a,b))

work_S(I, a,b))

  • Relative

Relative fairness bound for discipline S fairness bound for discipline S

  • Max (work_S(I,a,b)

Max (work_S(I,a,b) -

  • work_S(J,a,b))

work_S(J,a,b))

34 Danny Dolev

What next?

  • We can

We can’ ’t implement GPS t implement GPS

  • So, lets see how to emulate it

So, lets see how to emulate it

  • We want to be as fair as possible

We want to be as fair as possible

  • But also have an efficient implementation

But also have an efficient implementation

slide-18
SLIDE 18

18

35 Danny Dolev

Weighted round robin

  • Serve a packet from each non

Serve a packet from each non-

  • empty queue in turn

empty queue in turn

  • Unfair if packets are of different length or weights are not equ

Unfair if packets are of different length or weights are not equal al

  • Different weights, fixed packet size

Different weights, fixed packet size

  • serve more than one packet per visit, after normalizing to obtai

serve more than one packet per visit, after normalizing to obtain n integer weights integer weights

  • Different weights, variable size packets

Different weights, variable size packets

  • normalize weights by mean

normalize weights by mean packet size packet size

  • e.g. weights {0.5, 0.75, 1.0}, mean packet sizes {50, 500, 1500}

e.g. weights {0.5, 0.75, 1.0}, mean packet sizes {50, 500, 1500}

  • normalize weights: {2/9,3/9,4/9},

normalize weights: {2/9,3/9,4/9},

  • normalized packet

normalized packet-

  • size = { 30,3,1},

size = { 30,3,1},

  • final normalization {60, 9, 4}

final normalization {60, 9, 4}

36 Danny Dolev

Problems with Weighted Round Robin

  • With variable size packets and different weights, need to know

With variable size packets and different weights, need to know mean packet size in advance mean packet size in advance

  • Can be unfair for long periods of time

Can be unfair for long periods of time

  • E.g.

E.g.

  • T3 trunk with 500 connections, each connection has mean packet

T3 trunk with 500 connections, each connection has mean packet length 500 bytes, 250 with weight 1, 250 with weight 10 length 500 bytes, 250 with weight 1, 250 with weight 10

  • Each packet takes 500 * 8/45 Mbps = 88.8 microseconds

Each packet takes 500 * 8/45 Mbps = 88.8 microseconds

  • Fairness round time =2750 * 88.8 = 244.2 ms

Fairness round time =2750 * 88.8 = 244.2 ms (2750=250x10+250x1)

(2750=250x10+250x1)

slide-19
SLIDE 19

19

37 Danny Dolev

Weighted Fair Queueing (WFQ)

  • Deals better with variable size packets and weights

Deals better with variable size packets and weights

  • GPS is fairest discipline

GPS is fairest discipline

  • Find the

Find the finish time finish time of a packet,

  • f a packet, had we been doing GPS

had we been doing GPS

  • Then serve packets in order of their finish times

Then serve packets in order of their finish times

38 Danny Dolev

WFQ: first cut

  • Suppose, in each

Suppose, in each round, round, the server served one bit from each the server served one bit from each active connection active connection

  • Round number

Round number is the number of rounds already completed is the number of rounds already completed

  • can be fractional

can be fractional

  • If a packet of length

If a packet of length p p arrives to an empty queue when the round arrives to an empty queue when the round number is number is R R, it will complete service when the round number is , it will complete service when the round number is R + p => finish number R + p => finish number is is R + p R + p

  • independent of the number of other connections!

independent of the number of other connections!

  • If a packet arrives to a non

If a packet arrives to a non-

  • empty queue, and the previous

empty queue, and the previous packet has a finish number of packet has a finish number of f f, then the packet , then the packet’ ’s finish number s finish number is is f+p f+p

  • Serve packets in order of finish numbers

Serve packets in order of finish numbers

slide-20
SLIDE 20

20

39 Danny Dolev

A catch

  • A queue may need to be considered non

A queue may need to be considered non-

  • empty even if it has no

empty even if it has no packets in it packets in it

  • e.g. packets of length 1 from connections A and B, on a link of

e.g. packets of length 1 from connections A and B, on a link of speed 1 bit/sec speed 1 bit/sec

  • at time 1, packet from A served, round number = 0.5

at time 1, packet from A served, round number = 0.5

  • A has no packets in its queue, yet should be considered non

A has no packets in its queue, yet should be considered non-

  • empty, because a packet arriving to it at time 1 should have

empty, because a packet arriving to it at time 1 should have finish number 1+ finish number 1+ p p

  • A connection is

A connection is active active if the last packet served from it, or in its if the last packet served from it, or in its queue, has a finish number greater than the current round queue, has a finish number greater than the current round number number

40 Danny Dolev

WFQ continued

  • To sum up, assuming we know the current round number

To sum up, assuming we know the current round number R R

  • Finish number of packet of length

Finish number of packet of length p p

  • if arriving to active connection = previous finish number +

if arriving to active connection = previous finish number + p p

  • if arriving to an inactive connection =

if arriving to an inactive connection = R R + + p p

  • (How should we deal with weights?)

(How should we deal with weights?)

  • To implement, we need to know two things:

To implement, we need to know two things:

  • is connection active?

is connection active?

  • if not, what is the current round number?

if not, what is the current round number?

  • Answer to both questions depends on computing the current

Answer to both questions depends on computing the current round number round number

slide-21
SLIDE 21

21

41 Danny Dolev

WFQ: computing the round number

  • Naively: round number = number of rounds of service completed

Naively: round number = number of rounds of service completed so far so far

  • what if a server has not served all connections in a round?

what if a server has not served all connections in a round?

  • what if new conversations join in halfway through a round?

what if new conversations join in halfway through a round?

  • Redefine

Redefine round number as a real round number as a real-

  • valued variable that increases

valued variable that increases at a rate inversely proportional to the number of currently acti at a rate inversely proportional to the number of currently active ve connections connections

  • this takes care of both problems

this takes care of both problems

  • With this change, WFQ emulates GPS instead of bit

With this change, WFQ emulates GPS instead of bit-

  • by

by-

  • bit RR

bit RR

42 Danny Dolev (Size, Time)

A: 1, 0 and 2,4 B: 2, 0 C: 2, 0

slide-22
SLIDE 22

22

43 Danny Dolev

Problem: iterated deletion

  • A server

A server recomputes recomputes round number on each packet arrival round number on each packet arrival

  • At any

At any recomputation recomputation, the number of conversations can go up at , the number of conversations can go up at most by one, but can go down to zero most by one, but can go down to zero

  • => overestimation

=> overestimation

  • Trick

Trick

  • use previous count to compute round number

use previous count to compute round number

  • if this makes some conversation inactive,

if this makes some conversation inactive, recompute recompute

  • repeat until no conversations become inactive

repeat until no conversations become inactive

Round number # active conversations

44 Danny Dolev

WFQ implementation

  • On packet arrival:

On packet arrival:

  • use source + destination address (or VCI) to classify it and loo

use source + destination address (or VCI) to classify it and look up k up finish number of last packet served (or waiting to be served) finish number of last packet served (or waiting to be served)

  • recompute

recompute round number round number

  • compute finish number

compute finish number

  • insert in priority queue sorted by finish numbers

insert in priority queue sorted by finish numbers

  • if no space, drop the packet with largest finish number

if no space, drop the packet with largest finish number

  • On service completion

On service completion

  • select the packet with the lowest finish number

select the packet with the lowest finish number

slide-23
SLIDE 23

23

45 Danny Dolev

Analysis

  • Unweighted

Unweighted case: case:

  • if GPS has served

if GPS has served x x bits from connection A by time t bits from connection A by time t

  • WFQ would have served at least

WFQ would have served at least x x -

  • P

P bits, where bits, where P P is the largest is the largest possible packet in the network possible packet in the network

  • WFQ could send

WFQ could send more more than GPS would => absolute fairness than GPS would => absolute fairness bound > bound > P P

  • To reduce bound, choose smallest finish number only among

To reduce bound, choose smallest finish number only among packets that have started service in the corresponding GPS packets that have started service in the corresponding GPS system (WF system (WF2

2Q)

Q)

  • requires a regulator to determine eligible packets

requires a regulator to determine eligible packets

46 Danny Dolev

Evaluation

  • Pros

Pros

  • like GPS, it provides protection

like GPS, it provides protection

  • can obtain worst

can obtain worst-

  • case end

case end-

  • to

to-

  • end delay bound

end delay bound

  • gives users incentive to use intelligent flow control (and also

gives users incentive to use intelligent flow control (and also provides rate information implicitly) provides rate information implicitly)

  • Cons

Cons

  • needs per

needs per-

  • connection state

connection state

  • iterated deletion is complicated

iterated deletion is complicated

  • requires a priority queue

requires a priority queue

slide-24
SLIDE 24

24

47 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

48 Danny Dolev

Scheduling guaranteed-service connections

  • With best

With best-

  • effort connections, goal is fairness

effort connections, goal is fairness

  • With guaranteed

With guaranteed-

  • service connections

service connections

  • what performance guarantees are achievable?

what performance guarantees are achievable?

  • how easy is admission control?

how easy is admission control?

  • We now study some scheduling disciplines that provide

We now study some scheduling disciplines that provide performance guarantees performance guarantees

slide-25
SLIDE 25

25

49 Danny Dolev

WFQ

  • Turns out that WFQ also provides performance guarantees

Turns out that WFQ also provides performance guarantees

  • Bandwidth bound

Bandwidth bound

  • ratio of weights * link capacity

ratio of weights * link capacity

  • e.g. connections with weights 1, 2, 7; link capacity 10

e.g. connections with weights 1, 2, 7; link capacity 10

  • connections get at least 1, 2, 7 units of b/w each

connections get at least 1, 2, 7 units of b/w each

  • End

End-

  • to

to-

  • end delay bound

end delay bound

  • assumes that the connection doesn

assumes that the connection doesn’ ’t send t send ‘ ‘too much too much’ ’ (otherwise its (otherwise its packets will be stuck in queues) packets will be stuck in queues)

  • more precisely, connection should be

more precisely, connection should be leaky leaky-

  • bucket

bucket regulated regulated

  • # bits sent in time [t

# bits sent in time [t1

1, t

, t2

2] <=

] <= a(t a(t2

2 -

  • t

t1

1) +b

) +b

50 Danny Dolev

The Leaky Bucket Algorithm (Turner, 1986)

  • Overflow packets are discarded
  • If packets are of different size, enforce byte-flow rate
slide-26
SLIDE 26

26

51 Danny Dolev

Parekh-Gallager theorem

  • Let a connection be allocated weights at each WFQ scheduler

Let a connection be allocated weights at each WFQ scheduler along its path, so that the least bandwidth it is allocated is along its path, so that the least bandwidth it is allocated is g g

  • Let it be leaky

Let it be leaky-

  • bucket regulated such that # bits sent in time [t

bucket regulated such that # bits sent in time [t1

1,

, t t2

2]

] <= <= a(t a(t2

2 -

  • t

t1

1) +b (b<g)

) +b (b<g)

  • Let the connection pass through

Let the connection pass through K K schedulers, where the schedulers, where the k kth th scheduler has a rate scheduler has a rate r(k) r(k)

  • Let the largest packet allowed in the network be

Let the largest packet allowed in the network be P P

∑ ∑

− = =

+ + ≤

1 1 1

) ( / / / _ _ _

K k K k

k r P g P g b delay end to end

52 Danny Dolev

Significance

  • Theorem shows that WFQ can provide end

Theorem shows that WFQ can provide end-

  • to

to-

  • end delay bounds

end delay bounds

  • So WFQ provides both fairness and performance guarantees

So WFQ provides both fairness and performance guarantees

  • Bound holds regardless of cross traffic behavior

Bound holds regardless of cross traffic behavior

  • Can be generalized for networks where schedulers are variants

Can be generalized for networks where schedulers are variants

  • f WFQ, and the link service rate changes over time
  • f WFQ, and the link service rate changes over time
slide-27
SLIDE 27

27

53 Danny Dolev

Problems

  • To get a delay bound, need to pick

To get a delay bound, need to pick g g

  • the lower the delay bounds, the larger

the lower the delay bounds, the larger g g needs to be needs to be

  • large

large g g => exclusion of more competitors from link => exclusion of more competitors from link

  • g

g can be very large, in some cases 80 times the peak rate! can be very large, in some cases 80 times the peak rate!

  • Sources must be leaky

Sources must be leaky-

  • bucket regulated

bucket regulated

  • but choosing leaky

but choosing leaky-

  • bucket parameters is problematic

bucket parameters is problematic

  • WFQ couples delay and bandwidth allocations

WFQ couples delay and bandwidth allocations

  • low delay requires allocating more bandwidth

low delay requires allocating more bandwidth

  • wastes bandwidth for low

wastes bandwidth for low-

  • bandwidth low

bandwidth low-

  • delay sources

delay sources

54 Danny Dolev

Delay-Earliest Due Date

  • Earliest

Earliest-

  • due

due-

  • date: packet with earliest deadline selected

date: packet with earliest deadline selected

  • Delay

Delay-

  • EDD prescribes how to assign deadlines to packets

EDD prescribes how to assign deadlines to packets

  • A source is required to send slower than its

A source is required to send slower than its peak rate peak rate

  • Bandwidth at scheduler reserved at peak rate

Bandwidth at scheduler reserved at peak rate

  • Deadline = expected arrival time + delay bound

Deadline = expected arrival time + delay bound

  • If a source sends faster than contract, delay bound will not app

If a source sends faster than contract, delay bound will not apply ly

  • Each packet gets a hard delay bound

Each packet gets a hard delay bound

  • Delay bound is

Delay bound is independent independent of bandwidth requirement

  • f bandwidth requirement
  • but reservation is at a connection

but reservation is at a connection’ ’s peak rate s peak rate

  • Implementation requires per

Implementation requires per-

  • connection state and a priority

connection state and a priority queue queue

slide-28
SLIDE 28

28

55 Danny Dolev

Rate-controlled scheduling

  • A

A class class of disciplines

  • f disciplines
  • two components: regulator and scheduler

two components: regulator and scheduler

  • incoming packets are placed in regulator where they wait to

incoming packets are placed in regulator where they wait to become eligible become eligible

  • then they are put in the scheduler

then they are put in the scheduler

  • Regulator

Regulator shapes shapes the traffic, scheduler provides performance the traffic, scheduler provides performance guarantees guarantees

56 Danny Dolev

Examples

  • Recall

Recall

  • rate

rate-

  • jitter regulator

jitter regulator

  • bounds maximum outgoing rate

bounds maximum outgoing rate

  • delay

delay-

  • jitter regulator

jitter regulator

  • compensates for variable delay at previous hop

compensates for variable delay at previous hop

  • Rate

Rate-

  • jitter regulator + FIFO

jitter regulator + FIFO

  • similar to Delay

similar to Delay-

  • EDD

EDD

  • Rate

Rate-

  • jitter regulator + multi

jitter regulator + multi-

  • priority FIFO

priority FIFO

  • gives both bandwidth and delay guarantees

gives both bandwidth and delay guarantees

  • Delay

Delay-

  • jitter regulator + EDD

jitter regulator + EDD

  • gives bandwidth, delay,and delay

gives bandwidth, delay,and delay-

  • jitter bounds (Jitter

jitter bounds (Jitter-

  • EDD)

EDD)

slide-29
SLIDE 29

29

57 Danny Dolev

Analysis

  • First regulator on path monitors and regulates traffic =>

First regulator on path monitors and regulates traffic => bandwidth bound bandwidth bound

  • End

End-

  • to

to-

  • end delay bound

end delay bound

  • delay

delay-

  • jitter regulator

jitter regulator

  • reconstructs traffic => end

reconstructs traffic => end-

  • to

to-

  • end delay is fixed (= worst

end delay is fixed (= worst-

  • case

case delay at each hop) delay at each hop)

  • rate

rate-

  • jitter regulator

jitter regulator

  • partially reconstructs traffic

partially reconstructs traffic

  • can show that end

can show that end-

  • to

to-

  • end delay bound is smaller than (sum of

end delay bound is smaller than (sum of delay bound at each hop + delay at first hop) delay bound at each hop + delay at first hop)

58 Danny Dolev

Decoupling

  • Can give a low

Can give a low-

  • bandwidth connection a low delay without

bandwidth connection a low delay without

  • verbooking
  • verbooking
  • E.g consider connection A with rate 64 Kbps sent to a router wit

E.g consider connection A with rate 64 Kbps sent to a router with h rate rate-

  • jitter regulation and

jitter regulation and multipriority multipriority FCFS scheduling FCFS scheduling

  • After sending a packet of length

After sending a packet of length ,

, next packet is eligible at time

next packet is eligible at time (now + (now + / 64 Kbps) / 64 Kbps)

  • If placed at highest

If placed at highest-

  • priority queue, all packets from A get low delay

priority queue, all packets from A get low delay

  • Can decouple delay and bandwidth bounds, unlike WFQ

Can decouple delay and bandwidth bounds, unlike WFQ

slide-30
SLIDE 30

30

59 Danny Dolev

Evaluation

  • Pros

Pros

  • flexibility: ability to emulate other disciplines

flexibility: ability to emulate other disciplines

  • can decouple bandwidth and delay assignments

can decouple bandwidth and delay assignments

  • end

end-

  • to

to-

  • end delay bounds are easily computed

end delay bounds are easily computed

  • do not require complicated schedulers to guarantee protection

do not require complicated schedulers to guarantee protection

  • can provide delay

can provide delay-

  • jitter bounds

jitter bounds

  • Cons

Cons

  • require an additional regulator at each output port

require an additional regulator at each output port

  • delay

delay-

  • jitter bounds at the expense of increasing mean delay

jitter bounds at the expense of increasing mean delay

  • delay

delay-

  • jitter regulation is expensive (clock synch, timestamps)

jitter regulation is expensive (clock synch, timestamps)

60 Danny Dolev

Summary

  • Two sorts of applications: best effort and guaranteed service

Two sorts of applications: best effort and guaranteed service

  • Best effort connections require fair service

Best effort connections require fair service

  • provided by GPS, which is

provided by GPS, which is unimplementable unimplementable

  • emulated by WFQ and its variants

emulated by WFQ and its variants

  • Guaranteed service connections require performance

Guaranteed service connections require performance guarantees guarantees

  • provided by WFQ, but this is expensive

provided by WFQ, but this is expensive

  • may be better to use rate

may be better to use rate-

  • controlled schedulers

controlled schedulers

slide-31
SLIDE 31

31

61 Danny Dolev

Outline

  • What is scheduling

What is scheduling

  • Why we need it

Why we need it

  • Requirements of a scheduling discipline

Requirements of a scheduling discipline

  • Fundamental choices

Fundamental choices

  • Scheduling best effort connections

Scheduling best effort connections

  • Scheduling guaranteed

Scheduling guaranteed-

  • service connections

service connections

  • Packet drop strategies

Packet drop strategies

62 Danny Dolev

Packet dropping

  • Packets that cannot be served immediately are buffered

Packets that cannot be served immediately are buffered

  • Full buffers

Full buffers => => packet drop strategy packet drop strategy

  • Packet losses happen almost always from best

Packet losses happen almost always from best-

  • effort

effort connections connections

  • Shouldn

Shouldn’ ’t drop packets unless imperative t drop packets unless imperative

  • packet drop wastes resources

packet drop wastes resources

slide-32
SLIDE 32

32

63 Danny Dolev

Classification of drop strategies

  • 1. Degree of aggregation
  • 1. Degree of aggregation
  • 2. Drop priorities
  • 2. Drop priorities
  • 3. Early or late
  • 3. Early or late
  • 4. Drop position
  • 4. Drop position

64 Danny Dolev

  • 1. Degree of aggregation
  • Degree of discrimination in selecting a packet to drop

Degree of discrimination in selecting a packet to drop

  • E.g. in vanilla FIFO, all packets are in the same class

E.g. in vanilla FIFO, all packets are in the same class

  • Instead, can classify packets and drop packets selectively

Instead, can classify packets and drop packets selectively

  • The finer the classification the better the protection

The finer the classification the better the protection

  • Max

Max-

  • min fair allocation of buffers to classes

min fair allocation of buffers to classes

  • drop packet from class with the longest queue

drop packet from class with the longest queue

slide-33
SLIDE 33

33

65 Danny Dolev

  • 2. Drop priorities
  • Drop lower

Drop lower-

  • priority packets first

priority packets first

  • How to choose?

How to choose?

  • endpoint marks packets

endpoint marks packets

  • regulator marks packets

regulator marks packets

  • congestion loss priority (CLP) bit in packet header

congestion loss priority (CLP) bit in packet header

66 Danny Dolev

CLP bit: pros and cons

  • Pros

Pros

  • if network has spare capacity, all traffic is carried

if network has spare capacity, all traffic is carried

  • during congestion, load is automatically shed

during congestion, load is automatically shed

  • Cons

Cons

  • separating priorities within a single connection is hard

separating priorities within a single connection is hard

  • what prevents all packets being marked as high priority?

what prevents all packets being marked as high priority?

slide-34
SLIDE 34

34

67 Danny Dolev

  • 2. Drop priority (contd.)
  • Special case of AAL5

Special case of AAL5

  • want to drop an entire frame, not individual cells

want to drop an entire frame, not individual cells

  • cells belonging to the selected frame are preferentially dropped

cells belonging to the selected frame are preferentially dropped

  • Drop packets from

Drop packets from ‘ ‘nearby nearby’ ’ hosts first hosts first

  • because they have used the least network resources

because they have used the least network resources

  • can

can’ ’t do it on Internet because hop count (TTL) decreases t do it on Internet because hop count (TTL) decreases

68 Danny Dolev

  • 3. Early vs. late drop
  • Early drop => drop even if space is available

Early drop => drop even if space is available

  • signals endpoints to reduce rate

signals endpoints to reduce rate

  • cooperative sources get lower overall delays, uncooperative

cooperative sources get lower overall delays, uncooperative sources get severe packet loss sources get severe packet loss

  • Early random drop

Early random drop

  • drop arriving packet with fixed drop probability if queue length

drop arriving packet with fixed drop probability if queue length exceeds threshold exceeds threshold

  • intuition: misbehaving sources more likely to send packets and s

intuition: misbehaving sources more likely to send packets and see ee packet losses packet losses

  • doesn

doesn’ ’t work! t work!

slide-35
SLIDE 35

35

69 Danny Dolev

  • 3. Early vs. late drop: RED
  • Random early detection (RED) makes three improvements

Random early detection (RED) makes three improvements

  • Metric is moving average of queue lengths

Metric is moving average of queue lengths

  • small bursts pass through unharmed

small bursts pass through unharmed

  • nly affects sustained overloads
  • nly affects sustained overloads
  • Packet drop probability is a function of mean queue length

Packet drop probability is a function of mean queue length

  • prevents severe reaction to mild overload

prevents severe reaction to mild overload

  • Can mark packets instead of dropping them

Can mark packets instead of dropping them

  • allows sources to detect network state without losses

allows sources to detect network state without losses

  • RED improves performance of a network of cooperating TCP

RED improves performance of a network of cooperating TCP sources sources

  • No bias against

No bias against bursty bursty sources sources

  • Controls queue length regardless of endpoint cooperation

Controls queue length regardless of endpoint cooperation

70 Danny Dolev

  • 4. Drop position
  • Can drop a packet from head, tail, or random position in the

Can drop a packet from head, tail, or random position in the queue queue

  • Tail

Tail

  • easy

easy

  • default approach

default approach

  • Head

Head

  • harder

harder

  • lets source detect loss earlier

lets source detect loss earlier

slide-36
SLIDE 36

36

71 Danny Dolev

  • 4. Drop position (contd.)
  • Random

Random

  • hardest

hardest

  • if no aggregation, hurts hogs most

if no aggregation, hurts hogs most

  • unlikely to make it to real routers

unlikely to make it to real routers

  • Drop entire longest queue

Drop entire longest queue

  • easy

easy

  • almost as effective as drop tail from longest queue

almost as effective as drop tail from longest queue