+ All Categories
Home > Documents > Coupled congestion control for RTP media

Coupled congestion control for RTP media

Date post: 22-Feb-2016
Category:
Upload: afram
View: 29 times
Download: 0 times
Share this document with a friend
Description:
Coupled congestion control for RTP media. draft-welzl-rmcat-coupled-cc- 02 Michael Welzl , Safiqul Islam, Stein Gjessing. RMCAT @ 88th IETF Meeting Vancouver, BC, Canada 6 November 2013. FP7 RITE Reducing Internet Transport Latency. Flow State Exchange (FSE). Flow 1. SBD. - PowerPoint PPT Presentation
Popular Tags:
14
Coupled congestion control for RTP media draft-welzl-rmcat-coupled-cc-02 Michael Welzl , Safiqul Islam, Stein Gjessing RMCAT @ 88th IETF Meeting Vancouver, BC, Canada 6 November 2013 1 FP7 RITE Reducing Internet Transport Latency
Transcript
Page 1: Coupled congestion control for RTP media

1

Coupled congestion controlfor RTP media

draft-welzl-rmcat-coupled-cc-02Michael Welzl, Safiqul Islam, Stein Gjessing

RMCAT @ 88th IETF MeetingVancouver, BC, Canada6 November 2013

FP7 RITEReducing Internet Transport Latency

Page 2: Coupled congestion control for RTP media

2

Flow State Exchange (FSE)

FSE

Flow 1

Flow 2

Flow n

SBD

Flow 3

Flow 4

Hoping to have adraft by the next IETF

Page 3: Coupled congestion control for RTP media

3

Previous version: only passive• Goal: Minimal change to existing CC

– each time it updates its sending rate (New_CR), the flow calls update (New_CR, New_DR), and gets the new rate

– Complicates the FSE algorithm and resulting dynamics (e.g. need dampening to avoid overshoot by slowly-reacting flows)

FSE

Flow 1

Flow 2

Update_rate()

Flow n

New_Rate

New_Rate

New_Rate

Update_rate()

Update_rate()

Store Information

Calculate Rates

Page 4: Coupled congestion control for RTP media

4

Now added: FSE - Active• Actively initiates communication will all the flows

– Perhaps harder to use, but simpler algorithm and “nicer” resulting dynamics

FSE

Flow 1

Flow 2

Update_rate()

Flow n

New_Rate

New_Rate

New_Rate

Store Information

Calculate Rates

Page 5: Coupled congestion control for RTP media

5

Now added: FSE - Active• Actively initiates communication will all the flows

– Perhaps harder to use, but simpler algorithm and “nicer” resulting dynamics

FSE

Flow 1

Flow 2

Update_rate()

Flow n

New_Rate

New_Rate

New_Rate

Store Information

Calculate Rates

Page 6: Coupled congestion control for RTP media

6

Active algorithm• Every time the congestion controller of a flow determines a new

sending rate CC_R, the flow calls UPDATE– Updates the sum of all rates, calculates the sending rates for all the

flows and distributes them to all registered flows

• Essentially all that is left in this version:for all flows i in FG doFSE_R(i) = (P(i)*S_CR)/S_Psend FSE_R(i) to the flow Iend for

• Designed to be as simple as possible– Lacks 1 feature (to be included in the next version): immediately

using the capacity freed by application-limited flows

Page 7: Coupled congestion control for RTP media

7

Dynamic behavior: Rate Adaptation Protocol RAP ( = rate-based AIMD)

With FSE Without FSE

All simulations in this presentation:Dumbbell topology with bottleneck 10Mb, 1 BDP (13 packets) drop tail queue, RTT = 10 ms, duration 300 seconds

Page 8: Coupled congestion control for RTP media

8

Dynamic behavior: TFRC

With FSE Without FSE

Page 9: Coupled congestion control for RTP media

9

FSE goals• Charter:

“Develop a mechanism for identifying shared bottlenecks between groups of flows, and means to flexibly allocate their rates within the aggregate hitting the shared bottleneck.”(requirement F34 in draft-ietf-rtcweb-use-cases-and-requirements-12)– This works perfectly– Also did in the previous

version

• But: because this avoids competition between flows, we expect reduced queuing delay and loss as a side effect

Priority of flow 1 increased over time

Page 10: Coupled congestion control for RTP media

10

Average queue length (RAP)

Page 11: Coupled congestion control for RTP media

11

Packet loss ratio (RAP)

Page 12: Coupled congestion control for RTP media

12

What’s going on?

• Queue drains more often without FSE– Thought behind expected benefits: coupling emulates one flow

• But, e.g.: 2 flows with rate X each; one flow halves its rate: 2X 1 ½X– When flows synchronize, both halve their rate on congestion, which really halves

the aggregate rate: 2X 1X

With FSE Without FSE

Page 13: Coupled congestion control for RTP media

13

Current work

• Trying to fix this (proportionally reduce aggregate rate on congestion, but increase by delta/N)– Some issues, e.g. slow start

• Why do we have these problems?– Because all papers on RFC2140 etc. did not focus on

reducing queuing delay– RFC2140 cwnd sharing probably has the same problem

Page 14: Coupled congestion control for RTP media

14

Q&A


Recommended