telcordia - june 21, 2004 1 internet data-plane signaling - revisiting rsvp henning schulzrinne...

40
Telcordia - June 21, 2004 1 Internet data- plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University [email protected] (with Robert Hancock, Hannes Tschofenig, S. van den Bosch, G. Karagiannis, A. McDonald, X. Fu and others)

Post on 20-Dec-2015

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 1

Internet data-plane signaling - revisiting RSVPHenning SchulzrinneDept. of Computer ScienceColumbia [email protected]

(with Robert Hancock, Hannes Tschofenig, S. van den Bosch, G. Karagiannis, A. McDonald, X. Fu and others)

Page 2: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 2

Overview

Signaling: application vs. data plane Resource control

DiffServ vs. IntServ What’s wrong with RSVP? Components of a general solution NSIS = NTLP (GIMPS) + {NSLP}+

Route change detection

Page 3: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 3

Signaling – the big picturesession signaling

datapath signaling

AS#1 AS#2

off-path NE

SIP proxyserver

off-path signaling

on-path signaling

data

Page 4: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 4

Need for data plane state establishment Differentiated treatment of packets

QoS firewall (loss = 100% vs. loss = 0%)

Mapping state network address translation (NAT)

Counting packets accounting

Other state establishment setting up active network capsules MPLS paths pseudo-wire emulation (PWE) – T1 over IP

Related: visit subset of data path nodes, but don’t leave state behind diagnostics better traceroute link speeds, load, loss, packet treatment, …

Page 5: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 5

On-path vs. off-path signaling

On-path (path-coupled): visit subset of routers on data path

Off-path (path-decoupled): anything else, but presumably roughly along data path one proposal: one “touch point” for each AS bandwidth broker difficult part is resource tracking, not signaling

No fundamental differences in protocol separate out next-hop discovery to allow re-use

Page 6: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 6

Differentiated packet handling

Not just QOS, but also firewall network address translation accounting and measurement

filtermanagement

trafficfiltering

traffic shaping,handling & measurement

IntServ

DiffServ

Page 7: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 7

DiffServ IntServ

Filter always uses packet characteristic 5-tuple (protocol, source/destination address +

port) + global label (TOS) multiple “flows” can be mapped to one treatment

mechanism

DiffServ IntServ in-bandidentification TOS

5-tuple?

5-tuple 5-tuple

mapping fixed signaled TCP SYN

Page 8: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 8

The scaling bogeyman

Networks routinely handle large-scale per-flow state firewalls NATs

scaling = cost per flow is constant (or decreasing) flow numbers are modest:

OC-48 can handle 31,875 DS-0 voice calls Mean call duration = 9 min 60 requests/second probably about 3 MB of data

partially explained by poor initial RSVP explanations where flow search time ~ O(N) rather than O(1)

likely limitations are in AAA, not router signaling

It doesn’t scale!

Page 9: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 9

RSVP characteristics

soft-state = state vanishes if not refreshed two-pass signaling = path discovery +

reservation receiver-based resource reservation separation of QoS signaling from routing

with some router feedback

Page 10: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 10

The problem with RSVP

Designed for QoS establishment, used mostly for other things (RSVP-TE) Designed for large-scale IP multicast customer never materialized

adds significant complexity: receiver-based PATH + RESV

designed for ASM (any-source) rather than SSM (source-specific) receiver-based motivated by receiver diversity – not very useful in practice

Designed in simpler days (1997): does not work well with mobile nodes (IP mobility or changing IP addresses) no support for NATs security mostly bolted on – non-standard mechanisms single-purpose, with no clear extensibility model very primitive transport mechanism

either refresh or exponential decay (refresh reduction, RFC 2961)

Page 11: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 11

The cost of multicast for RSVP

reservation styles multiple senders in same group: shared vs.

distinct sender selection: explicit vs. wildcard

receiver-oriented motivated by heterogeneous can do leaf-initiated join rather than root-

initiated but still need periodic PATH to visit new sub-tree

three different flow specs Sender_TSpec, ADSpec, (TSpec, RSpec) fairly tightly woven into core protocol

state merging and management killer reservation (KR-II)

generally, error handling problematic

draft-fu-rsvp-multicast-analysis

1020

20

40 60

60

60

1020

20

40 60

60

20

30

ResvErr!

Page 12: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 12

IETF NSIS working group

chartered in Dec. 2001, after BOF in March 2001 Motivated by Braden’s two-layer model (draft-

lindell-waypoint, draft-braden-2level-signal-arch) Active participation from Roke Manor, Siemens,

NEC Europe, Nokia, Samsung, Columbia Based partially on CASP protocol designed by

Columbia/Siemens group and prototyped at UKy

Page 13: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 13

NSIS protocol structure

client layer does the real work: reserve resources open firewall ports …

messaging layer: establishes and tears down state negotiates features and capabilities

transport layer: reliable transport

NSLP

(C)

NTLP

(GIMPS)

transport layer

QoS, NAT/FW, …

UDP, TCP, SCTP

IP router alert

GIMPS

Page 14: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 14

NSIS properties

Network friendly congestion-controlled re-use of state across applications

application-neutral add more applications later

transport neutral any reliable protocol initially, TCP and SCTP also, UDP for initial probing

policy neutral no particular AAA policy or protocol interaction with COPS, DIAMETER

needs work

soft state per-node time-out explicit removal of state

extensible data format negotiation

Page 15: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 15

NSIS properties, cont'd.

Topology hiding not recommended, but

possible Light weight

implementation complexity

security associations (re-use)

may not need kernel implementation

Page 16: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 16

What is GIMPS?

Generic signaling transport service establishes state along path of data one sender, typically one receiver

can be multiple receivers multicast (not in initial version) can be used for QoS per-flow or per-class reservation but not restricted to that

avoid restricting users of protocol (and religious arguments): sender vs. receiver orientation more or less closely tied to data path

initially, router-by-router (path-coupled)later, network (AS) path (path-decoupled)

Page 17: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 17

NSIS network model – path-coupled

NTLP nodes form NTLP chain not every node processes all client protocols:

non-NTLP node: regular router omnivorous: processes all NTLP messages selective: bypassed by NTLP messages with unknown client protocols

QoS

midcom

QoS QoS

selective

omnivorous

NTLP chain

Page 18: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 18

Network model – path-decoupled

Also route network-by-networkcan combine router-by-router with out-of-

path messaging

AS 1249 AS15465 AS17

Bandwidth broker

NAC NTLP

data

Page 19: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 19

GIMPS messages

Regular NTLP messagesestablish or tear down statecarry client protocoldatagram (“D”) or connection (“C”) mode

Hop-by-hop reliabilityGenerated by any node along the chain

Page 20: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 20

NSIS transport protocol usage Most signaling messages are small and infrequent but:

not all applications e.g., mobile code for active networks

digital signatures re-"dialing" when resources are busy

Need: reliability to avoid long setup delays flow control avoid overloading signaling

server congestion control avoid overloading network fragmentation of long signaling messages in-sequence delivery avoid race conditions transport-layer security integrity, privacy

This defines standard reliable transport protocols:

TCP SCTP

Avoid re-inventing wheel see SIP experience

Page 21: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 21

GIMPS transport protocol usage

One transport connection many NSLP sessions may use multiple TCP/SCTP ports can use TLS for transport-layer security

compared to IPsec, well-exercised key establishment not quite clear what the principal is

re-use of transport no overhead of TCP and SCTP session establishment avoid TLS session setup better timer estimates SCTP avoids HOL blocking

Page 22: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 22

Message forwarding

Route stateless or state-full: stateless: record route and retrace state-full: based on next-hop information in ‘C’ node

Destination: address look at destination address address + record record route route based on recorded route state forward based on next-hop state state backward based on previous-hop state

State: no-op leave state as is ADD add message (and maybe client) state DEL delete message state

Page 23: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 23

Message format

No GIMPS distinction between requests and responses just routed in different directions client protocol may define requests and responses

Common header defines: destination flag state flag session identifier traffic selector: identify traffic "covered" by this session message sequence number response sequence number message cookie avoid IP address impersonation origin address may not be data source or sink destination address or scope

common header extensions client protocol data

Page 24: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 24

Message format, cont'd

Limit session lifetime Avoid loops hop counter Mobility:

dead branch removal flag branch identifier

Record route: gathers up addresses of NSIS nodes visited

Route: addresses that NSIS message should visit

Page 25: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 25

Capability negotiation

NSIS has named capabilities including client protocols

Three mechanisms: discovery: count capabilities along a path

"10 out of 15 can do QoS" record: record capabilities for each node require: for scout message, only stop once node supports all

capabilities (or-of-and)

avoid protocol versioning

Page 26: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 26

Next-hop discovery

Next-in-path service enhanced routing protocols distribute information about node capabilities in

OSPF routing protocol with probing service discovery, e.g., SLP first hop, e.g., router advertisements DHCP scout protocol

Next AS service (not in current version): touch down once per autonomous system (AS) new DNS name space: ASN.as.arpa, e.g., 17.as.arpa use new DNS NAPTR and SRV for lookup

similar to SIP approach

Page 27: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 27

Next-hop discovery scout messages

are special NSIS messages

limited < MTU size

addressed to session destination

UDP with router alert option get looked at by each router

reflected when matching NSIS node found

next IP hop

NSIS-aware?

existing transport

connection?

use D mode to find

next NSIS hop

establish

transport

connection

N

Y

N

Y done

Page 28: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 28

Mobility and route changes avoids

session identification by end point addresses

avoid use of traffic selector as session identifier

remove dead branch

discovers new route

on refresh

ADD

B=2

DEL (B=2)

B=1

Page 29: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 29

QoS-NSLP: resource reservation

NSLP for signaling QoS reservations in the Internet

both sender- and receiver-initiated reservations soft-state peer-to-peer signaling and refresh (rather than

end-to-end) bundled sessions (e.g., video + audio) agnostic about QoS models (IntServ, DiffServ,

RMD, …)

Page 30: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 30

QoS-NSLP node architecture

GIMPS

QoS-NSLPresource

managementpolicycontrol

packetschedulerpa

cket

clas

sifie

routgoinginterfaceselection

(forwarding)

input packetprocessing

traffic control

select GIMPS packets

API

forwarding tablemanipulation

Page 31: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 31

QoS-NSLP actors

flowsender QNI QNRQNE (…) flow

receiver

IP address =flow source address

QoS unaware

NSLP nodes not shown

IP address =flow destination

data

GIMPS+QoS-NSLP

e.g.,access router

Page 32: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 32

QoS-NSLP: sender-initiated reservation

RESERVERESERVE

RESERVE

RESPONSERESPONSE

RESPONSE

QNI QNE QNE QNR

(RSN #3)(RSN #17)

(RSN #4)

Page 33: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 33

QoS-NSLP: receiver-initiated reservation

QUERYQUERY

QUERY

RESERVERESERVE

RESERVE

QNI QNE QNE QNR

RESPONSERESPONSE

RESPONSE

Page 34: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 34

QoS flow aggregationaggregate

QoS-NSLP style(RFC 3175)

trafficsink

(LAN)

sinktree style(BGRP)

Page 35: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 35

The weight of NSIS

NSIS state = transport state + GIMPS state + NSLP state

GIMPS state = two sockets transport state = O(100) bytes 10,000

users consume 1 MB

Page 36: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 36

Route change detection

Don’t want to wait for periodic rediscovery – delay of 30s+

Not all route changes matter e.g., only changes between NSIS routers

Data plane detection TTL change of arriving data packets propagation delay change for data packets monitoring propagation delay (~ min(e2e delay)) increases in packet loss or jitter

Page 37: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 37

Route change measurements

12 measurement sites (looking glass) one traceroute every 15’ 2.75 hours per pair availability: 99.8% 0.1% repeated IP addresses 4.4% single hop with multiple IP addresses 422 route changes observed after data cleanup

(13,074 records) 67 out of 422 also showed AS changes

often, indicates multi-homing

Page 38: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 38

Route changes

0

50

100

150

200

250

Fre

qu

ency

-8 -6 -4 -2 0 2 4 6

TTL change

0

5

10

15

20

25

30

35

40

Fre

qu

en

cy

-2 -1 0 1 2

AS count change

Page 39: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 39

On-going and planned work

Finish NTLP (GIMPS) and NSIS clients (NAT-FW and QoS)

Longer term: off-path signaling (new WG?) New applications: diagnostics Mobility support

Page 40: Telcordia - June 21, 2004 1 Internet data-plane signaling - revisiting RSVP Henning Schulzrinne Dept. of Computer Science Columbia University hgs@cs.columbia.edu

Telcordia - June 21, 2004 40

Conclusion

NSIS = unified infrastructure for data-affiliated sessions

avoid making assumptions except that sessions wants to "visit" data nodes or networks

not just mobility, but also mobility route change detection challenging

protocol framework in place but need to work out packet formats