multipath protocol for delay-sensitive traffic

21
Multipath Protocol for Delay-Sensitive Traffic Jennifer Rexford Princeton University nt work with Umar Javed, Martin Suchara, and Jiayue http://www.cs.princeton.edu/~jrex/papers/ comsnets09.pdf

Upload: jody

Post on 06-Jan-2016

34 views

Category:

Documents


0 download

DESCRIPTION

Multipath Protocol for Delay-Sensitive Traffic. Jennifer Rexford Princeton University. Joint work with Umar Javed, Martin Suchara, and Jiayue He. http://www.cs.princeton.edu/~jrex/papers/comsnets09.pdf. Clean-Slate Network Architecture. Network architecture - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Multipath Protocol for  Delay-Sensitive Traffic

Multipath Protocol for Delay-Sensitive Traffic

Jennifer RexfordPrinceton University

Joint work with Umar Javed, Martin Suchara, and Jiayue He

http://www.cs.princeton.edu/~jrex/papers/comsnets09.pdf

Page 2: Multipath Protocol for  Delay-Sensitive Traffic

Clean-Slate Network Architecture

Network architecture More than designing a single protocol Definition and placement of function

Clean-slate design Without the constraints of today’s artifacts To have a stronger intellectual foundation And move beyond the incremental fixes

But, how do we do clean-slate design?

Page 3: Multipath Protocol for  Delay-Sensitive Traffic

Protocols as Distributed Optimizers

Example: TCP congestion control Additive increase, multiplicative decrease Implicitly maximizes aggregate utility TCP variants have different utility functions

Optimization for “forward” engineering Start with a central optimization problem Decompose to divide the computation … among the sources and the links

Research by Frank Kelly, Steven Low, Mung Chiang, and others

Page 4: Multipath Protocol for  Delay-Sensitive Traffic

Our Focus: Delay-Sensitive Traffic

Interactive applications Voice over IP (VoIP) Online gaming IP television

Path-selection goals Paths with low propagation delay … as long as paths are not overloaded

For now, assume the network carries only delay-sensitive traffic

Page 5: Multipath Protocol for  Delay-Sensitive Traffic

Strawman: Min Propagation Delay

Operator: Sets weights to propagation delay

Routers:Link-state routing

3

24

13

2

2 2

But links may become congested, causing packet loss and delay…

Page 6: Multipath Protocol for  Delay-Sensitive Traffic

Our Goal: Adaptive Load Balancing

Distributed protocol that automatically minimizes delay

Division of functionality Links: feedback on network conditions Edge routers: balance load over paths

Page 7: Multipath Protocol for  Delay-Sensitive Traffic

Multiple Paths With Flexible Splitting

Multiple paths between edge nodes Paths with low propagation delay

Flexible traffic-splitting ratio Traffic rate xi for src-dest pair i

Traffic rate zij over path j

z11

z21z3

1

x1 = z11 + z1

2 + z13

Page 8: Multipath Protocol for  Delay-Sensitive Traffic

Objective: Minimize Average Delay

Minimize average delay End-to-end delay on each path Weighted by the traffic on the path

Delay for link l Propagation delay pl

Congestion penalty f(load on link l)

Delay for link l: pl + f()Summed: ∑i ∑j ∑l zij Ri

lj (pl + f())

Weighted: zij Ri

lj (pl + f())

Page 9: Multipath Protocol for  Delay-Sensitive Traffic

Constraints

Carry the offered load for each source

∑j zij = xi

Avoid overloading each link

∑i ∑j zij Ri

lj ≤ cl

Carry non-negative traffic on each path

0 ≤ zij

Page 10: Multipath Protocol for  Delay-Sensitive Traffic

Optimization Decomposition

Deriving source and link algorithms Prices: penalties for violating a constraint Path rates: updates driven by prices

Example: TCP congestion control Link prices: packet loss or delay Source rates: AIMD based on prices

Our problem is more complicated More complex objective, multiple paths

Page 11: Multipath Protocol for  Delay-Sensitive Traffic

Capacity constraint

Subgradient feedback price update:

Stepsize controls the granularity of reaction

Link computes price as feedback to sources

Example Decomposition: Link Capacity

l(t+1) = [l(t) + stepsize*(link load – cl )]+

link load ≤ cl

Source does similar update for “carry all offered load” constraint.

Page 12: Multipath Protocol for  Delay-Sensitive Traffic

Path Rate Updates

Each source i does a local optimization To update the path rates zi

j

Based on The “prices” of violating constraints … and the objective function

Closed-form expression With piecewise-linear queuing function f() See the paper for the exact equation

Derived by taking the Lagrangian and applying KKT conditions.

Page 13: Multipath Protocol for  Delay-Sensitive Traffic

Distributed Multipath Protocol

Edge node: Update path rates zSplit traffic over paths

Operator: Select function f Tune step sizes

Routers: Set up multiple pathsMeasure link loadUpdate link prices

Page 14: Multipath Protocol for  Delay-Sensitive Traffic

Optimality and stability Provably optimal Provably converges for diminishing step sizes

Practical limitations Must have well-chosen step sizes … to achieve fast convergence

Matlab experiments to sweep parameters Good heuristics for setting (constant) step sizes

Theoretical Results

Page 15: Multipath Protocol for  Delay-Sensitive Traffic

Converting to Packet-Level Protocol

Packets rather than fluid Links compute load over a time interval Counting the sizes of the packets

Feedback delay of round-trip time Multiple paths have different RTTs Path rate updates once per max of RTTs

Implemented in ns-2 simulator For more realistic evaluation

Page 16: Multipath Protocol for  Delay-Sensitive Traffic

Comparison With Shortest-Path Routing

Shortest-path routing Link weights equal propagation delay

Under low load The two protocols behave the same way

Under higher load Our protocol gradually shifts traffic … to longer paths to avoid overload … while keeping end-to-end delay small

Page 17: Multipath Protocol for  Delay-Sensitive Traffic

Convergence Under Dynamic Traffic

Page 18: Multipath Protocol for  Delay-Sensitive Traffic

Multiple Classes of Traffic

Satisfying multiple traffic classes Delay-sensitive: VoIP and gaming Throughput-sensitive: file transfers

Running separate virtual networks Customized protocol for each traffic class Dynamic update to bandwidth shares Provably maximizes aggregate performance

Derived using optimization theory

http://www.cs.princeton.edu/~jrex/papers/davinci.pdf

Page 19: Multipath Protocol for  Delay-Sensitive Traffic

Conclusions Delay-sensitive applications

VoIP, online gaming, IPTV… Customized routing protocol

Load balancing over multiple paths Minimizing end-to-end delay

Optimization decomposition Rigorous way to design new protocols With provable optimality and stability

Ongoing work: network virtualization

Page 20: Multipath Protocol for  Delay-Sensitive Traffic

Backup Slides

Page 21: Multipath Protocol for  Delay-Sensitive Traffic

Protocol Dynamics

Good heuristics for setting step size Converges quickly under range of settings

Relatively fast convergence Small tens of seconds in worst case Better under more realistic settings

Quick response to changes in load Fast adaptation to new traffic demands