Basic and generic TCP Papers

From ResiliNetsWiki
Jump to: navigation, search

[Hoe-1996 (doi) .]

J. Hoe
“Improving the start-up behavior of a congestion control scheme for TCP”,
SIGCOMM Comput. Commun. Rev. , 26, 4 (August 1996), 270-280

ResiliNets Keywords: TCP NewReno

Keywords:

Abstract: “Based on experiments conducted in a network simulator and over real networks, this paper proposes changes to the congestion control scheme in current TCP implementations to improve its behavior during the start-up period of a TCP connection.The scheme, which includes Slow-start, Fast Retransmit, and Fast Recovery algorithms, uses acknowledgments from a receiver to dynamically calculate reasonable operating values for a sender's TCP parameters governing when and how much a sender can pump into the network. During the start-up period, because a TCP sender starts with default parameters, it often ends up sending too many packets and too fast, leading to multiple losses of packets from the same window. This paper shows that recovery from losses during this start-up period is often unnecessarily time-consuming.In particular, using the current Fast Retransmit algorithm, when multiple packets in the same window are lost, only one of the packet losses may be recovered by each Fast Retransmit; the rest are often recovered by Slow-start after a usually lengthy retransmission timeout. Thus, this paper proposes changes to the Fast Retransmit algorithm so that it can quickly recover from multiple packet losses without waiting unnecessarily for the timeout. These changes, tested in the simulator and on the real networks, show significant performance improvements, especially for short TCP transfers. The paper also proposes other changes to help minimize the number of packets lost during the start-up period.”

Notes:

Bibliographic Entries

[Zhang-Karp-Floyd-Peterson-2003 (doi) .]

Ming Zhang, Brad Karp, Sally Floyd, and Larry Peterson
“RR-TCP: A Reordering-Robust TCP with DSACK ”,
Network Protocols, 2003.Proceedings.11th IEEE International Conference , (4-7 November 2003), pp. 95,106

ResiliNets Keywords: RR-TCP

Keywords:

Abstract: “TCP performs poorly on paths that reorder packets significantly, where it misinterprets out-of-order delivery as packet loss. The sender responds with a fast retransmit though no actual loss has occurred. These repeated false fast retransmits keep the sender’s window small, and severely degrade the throughput it attains. Requiring nearly in-order delivery needlessly restricts and complicates Internet routing systems and routers. Such beneficial systems as multi-path routing and parallel packet switches are difficult to deploy in a way that preserves ordering. Toward a more reordering-tolerant Internet architecture, we present enhancements to TCP that improve the protocol’s robustness to reordered and delayed packets. We extend the sender to detect and recover from false fast retransmits using DSACK information, and to avoid false fast retransmits proactively, by adaptively varying dupthresh. Our algorithm is the first that adaptively balances increasing dupthresh, to avoid false fast retransmits, and limiting the growth of dupthresh, to avoid unnecessary timeouts. Finally, we demonstrate that TCP’s RTO estimator tolerates delayed packets poorly, and present enhancements to it that ensure it is sufficiently conservative, without using timestamps or additional TCP header bits. Our simulations show that these enhancements significantly improve TCP’s performance over paths that reorderor delay packets.”

Notes:

Bibliographic Entries

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox