Linux 2.4 Implementation of Westwood+ TCP with rate-halving: A Performance Evaluation over the Internet



Similar documents
Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

A Survey on Congestion Control Mechanisms for Performance Improvement of TCP

An Improved TCP Congestion Control Algorithm for Wireless Networks

Low-rate TCP-targeted Denial of Service Attack Defense

Research of TCP ssthresh Dynamical Adjustment Algorithm Based on Available Bandwidth in Mixed Networks

TCP Westwood for Wireless

Chaoyang University of Technology, Taiwan, ROC. 2 Department of Computer Science and Information Engineering

SJBIT, Bangalore, KARNATAKA

A Survey: High Speed TCP Variants in Wireless Networks

Lecture Objectives. Lecture 07 Mobile Networks: TCP in Wireless Networks. Agenda. TCP Flow Control. Flow Control Can Limit Throughput (1)

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

TCP in Wireless Mobile Networks

Transport Layer Protocols

TCP Westwood: Congestion Window Control Using Bandwidth Estimation

An enhanced TCP mechanism Fast-TCP in IP networks with wireless links

TCP over Wireless Networks

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP)

TCP Westwood: End-to-End Congestion Control for Wired/Wireless Networks

THE Transmission Control Protocol (TCP) has proved

A Passive Method for Estimating End-to-End TCP Packet Loss

TCP/IP Over Lossy Links - TCP SACK without Congestion Control

High Speed Internet Access Using Satellite-Based DVB Networks

Mobile Communications Chapter 9: Mobile Transport Layer

A Study of Internet Packet Reordering

Performance improvement of TCP over wireless network

Data Networks Summer 2007 Homework #3

High-Speed TCP Performance Characterization under Various Operating Systems

TCP Startup Performance in Large Bandwidth Delay Networks

Ina Minei Reuven Cohen. The Technion. Haifa 32000, Israel. Abstract

TCP and Wireless Networks Classical Approaches Optimizations TCP for 2.5G/3G Systems. Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

STUDY OF TCP VARIANTS OVER WIRELESS NETWORK

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS

Performance evaluation of TCP connections in ideal and non-ideal network environments

Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India

Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network

Lecture 15: Congestion Control. CSE 123: Computer Networks Stefan Savage

The Effect of Packet Reordering in a Backbone Link on Application Throughput Michael Laor and Lior Gendel, Cisco Systems, Inc.

TCP/IP over the Bluetooth Wireless Ad-hoc Network

Analysis and Detection of a Denial-of-Service Attack Scenario generated by TCP Receivers to Edge Network

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin,

Optimization of Communication Systems Lecture 6: Internet TCP Congestion Control

TCP Congestion Control Scheme for Wireless Networks based on TCP Reserved Field and SNR Ratio

TCP for Wireless Networks

A Study on TCP Performance over Mobile Ad Hoc Networks

4 High-speed Transmission and Interoperability

TTC New Reno - Consistent Control of Packet Traffic

A Congestion Control Algorithm for Data Center Area Communications

Congestions and Control Mechanisms n Wired and Wireless Networks

Active Queue Management (AQM) based Internet Congestion Control

EFFECT OF TRANSFER FILE SIZE ON TCP-ADaLR PERFORMANCE: A SIMULATION STUDY

FEW would argue that one of TCP s strengths lies in its

An Experimental Investigation of the Congestion Control Used by Skype VoIP

ALTHOUGH it is one of the first protocols

CS268 Exam Solutions. 1) End-to-End (20 pts)

The Problem with TCP. Overcoming TCP s Drawbacks

First Midterm for ECE374 03/24/11 Solution!!

Seamless Congestion Control over Wired and Wireless IEEE Networks

XCP-i : explicit Control Protocol for heterogeneous inter-networking of high-speed networks

Application Level Congestion Control Enhancements in High BDP Networks. Anupama Sundaresan

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow

ECSE-6600: Internet Protocols Exam 2

WEB APPLICATION PERFORMANCE PREDICTION

APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM

TCP based Denial-of-Service Attacks to Edge Network: Analysis and Detection

TCP Behavior across Multihop Wireless Networks and the Wired Internet

IMPROVING CONGESTION CONTROL FOR END- TO END DELIVERY IN WIRELESS NETWORKS

A Mathematical Model of the Skype VoIP Congestion Control Algorithm

Energy Consumption of TCP Reno, Newreno, and SACK in Multi-Hop Wireless Networks

Measuring TCP over WiFi: A Real Case

The Data Replication Bottleneck: Overcoming Out of Order and Lost Packets across the WAN

Measurement methodology of TCP performance bottlenecks

Mobile Computing/ Mobile Networks

Conservative Slow Start: Controlling Losses in Very High Speed Networks

Computer Networks. Chapter 5 Transport Protocols

La couche transport dans l'internet (la suite TCP/IP)

A Qos SCHEME TO ADDRESS COMMUNICATION LATENCY ISSUES FOR CRITICAL NETWORK FLOWS IN BEST-EFFORT NETWORKS USING MOBILE AGENTS

17: Queue Management. Queuing. Mark Handley

Murari Sridharan Windows TCP/IP Networking, Microsoft Corp. (Collaborators: Kun Tan, Jingmin Song, MSRA & Qian Zhang, HKUST)

2 TCP-like Design. Answer

Outline. TCP connection setup/data transfer Computer Networking. TCP Reliability. Congestion sources and collapse. Congestion control basics

TCP Over Wireless Network. Jinhua Zhu Jie Xu

WEB SERVER PERFORMANCE WITH CUBIC AND COMPOUND TCP

Effect of Packet-Size over Network Performance

TCP Adaptation for MPI on Long-and-Fat Networks

GREEN: Proactive Queue Management over a Best-Effort Network

TCP in Wireless Networks

Network Friendliness of Mobility Management Protocols

15-441: Computer Networks Homework 2 Solution

Comparative Analysis of Congestion Control Algorithms Using ns-2

MOBILITY AND MOBILE NETWORK OPTIMIZATION

UNBIASED BANDWIDTH ESTIMATION IN COMMUNICATION PROTOCOLS 1

Effectiveness of Loss Labeling in Improving TCP Performance in Wired/Wireless Networks

TCP performance optimization for handover Management for LTE satellite/terrestrial hybrid. network.

Analytic Models for the Latency and Steady-State Throughput of TCP Tahoe, Reno and SACK

TCP PACKET CONTROL FOR WIRELESS NETWORKS

The Quality of Internet Service: AT&T s Global IP Network Performance Measurements

TCP/IP Networking for Wireless Systems. Integrated Communication Systems Group Ilmenau University of Technology

TCP Fast Recovery Strategies: Analysis and Improvements

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows

REM: Active Queue Management

Transcription:

Linux. Implementation of TCP with rate-halving: A Performance Evaluation over the Internet A. Dell Aera, L. A. Grieco, S. Mascolo Dipartimento di Elettrotecnica ed Elettronica Politecnico di Bari Via Orabona, 715 BARI, Italy {a.dellaera;a.grieco;mascolo}@poliba.it Abstract: The additive increase/multiplicative decrease probing paradigm is at the core of TCP congestion control and allows TCP flows to regulate the transmission rate in order to match the network capacity. To improve classic Reno/ congestion control algorithms, the recent TCP proposes to substitute the multiplicative decrease phase with an adaptive decrease phase: in particular, TCP passes through a filter the stream of returning ACKs to obtain an estimate of the used bandwidth (BWE), so that when a congestion episode happens, adaptively reduces the congestion window and the slow-start threshold to the value BWE times the minimum round trip time. This paper aims at evaluating the performance of TCP over the real Internet. To this purpose, a Linux..19 implementation of TCP has been developed and compared with an implementation of. To test and compare the two implementations more than files, with different sizes, have been uploaded via ftp from a host at the Politecnico of Bari (South of Italy) to three remote servers, which are located at Parma (North of Italy), Uppsala University (Sweden) and University of California Los Angeles (Ucla, California). Experimental results indicate that TCP improves the goodput with respect to TCP over paths This work has been partially supported by the FIRB Research Project Traffic models and Algorithms for Next Generation IP networks Optimization (TANGO) with a bandwidth delay product larger than few segments. In particular, goopdput improvements up to -5% have been measured when transmitting data from Politecnico of Bari to Uppsala or UCLA servers. 1 Introduction The additive increase/multiplicative decrease probing paradigm is at the core of the sliding window TCP congestion control algorithms and allows TCP flows to regulate the transmission rate in order to match the network capacity [1,, 3,, 5]. It employs two variables: the congestion window (cwnd), which is the sliding window, and the slow start threshold (ssthresh), which varies the way cwnd is increased. In order to probe the network capacity, cwnd is increased until a congestion episode happens. The cwnd increasing policy depends on ssthresh value. When cwnd < ssthresh, the cwnd is incremented by one segment for every received acknowledgement. This is the slow start phase that aims at quickly grabbing the network available bandwidth. When cwnd ssthresh, the congestion avoidance phase is entered during which the cwnd is incremented by one segment per RTT. The congestion avoidance phase gently probes the network for extra available bandwidth. When 3 three duplicate acknowledgments (3 DUPACKs) are received ssthresh is set to cwnd/ and cwnd is set equal to ssthresh, whereas, if the re- 1

transmit timeout expires ssthresh is set to cwnd/ and cwnd is set equal to 1. The ssthresh represents an estimate of the current available bandwidth. In fact, when the cwnd is less than ssthresh, the congestion control algorithm increases cwnd to quickly reach the ssthresh value and when cwnd=ssthresh, it increments the cwnd in a more gentle way in order to probe for extra available bandwidth. TCP congestion control ensures that the network capacity is never exceeded but it cannot guarantee fair sharing of that capacity [1]. To improve classic Reno/ congestion control algorithms [, ], the recent Westwood TCP proposes to substitute the multiplicative decrease with an adaptive decrease phase: in particular, Westwood TCP passes through a filter the stream of returning ACKs to obtain an estimate of the used bandwidth (BWE) so that when the network capacity is hit and a congestion episode happens, Westwood adaptively reduces the congestion window and the slow-start threshold to the value BWE times the minimum round trip time [7]. The original bandwidth estimation algorithms proposed in [7] does not work properly in the presence of ACK compression []. TCP differs from Westwood TCP in that it employs a new bandwidth estimation algorithm that works properly also in the presence of ACK compression. Details concerning the filtering algorithm can be found in [9, 1]. This paper aims at evaluating the performance of TCP over the real Internet. To this purpose, a Linux..19 implementation of TCP has been developed and compared with an implementation of [11]. To test and compare the two implementations more than files, with different sizes, have been uploaded via ftp from a host at the Politecnico of Bari (South of Italy) to three remote servers, which are located at Parma (North of Italy), Uppsala University (Sweden) and University of California Los Angeles (Ucla, California). Experimental results indicate that TCP improves the goodput with respect to TCP over paths with a bandwidth delay product larger than few segments. In particular, goodput improvements up to -5% have been measured when transmitting data from Politecnico of Bari to Uppsala and UCLA servers. It is important to point out that GNU Linux. TCP implements the rate-halving algorithm [1] during the Fast Recovery/Fast Retransmit phase. In order to avoid abrupt interruption of data sending, which would be dangerous for the self-clocking [1], we also implement the rate-halving algorithm in TCP. The paper is organized as follows: Section gives a brief explanation of TCP and describes an implementation in Linux..19; Section 3 reports Internet measurements collected using this implementation; Finally, Section draws the conclusions. TCP TCP differs from TCP Westwood in that it employs a different bandwidth estimation algorithm that works properly even in presence of ACK compression. In this section, we briefly describe the TCP Westwood algorithm. Subsequently, we introduce the new bandwidth estimation algorithm of TCP and its implementation in GNU Linux kernel..1 TCP Westwood TCP Westwood congestion control algorithm employs the following variables : (1) congestion window (cwnd) () slow start threshold (ssthresh) (3) round trip time of the connection (RT T ) () minimum round trip time measured by the sender (RT T min ). TCP Westwood basic idea is to exploit the stream of returning ACK packets in order to obtain an estimate of connection available bandwidth (BW E). The bandwidth estimate is used when a congestion episode is detected to properly set the cwnd and ssthtresh. In absence of congestion episodes, the dynamics of these variables is conform to RFC51 []. A pseudo-code of the Westwood TCP algorithm follows: - When 3 DUPACKs are received by the sender : ssthresh = (BWE * RTTmin) / MSS; if (ssthresh<) ssthresh=;

cwnd = ssthresh; - When coarse timeout expires : ssthresh = (BWE * RTTmin) / MSS; if (ssthresh<) ssthresh=; cwnd = 1; - When ACKs are successfully received : cwnd increases as stated in RFC51. It is worth noting that the adaptive decrease mechanism employed by TCP Westwood improves the stability of the standard TCP multiplicative decrease. Infact, the adaptive windowd shrinking provides a congestion window that is decreased enough in presence of heavy congestion and not too much in presence of light congestion or losses not due to a real congestion episode, such as in the case of unreliable radio links. Moreover the setting cwnd = BW E RT T min injects a transmission rate equal to B RT T min /RT T, which is less than bandwidth used at the time of congestion. As a consequence, a Westwood TCP flow clears out its path backlog after the setting thus leaving room in the routers buffers for coexisting flows. This obviously improves network stability, statistical multiplexing and fairness. TCP Westwood congestion control is heavily based on bandwidth estimation algorithm. As stated before, bandwidth estimation algorithm proposed in [7] overestimates the available bandwidth in the presence of ACK compression []. In order to avoid this undesirable behavior, TCP proposes a new bandwidth estimation algorithm that works properly also in the presence of ACK compression [9, 1].. TCP bandwidth estimation algorithm The new bandwidth estimation algorithm proposed along with TCP relies on bandwidth samples which are collected every RTT instead that every time an ACK is received by the sender. Basically, the TCP sender counts the amount of data D k, which is acknowledged during the last RT T = T k and then computes a bandwidth samples as B k = D k /T k. In order to avoid potential numerical instabilities due to too small RTT values, a minimum value of 5ms has been set for the catching time interval T k. Details concerning the ACK counting can be found in [7]. Briefly, a duplicate ACK counts for one delivered segments, a delayed ACK for two segments, whereas a cumulative ACK counts for 1 segment or for the number of segments exceeding those already accounted for by previous duplicate acknowledgments. Since congestion depends on low frequency components of available bandwidth [13], B k samples are filtered using a discrete time low-pass filter. In [1] it has been shows that the B k samples can be effectively filtered using a simple exponential filter as the following: BW E k = 7 BW E k 1 + 1 B k (1) The GNU Linux implementation of TCP slightly modifies the rate-halving mechanism to incorporate the adaptive setting of TCP. In particular, we exploit the gracefully cwnd decreasing phase of the rate-halving mechanism but we do not allow the cwnd to become smaller than the value BW E RT T min. Moreover, when the fast-recovery phase ends we set cwnd to BW E RT T min..3 Implementation details In order to implement TCP on GNU Linux kernel..19 a new structure named westwood has been inserted in structure tcp opt. The tcp opt is a per-socket structure that contains data that are useful for maintaining the state of a TCP connection. For example, it contains variables identifying the current window of data the sender is allowed to transmit, variables that maintain options of the TCP headers, variables for congestion control such as cwnd and ssthresh and so on. This structure is employed only if the kernel is compiled with the TCP support enabled. Notice that it is not possible to compile this support as a loadable kernel module but it can be compiled only statically in the kernel image. This feature simplifies the design since it provides access to not exported kernel symbols. The 3

patch was written having in mind the idea of being as less intrusive as possible. The patch allows the superuser to enable/disable TCP at run-time. Moreover, the patch provides the option to enable statistics logging support for testing purposes. It also parses log files in such a way to easily manipulate experimental results [11]. 3 Experimental Results When a new protocol is proposed, it is necessary to collect a large set of experimental results in order to assess its validity and the advantages of its deployment in the Internet [1]. To test and compare the Linux..19 implementations of and TCP more than files, with different sizes, have been uploaded via ftp from a host at the Politecnico of Bari (South of Italy) to three remote servers, which are located at Parma (North of Italy), Uppsala University (Sweden) and University of California Los Angeles (Ucla, California). Tests were realized exploiting the patch feature which allows to switch between TCP GNU Linux standard implementation and TCP. For each upload we have recorded the goodput, the number of retransmitted segments, and important variables such as cwnd, sstresh, RT T and BW E. Each session of measurements collects data of many file uploads, which are alternatively executed by using or. Table 1 summarize the main characteristics of the measurement sessions involving the FTP server at the UCLA. Fig. 1 shows date No. Size of uploaded files of uploads (MBytes) Feb,1 117 3 Feb, 197 3. Feb, 7 3. Mar,1 5 3 Mar,19 79 3 Mar,1 7 3 Table 1: FTP uploads from Politecnico of Bari to UCLA, Los Angeles. the average goodputs achieved during data transfer from Politecnico of Bari to UCLA. The average goodput of a measurement session is obtained by averaging the goodputs of all the uploads of that session. It is interesting to note that TCP provides goodput improvements from 3% to 53% wrt New Reno. Moreover the goodput improvements provided by TCP are not due to a more aggressive behavior, since, Fig. shows that the retransmission ratio is roughly the same for both and TCP. Average 5 5 35 3 5 15 1 5 1 Feb Feb Feb 1 Mar 19 Mar 1 Mar Figure 1: Average Goodput of ftps from Politecnico of Bari to UCLA. Ratio of retransmitted segments (%) 1 1 1 Feb Feb Feb 1 Mar 19 Mar 1 Mar Figure : Retransmission ratios when transferring data from Politecnico of Bari to UCLA.

Fig. 3 shows the typical dynamics of the congestion window and the slow start threshold of TCP obtained during a file transfer from the Politecnico of Bari to UCLA. Fig. shows the same variables obtained during the next upload using New Reno. The main difference between and consists in the ssthresh behavior, which is larger when is employed. This effect is due to the adaptive decrease mechanism of, which exploits the end-to-end bandwidth estimate. Fig. 5 shows the end-to-end bandwidth estimate obtained during the data transfer. Finally, Fig. plots the RTT experienced by the flow during the data transfer. Segments 1 1 1 1 1 cwnd ssthresh 1 3 5 7 9 1 11 1 13 Figure : Congestion window and slow start threshold of TCP while transferring a 3MByte file from Politecnico of Bari to UCLA on 19/3/3. Segments 1 1 1 1 1 cwnd ssthresh 1 Figure 3: Congestion window and slow start threshold of TCP while transferring a 3MByte file from Politecnico of Bari to UCLA on 19/3/3. Table summarizes the main characteristics of the measurement sessions involving the FTP server at the Uppsala University. Figs. 7 and show the average goodputs and the average retransmission percentage when transferring data from Politecnico of Bari to the Uppsala University. Bandwidth estimate (KBytes/s) 9 7 5 3 1 1 Figure 5: Bandwidth estimate of TCP while transferring a 3MByte file from Politecnico of Bari to UCLA on 19/3/3. Round Trip Time (s)..35.3.5..15.1.5 1 Figure : Round Trip Time experienced by TCP while transferring a 3MByte file from Politecnico of Bari to UCLA on 19/3/3. 5

date No. Size of uploaded files of uploads (MBytes) Dec,1 53 3 Dec,17 3. Jan,1 1 3. Jan,1 1 3. Jan,13 15 3 Jan,17 1 3. Feb,3 7 3 Feb,7 5 3 Table : FTP from Politecnico of Bari to the Uppsala University (Sweden) It is interesting to note that TCP provides goodput improvements from % to % wrt, whereas the percentages of retransmitted segments are similar. Average 5 15 1 5 1 Dec 17 Dec 1 Jan 1 Jan 13 Jan 17 Jan 3 Feb 13 7 Feb Figure 7: Average Goodput of ftps from Politecnico of Bari to Uppsala. Table 3 summarizes the main characteristics of the measurement sessions involving the FTP server located at Parma. Figs. 9 and 1 show the goodputs and the retransmission ratios that have been measured while transferring data from Politecnico of Bari to Parma. In this case the connection has a national extension and and TCP basically achieve the same goodput. Ratio of retransmitted segments (%).5 3.5 3.5 1.5 1.5 17 Dec 1 Jan 1 Jan 13 Jan 17 Jan 3 Feb 13 7 Feb Figure : Retransmission ratios when transferring data from Politecnico of Bari to Uppsala. date No. Size of uploaded files of uploads (MBytes) Mar, 1 3 Mar,7 9 3. Mar, 1 3. Apr, 39 3 Apr,7 3. Apr,9 3. Apr,11 1 3. Table 3: FTP uploads towards the server located at Parma (Italy)

Fig. 11 shows the congestion window and the slow start threshold of TCP during a file transfer from the Politecnico of Bari to Parma. Fig. 1 shows the same variables obtained using New Reno. In this case cwnd and ssthtresh exhibit a similar behavior. This is due to the small RTT that makes less drastic the effect of the TCP algorithm. Finally, Fig. 13 plots the bandwidth estimate obtained by whereas Fig. 1 shows the RTT measured during the data transfer. Average 1 1 1 1 Mar 7 Mar Mar Apr 7 Apr 9 Apr 11 Apr Figure 9: Average Goodput of ftps from Politecnico of Bari to Parma. Segments 1 1 1 1 1 cwnd ssthresh.5 1 1.5.5 3 3.5 Figure 11: Congestion window and slow start threshold of TCP while transferring a 3MByte file from Politecnico of Bari to Parma on //3. Segments 1 1 1 1 1 cwnd ssthresh.5 1 1.5.5 3 3.5 Ratio of retransmitted segments (%) 1 1 1 Mar 7 Mar Mar Apr 7 Apr 9 Apr 11 Apr Figure 1: Congestion window and slow start threshold of TCP while transferring a 3MByte file from Politecnico of Bari to Parma on //3. Bandwidth estimate (KBytes/s) 5 15 1 5 Figure 1: Retransmission ratios when transferring data from Politecnico of Bari to Parma. It is worth noting that minimum measured RTT is equal to 19ms for the connection with the UCLA server, 7ms for the connection with the Uppsala..5 1. 1.5..5 3. 3.5 Figure 13: Bandwidth estimate of TCP while transferring a 3MByte file from Politecnico of Bari to Parma on //3. 7

Round Trip Time (s)..1.1.1.1.1......5 1. 1.5..5 3. 3.5 Figure 1: Round Trip Time experienced by TCP while transferring a 3MByte file from Politecnico of Bari to Parma on //3. Goodput (KByte/s) 7 5 3 1 Fri Feb 1 1:15:5 Sat Feb ::31 Sat Feb :: Sun Feb 3 7::5 Sun Feb 3 19::51 Mon Feb 3:5:51 Figure 15: Goodputs of 117 ftps executed on 1// from Politecnico of Bari to UCLA (file size = 3MBytes). server and 5ms for the connection with the server located at Parma. Table shows for each server the pipe size, which is computed as the average TCP goodput times the minimum RTT, and the related average goodput improvement. Table shows that when the pipe size is larger than few MSS, improves the goodput wrt up to 53%. We were not able to execute measurements over larger bandwidth-delay paths where we expect that will provide larger goodput improvements. Server Goodput Pipe Improvement size (MSS) UCLA 3% 53% 3- Uppsala % % 1-1 Parma 9% 1%.5-5 Table : Performance analysis, (MSS=15Bytes) To give a further insight, Figs. 15-, report the goodputs achieved by and TCP during each transfer of the measurement session transmitting data from Politecnico of Bari to UCLA. Figs. 7- report analogous data for the uploads from Politecnico of Bari to the Uppsala University and Figs. 9-35 for the uploads from Politecnico of Bari to Parma. 5 5 35 3 5 15 1 5 Wed Feb 13:35:1 Wed Feb 19:3:3 Wed Feb :53:7 Thu Feb 7 1:1: Thu Feb 7 :1:1 Thu Feb 7 :11: Thu Feb 7 :3: Figure 1: Goodputs of 197 ftps executed on // from Politecnico of Bari to UCLA (file size = 3.MBytes). 5 3 1 Fri Feb 1::5 Sat Mar 1 11::37 Sat Mar 1 1:51: Sun Mar :5:7 Sun Mar 7::1 Sun Mar 1:5:3 Mon Mar 3 ::7 Mon Mar 3 :9:19 Figure 17: Goodputs of 7 ftps executed on // from Politecnico of Bari to UCLA (file size = 3.MBytes).

5 5 35 3 5 15 1 5 Fri Mar 1 1:59:15 Sat Mar 15 :9:7 Sat Mar 15 13:9: Sat Mar 15 ::3 Sun Mar 1 9:57:1 Mon Mar 17 :7:5 1 1 1 1 1 December 15 December 1 December Date Figure 1: Goodputs of 5 ftps executed on 1/3/ from Politecnico of Bari to UCLA (file size = 3MBytes). Figure 1: Goodputs of 53 ftps executed on 1/1/ from Politecnico of Bari to the Uppsala University (file size = 3MBytes). 7 5 5 3 3 1 1 Wed Mar 19 1:15:5 Thu Mar 7:53:33 Fri Mar 1 5:9:19 17 December Date 1 December Figure 19: Goodputs of 79 ftps executed on 19/3/ from Politecnico of Bari to UCLA (file size = 3MBytes). Figure : Goodputs of ftps executed on 17/1/ from Politecnico of Bari to the Uppsala University (file size = 3.MBytes). 1 1 1 1 1 Fri Mar 1 :5:57 Sat Mar 1:17:1 Sun Mar 3 Sun Mar 3 :57: 1::3 Sun Mar 3 :5:37 5 35 3 5 15 1 5 1 January 11 January Date Figure : Goodputs of 7 ftps executed on 1/3/ from Politecnico of Bari to UCLA (file size = 3MBytes). Figure 3: Goodputs of 1 ftps executed on 1/1/ from Politecnico of Bari to the Uppsala University (file size = 3.MBytes). 9

35 3 1 1 5 15 1 Goodput (KByte/s) 1 5 1 January 13 January Date Fri Jan 17 1::3 Sat Jan 1 :3:37 Sat Jan 1 ::31 Sat Jan 1 :1:1 Sat Jan 1 13:1:9 Sat Jan 1 17:3:1 Sat Jan 1 1:5:11 Figure : Goodputs of 1 ftps executed on 1/1/ from Politecnico of Bari to the Uppsala University (file size = 3.MBytes). Figure : Goodputs of 1 ftps executed on 17/1/ from Politecnico of Bari to the Uppsala University (file size = 3.MBytes). 1 1 1 1 1 13 January 1 January Date 15 January Figure 5: Goodputs of 15 ftps executed on 13/1/ from Politecnico of Bari to the Uppsala University (file size = 3MBytes). 1 1 1 1 1 3 February February 5 February Figure 7: Goodputs of 7 ftps executed on 3// from Politecnico of Bari to the Uppsala University (file size = 3MBytes). Date Conclusions TCP with the rate-halving feature has been implemented in Linux..19 and experimented over continental and international Internet connections. Extensive measurements have shown that TCP improves the goodput wrt New Reno over connections with a bandwidth-delay product larger than few MSS. In particular, over an Internet connection from Bari, Italy to Los Angeles, California, goodput improvements up to 5% have been measured. 5 35 3 5 15 1 5 Fri Feb 7 1:3:1 Sat Feb 5:1:9 Sat Feb 11:3:33 Sat Feb 3::39 Sun Feb 9 :5:15 Sun Feb 9 11:5:3 Sun Feb 9 17::1 Sun Feb 9 3:: Figure : Goodputs of 5 ftps executed on 7// from Politecnico of Bari to the Uppsala University (file size = 3MBytes). 1

5 5 15 1 5 Goodput (KByte/s) 15 1 5 Wed Mar 1::9 Wed Mar 3:13:37 Thu Mar 7 1:7:9 Thu Mar 7 :1:13 Thu Mar 7 :1:37 Figure 9: Goodputs of 1 ftps executed on /3/ from Politecnico of Bari to Parma (file size = 3MBytes). Fri Apr 1:7:5 Sat Apr 5 3:51:1 Sat Apr 5 :5:1 Sat Apr 5 3:1:35 Sun Apr :39:31 Sun Apr 13:5:39 Sun Apr ::5 Mon Apr 7 :3:5 Figure 3: Goodputs of 39 ftps executed on // from Politecnico of Bari to Parma (file size = 3MBytes). 7 5 3 1 Thu Mar 7 19::5 Thu Mar 7 :5: Fri Mar Fri Mar :35:33 :17:5 Fri Mar 7:1:9 1 9 7 5 3 1 Mon Apr 7 19:31:19 Mon Apr 7 3:: Tue Apr :5: Tue Apr 5:11:55 Tue Apr :3:33 Tue Apr :19: Tue Apr 1:37:5 Figure 3: Goodputs of 9 ftps executed on 7/3/ from Politecnico of Bari to Parma (file size = 3.MBytes). Figure 33: Goodputs of ftps executed on 7// from Politecnico of Bari to Parma (file size = 3.MBytes). 1 1 1 1 1 1 1 1 Fri Mar 1:: Sat Mar 9 9:51:15 Sat Mar 9 :1:3 Sun Mar 3 3:9:1 Sun Mar 3 7:11: Sun Mar 3 1::51 Sun Mar 3 17:1:39 Wed Apr 9 13:55:9 Wed Apr 9 :9:51 Wed Apr 9 :31:51 Wed Apr 9 3:3: Thu Apr 1Thu Apr 1Thu Apr 1 :11:7 ::5 1::33 Figure 31: Goodputs of 1 ftps executed on /3/ from Politecnico of Bari to Parma (file size = 3.MBytes). Figure 3: Goodputs of ftps executed on 9// from Politecnico of Bari to Parma (file size = 3.MBytes). 11

1 1 1 1 1 Fri Apr 11 13:3:1 Fri Apr 11 :5: Sat Apr 1 ::1 Sat Apr 1 :15: Sat Apr 1 9:3:3 Sat Apr 1 1:3:3 Sat Apr 1 1::1 Figure 35: Goodputs of 1 ftps executed on 11// from Politecnico of Bari to Parma (file size = 3.MBytes). 5 Acknowledgements We thank Prof. Mario Gerla, Prof. Mikael Sternad and Daniele Verzelloni who allowed us to collect live Internet measurements using FTP servers located at Universities of Los Angeles (USA), Uppsala (Sweden) and Parma (Italy). References [1] V. Jacobson. Congestion avoidance and control. In ACM Sigcomm, pages 31 39, Stanford, CA, USA, August 19. [] M. Allman, V. Paxson, and W. R. Stevens. TCP congestion control. RFC 51, April 1999. [3] W. Stevens. TCP/IP Illustrated vol.1 : The Protocols. Addison Wesley, Reading, MA, 199. [] D. Clark. The design philosophy of the darpa internet protocols. In ACM Sigcomm, pages 1 11, Stanford, CA, USA, August 19. [7] S. Mascolo, C. Casetti, M. Gerla, M. Sanadidi, and R. Wang. TCP westwood: End-to-end bandwidth estimation for efficient transport over wired and wireless networks. In ACM Mobicom 1, Rome, Italy, July 1. [] L. A. Grieco and S. Mascolo. Westwood TCP and easy RED to improve fairness in high speed networks. In IFIP/IEEE Seventh International Workshop on Protocols For High-Speed Networks, pages 13 1, Berlin, Germany, April. [9] R. Ferorelli, L. A. Grieco, S. Mascolo, G. Piscitelli, and P. Camarda. Live internet measurements using TCP congestion control. In IEEE Globecom, Taipei, Taiwan, November. [1] L. A. Grieco and S. Mascolo. End-to-end bandwidth estimation for congestion control in packet networks. In Second International Workshop, QoS-IP, pages 5 5, Milano, Italy, February. [11] Linux kernel v..19. Available at http://www.kernel.org/pub/linux/kernel/v./. [1] Matt Mathis, Jeff Semke, Jamshid Mahdavi, and Kevin Lahey. The Rate-Halving Algorithm for TCP Congestion Control. draft-ratehalving.txt, June 1999. [13] S. Q. Li and C. Hwang. Link capacity allocation and network control by filtered input rate in high speed networks. IEEE/ACM Transactions on Networking, 3(1):1 5, February 1995. [1] S. Floyd and V. Paxson. Difficulties in simulating the internet. IEEE/ACM Transaction on Networking, 9:39 3, August 1. [5] L. Peterson, B. Davie, and D. Clark. Computer Networks A Systems Approach. Morgan Kaufmann, edition, October 1999. [] S. Floyd and T. Henderson. NewReno modification to TCP s fast recovery. RFC 5, April 1999. 1