41
15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

Page 1: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

15-441: Computer Networking

Lecture 18: QoS

Thanks to David Anderson and Srini Seshan

Page 2: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 2

Overview

• Why QOS?

• Integrated services

• RSVP

• Differentiated services

Page 3: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 3

Motivation

• Internet currently provides one single class of “best-effort” service

• No assurances about delivery

• Existing applications are elastic• Tolerate delays and losses• Can adapt to congestion

• Future “real-time” applications may be inelastic

Page 4: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 4

Why a New Service Model?

• What is the basic objective of network design?

• Maximize total bandwidth? Minimize latency?• Maximize user satisfaction – the total utility

given to users

• What does utility vs. bandwidth look like?• Must be non-decreasing function • Shape depends on application

Page 5: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 5

Utility Curve Shapes

Stay to the right and youare fine for all curves

BW

U Elastic

BW

U Hard real-time

BW

U Delay-adaptive

Page 6: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 6

Utility curve – Elastic traffic

Bandwidth

U Elastic

Does equal allocation of bandwidth maximize total utility?

Page 7: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 7

Admission Control

• If U(bandwidth) is concave

elastic applications

• Incremental utility is decreasing with increasing bandwidth

• Is always advantageous to have more flows with lower bandwidth

• No need of admission control;

This is why the Internet works!

BW

U Elastic

Page 8: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 8

Utility Curves – Inelastic traffic

BW

U Hard real-time

BW

U Delay-adaptive

Does equal allocation of bandwidth maximize total utility?

Page 9: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 9

Inelastic Applications

• Continuous media applications• Lower and upper limit on acceptable performance.• BW below which video and audio are not intelligible• Internet telephones, teleconferencing with high delay

(200 - 300ms) impair human interaction• Sometimes called “tolerant real-time” since they can

adapt to the performance of the network

• Hard real-time applications• Require hard limits on performance• E.g. control applications

Page 10: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 10

Admission Control

• If U is convex inelastic applications

• U(number of flows) is no longer monotonically increasing

• Need admission control to maximize total utility

• Admission control deciding when adding more people would reduce overall utility

• Basically avoids overload

BW

U Delay-adaptive

Page 11: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 11

Overview

• Why QOS?

• Integrated services

• RSVP

• Differentiated services

Page 12: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 12

Components of Integrated Services

1. Type of commitment What does the network promise?

2. Packet scheduling How does the network meet promises?

3. Service interface How does the application describe what it wants?

4. Establishing the guarantee How is the promise communicated to/from the

network

How is admission of new applications controlled?

Page 13: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 13

Type of Commitments

• Guaranteed service• For hard real-time applications• Fixed guarantee, network meets commitment if clients

send at agreed-upon rate

• Predicted service• For delay-adaptive applications• Two components

• If conditions do not change, commit to current service• If conditions change, take steps to deliver consistent performance

(help apps minimize playback delay)• Implicit assumption – network does not change much over time

• Datagram/best effort service

Page 14: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 14

Scheduling for Guaranteed Traffic

• Use token bucket filter to characterize traffic• Described by rate r and bucket depth b

• Use Weighted Fair-Queueing at the routers

• Parekh’s bound for worst case queuing delay = b/r

Page 15: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 15

Token Bucket Filter

Operation:• If bucket fills, tokens are

discarded• Sending a packet of size P

uses P tokens• If bucket has P tokens,

packet sent at max rate, else must wait for tokens to accumulate

Tokens enter bucket at rate r

Bucket depth b: capacity of bucket

Page 16: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 16

Token Bucket Operation

Tokens

Packet

Overflow

Tokens Tokens

Packet

Enough tokens packet goes through,tokens removed

Not enough tokens wait for tokens to accumulate

Page 17: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 17

Token Bucket Characteristics

• On the long run, rate is limited to r

• On the short run, a burst of size b can be sent

• Amount of traffic entering at interval T is bounded by:

• Traffic = b + r*T

• Information useful to admission algorithm

Page 18: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 18

Token Bucket Specs

BW

Time

1

2

1 2 3

Flow A

Flow B

Flow A: r = 1 MBps, B=1 byte

Flow B: r = 1 MBps, B=1MB

Page 19: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 19

Guarantee Proven by Parekh

• Given:• Flow i shaped with token bucket and leaky bucket rate

control (depth b and rate r)• Network nodes do WFQ

• Cumulative queuing delay Di suffered by flow i has upper bound

• Di < b/r, (where r may be much larger than average rate)

• Assumes that r < link speed at any router• All sources limiting themselves to r will result in no

network queuing

Page 20: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 21

Sharing versus Isolation

• Isolation• Isolates well-behaved from misbehaving sources

• Sharing• Mixing of different sources in a way beneficial to all

• FIFO: sharing• each traffic source impacts other connections directly

• e.g. malicious user can grab extra bandwidth• the simplest and most common queueing discipline• averages out the delay across all flows

• Priority queues: one-way sharing• high-priority traffic sources have impact on lower priority traffic only• has to be combined with admission control and traffic enforcement to avoid

starvation of low-priority traffic • WFQ: two-way isolation

• provides a guaranteed minimum throughput (and maximum delay)

Page 21: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 22

Putting It All Together

• Assume 3 types of traffic: guaranteed, predictive, best-effort

• Scheduling: use WFQ in routers• Each guaranteed flow gets its own queue• All predicted service flows and best effort

aggregates in single separate queue• Predictive traffic classes

• Worst case delay for classes separated by order of magnitude• When high priority needs extra bandwidth – steals it from lower

class• Best effort traffic acts as lowest priority class

Page 22: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 23

Service Interfaces

• Guaranteed Traffic• Host specifies rate to network • Why not bucket size b?

• If delay not good, ask for higher rate• Predicted Traffic

• Specifies (r, b) token bucket parameters• Specifies delay D and loss rate L• Network assigns priority class• Policing at edges to drop or tag packets

• Needed to provide isolation – why is this not done for guaranteed traffic?• WFQ provides this for guaranteed traffic

Page 23: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 24

Overview

• Why QOS?

• Integrated services

• RSVP

• Differentiated services

Page 24: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 25

Components of Integrated Services

1. Type of commitment What does the network promise?

2. Packet scheduling How does the network meet promises?

3. Service interface How does the application describe what it wants?

4. Establishing the guarantee How is the promise communicated

How is admission of new applications controlled?

Page 25: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 26

Service Interfaces

• Guaranteed Traffic• Host specifies rate to network • Why not bucket size b?

• If delay not good, ask for higher rate

• Predicted Traffic• Specifies (r, b) token bucket parameters• Specifies delay D and loss rate L• Network assigns priority class• Policing at edges to drop or tag packets

• Needed to provide isolation – why is this not done for guaranteed traffic?

• WFQ provides this for guaranteed traffic

Page 26: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 27

Resource Reservation Protocol(RSVP)

• Carries resource requests all the way through the network

• Main goal: establish “state” in each of the routers so they “know” how they should treat flows.

• State = packet classifier parameters, bandwidth reservation, ..

• At each hop consults admission control and sets up reservation. Informs requester if failure

A

B

C

D

Page 27: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 28

RSVP Motivation

• Resource reservation mechanism for multi-point applications

• E.g., video or voice conference• Heterogeneous receivers• Changing membership

• Use network efficiently• Minimize reserved bandwidth• Share reservations between

receivers• Limit control overhead (scaling).• Adapt to routing changes

A

G

H

D

J

I

F

CB

E

Page 28: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 29

PATH Messages

• PATH messages carry sender’s Tspec• Token bucket parameters

• Routers note the direction PATH messages arrived and set up reverse path to sender

• Receivers send RESV messages that follow reverse path and setup reservations

• If reservation cannot be made, user gets an error

Page 29: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 30

RESV Messages

• Forwarded via reverse path of PATH

• Queuing delay and bandwidth requirements

• Source traffic characteristics (from PATH)

• Filter specification• Which transmissions can use the reserved

resources

• Router performs admission control and reserves resources

• If request rejected, send error message

Page 30: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 31

Path and Reservation Messages

R

Sender 1

Sender 2

Receiver 1

Receiver 2

R R

R

PATH

PATH RESV

RESV

RESV (merged)

Reserved bandwidth is maximum of what downstream receivers can use

Page 31: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 32

Soft State

• Periodic PATH and RESV msgs refresh established reservation state

• Path messages may follow new routes• Old information times out

• Properties• Adapts to changes routes and sources• Recovers from failures• Cleans up state after receivers drop out

Page 32: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 33

Overview

• Why QOS?

• Integrated services

• RSVP

• Differentiated services

Page 33: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 34

Differentiated Services:Motivation and Design

• Edge routers do fine grain enforcement

• Typically slower links at edge• E.g. mail sorting in post offices• Label packets with a type field

• Uses IP TOS bits• E.g. a priority stamp

• Core routers process packets based on packet marking and defined per hop behavior

• More scalable than IntServ• No per flow state or signaling

Classification and conditioning

Page 34: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 35

Expedited Forwarding PHB

User sends within profile & network commits to delivery with requested profile

• Strong guarantee• Possible service: providing a virtual wire• Admitted based on peak rate

• Rate limiting of EF packets at edges only, using token bucket to shape transmission

• Simple forwarding: classify packet in one of two queues, use priority

• EF packets are forwarded with minimal delay and loss (up to the capacity of the router)

Page 35: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 36

Expedited Forwarding Traffic Flow

first hoprouter

internalrouter

edgerouter

host

edgerouter

ISP

Company A

Unmarkedpacket flow

Packets in premiumflows have bit set

Premium packet flowrestricted to R bytes/sec

Page 36: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 37

Assured Forwarding PHB

• AF defines 4 classes • Strong assurance for traffic within profile & allow source to exceed

profile• Implement services that differ relative to each other (e.g., gold service,

silver service…)• Admission based on expected capacity usage profiles• Within each class, there are three drop priorities

• Traffic unlikely to be dropped if user maintains profile

• User and network agree to some traffic profile• Edges mark packets up to allowed rate as “in-profile” or high

priority • Other packets are marked with one of 2 lower “out-of-profile”

priorities• A congested router drops lower priority packets first

• Implemented using clever queue management (RED with In/Out bit)

Page 37: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 38

Edge Router Input Functionality

Packetclassifier

TrafficConditioner 1

TrafficConditioner N

Forwardingengine

Arrivingpacket

Best effort

Flo

w 1

Flow

N

classify packets based on packet header

Page 38: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 39

Traffic Conditioning

Wait fortoken

Set EF bitPacketinput

Packetoutput

Test iftoken

Set AF “in” bit

token

No token

Packetinput

Packetoutput

Drop on overflow

Page 39: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 40

Router Output Processing

What type? High-priority Q

Low-priority Q with priority drop

AQM (RIO)

Packets out

EF

AF

Page 40: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 41

Edge Router Policing

Arrivingpacket

Is packetmarked?

Tokenavailable?

Tokenavailable?

Clear “in” bit

Drop packet

Forwardingengine

AF “in” set

EF set

Not marked

no

no

Page 41: 15-441: Computer Networking Lecture 18: QoS Thanks to David Anderson and Srini Seshan

Lecture 21: 2006-11-16 42

Comparison

Service

Service Scope

Complexity

Scalability

• Connectivity• No isolation• No guarantees

• End-to-end

• No set-up

• Highly scalable• (nodes maintain

only routing state)

Best-Effort

• Per aggregation isolation

• Per aggregation guarantee

• Domain

• Long term setup

• Scalable (edge routers maintains per aggregate state; core routers per class state)

Diffserv

• Per flow isolation• Per flow guarantee

• End-to-end

• Per flow setup

• Not scalable (each router maintains per flow state)

Intserv