Network Congestion Avoidance Through Speculative Reservation

Total Page:16

File Type:pdf, Size:1020Kb

Network Congestion Avoidance Through Speculative Reservation Network Congestion Avoidance Through Speculative Reservation Nan Jiang, Daniel U. Becker, George Michelogiannakis, and William J. Dally Department of Electrical Engineering, Stanford University fnjiang37, dub, mihelog, [email protected] Abstract the same destination and form a transient hot-spot [6]. Traf- fic that cannot be serviced by the over-subscribed destination Congestion caused by hot-spot traffic can significantly de- is left in the router queues, causing network congestion. In grade the performance of a computer network. In this study, lossy network systems like TCP/IP, congestion causes packet we present the Speculative Reservation Protocol (SRP), a new drops, but as a result the point of congestion remain somewhat network congestion control mechanism that relieves the effect isolated. However, many system area networks, such as Infini- of hot-spot traffic in high bandwidth, low latency, lossless com- band [2], are designed to be lossless and use tightly-controlled puter networks. Compared to existing congestion control ap- buffer allocation policies such as credit-based flow control. In proaches like Explicit Congestion Notification (ECN), which these systems, the congested traffic remains in the network until react to network congestion through packet marking and rate it is delivered. As a result, congested packets back up into the throttling, SRP takes a proactive approach of congestion avoid- rest of the network in a condition called tree saturation [21]. ance. Using a light-weight endpoint reservation scheme and Without proper management and isolation of these congestion speculative packet transmission, SRP avoids hot-spot conges- effects, traffic flow in the rest of the network will be adversely tion while incurring minimal overhead. Our simulation results affected. show that SRP responds more rapidly to the onset of severe Many congestion control mechanisms for networking sys- hot-spots than ECN and has a higher network throughput on tems have been proposed [28]. Explicit Congestion Notifica- bursty network traffic. SRP also performs comparably to net- tion (ECN) is a popular mechanism that has been adopted by works without congestion control on benign traffic patterns by many networking systems [2, 22]. While the exact implemen- reducing the latency and throughput overhead commonly asso- tation of ECN differs from system to system, the underlying ciated with reservation protocols. operating principle is similar. When the network detects con- gestion, it signals the sources contributing to the bottleneck to throttle down. The congestion signal is sent via an explicit mes- 1. Introduction sage or piggybacked on acknowledgment packets from the des- tination. ECN has been well studied in the context of system Congestion management is an important aspect of network- area networks, particularly the InfiniBand Architecture (IBA) ing systems. In a shared communication medium, the presence [11,13,23], and has shown to be effective in combating conges- of network congestion has a global impact on system perfor- tion. However, studies have also pointed out limitations such mance. Network congestion is created when the offered load as reduced system stability, the need for parameter adjustment, on a channel is greater than its bandwidth. In many tradi- and slow congestion response time [10, 20]. tional networks, the focus is on local communication band- In this work we introduce the Speculative Reservation Proto- width, and the network bisection channels are heavily over- col (SRP), a new congestion management mechanism for sys- subscribed due to cost constraints [1]. In these systems, the tem area networks. In contrast to ECN, which only reacts to network bottlenecks usually occur on internal network chan- congestion after it has occurred, SRP avoids congestion by us- nels due to under-provisioned global bandwidth. More recently, ing bandwidth reservation at the destinations. Contrary to the there has been a shift towards building system networks with common belief that network reservation protocols incur high full bisection bandwidth as new data center and cloud comput- overhead and complexity, SRP is designed with simplicity and ing technologies increase the demand for global network com- low overhead in mind. Unlike previous reservation systems munication [3, 4, 14–16, 18]. In networks with ample bisection [19,25], SRP uses a very light-weight reservation protocol with bandwidth, congestion occurs almost entirely at the edge of the minimal scheduling complexity. The SRP reservation sched- network. ule is a simple mechanism that prevents the over-subscription Network endpoint hot-spots can occur in a wide range of of any network destination, eliminating hot-spot congestion. network operations. Programming models commonly used in Furthermore, SRP avoids the latency overhead associated with large computer systems, such as MapReduce, can have inher- reservation protocols by allowing sources to transmit packets ent hot-spot behavior [17]. Even if network traffic is uniform speculatively without reservation. Speculative packets are sent and random, multiple senders may temporarily send packets to with a short time-to-live and are dropped (and retransmitted later with reservation) if network congestion begins to form. S0 S1 S2 S3 S4 S5 The speculative reservation protocol advances the state of the art in congestion control in the following ways: • SRP prevents the formation of congestion rather than re- acting to congestion after it has already occurred. L0 L2 D1 • SRP has a very rapid transient response, reacting almost R0 R1 instantaneously to the onset of congestion-prone traffic, compared to the hundreds of micro-seconds it takes packet L1 marking protocols such as ECN to respond. D0 • SRP has a low overhead and performs on par with net- works without congestion control on benign traffic. (a) Simple network with congestion • SRP improves fairness between sources competing for a network hot-spot. L2 S1 S2 S3 S4 S5 The remainder of the paper is organized as follows. In Sec- Link L1 S0 tion 2, we demonstrate the effect of tree saturation on networks ID without congestion control and describe the current solution us- ing ECN. Section 3 describes in detail the operation of SRP. L0 S0 S1 S2 Section 4 specifies the experimental methodology used in this study. In Section 5, we present a comparison study of SRP, a 0 0.2 0.4 0.6 0.8 1 baseline network, and ECN using several different test cases. Link Utilization In Section 6, we examine in detail the behavior and overhead of (b) Channel throughput of the congested network SRP. Related congestion control mechanisms are discussed in Section 7. Finally, we conclude the study in Section 8. Figure 1. Effect of hot-spot congestion in a net- work without congestion control. 2. Motivation Threshold Figure 1(a) shows a simple network congestion scenario that Data Data+ECN demonstrates the effects of tree saturation. Nodes S1 through S5 are contending for the hot-spot destination D1, whereas S0 is at- S0 D0 tempting to reach the uncongested destination D0. Each source ECN tries to send at the maximum rate, which is equal to the rate of R0 the links. Since S0 shares link L0 with S1 and S2, network con- gestion at L2 eventually backs up and affects the performance of Figure 2. Operation of ECN. S0 as shown in Figure 1(b). The hot-spot link L2 is at 100% uti- lization, with bandwidth divided between S1 through S5. Even destination, relieving the congestion. In the absence of conges- though links L0 and L1 have spare bandwidth to support traf- tion notifications, the sender will gradually increase its injection fic from S0, this bandwidth cannot be utilized due to congested rate to fully utilize the bandwidth of an uncongested network. packets from S1 and S2 that are present in the input and out- To regulate the sender transmission rate, in the case of Infini- put buffers of L0. We also note that the throughput of traffic band, an inter-packet delay is added between successive packet from S1 and S2 is only half that of traffic from S3 through S5 transmissions to the same destination. due to the local fairness policies of the routers that grant equal With proper configuration, ECN has been shown to be effec- throughput to each input port rather than to each traffic flow. tive in combating network congestion for long traffic flows [13]. A congestion management algorithm used in many network- However, due to the incremental nature of the algorithm, the re- ing systems today is ECN. Figure 2 shows an example of the liance on buffer thresholds, and the round trip time of conges- operation of ECN as implemented in Infiniband networks [2]. tion information, ECN can have a slow response to the onset of An ECN enabled router detects congestion by monitoring the congestion [10]. Furthermore, the set of parameters that regu- occupancy of its input or output buffers. When a buffer’s oc- lates the behavior of the ECN algorithm needs to be carefully cupancy exceeds a certain threshold, the router marks the ECN adjusted to avoid network instability [20]. field of packets passing through the buffer (in some systems the marking operation only occurs on ports identified as the root of 3. Speculative Reservation Protocol the congestion). When the marked packet arrives at its desti- nation, the ECN field is returned to the packet’s source using a In contrast to packet marking mechanisms that react to con- congestion notification packet. After the sender receives a no- gestion after it has occurred, SRP operates on the principle of tification, it incrementally reduces its transmission rate to that congestion avoidance. SRP requires a reservation-grant hand- S D S D Non-speculative R(n) R(n) packet P1 P1 Speculative packet G(ts) G(ts) Packet drop P2 A1 N1 A2 ts P3 ts P1 . Pn . Pn . (a) Normal network operation (b) Congested network operation Figure 3.
Recommended publications
  • Application Note Pre-Deployment and Network Readiness Assessment Is
    Application Note Contents Title Six Steps To Getting Your Network Overview.......................................................... 1 Ready For Voice Over IP Pre-Deployment and Network Readiness Assessment Is Essential ..................... 1 Date January 2005 Types of VoIP Overview Performance Problems ...... ............................. 1 This Application Note provides enterprise network managers with a six step methodology, including pre- Six Steps To Getting deployment testing and network readiness assessment, Your Network Ready For VoIP ........................ 2 to follow when preparing their network for Voice over Deploy Network In Stages ................................. 7 IP service. Designed to help alleviate or significantly reduce call quality and network performance related Summary .......................................................... 7 problems, this document also includes useful problem descriptions and other information essential for successful VoIP deployment. Pre-Deployment and Network IP Telephony: IP Network Problems, Equipment Readiness Assessment Is Essential Configuration and Signaling Problems and Analog/ TDM Interface Problems. IP Telephony is very different from conventional data applications in that call quality IP Network Problems: is especially sensitive to IP network impairments. Existing network and “traditional” call quality Jitter -- Variation in packet transmission problems become much more obvious with time that leads to packets being the deployment of VoIP service. For network discarded in VoIP
    [Show full text]
  • Latency and Throughput Optimization in Modern Networks: a Comprehensive Survey Amir Mirzaeinnia, Mehdi Mirzaeinia, and Abdelmounaam Rezgui
    READY TO SUBMIT TO IEEE COMMUNICATIONS SURVEYS & TUTORIALS JOURNAL 1 Latency and Throughput Optimization in Modern Networks: A Comprehensive Survey Amir Mirzaeinnia, Mehdi Mirzaeinia, and Abdelmounaam Rezgui Abstract—Modern applications are highly sensitive to com- On one hand every user likes to send and receive their munication delays and throughput. This paper surveys major data as quickly as possible. On the other hand the network attempts on reducing latency and increasing the throughput. infrastructure that connects users has limited capacities and These methods are surveyed on different networks and surrond- ings such as wired networks, wireless networks, application layer these are usually shared among users. There are some tech- transport control, Remote Direct Memory Access, and machine nologies that dedicate their resources to some users but they learning based transport control, are not very much commonly used. The reason is that although Index Terms—Rate and Congestion Control , Internet, Data dedicated resources are more secure they are more expensive Center, 5G, Cellular Networks, Remote Direct Memory Access, to implement. Sharing a physical channel among multiple Named Data Network, Machine Learning transmitters needs a technique to control their rate in proper time. The very first congestion network collapse was observed and reported by Van Jacobson in 1986. This caused about a I. INTRODUCTION thousand time rate reduction from 32kbps to 40bps [3] which Recent applications such as Virtual Reality (VR), au- is about a thousand times rate reduction. Since then very tonomous cars or aerial vehicles, and telehealth need high different variations of the Transport Control Protocol (TCP) throughput and low latency communication.
    [Show full text]
  • Lab 6: Understanding Traditional TCP Congestion Control (HTCP, Cubic, Reno)
    NETWORK TOOLS AND PROTOCOLS Lab 6: Understanding Traditional TCP Congestion Control (HTCP, Cubic, Reno) Document Version: 06-14-2019 Award 1829698 “CyberTraining CIP: Cyberinfrastructure Expertise on High-throughput Networks for Big Science Data Transfers” Lab 6: Understanding Traditional TCP Congestion Control Contents Overview ............................................................................................................................. 3 Objectives............................................................................................................................ 3 Lab settings ......................................................................................................................... 3 Lab roadmap ....................................................................................................................... 3 1 Introduction to TCP ..................................................................................................... 3 1.1 TCP review ............................................................................................................ 4 1.2 TCP throughput .................................................................................................... 4 1.3 TCP packet loss event ........................................................................................... 5 1.4 Impact of packet loss in high-latency networks ................................................... 6 2 Lab topology...............................................................................................................
    [Show full text]
  • Adaptive Method for Packet Loss Types in Iot: an Naive Bayes Distinguisher
    electronics Article Adaptive Method for Packet Loss Types in IoT: An Naive Bayes Distinguisher Yating Chen , Lingyun Lu *, Xiaohan Yu * and Xiang Li School of Computer and Information Technology, Beijing Jiaotong University, Beijing 100044, China; [email protected] (Y.C.); [email protected] (X.L.) * Correspondence: [email protected] (L.L.); [email protected] (X.Y.) Received: 31 December 2018; Accepted: 23 January 2019; Published: 28 January 2019 Abstract: With the rapid development of IoT (Internet of Things), massive data is delivered through trillions of interconnected smart devices. The heterogeneous networks trigger frequently the congestion and influence indirectly the application of IoT. The traditional TCP will highly possible to be reformed supporting the IoT. In this paper, we find the different characteristics of packet loss in hybrid wireless and wired channels, and develop a novel congestion control called NB-TCP (Naive Bayesian) in IoT. NB-TCP constructs a Naive Bayesian distinguisher model, which can capture the packet loss state and effectively classify the packet loss types from the wireless or the wired. More importantly, it cannot cause too much load on the network, but has fast classification speed, high accuracy and stability. Simulation results using NS2 show that NB-TCP achieves up to 0.95 classification accuracy and achieves good throughput, fairness and friendliness in the hybrid network. Keywords: Internet of Things; wired/wireless hybrid network; TCP; naive bayesian model 1. Introduction The Internet of Things (IoT) is a new network industry based on Internet, mobile communication networks and other technologies, which has wide applications in industrial production, intelligent transportation, environmental monitoring and smart homes.
    [Show full text]
  • Congestion Control Overview
    ELEC3030 (EL336) Computer Networks S Chen Congestion Control Overview • Problem: When too many packets are transmitted through a network, congestion occurs At very high traffic, performance collapses Perfect completely, and almost no packets are delivered Maximum carrying capacity of subnet • Causes: bursty nature of traffic is the root Desirable cause → When part of the network no longer can cope a sudden increase of traffic, congestion Congested builds upon. Other factors, such as lack of Packets delivered bandwidth, ill-configuration and slow routers can also bring up congestion Packets sent • Solution: congestion control, and two basic approaches – Open-loop: try to prevent congestion occurring by good design – Closed-loop: monitor the system to detect congestion, pass this information to where action can be taken, and adjust system operation to correct the problem (detect, feedback and correct) • Differences between congestion control and flow control: – Congestion control try to make sure subnet can carry offered traffic, a global issue involving all the hosts and routers. It can be open-loop based or involving feedback – Flow control is related to point-to-point traffic between given sender and receiver, it always involves direct feedback from receiver to sender 119 ELEC3030 (EL336) Computer Networks S Chen Open-Loop Congestion Control • Prevention: Different policies at various layers can affect congestion, and these are summarised in the table • e.g. retransmission policy at data link layer Transport Retransmission policy • Out-of-order caching
    [Show full text]
  • The Effects of Different Congestion Control Algorithms Over Multipath Fast Ethernet Ipv4/Ipv6 Environments
    Proceedings of the 11th International Conference on Applied Informatics Eger, Hungary, January 29–31, 2020, published at http://ceur-ws.org The Effects of Different Congestion Control Algorithms over Multipath Fast Ethernet IPv4/IPv6 Environments Szabolcs Szilágyi, Imre Bordán Faculty of Informatics, University of Debrecen, Hungary [email protected] [email protected] Abstract The TCP has been in use since the seventies and has later become the predominant protocol of the internet for reliable data transfer. Numerous TCP versions has seen the light of day (e.g. TCP Cubic, Highspeed, Illinois, Reno, Scalable, Vegas, Veno, etc.), which in effect differ from each other in the algorithms used for detecting network congestion. On the other hand, the development of multipath communication tech- nologies is one today’s relevant research fields. What better proof of this, than that of the MPTCP (Multipath TCP) being integrated into multiple operating systems shortly after its standardization. The MPTCP proves to be very effective for multipath TCP-based data transfer; however, its main drawback is the lack of support for multipath com- munication over UDP, which can be important when forwarding multimedia traffic. The MPT-GRE software developed at the Faculty of Informatics, University of Debrecen, supports operation over both transfer protocols. In this paper, we examine the effects of different TCP congestion control mechanisms on the MPTCP and the MPT-GRE multipath communication technologies. Keywords: congestion control, multipath communication, MPTCP, MPT- GRE, transport protocols. 1. Introduction In 1974, the TCP was defined in RFC 675 under the Transmission Control Pro- gram name. Later, the Transmission Control Program was split into two modular Copyright © 2020 for this paper by its authors.
    [Show full text]
  • What Causes Packet Loss IP Networks
    What Causes Packet Loss IP Networks (Rev 1.1) Computer Modules, Inc. DVEO Division 11409 West Bernardo Court San Diego, CA 92127, USA Telephone: +1 858 613 1818 Fax: +1 858 613 1815 www.dveo.com Copyright © 2016 Computer Modules, Inc. All Rights Reserved. DVEO, DOZERbox, DOZER Racks and DOZER ARQ are trademarks of Computer Modules, Inc. Specifications and product availability are subject to change without notice. Packet Loss and Reasons Introduction This Document To stream high quality video, i.e. to transmit real-time video streams, over IP networks is a demanding endeavor and, depending on network conditions, may result in packets being dropped or “lost” for a variety of reasons, thus negatively impacting the quality of user experience (QoE). This document looks at typical reasons and causes for what is generally referred to as “packet loss” across various types of IP networks, whether of the managed and conditioned type with a defined Quality of Service (QoS), or the “unmanaged” kind such as the vast variety of individual and interconnected networks across the globe that collectively constitute the public Internet (“the Internet”). The purpose of this document is to encourage operators and enterprises that wish to overcome streaming video quality problems to explore potential solutions. Proven technology exists that enables transmission of real-time video error-free over all types of IP networks, and to perform live broadcasting of studio quality content over the “unmanaged” Internet! Core Protocols of the Internet Protocol Suite The Internet Protocol (IP) is the foundation on which the Internet was built and, by extension, the World Wide Web, by enabling global internetworking.
    [Show full text]
  • Packet Loss Burstiness: Measurements and Implications for Distributed Applications
    Packet Loss Burstiness: Measurements and Implications for Distributed Applications David X. Wei1,PeiCao2,StevenH.Low1 1Division of Engineering and Applied Science 2Department of Computer Science California Institute of Technology Stanford University Pasadena, CA 91125 USA Stanford, CA 94305 USA {weixl,slow}@cs.caltech.edu [email protected] Abstract sources. The most commonly used control protocol for re- liable data transmission is Transmission Control Protocol Many modern massively distributed systems deploy thou- (TCP) [18], with a variety of congestion control algorithms sands of nodes to cooperate on a computation task. Net- (Reno [5], NewReno [11], etc.), and implementations (e.g. work congestions occur in these systems. Most applications TCP Pacing [16, 14]). The most commonly used control rely on congestion control protocols such as TCP to protect protocol for unreliable data transmission is TCP Friendly the systems from congestion collapse. Most TCP conges- Rate Control (TFRC) [10]. These algorithms all use packet tion control algorithms use packet loss as signal to detect loss as the congestion signal. In designs of these protocols, congestion. it is assumed that the packet loss process provides signals In this paper, we study the packet loss process in sub- that can be detected by every flow sharing the network and round-trip-time (sub-RTT) timescale and its impact on the hence the protocols can achieve fair share of the network loss-based congestion control algorithms. Our study sug- resource and, at the same time, avoid congestion collapse. gests that the packet loss in sub-RTT timescale is very bursty. This burstiness leads to two effects.
    [Show full text]
  • A Network Congestion Control Protocol (NCP)
    A Network Congestion control Protocol (NCP) Debessay Fesehaye, Klara Nahrstedt and Matthew Caesar Department of Computer Science UIUC, 201 N Goodwin Ave Urbana, IL 61801-2302, USA Email:{dkassa2,klara,caesar}@cs.uiuc.edu Abstract The transmission control protocol (TCP) which is the dominant congestion control protocol at the transport layer is proved to have many performance problems with the growth of the Internet. TCP for instance results in throughput degradation for high bandwidth delay product networks and is unfair for flows with high round trip delays. There have been many patches and modifications to TCP all of which inherit the problems of TCP in spite of some performance improve- ments. On the other hand there are clean-slate design approaches of the Internet. The eXplicit Congestion control Protocol (XCP) and the Rate Control Protocol (RCP) are the prominent clean slate congestion control protocols. Nonetheless, the XCP protocol is also proved to have its own performance problems some of which are its unfairness to long flows (flows with high round trip delay), and many per-packet computations at the router. As shown in this paper RCP also makes gross approximation to its important component that it may only give the performance reports shown in the literature for specific choices of its parameter values and traffic patterns. In this paper we present a new congestion control protocol called Network congestion Control Protocol (NCP). We show that NCP can outperform both TCP, XCP and RCP in terms of among other things fairness and file download times. Keywords: Congestion Control, clean-slate, fairness, download times.
    [Show full text]
  • How to Properly Measure and Correct Packet Loss
    White Paper How to Properly Measure and Correct Packet Loss Silver Peak avoids common packet delivery issues across the WAN White Paper How to Properly Measure and Correct Packet Loss Silver Peak avoids common packet delivery issues across the WAN Shared Wide Area Networks (WANs), like MPLS and Internet VPNs, are prone to network congestion during periods of heavy utilization. When different traffic is vying for limited shared resources, packets inevitably will be dropped or delivered out of order, a concept known as “packet loss”. As more enterprises deploy real-time traffic, like voice, video and other unified communications, packet loss is an increasingly significant problem. That is because dropped and out-of-order packets degrade the quality of latency sensitive applications – e.g. packet loss causes video pixilation, choppy phone calls, or terminated sessions. In addition, loss is increasingly problematic as more enterprises look to lower disaster recovery costs by performing data replication over shared WANs. As figure 1 shows, when a small amount of packet loss (0.1%) is combined with a marginal amount of latency (50 ms), data throughput will never exceed 10 Mbps per flow – regardless of how much bandwidth is available. This can severely hamper key enterprise initiatives that require high sustained data throughput, like replication. The problem is that most enterprises don’t know packet loss exists on their WANs as they don’t have the proper tools for measuring it. (Service Providers only exacerbate the problem by offering SLAs that are based on monthly averages, which can be quite misleading. An enterprise can experience several hours of loss during several work days and still statistically have around 0% loss over the course of a month).
    [Show full text]
  • The Need for Realism When Simulating Network Congestion
    The Need for Realism when Simulating Network Congestion Kevin Mills Chris Dabrowski NIST NIST Gaithersburg, MD 20899 Gaithersburg, MD 20899 [email protected] [email protected] throughout the network. The researchers identify various ABSTRACT Many researchers use abstract models to simulate network signals that arise around the critical point. Such signals congestion, finding patterns that might foreshadow onset of could foreshadow onset of widespread congestion. These congestion collapse. We investigate whether such abstract developments appear promising as a theoretical basis for monitoring methods that could be deployed to warn of models yield congestion behaviors sufficiently similar to impending congestion collapse. Despite showing promise, more realistic models. Beginning with an abstract model, we add elements of realism in various combinations, questions surround this research, as the models are quite culminating with a high-fidelity simulation. By comparing abstract, bearing little resemblance to communication congestion patterns among combinations, we illustrate networks deployed based on modern technology. We congestion spread in abstract models differs from that in explore these questions by examining the influence of realistic models. We identify critical elements of realism realism on congestion spread in network simulations. needed when simulating congestion. We demonstrate a We begin with an abstract network simulation from the means to compare congestion patterns among simulations literature. We add realism elements in combinations, covering diverse configurations. We hope our contributions culminating with a high-fidelity simulation, also from the lead to better understanding of the need for realism when literature. By comparing patterns of congestion among the simulating network congestion. combinations, we explore a number of questions.
    [Show full text]
  • TCP Congestion Control Scheme for Wireless Networks Based on TCP Reserved Field and SNR Ratio
    International Journal of Research and Reviews in Information Sciences (IJRRIS), ISSN: 2046-6439, Vol. 2, No. 2, June 2012 http://www.sciacademypublisher.com/journals/index.php/IJRRIS/article/download/817/728 TCP Congestion Control Scheme for Wireless Networks based on TCP Reserved Field and SNR Ratio Youssef Bassil LACSC – Lebanese Association for Computational Sciences, Registered under No. 957, 2011, Beirut, Lebanon Email: [email protected] Abstract – Currently, TCP is the most popular and widely used network transmission protocol. In actual fact, about 90% of connections on the internet use TCP to communicate. Through several upgrades and improvements, TCP became well optimized for the very reliable wired networks. As a result, TCP considers all packet timeouts in wired networks as due to network congestion and not to bit errors. However, with networking becoming more heterogeneous, providing wired as well as wireless topologies, TCP suffers from performance degradation over error-prone wireless links as it has no mechanism to differentiate error losses from congestion losses. It therefore considers all packet losses as due to congestion and consequently reduces the burst of packet, diminishing at the same time the network throughput. This paper proposes a new TCP congestion control scheme appropriate for wireless as well as wired networks and is capable of distinguishing congestion losses from error losses. The proposed scheme is based on using the reserved field of the TCP header to indicate whether the established connection is over a wired or a wireless link. Additionally, the proposed scheme leverages the SNR ratio to detect the reliability of the link and decide whether to reduce packet burst or retransmit a timed-out packet.
    [Show full text]