IntServ and RSVP Overview Tarik Cicic University of Oslo

advertisement
IntServ and RSVP
Tarik Cicic
University of Oslo
December 2001
Overview
• Integrated Services in the Internet (IntServ):
– motivation
– service classes
• Resource Reservation Protocol (RSVP):
– description of the RSVP standard
– functionality
– limitations
• (+ admission and policy control after DiffServ
presentation)
2
IntServ Fundamentals
• Fulfill the needs of the Internet applications that
need QoS guarantees
– (often multicast, real-time applications in mind)
• Service classes:
– guaranteed service – throughput and delay guarantees
(needs admission control, policing, reshaping and
scheduling)
– controlled-load service – throughput guarantees (needs
admission control and policy control)
– best-effort (trivial)
3
1
Leaky Bucket
• Reshaping a data stream based on traffic properties
Shaped
traffic
Bursty traffic
Leaky hole
The bucket can be overflowed
(data loss)
The bucket
Buffered
data
4
Token Bucket
• Obtaining a “token” is a prerequisite to forward a packet
• the tokens are generated according to the flow description
Bursty traffic
Token
bank
• Under stable conditions, tokens
and data flow would match
• token bucket is needed
for detailed flow description5
Token
generator
IntServ Architecture
Host
Router
RSVP
Application
RSVP
process
Routing
process
Policy
control
RSVP
process
Policy
control
DATA
Classifier
Packet
scheduler
Admission
control
DATA
Classifier
Packet
scheduler
Admission
control
6
2
IntServ & RSVP
• RSVP is an IntServ implementation
• Tight relationship: other implementations
possible but nonexistent
7
Main RSVP attributes
• Used to request a specific QoS from the
network
• simplex (unidirectional) connections
• routing performed by an underlying
protocol (IP), no other assumptions
• receiver initiated reservation
• soft state
• designed with multicast group
communication in mind
8
Resource reservation process
• Data source sends periodic PATH messages
to the receiver(s)
• receiver initiated reservation: receivers
choose the level of resources reserved and
send RECV messages to the source
• soft state is created and maintained using
these messages
9
3
PATH message
• A PATH message contains:
– address of the last RSVP-capable node
– sender template: sender address and port or
flow label
– “Tspec”, the traffic specification. For example,
the guaranteed service could contain mean
throughput, maximal burst size and per-hop
delay
10
RECV message
• A RECV message includes:
– reservation style (FF, SE or WF)
– filter specification
– flow specification, including the sender’s Tspec and the
reservation specification Rspec
• reservation styles:
– wildcard filter (“No-filter”): WF(* {Q})
– fixed filter: FF(S{Q})
– shared explicit (“Dynamic-filter”): SE( (S1, S2, …Sn)
{Q})
11
Why different reservation styles?
• Merging of flows in multicast:
– wildcard filter: all senders
– fixed filter: single sender
– shared explicit: chosen senders
• tradeoff between the state amount and
functionality
12
4
RSVP message flow
H1
Path
Resv
Path
R1
Path
R2
H2
Resv
Resv
th
Pa
h
sv
Re
Pa t
Re
sv
H3
Path
R4
R3
sv
Re
th
Pa
Resv
H4
13
Soft state
• Path and reservation state is maintained by
routers
• the state is refreshed by periodic messages
• the state is cleared if the messages are
absent for K ·(message period); K is
typically 3.5
• members join/leave, routes may change
• message merging
14
Topology change
H1
Path
Resv
R1
Path
Path
R2
Resv
H2
Resv
th
Pa
sv
Re
Pa t
h
Re
sv
H3
Path
R4
R3
Pa
Resv
sv
Re
th
H4
15
5
Topology change
H1
Path
Resv
R1
Path
Path
R2
Resv
H2
Resv
th
Pa
sv
Re
Path
Res v
H3
R3
R4
Pa
sv
Re
th
H4
16
Scalability
+ Several novel design principals (receiver initiated
reservation, different reservation styles)
+ message aggregation in multicast
– size of memory needed to maintain the RSVP state in
steady state is linearly proportional to the number of flows
– control traffic in steady state is proportional to the number
of flows
– overload of
– classifier
– scheduler
– RSVP signaling daemon (soft state!)
17
Scalability examples
• m small groups using wildcardfilter reservation style:
m · MSG_LEN per refresh period
Net A
• m larger groups, n members on
average, using dynamic-filters:
m · n · MSG_LEN per refresh
period
- much more state processing in
routers, but less real time traffic
compared to the first case
Net B
18
6
RSVP and IPv6
• RSVP can use both IPv4 and IPv6
• careful implementation of RSVP and packet
scheduler processes on a router should have
better performance using IPv6 than IPv4.
• flow label field may be used to mark data
streams with guaranteed QoS?
19
Implementation and deployment status
• Router implementation on CISCO IOS 11.2
and above, many alpha & beta test versions
• host implementations: many test versions
and prototypes
• QoS support for VoIP
• local area network deployment, no WAN
20
7
Download