25
Managing Fairness and Application Performance with Active Queue Management in DOCSIS-based Cable Networks Presented at ACM SIGCOMM Capacity Sharing Workshop (CSWS 2014) Jim Martin, Mike Westall School of Computing Clemson University Clemson, SC [email protected] Students: Gongbing Hong [email protected] An extended version of the paper and AQM source code are available at: http://people.cs.clemson.edu/~jmarty/AQM/AQMPaper.html

New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Managing Fairness and Application Performance with Active Queue Management in DOCSIS-based Cable Networks

Presented at ACM SIGCOMM Capacity Sharing Workshop (CSWS 2014)

Jim Martin, Mike Westall School of Computing Clemson University

Clemson, SC [email protected]

Students: Gongbing Hong

[email protected]

An extended version of the paper and AQM source code are available at: http://people.cs.clemson.edu/~jmarty/AQM/AQMPaper.html

Page 2: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Agenda • Summary of the research and the contribution • Motivations • Background • Methodology • Results • Conclusions and next steps • Acknowledgements

2

Page 3: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Summary of the Research and the Contribution • Using an ns2-based simulation model of DOCSIS 3.0,

we address the following questions • How effectively do CoDel and PIE support fairness and

application performance in realistic cable scenarios? • Are there issues when AQM interacts with tiered service levels? • How effectively do the schemes isolate responsive traffic from

unresponsive flows?

• Contribution: • Better understand delay-based AQM when considering tiered

service levels, workloads that include HTTP-based adaptive streaming (HAS), and DOCSIS cable environments

3

Page 4: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Motivations • The field of AQM is well established however….why

does bufferbloat still exist? • Progress …we are moving towards large scale

deployments of a standard AQM!

• To the best of our knowledge, delay-based AQM has not been studied stood in cable environments with tiered service levels or HAS workloads.

4

Page 5: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Background : AQM • It has been shown that RED is sensitive to traffic loads and parameter settings

• Renewed AQM manifesto (IETF Recommendations Regarding Active Queue Management draft-ietf-aqm-recommendation-08)

• Deployments should use AQM, should not require tuning, should respond to measured congestion such that outcomes are not sensitive to application packet size

• Led to :

• Relook at Adaptive RED : adapts the RED maxp parameter to track a target queue level

• Two new delay-based AQMs: Controlled Delay (CoDel) and Proportional Integral Controller (PIE).

• Both introduce two parameters:

• Target_delay : sets a statistical target queue delay bound

• Control_interval: defines the timescale of control

• DOCSIS 3.1 requires cable modems to support PIE (recommended for DOCSIS 3.0); Both DOCSIS 3.1 and 3.0 recommend a published AQM

5

Page 6: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Background : DOCSIS-Based Cable

6

Cable Modem

Cable Modem Termination System

Cable Provider’s Network

Internet RF Channels

Subscriber’s Network

Web browsing

Peer-to-Peer

Social Networking IP TV

Cable Modem

Subscriber’s Network

Web browsing

Peer-to-Peer

Social Networking IP TV

Upstream Traffic

VoIP

VoIP

Optical to Coax Node

The Hybrid Fiber Coaxial (HFC) network

•DOCSIS (Data Over Cable Service Interface Specification) •Application traffic mapped to ‘Service Flows’ •Upstream:

•Single Carrier QAM modulation based on TDMA •Provides a set of ATM-like services:

• Best Effort (BE) • Unsolicited Grant Service (UGS) • Real-time Polling Service (RTPS) • Non-real-time Polling Service (NRTPS)

•An upstream scheduler computes the allocation for the next ‘map time’….regularly broadcasts a MAP message with grants to all Cable Modems

Fiber

Page 7: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Background : DOCSIS-Based Cable

7

Cable Modem

Cable Modem Termination System

Cable Provider’s Network

Internet RF Channels

Subscriber’s Network

Web browsing

Peer-to-Peer

Social Networking IP TV

Cable Modem

Subscriber’s Network

Web browsing

Peer-to-Peer

Social Networking IP TV

VoIP

VoIP

Optical to Coax Node

The Hybrid Fiber Coaxial (HFC) network

Fiber

•Downstream •Single carrier QAM modulation, Time division multiplexing •IP packets are broken up into 188 Byte MPEG frames, packets reconstructed at the cable modem •As in Ethernet, a cable modem receives all frames – only forwards frames that match the hardware address, broadcast address, or multicast address

•Support for multiple channels •Cable Modems equipped with multiple downstream tuners •Downstream services flows are assigned to a bonding group •A bonding group is an abstraction that represents the group of channels that are available to a service flow. •For downstream, the scheduler can allocate bandwidth to service flows from any channel that is in the bonding group

Downstream Traffic

Page 8: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Background : DOCSIS Standards DOCSIS 1.0: base version.

About 30Mbps DS, 5 Mbps US

DOCSIS 1.1/2.0:. Added QoS capabilities. About 42 Mbps DS, 30 Mbps US

DOCSIS 3.0: channel bonding Any number of 6MHz DS channels can be combined (4 to 8 common) Up to 4 US channels can be combined

DOCSIS 3.1: Spectrum rebanding (24 to 192 MHz channels) OFDM for DS, OFDMA for US Adaptive modulation and coding through a set of standard profiles

8

Page 9: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Methodology: CMTS System Model

9

US Scheduler

MAP and contro messages

BE requests from CMs Periodic bandwidth

requests

Operations Support System

Downstream Scheduler

AQM (DT, ARED, CoDel, PIE, DRR)

Token bucket timer

DS Service Flows SF1 SF2 SF3 … SFn

traffic arrival process

Regulator

Channel 1

Channel 2

Channel 3

Channel n

• We consider scenarios involving 1 DS channel (an update to our extended paper considers 4 DS channels)

• We consider scenarios that include use of a token bucket rate shaper/limiter

• Includes cases when different service flows are provisioned with different ‘service rates’ – we refer to this as tiered service levels

• We assume each subscriber operates one application

• We consider competing services flows will interact with different servers located at possibly different geographic locations.

• We consider scenarios where services flows experience different uncongested path RTTs

• Experiments are designed such that the downstream cable network is the single bottleneck AND this is where one of the following queue management is performed:

• Drop Tail, Adaptive RED, CoDel, PIE, and Deficit RR

Page 10: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

10

Downstream Scheduling Discipline

Regulator

Aggregate Queue(s)

CMTS

VoIP Server

FTP Servers

FS-11

FS-1 Router 1

Router 2

Data rates: multiples of: 30.72Mbps upstream, 42.88Mbps downstream

VoIP client

FTP clients

Upstream Scheduler CM requests for US bandwidth

MAP Messages

Applications and Workloads (most traffic DS) • FTP: varied the number • VoIP: server sends G.711 traffic to the client (always

on), compute the R-Value based on observed latency, jitter, loss

• HTTP-based Adaptive Streaming (HAS) : • Server : HTTP server that receives requests for

a specific segment of content from one of a set of available bitrate representations.

• Client: requests segments as needed, adapting the requested video quality to minimize the frequency of buffer stalls while maximizing video playback quality

HAS Content Servers

…. DS-5

DS-1

Router 3

Uncongested path RTT: 50 ms

Uncongested path RTT: 80 ms

Uncongested path RTT: 150 ms

Cable Modems

Methodology

HAS clients

Metrics • Application level:

• FTP : throughput, TCP RTT, TCP loss rate • VoIP: latency, loss, R-Value • HAS: average video play back rate and

frequency of video adaptation • System level (Fairness measures): (see next slide)

• Jain’s fairness index: • Min-Max ratio • Allocation error:

Page 11: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Methodology

11

We define the normalized throughput for the i’th user among n users competing for channel capacity as

𝑥𝑖 = 𝑇𝑖 𝑟𝑖� where 𝑇𝑖 is the achieved throughput of the i’th flow and 𝑟𝑖 is the expected outcome based on a max-min criteria

Jain’s Fairness Index is defined as:

𝐽𝐽𝐽 = ∑ 𝑥𝑖𝑛𝑖=1

2

𝑛 ∑ 𝑥𝑖2𝑛

𝑖=1, 𝑥𝑖 ≥ 0

The min-max ratio is simply : 𝑀𝑖𝑛 𝑥𝑖𝑀𝑀𝑥 𝑥𝑖

.

The allocation error is the ratio of the difference between the average achieved throughput of n similar flows and 𝑟 (the

expected outcome) to 𝑟 : ∑ 𝑇𝑖

𝑛𝑖=1 𝑛� −𝑟

𝑟�

Page 12: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Methodology

12

More details …… • Simulation run for 2000 seconds • All results described use the staggered (varying) path RTT • The max TCP window is set to 10000 packets • The buffer capacity of the bottleneck link is 2048 packets

• For DRR that uses multiple queues, each per flow queue set with a capacity of 2048/16 • The buffer capacity of all other links is 4096

Experiment ID

Summary

EXP1 All flows not limited by service rates, vary the number of competing DS FTP flows

EXP2 Same as EXP1 except add five HAS flows

EXP3 Same as EXP1 except: 1)Set all flow services rates to 6 Mbps (refer to these flows as Tier 1 flows); 2)Add one additional competing FTP flow with a service rate of 12 Mbps that is active only during the time 500 – 1500 seconds. Refer to this flow as a Tier 2 flow.

EXP4 Same as EXP1 except add a 12 Mbps DS UDP flow (starts at 500 seconds, stops at 1500 seconds)

Page 13: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Results : EXP1

13

a. Aggregate Throughput

c. Jain’s Fairness Index

b. VoIP R-Value

d. Min-Max Ratio

1 2 3 4 5 6 7 8 9 10 110

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Number of Competing DS Flows

Min

/Max

Fai

rnes

s

Per Flow Performance Statistics

FCFS-DroptailAdaptive REDCoDeLPIEDRR

1 2 3 4 5 6 7 8 9 10 110.5

0.55

0.6

0.65

0.7

0.75

0.8

0.85

0.9

0.95

1

Number of Competing DS Flows

Jai

ns F

airn

ess

Inde

x

Per Flow Performance Statistics

FCFS-DroptailAdaptive REDCoDeLPIEDRR

1 2 3 4 5 6 7 8 9 10 110

10

20

30

40

50

60

70

80

90

100

Number of Competing DS Flows

VO

IP R

Val

ue

Downstream VoIP Assessment

FCFS-DroptailAdaptive REDCoDeLPIEDRR

1 2 3 4 5 6 7 8 9 10 1120

22

24

26

28

30

32

34

36

38

40

Number of Competing DS Flows

Agg

rega

te T

hrou

ghpu

t (M

bps)

DS FTP TCP stats

FCFS-DroptailAdaptive REDCoDeLPIEDRR

Results: • Fig. a: Each AQM leads to

slightly different aggregate throughputs…converge at high levels of congestion.

• Fig. c/d: As expected, DRR achieves a correct max-min allocation, Drop-tail has synchronization issues, PIE/CoDel seems the most sensitive to TCP/RTT unfairness.

• Fig. b: delay-based AQM very effective at providing isolation

Page 14: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Results : EXP2

14 c. HAS Video Playback Rate

a. JFI

1 2 3 4 5 6 7 8 9 10 110.5

0.55

0.6

0.65

0.7

0.75

0.8

0.85

0.9

0.95

1

Number of Competing DS Flows

Jai

ns F

airn

ess

Inde

x

Per Flow Performance Statistics

FCFS-DroptailAdaptive REDCoDeLPIEDRR

1 2 3 4 5 6 7 8 9 10 110

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Number DS FTP Flows

Ave

rage

Vid

eo S

tream

Pla

ybac

k R

ate

(Mbp

s)

HAS Performance Results

FCFS-DroptailAdaptive REDCoDeLPIEDRR

Results: • Fig. a: We assume HAS flows have a

demand of 4.2 Mbps, leading to an expected max-min allocation shown above.

• Outcomes more variable than EXP1 • DRR is not exactly max-min • Allocation error suggests that HAS

allocation is less than max-min although the error moves from on the order of 25% to 5% as the load increases

• Fig. c: Suggests a similar, linear decrease in video quality

• Further analysis is required to make sense of the other HAS metrics

Page 15: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Results : EXP3

15

0 200 400 600 800 1000 1200 1400 1600 1800 20000

1

2

3

4

5

6

7

8

9

10

Time (seconds)

Thr

ough

put (

Mbp

s)

TCP/FTP (Tier 1 Flow)TCP/FTP (Tier 2 Flow)

During time interval 500 – 1500 seconds: Tier 1 Flow mean/std (Mbps): 3.54 / 0.39 Tier 2 Flow mean/std (Mbps): 4.10 / 0.46

CoDel Result: One Tier 1 flow (out of 9) and the Tier 2 Flow Compete (similar path delays)

Results: • We assume non-weighted max-min is

the intended outcome • Max-min is 3.8 Mbps (38 Mbps /10 flows) • Tier 2 achieves higher allocation in all

cases except for PIE and CoDel at the highest load level

9 FTPs 9 FTPs 11 FTPs 11 FTPs

Tier 1 Tier 2 Tier 1 Tier 2

DT -14.2105 137.1053 -11.6719 154.5741

ARED -7.36842 2.894737 -5.99369 6.624606

CoDel -6.84211 7.894737 -8.51735 -5.99369

PIE -7.63158 -4.73684 -9.46372 -13.2492

DRR -1.57895 -2.10526 -1.57729 -2.2082

Page 16: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Results : EXP4

16

CoDel DRR

0 200 400 600 800 1000 1200 1400 1600 1800 20000

5

10

15

20

25

30

35

40Flow Throughput with DRR Management

Time (seconds)

Thro

ughp

ut (M

bps)

Unresponsive UDP FlowSum of 9 FTP Flows

0 200 400 600 800 1000 1200 1400 1600 1800 20000

5

10

15

20

25

30

35

40Flow Throughput with CoDel AQM Management

Time (seconds)

Thro

ughp

ut (M

bps)

Unresponsive UDP FlowSum of 9 FTP Flows

Page 17: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Conclusions and Next Steps Motivating Questions:

How effectively do CoDel and PIE support fairness and application performance in realistic cable scenarios? PIE/CoDel seems the most sensitive to TCP/RTT unfairness delay-based AQM very effective at providing isolation between high BW flows and low BW latency sensitive flows

Are there issues when AQM interacts with tiered service levels? Allocation error suggests that HAS allocation is less than max-min although the error moves from on the order of

25% to 5% as the load increases

How effectively do the schemes isolate responsive traffic from unresponsive flows? As one would expect, single queue AQM is not able to manage unresponsive flows

Further analysis is required, but there appears to be a tradeoff between maintaining a low delay and

fairness Moving Forward:

Include scenarios involving higher speeds….we are developing a technique that allows uncapped (i.e., no token bucket rate limiting) except during times of congestion

We are develop a two-queue AQM method that can better address unresponsive traffic

Slide 17

Page 18: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Acknowledgements Thanks to my team in the networking lab, especially

Gongbing Hong and Yunhui Fu. Thanks to Greg White at CableLabs who developed the tail-

drop CoDel ns2 code. Thanks to Rong Pan (and others at Cisco) who developed the

PIE ns2 code. Thanks to the anonymous reviewers- very helpful comments

and feedback. Thanks to current and prior sponsors of our work in

DOCSIS including CableLabs, Cisco, Comcast, Cox Communications and Huawei.

Slide 18

Page 19: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Appendix Step 1: identify the communities Step 2: identify common goals and objectives Step 3: coordinated plans

Slide 19

Page 20: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

scheduler

Adaptive RED

Arriving Traffic

Configured parameters: • maxCapacity: maximum queue capacity (2048 packets) • Wq: queue average time constant (0.002 default) • minth: minimum threshold (maxCapacity / 20 packets) • maxth: maximum threshold (maxCapacity /2 packets) • Tupdate: frequency of adaptation (0.50 seconds) • target: target queue level ( (minth + (minth+maxth) / 2 ) packets) • alpha: maxp / 4 • beta: 0.90 • maxp : initial setting 0.10

state variables: • avgQ: averaged queue size • count: packets since last drop • Pdrop : drop probability • maxp : maximum value for Pdrop

On packet arrival to a system where all channels are busy: dropPacketFlag = FALSE; curTime = getCurrentTime(); avgQ = (1-Wq)*avgQ + Wq*q.curSize(); if (minth <=avgQ <=maxCapacity) { count++ Pdrop = computeDropProbability(avgQ,count) dropPacketFlag = dropDecision(Pdrop) } else if (avgQ >=maxCapacity) dropPacketFlag = TRUE; else count = -1; if (dropPacketFlag == TRUE) { q.drop(pkt) count=0 } else if maxth <= avgQ q.drop(pkt) else q.enqueue(pkt); //Every Tupdate seconds: if (curTime – lastUpdateTime > Tupdate) lastUpdateTime = curTime; If (avg > target) and maxp <= 0.5 maxp+=alpha else if (avg < target and maxp >= 0.01) maxp = beta*maxp }

Pdrop

Avg Queue Level

1

maxp

minth maxth maxCapacity

Page 21: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Tail Drop Variant of CoDel

state variables: • dropping: flag indicating if in dropping state • drop_next: The time for the next scheduled drop • count : The number of drops since entering the last drop state

On packet arrival to a system where all channels are busy: curTime = getCurrentTime(); pkt->timestamp=curTime; if (q.curSize() + 1 > maxCapacity) { q.drop(pkt) return; } dropFlag = NO_DROP; if (dropping) { if (drop_now) { dropFlag = DROP; drop_now_ = 0; } else if (drop_next == 0.0) { count++; drop_next = curTime + interval / sqrt(count); } else if (curTime > drop_next) { dropFlag = DROP; } } If (dropFlag== DROP) { q.drop(pkt); count++; drop_next_ =curTime + interval / sqrt(count); } else q.enqueue(pkt);

When a channel is available : curTime = getCurrentTime(); pkt = q.dequeue(); d_exp = curTime - pkt->timestamp; if (dropping) { if (d_exp < target) switchToNotDropping() ; } else { if (d_exp > target) { if (first_above_time == 0) { first_above_time = curTime + interval; } else if (curTime >= first_above_time) { switchToDropping(); } } else { first_above_time = 0; } }

Configured parameters: • maxCapacity: maximum queue capacity (2048 packets) • target : target queue delay (0.020 seconds) • interval : packet latency must exceed the target for an

interval amount of time before moving to dropping state (0.100)

Page 22: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

PIE

On packet arrival to a system where all channels are busy: curTime = getCurrentTime(); if (curTime – lastUpdateTime > Tupdate) { cur_delay= q.curSizel() / departure_rate; Pdrop = Pdrop+ alpha*(cur_delay – target_delay) + beta*(cur_delay-prev_delay) if ( (cur_delay < (0.5* target_delay)) && (prev_delay < (0.5* target_delay)) && ( Pdrop == 0) ) { dq_count = -1; avg_dq_rate = 0.0; burst_allowance = max_burst; } prev_delay = cur_delay; lastUpdateTime = curTime } dropPacketFlag = dropDecision(Pdrop) if (dropPacketFlag == TRUE) { if (burst_allowance > 0) q.enqueue(pkt); else q.drop(pkt); } else q.enqueue(pkt); }

When an acceptable channel becomes available and the queue is NOT empty curTime = getCurrentTime(); pkt = dequeue(); if ( (q.getLevel() >= target_delay) && (dq_count == -1) ) { dq_start = curTime; dq_count = 0; } //in a measurement cycle if (dq_count != -1) { dq_count ++; // done with a measurement cycle if (dq_count >= target_delay) { double tmp = curTime - dq_start; departure_rate = 0.9* departure_rate +0.1*dq_count/tmp; // restart a measurement cycle if there is enough data if (q.curSize() > target_delay) { dq_start = curTime; dq_count = 0; } else { dq_count = -1; } // update burst allowance if (burst_allowance > 0) burst_allowance -= tmp; } }

Configured parameters: • maxCapacity: maximum queue capacity (2048 packets) • target_delay: target max allowed queue delay (0.015

seconds) • Tupdate: Frequency of updates to drop probability (0.016

seconds) • max_burst: maximum allowed burst allowed (0.142 seconds)

State variables: • Pdrop : drop probability • lastUpdateTime : last time the Pdrop was updated • departure_rate: estimated departure rate over last measurement period (bps) • cur_delay: The current expected packet delay • prev_delay : the previous estimated queue delay (seconds) • burst_allowance: current level of burst supported (init to max_burst) • dq_count: amount of data dequed in current measurement cycle • dq_start: start of current measurement cycle • alpha: Pdrop computation weight for current (0.25) • beta : Pdrop computation weight for previous (2.5)

Page 23: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

23

HTTP Server

DASH Client

Playback buffer queues segments • clientbuffersize: Capacity in time, • maxSegments: max queue size (segs) • maxSize: max buffer size (bytes) • Highwatermark: • Lowwatermark:

Representations

Player

Controller

HTTP Get Requests {SegmentNumber,BitRate}

Segment data

Request Logic Parameters • Throughput Monitor Timescale • Segment size in seconds • Number of outstanding requests

Monitor Arrival Process

Rendering

Performance updates

… …

Page 24: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

Network Diagram

24

1000Mbps, .5ms prop delay

Data rates: 10 Mbps (US and DS)

Node 1

Node n

Router 1

10Mbps, 6.5ms prop delay Netflix Servers

Competing Traffic Generators/Sinks

Router 2 Router 3

Page 25: New Managing Fairness and Application Performance with Active … · 2014. 9. 2. · Managing Fairness and Application Performance with Active Queue Management in DOCSIS -based Cable

25

a. Measurement Result: Competing iperf flow 600-1200 seconds

0 200 400 600 800 1000 1200 1400 1600 18000

2

4

6

8

10

12

14

16

18

20

Time (seconds)

Ban

dwid

th C

onsu

mpt

ion

(Mbp

s)

2.0 second samples50 second samples

0 200 400 600 800 1000 1200 1400 1600 18000

2

4

6

8

10

12

14

16

18

20

Time (seconds)

Ban

dwid

th C

onsu

mpt

ion

(Mbp

s)

2.0 second samples50 second samples

b. Simulation Result: Competing Iperf flow 600-1200 seconds

Iperf(equivalent): Mean: 5447624 bps Std: 306462 bps

HAS: Mean: 4968097 bps Std: 1795931 bps

iperf: Mean: 7844665 bps Std: 343156 bps

Netflix: Mean: 2188694 bps Std: 318451 bps

Measurement and Simulation Results (Netflix competing with iperf flow)