Second International Conference on Computer and Network Technology

A Dynamic Algorithm for Stabilising LEDBAT Congestion Window Amuda James Abu and Steven Gordon Sirindhorn International Institute of Technology, Thammasat University, Pathumthani 12000, Thailand. [email protected], [email protected]

constant values of π‘”π‘Žπ‘–π‘› in [14], high values allow the source to quickly reach steady state, but result in large variations of sending rate in steady state (hence large variations of the actual queue delay). To improve LEDBAT performance, we propose an algorithm for dynamically adjusting the π‘”π‘Žπ‘–π‘› in steady state. The value of our proposed dynamic π‘”π‘Žπ‘–π‘› depends on the congestion window of LEDBAT. Further analysis shows how LEDBAT sources, with our dynamic algorithm, can quickly reach steady state and also maintain a smooth sending rate during steady state. This meets the design objectives of LEDBAT, while improving the throughput and reducing jitter when compared to the original algorithm. The structure of the rest of this paper is: Section II gives an overview of LEDBAT algorithm, Section III describes the analysis methodology, while Section IV presents results on the performance of LEDBAT with different values of π‘”π‘Žπ‘–π‘›, our proposed dynamic algorithm is introduced in Section V and compared with the original LEDBAT algorithm, Section VI provides related work while we conclude in Section VII.

Abstractβ€”Low Extra Delay Background Transport (LEDBAT) is a delay-based Internet congestion control mechanism developed to allow fair and efficient data transfer when delay-sensitive and file sharing applications co-exist in networks. A LEDBAT source increases its congestion window until a fixed, pre-defined target queue delay is experienced. This paper analyses LEDBAT congestion control showing that the current algorithm, although quickly reaching a steady state (i.e. target delay reached), results in large oscillations of congestion window and queue delay once in steady state. We therefore propose a dynamic calculation of the congestion window gain once in steady state, and show that the proposed modification stabilises the congestion window while still meeting the fairness and efficiency goals of LEDBAT. Keywordsβ€”Internet congestion control, transport protocol, fairness, background file transfer, peer-to-peer applications

I. I NTRODUCTION Low Extra Delay Background Transport (LEDBAT) [14] is a newly proposed one-way delay-based congestion control mechanism for peer-to-peer (P2P) applications and other applications that establish multiple TCP [10] connections for data transfer. LEDBAT is designed so that a source sending rate is similar to TCP-NewReno when no other traffic exists, and yields to newly arriving TCP connections. To be TCP-friendly, a LEDBAT source must not increase its sending rate faster than TCP. Additionally, the source assumes a target queue delay in the path, and aims to adjust its sending rate so that the actual queue delay remains at the target. The LEDBAT congestion control mechanism is a linear controller where the magnitude of the congestion window increase (and the source sending rate, as the two values are approximately proportional [1]) depends on the difference between the target queuing delay and measured queuing delay, as well as a constant multiplier, π‘”π‘Žπ‘–π‘›. For the linear controller not to ramp-up faster than TCP, the value of π‘”π‘Žπ‘–π‘› must be carefully chosen [14]. Although a π‘”π‘Žπ‘–π‘› of 1 packet per round trip time (RTT) in [12], [13] and 10 packets per RTT in [13] have been suggested, no work has analysed the performance impact of different values of π‘”π‘Žπ‘–π‘› on LEDBAT. In this paper we present analysis of the LEDBAT congestion control mechanism, focussing on the rate at which a LEDBAT source changes its sending rate. Ideally, LEDBAT will increase as fast as possible to quickly reach steady state (not faster than TCP), but also maintain a smooth average sending rate, so as not to introduce significant jitter into the network. Our analysis of LEDBAT shows that, using the currently specified 978-0-7695-4042-9/10 $26.00 Β© 2010 IEEE DOI 10.1109/ICCNT.2010.37

II. LEDBAT C ONGESTION C ONTROL A. Motivation of LEDBAT As a motivation behind the design of LEDBAT, most applications that transfer bulk data in the Internet use TCP [10] as a transport protocol. Some of these applications (e.g. P2P applications such as BitTorrent) are capable of establishing multiple TCP connections for data transfer. Recalling that TCP-NewReno, used widely in the Internet, needs to detect packet loss before it reduces its sending rate [8], thus TCP can potentially fill the buffer of a FIFO bottleneck uplink in the access network of an Internet Service Provider (ISP). The buffer size of most uplinks in home networks are relatively large which can push queuing delay of packets up to several hundreds of milliseconds [14]. When real-time applications such as voice, video, and games co-exist in the same access network with multiple-connections-initiating applications that use TCP, the performance of the real-time applications degrades significantly as they cannot withstand high network delay. This led to the effort of a working group in IETF [6] on LEDBAT. A similar network-latency minimizing congestion control algorithm has been implemented as Micro Transport Protocol (uTP) used by πœ‡Torrent (a UDP-based BitTorrent protocol). 157

Authorized licensed use limited to: Mahidol University. Downloaded on June 22,2010 at 11:02:41 UTC from IEEE Xplore. Restrictions apply.

B. LEDBAT Goals and Design LEDBAT is designed for time-independent applications to provide lower-than-best-effort service for end-users towards achieving the following goals [14]: βˆ™ βˆ™ βˆ™

𝑀𝑠 (𝑑 + 1) =

π‘”π‘Žπ‘–π‘›Γ—π‘‡π‘œπ‘“ 𝑓 𝑠𝑒𝑑 𝑀𝑠 (𝑑) π‘”π‘Žπ‘–π‘›Γ—π‘‡π‘œπ‘“ 𝑓 𝑠𝑒𝑑 𝑀𝑠 (𝑑)

  𝑀𝑠 (𝑑)     ⎩ 𝑀𝑠 (𝑑)

To fully saturate the bottleneck while keeping queuing delay low when only LEDBAT is present in the network. To quickly yield to traffic traversing the same bottleneck link that uses standard TCP congestion control or UDP. To contribute little to the queuing delay caused by TCP.

if 𝐷 < π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ if 𝐷 > π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ if 𝐷 = π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ On packet loss.

2

(1) LEDBAT aims to achieve friendliness with TCP by: 1) not increasing faster than TCP during start-up phase, 2) quickly yielding to TCP, and 3) halving its congestion window when a packet loss is detected in the path of LEDBAT flow. Carefully choosing a good value of π‘”π‘Žπ‘–π‘› is a step towards achieving TCP-friendliness in terms of not-greater than TCP ramp-up speed of LEDBAT. Two parameters, namely π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ and π‘”π‘Žπ‘–π‘›, are used in the LEDBAT algorithm. [14] requires π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ to be set to 25ms while π‘”π‘Žπ‘–π‘› should be set such that LEDBAT does not increase faster than TCP. The value of π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ is justified by the fact that it should not be less than the operating systems accuracy in timestamping packets as queuing delay is estimated from measurement. We use a delay π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ of 25ms throughout this work. The remainder of the paper analyses the selection of different values of π‘”π‘Žπ‘–π‘›.

The LEDBAT algorithm [14], shown in Fig. 1, involves the source estimating the delay to the destination by placing a time stamp in data packets. The destination sends the measured delay of the data packet in a field in the acknowledgement packet. Upon receiving the acknowledgement, the source uses the measured delay to estimate the queue delay in the path. The source assumes the queue delay is the difference between the current delay measurements and a base set of delay measurements. The base one-way delay is taken as the minimum oneway delay from a list of previous one-way delay observations. LEDBAT Destination receives data_packet: remote_timestamp = data_packet.timestamp acknowledgement.delay = local_timestamp() - remote_timestamp # fill in other fields of acknowledgement acknowledgement.send()

III. A NALYSIS M ETHODOLOGY The aims of our analysis are to: analyse and quantify the impact of different values of π‘”π‘Žπ‘–π‘› on the performance of LEDBAT and other traffic; and improve LEDBAT performance with high values of π‘”π‘Žπ‘–π‘›. We consider a scenario of a user uploading a file (FTP) to a remote computer (Fig. 2): First in the absence of other traffic, and secondly in the presence of a real-time video traffic from another user in the same access network. In both cases, we consider the link connecting the access router to the next router as a bottleneck with relatively large buffer size. Using the network simulator ns-2.34 [9] we analyse the performance of using LEDBAT for the file transfer.

LEDBAT Source receives acknowledgement: delay = acknowledgement.delay update_base_delay(delay) queuing_delay = current_delay() - base_delay() off_target = TARGET - queuing_delay cwnd += GAIN * off_target / cwnd Fig. 1.

⎧  𝑀𝑠 (𝑑) +      ⎨ 𝑀𝑠 (𝑑) βˆ’

LEDBAT algorithm at the sender and receiver

The LEDBAT source has a π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ queue delay: the source aims not to increase the queue delay above this π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘. The sender increases its sending rate as long as the estimated queuing delay is less than the delay π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘. Otherwise, it reduces its sending rate before the access router buffer is full, in order to allow other applications to obtain a fair share of network resources and experience low queuing delay. Although not explicitly stated in [14], we set the minimum congestion window to be 1 packet. The LEDBAT congestion control algorithm can be implemented with any transport protocol such as TCP, UDP, DCCP, or SCTP.

10M FTP Source (LEDBAT)

b/s 5ms

b/s 10M 5ms

1.5Mb/s 20ms Access Router

Router

b/s 10M 5ms FTP Receiver (LEDBAT) 10Mb /s 5ms Real-time Traffic Receiver UDP

Real-time Traffic Source (UDP)

Fig. 2.

Simulation network topology

C. LEDBAT Parameters A. Simulation Setup

LEDBAT uses a linear controller in its design to proportionally modulate LEDBAT congestion window with the estimated queuing delay [14]. A precise description of the controller is given in (1) where 𝑀𝑠 is the LEDBAT source congestion window, 𝐷 is the estimated queuing delay by the LEDBAT source, and π‘‡π‘œπ‘“ 𝑓 𝑠𝑒𝑑 = 𝐷 βˆ’ π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘.

The network topology is depicted in Fig. 2. We set all links to 10Mb/s and 5ms except the link connecting the access router to the next router. This is set to 1.5Mb/s in order to make it the bottleneck link, and the delay is 20ms because

158

Authorized licensed use limited to: Mahidol University. Downloaded on June 22,2010 at 11:02:41 UTC from IEEE Xplore. Restrictions apply.

As shown in Fig. 3a with a π‘”π‘Žπ‘–π‘› of 40, LEDBAT significantly increases its congestion window from 2 packets to 12 packets where it detects that the queuing delay has built-up to about 25ms as shown in Fig. 3b. The congestion window stabilizes at this point in order to keep queuing delay as low as 25ms until the arrival of UDP flow at 20s where LEDBAT estimates queuing delay is greater than π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘. In response to this, LEDBAT reduces its congestion window until estimated queuing delay is less than π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ where it increases its congestion window to about 6 packets. LEDBAT reaches steady state at this value because UDP traffic arrives at a constant rate of 750Kb/s. This means that LEDBAT makes use of the remaining half of the bottleneck bandwidth of 1.5Mb/s. However, different behaviour of both the congestion window and queuing delay curves are observed in Fig. 3c and 3d respectively as both curves oscillates significantly because of high value of π‘”π‘Žπ‘–π‘› (i.e. 𝐺 = 320). This is because, according to (1), higher π‘”π‘Žπ‘–π‘› means more growth or shrink of 𝐢𝑀𝑛𝑑. In Fig. 3e, the time taken by LEDBAT to reach steady state (i.e. when estimated queuing delay is approximately equal to π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘) in the presence and absence of UDP in the network decreases as we increase the value of π‘”π‘Žπ‘–π‘› from 5 to 240. Beyond π‘”π‘Žπ‘–π‘› = 240, the time-taken remains constant because the network resources such as bandwidth and link delay remain unchanged. Time to reach steady state when LEDBAT shares the bottleneck with UDP is less than when only LEDBAT is present in the network. This is due to reduced network resources by UDP traffic (i.e. available shared link bandwidth for LEDBAT is reduced from 1.5Mb/s to 750Kb/s). In (1), increasing π‘”π‘Žπ‘–π‘› can increase the growth of LEDBAT congestion window during start-up phase, thus reducing the time-taken to reach steady state.

we assume there are multiple links connecting the end-users’ access networks. We use a buffer size of 50 packets at the router with a FIFO droptail queue discipline. Link MTU is given as 1500B. Key parameter values used in the simulation are given in TABLE I. Other parameters take their default values in ns-2.34. In the case of π‘”π‘Žπ‘–π‘›, 40 is the default value. TABLE I S IMULATION PARAMETERS WITH RESPECTIVE DEFAULT VALUES Category LEDBAT

UDP

Parameters π‘”π‘Žπ‘–π‘› π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ Traffic Packet size Traffic Packet size Rate

Values 5, 10, 20, 40, 80, 160, 240, 320, 400 25ms FTP 1500B (including IP header) Constant Bit Rate (CBR) 500B 750Kb/s

There are three scenarios analysed: 1) LEDBAT source starts at time 0sec and runs until the end of simulation after 30 seconds. A UDP traffic source starts at time 20sec. We record the instantaneous values of LEDBAT congestion window and queuing delay of LEDBAT packets with each value of π‘”π‘Žπ‘–π‘›. 2) LEDBAT source runs, on its own, for a duration of 180 seconds. 3) LEDBAT source runs for 180sec, sharing the bottleneck link with a UDP for the entire duration. For the last two scenarios the performance metrics are: βˆ™ Average queuing delay of LEDBAT packets at the access router, denoted as Queue Delay. βˆ™ Average congestion window of LEDBAT, Cwnd. βˆ™ Average link utilization of LEDBAT traffic. βˆ™ Standard deviation of queuing delays which defines how much the queuing delay of each LEDBAT packet deviates from the queuing delay π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘, denoted as πœŽπ‘‘π‘’π‘™π‘Žπ‘¦ . βˆ™ Standard deviation of congestion window which defines how much each computed LEDBAT congestion window deviates from the average value denoted as πœŽπ‘π‘€π‘›π‘‘ . βˆ™ Time taken by LEDBAT to reach steady state. Since one of our objectives is to analyse the performance of LEDBAT with different values of π‘”π‘Žπ‘–π‘› in steady state, average values of metrics collected are taken over the duration of the steady state of LEDBAT.

V. P ROPOSED DYNAMIC G AIN A LGORITHM A. Motivation Our proposed extension to LEDBAT is motivated by the fact that high value of π‘”π‘Žπ‘–π‘› in LEDBAT does not achieve a stable congestion window at steady state. This leads to large oscillations in queuing delay experienced by packets belonging to LEDBAT flow and other flows (especially realtime) that share the same bottleneck link with LEDBAT as shown in Fig. 3c and Fig. 3d. This is because the value of π‘”π‘Žπ‘–π‘› is significant (i.e. a multiplier) in the equation of LEDBAT congestion window as shown in (1).

B. Implementation of LEDBAT in ns2

B. A Dynamic Gain Algorithm

We implement the LEDBAT congestion control algorithm [14] in the network simulator ns-2.34 [9]. It is implemented as a new variant of TCP congestion control mechanism in order to ensure retransmission in case of packet loss. We use TCP timestamping option [16] for the timestamping of packets at the LEDBAT sender.

In the LEDBAT source congestion control algorithm in Fig. 1, before the congestion window is calculated, we introduce a new calculation of gain when steady state has been reached: 10⌈log10 βŒŠπ‘π‘€π‘›π‘‘βŒ‹βŒ‰ (2) 𝑐𝑀𝑛𝑑 Equation (2) shows that the value of π‘”π‘Žπ‘–π‘› will always be in the range of 1 to 9 for all values of 𝑐𝑀𝑛𝑑. The reason for this is that we want the expression off_target/cwnd to be π‘”π‘Žπ‘–π‘› =

IV. A NALYSIS OF C ONGESTION W INDOW G AIN In this section, we present our analysis results when we simulate the topology shown in Fig. 2 with different values of π‘”π‘Žπ‘–π‘› as given in TABLE I.

159

Authorized licensed use limited to: Mahidol University. Downloaded on June 22,2010 at 11:02:41 UTC from IEEE Xplore. Restrictions apply.

Cwnd (pkts)

Cwnd (pkts)

15 10 5

(b)

160 140 120 100 80 60 40 20 0

15 10 5

0

5

10

15

20

25

30

(d)

160 140 120 100 80 60 40 20 0

(e) Only LEDBAT traffic in the network LEDBAT in the presence of UDP traffic

10

0

Queue Delay (ms)

0

Queue Delay (ms)

LEDBAT gain of G=320 (c) without dynamic G

20

Time to Reach Steady State (s)

LEDBAT gain of G = 40 without dynamic G (a)

20

8 6 4 2 0

0

5

10

Time (s)

15

20

25

30

0

50

100

150

200

250

300

350

400

gain

Time (s)

Fig. 3. (a) LEDBAT congestion window when π‘”π‘Žπ‘–π‘› = 40; (b) Queue delay of LEDBAT packets when π‘”π‘Žπ‘–π‘› = 40; (c) LEDBAT congestion window when π‘”π‘Žπ‘–π‘› = 320; (d) Queue delay of LEDBAT packets when π‘”π‘Žπ‘–π‘› = 320; (e) Time for LEDBAT source to reach steady state for different values of π‘”π‘Žπ‘–π‘›. In (a)-(d) a UDP source starts at time 20s.

0ms to 35ms respectively as we increase the value of π‘”π‘Žπ‘–π‘› as shown in Fig. 4h and 4i. However, with the proposed extension, the average and standard deviation of queuing delay remain constant as we increase the value of π‘”π‘Žπ‘–π‘› at about 27ms and 5ms respectively as given in the same figure. Similar results are obtained when LEDBAT shares the bottleneck with UDP as given in Fig. 4f, 4g, 4j, and 4k. They only differ in the average congestion window (of β‰ˆ 12 packets in Fig. 4d and β‰ˆ 6 packets in Fig. 4f) of LEDBAT with the proposed extension. This is because only half of the bottleneck bandwidth is available for LEDBAT as UDP traffic arrives at the access router at a constant rate of 750Kb/s. LEDBAT, without the proposed extension, achieves 100% and 50% link utilization until π‘”π‘Žπ‘–π‘› = 160 and 80 respectively, beyond which the average link utilizations decrease below 100% and 50% to β‰ˆ 70% and β‰ˆ 45% in the absence and presence of UDP traffic respectively as shown in Fig. 4c. However, in the case of LEDBAT with the proposed extension, average link utilizations remain at 100% and 50% in the absence and presence of UDP traffic respectively as we increase the value of π‘”π‘Žπ‘–π‘› also shown in the same figure.

multiplied by a value of π‘”π‘Žπ‘–π‘› < 10 (a one-digit multiplier) for all values of 𝑐𝑀𝑛𝑑 in steady state. This will significantly reduce the high oscillation caused by high value of π‘”π‘Žπ‘–π‘›. Using (2) makes our algorithm scalable especially in highspeed networks because the power of 10 in the numerator increases as the number of digits of 𝑐𝑀𝑛𝑑 increases. C. Performance Results After implementing the dynamic π‘”π‘Žπ‘–π‘› algorithm in ns2.34, we repeated the simulation experiments described in Section III. Selected results are reported here. Comparing the results in Fig. 4a and 4b with Fig. 3c and 3d, our proposed extension to LEDBAT reduces queuing delay at the access router significantly from 80ms to stabilize at about 25ms after 5s unlike the unmodified LEDBAT in Fig. 3d that oscillates largely between 80ms and approximately 0ms. This is because LEDBAT with the proposed extension resets π‘”π‘Žπ‘–π‘› to a dynamic value computed as shown in equation 2 as soon as it reaches steady state. As shown in Fig. 4a, LEDBAT congestion window is quickly increased from 2 packets to about 19 packets because π‘”π‘Žπ‘–π‘› = 320, thus inducing a maximum queuing delay of 80ms. As 𝑇 < 80π‘šπ‘ , LEDBAT congestion window is decreased with a value of π‘”π‘Žπ‘–π‘› determined by 𝑐𝑀𝑛𝑑 until after 6s where the congestion window and queuing delay stabilize at approximately 12 packets and 25ms respectively. LEDBAT with the proposed extension yields to UDP traffic just after 20s by reducing its congestion window until estimated queuing delay is less than π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘. As shown in Fig. 4d, average congestion window of LEDBAT without dynamic value of π‘”π‘Žπ‘–π‘› starts to increase significantly after π‘”π‘Žπ‘–π‘› = 240 from 12 packets to about 15 packets while it remains almost at 12 packets with our proposed extension as we increase π‘”π‘Žπ‘–π‘›. Fig. 4e shows that with our proposed extension, we obtain standard deviation that is less than 1 packet for all values of π‘”π‘Žπ‘–π‘› while without the extension the standard deviation increases significantly after π‘”π‘Žπ‘–π‘› = 80 from 1 packet to 5 packets. The increasing average and standard deviation of LEDBAT congestion window is responsible for the increasing average and standard deviation of queuing delay of LEDBAT packets without the proposed extension from 25ms to 50ms and from

VI. R ELATED W ORK The first congestion collapse that hit the Internet over 3 decades ago motivated the work in [17], after which several other congestion control algorithms have been proposed. Related to LEDBAT are delay-based and low-priority congestion control algorithms. Jain first introduced a delay-based congestion control mechanism in [11]. In fact, none of the existing delay-based congestion control algorithms, even the famous TCP-Vegas [4], has been designed to minimize network delay to a defined value. Due to the recent dominance of the Internet by noninteractive bulk data carrying traffic, several low-priority congestion control protocols have been developed to adjust their sending rate based on loss rate [5], delay [3], [18] and an inline network [15] measurements, adjusting the receiver advertised window at the application layer [2]. Further comparison of these low priority protocols can be found in [7]. The only work that has reported the performance evaluation of LEDBAT in [12] does not addressed the impact of different values of π‘”π‘Žπ‘–π‘› on the performance.

160

Authorized licensed use limited to: Mahidol University. Downloaded on June 22,2010 at 11:02:41 UTC from IEEE Xplore. Restrictions apply.

10 8 6 4 2 0

(b)

5

10

15

20

25

0

30

50

100

150

200

100

Cwnd (pkts)

10 8 6 4 2 0

90

70 60 50 40 50

100

150

200

50 40 30 20

400

(i) LEDBAT without dynamic G LEDBAT with dynamic G

0

50

100

150

250

300

350

400

50

100

150

200 gain

300

350

400

60

350

400

50 40 30 20 (k)

LEDBAT without dynamic G LEDBAT with dynamic G

0

250

(j) LEDBAT without dynamic G LEDBAT with dynamic G

70

(g)

gain

200 gain

(f) LEDBAT without dynamic G LEDBAT with dynamic G

80

0

350

Οƒ

Link Utilization (%)

110

18 16 14 12 10 8 6

Οƒcwnd (pkts)

(c) Only LEDBAT without dynamic G LEDBAT without dynamic G vs. UDP Only LEDBAT with dynamic G LEDBAT with dynamic G vs. UDP

120

300

(h) LEDBAT without dynamic G LEDBAT with dynamic G

60

gain

Time (s) 130

250

70 60 50 40 30 20 10 0

Queue Delay (ms)

0

(e) LEDBAT without dynamic G LEDBAT with dynamic G

(ms)

160 140 120 100 80 60 40 20 0

70

250

300

350

400

delay

Queue Delay (ms)

0

Queue Delay (ms)

5

(d) LEDBAT without dynamic G LEDBAT with dynamic G

Οƒdelay (ms)

10

Cwnd (pkts)

Cwnd (pkts)

15

18 16 14 12 10 8 6

Οƒcwnd (pkts)

LEDBAT gain of(a) G = 320 with dynamic G 20

70 60 50 40 30 20 10 0

LEDBAT without dynamic G LEDBAT with dynamic G

0

50

100

150

200

250

300

gain

Fig. 4. (a) and (b): LEDBAT congestion window and queue delay when using dynamic gain with initial value 320 (UDP starts at 20s); (c) Bottleneck link utilization in the presence and absence of UDP and comparing fixed π‘”π‘Žπ‘–π‘› and dynamic π‘”π‘Žπ‘–π‘›; (d) and (e): LEDBAT congestion window and its standard deviation in the absence of UDP; (f) and (g): LEDBAT congestion window and its standard deviation in the presence of UDP; (h) and (i): Queue delay and its standard deviation in the absence of UDP; (j) and (k): Queue delay and its standard deviation in the presence of UDP.

VII. C ONCLUSION

[2] P. Key, L. MassouliΒ΄e, and B. Wang. Emulating low-priority transport at the application layer: a background transfer service. In ACM SIGMETRICS, pages 118–129. ACM New York, NY, USA, 2004. [3] A. Kuzmanovic and E. W. Knightly. TCP-LP: low-priority service via end-point congestion control. IEEE/ACM Transactions on Networking (TON), 14(4):752, 2006. [4] L. S. Brakmo and L. L. Peterson. TCP Vegas: end to end congestion avoidance on a global internet. IEEE Journal on Selected Areas in Communications, 13(8), October 1995. [5] S. Liu, M. Vojnovic, and D. Gunawardena. Competitive and considerate congestion control for bulk-data transfers. In Proceedings of IEEE International Workshop on QoS, Evanston, IL, USA, volume 9, 2007. [6] Low Extra Delay Background Transport (LEDBAT) Working Group (WG) Charter. http://www.ietf.org/dyn/wg/charter/ledbat-charter.html. [7] M. Welzl. A survey of lower-than-best effort transport protocols. IETF Internet Draft, (work-in-progress), March 2009. [8] M. Allman, V. Paxson, and W. R. Stevens. TCP congestion control. RFC 2581, IETF, April 1999. [9] ns-2. Network Simulator. http://www.isi.edu/nsnam. [10] J. Postel. Transmission Control Protocol (TCP)-RFC 793, 1981. [11] R. Jain. A delay-based approach for congestion avoidance in interconnected heterogeneous computer networks. Computer Communication Review, 19(5), October 1989. [12] D. Rossi, C. Testa, S. Valenti, P. Veglia, and L. Muscariello. News from the internet congestion control world. CoRR, abs/0908.0812, August 2009. http://arxiv.org/abs/0908.0812. [13] S. Shalunov. Low extra delay background transport. In IETF 75, Stockholm, July 2009. [14] S. Shalunov. Low Extra Delay Background Transport (LEDBAT). IETF Internet Draft, (work-in-progress), October 2009. http://tools.ietf.org/ pdf/draft-ietf-ledbat-congestion-00.pdf. [15] T. Tsugawa, G. Hasegawa, and M. Murata. Background TCP data transfer with inline network measurement. IEICE Transactions on Communications, 89(8):2152–2160, 2006. [16] V. Jacobson, R. Braden, and D. Borman. TCP extensions for high performance. IETF RFC 1323, May 1992. [17] M. J. Karels, and V. Jacobson. Congestion avoidance and control. ACM Computer Communication Review, 18(4):314–329, 1988. [18] A. Venkataramani, R. Kokku, and M. Dahlin. TCP Nice: A mechanism for background transfers. ACM SIGOPS Operating Systems Review, 36(SI):343, 2002.

We have analysed the rate at which the LEDBAT congestion window changes, both while only a single LEDBAT source is running, as well as when LEDBAT shares a bottleneck link with a real-time UDP application. Focussing on the congestion window π‘”π‘Žπ‘–π‘›, our results show that a LEDBAT source can quickly reach a steady state with a high π‘”π‘Žπ‘–π‘› (where the steady state is when the π‘‘π‘Žπ‘Ÿπ‘”π‘’π‘‘ queue delay is reached). However, once in steady state the high π‘”π‘Žπ‘–π‘› leads to large oscillations in the sending rate, and large peaks in queue delay. Therefore we propose calculating a dynamic π‘”π‘Žπ‘–π‘› once in steady state, where the π‘”π‘Žπ‘–π‘› depends on the current congestion window size. Further analysis shows how our proposed dynamic π‘”π‘Žπ‘–π‘› algorithm stabilises the sending rate, without compromising on the fast start-up, thereby still meeting the LEDBAT design goal of TCP-friendliness. Further work is needed on understanding the performance of LEDBAT congestion control. In particular, the interaction between multiple LEDBAT flows with other TCP and UDP flows needs to be analysed, as fairness problems may arise between LEDBAT flows as well as between LEDBAT and non-LEDBAT flows. Also LEDBAT assumes the only variable component of the RTT is the queue delay at the bottleneck router. The impact of other variable components (e.g. due to rerouting, variable link delay) must be analysed before LEDBAT can be considered as a suitable congestion control mechanism in the Internet. R EFERENCES [1] F. Kelly. Mathematical modelling of the internet. In Fourth International Congress on Industrial and Applied Mathematics, July 1999.

161

Authorized licensed use limited to: Mahidol University. Downloaded on June 22,2010 at 11:02:41 UTC from IEEE Xplore. Restrictions apply.

A Dynamic Algorithm for Stabilising LEDBAT ...

Jun 22, 2010 - and file sharing applications co-exist in networks. A LEDBAT ... the access network of an Internet Service Provider (ISP). The buffer size of mostΒ ...

416KB Sizes 0 Downloads 227 Views

Recommend Documents

A Dynamic Algorithm for Stabilising LEDBAT ...
Jun 22, 2010 - a LEDBAT source must not increase its sending rate faster than. TCP. ... the access network of an Internet Service Provider (ISP). The.

A Lightweight Algorithm for Dynamic If-Conversion ... - Semantic Scholar
Jan 14, 2010 - Checking Memory Coalesing. Converting non-coalesced accesses into coalesced ones. Checking data sharing patterns. Thread & thread block merge for memory reuse. Data Prefetching. Optimized kernel functions & invocation parameters float

A Dynamic Scheduling Algorithm for Divisible Loads in ...
UMR exhibits the best performance among its family of algorithms. The MRRS .... by local applications (e.g. desktop applications) at the worker. The arrival of the local ..... u = (u1, u2, ... un) : the best solution so far, ui. {0,1} в : the value

A Dynamic Replica Selection Algorithm for Tolerating ...
in this system are distributed across a local area network. (LAN). A machine may ..... configuration file, which is read by the timing fault handler when it is loaded in the ..... Introduction to the Next Generation Directory Ser- vices. Technical re

A Novel Technique for Frequency Stabilising Laser Diodes
Since the output beam of a free running laser diode is diverging (elliptically ..... Feedback electronics. Setup for DAVLL. (c) JMWK '98. Monitor. Laser Diode ..... dard digital voltmeter which has a bandwidth of Γ’Β‰Βˆ1kHz, an AC noise voltage of.

Algorithm for Dynamic Partitioning and Reallocation ...
database management system (DDBMS) as a software system that manages a ... A distributed database system is a database system which is fragmented orΒ ...

A Polynomial-Time Dynamic Programming Algorithm ... - ACL Anthology
Then it must be the case that c(Hj) Γ’Β‰Β₯ c(Hj). Oth- erwise, we could simply replace Hj by Hj in HΓ’ΒˆΒ—, thereby deriving a new 1-n path with a lower cost, implying that HΓ’ΒˆΒ— is not optimal. This observation underlies the dynamic program- ming approach.

An online admission control algorithm for dynamic traffic ... - CNSR@VT
how to handle the dynamic changes for online traffic arrival and departure in both the ... our algorithm will configure MIMO degree-of-freedom. (DoFs) at each ...... This sequential accounting of IC responsibility is the basis of our ...... INFOCOM 2

An online admission control algorithm for dynamic traffic ... - CNSR@VT
how to handle the dynamic changes for online traffic arrival and departure in ...... for distance and bandwidth with appropriate dimensions. We assume the ..... [4] F. Gao, R. Zhang, Y.-C. Liang, and X. Wang, Γ’Β€ΒœDesign of learning- based MIMOΒ ...

Dynamic Channel Allocation Using a Genetic Algorithm ...
methods for a broadband fixed wireless access (BFWA) network. The existing ..... Systems,Ҁ IEEE Transactions on Vehicular Technology, pp. 1676-. 1687, vol.

A Novel Technique for Frequency Stabilising Laser Diodes
The method described in this paper is more robust and easier to set up. ..... When we call the centre frequency of the atomic transition νt and the laser frequency ...

Encouraging Essentials for a Dynamic Ministry
Keep your eyes open, hold tight to your convictions, give it all you've got, .... its own way. ... For these and related resources, visit www.insightworld.org/store.

A Randomized Algorithm for Finding a Path ... - Semantic Scholar
Dec 24, 1998 - Integrated communication networks (e.g., ATM) o er end-to-end ... suming speci c service disciplines, they cannot be used to nd a path subjectΒ ...

the matching-minimization algorithm, the inca algorithm and a ...
trix and ID ҈ˆ D×D the identity matrix. Note that the operator vec{·} is simply rearranging the parameters by stacking together the columns of the matrix. For voiceΒ ...

A dynamic stochastic general equilibrium model for a small open ...
the current account balance and the real exchange rate. ... a number of real frictions, such as habit formation in consumption, investment adjustment costs ...... also define the following equations: Real imports. (. ) m t t t t m Q c im. = +. (A30).

Polynomial algorithm for graphs isomorphism's
Polynomial algorithm for graphs isomorphism's i. Author: Mohamed MIMOUNI. 20 Street kadissia Oujda 60000 Morocco. Email1 : mimouni.mohamed@gmail.

Impact of Delay Variability on LEDBAT Performance
throughput for applications when no other traffic exists. A competing ...... change) USING 20 SEED NUMBERS. LEDBAT Throughput (Kb/s). Γ’ΒˆΒ†dave path (ms) tave.

A remote sensing surface energy balance algorithm for ...
(e.g. Sellers et al., 1996) can contribute to an improved future planning .... parameter is variable in the horizontal space domain with a resolution of one pixel.

A Fast Bresenham Type Algorithm For Drawing Circles
once the points are determined they may be translated relative to any center that is not the origin ( , ). ... Thus we define a function which we call the V+.3?=I

Autonomous Stair Climbing Algorithm for a Small Four ...
[email protected], [email protected], [email protected]. Abstract: In ... the contact configuration between the tracks and the ground changes andΒ ...

A Linear Time Algorithm for Computing Longest Paths ...
Mar 21, 2012 - [eurocon2009]central placement storage servers tree-like CDNs/. [eurocon2009]Andreica Tapus-StorageServers CDN TreeLike.pdf.

A Relative Trust-Region Algorithm for Independent ...
Mar 15, 2006 - learning, where the trust-region method and the relative optimization .... Given N data points, the simplest form of ICA considers the noise-free linear .... relative trust-region optimization followed by the illustration of the relati

A RADIX-2 FFT ALGORITHM FOR MODERN SINGLE ...
Image and Video Processing and Communication Lab (ivPCL). Department of Electrical and ... Modern Single Instruction Multiple Data (SIMD) microprocessorΒ ...