WO2016072836A1 - A method for tcp congestion in multi-hop wireless network - Google Patents

A method for tcp congestion in multi-hop wireless network Download PDF

Info

Publication number
WO2016072836A1
WO2016072836A1 PCT/MY2015/050119 MY2015050119W WO2016072836A1 WO 2016072836 A1 WO2016072836 A1 WO 2016072836A1 MY 2015050119 W MY2015050119 W MY 2015050119W WO 2016072836 A1 WO2016072836 A1 WO 2016072836A1
Authority
WO
WIPO (PCT)
Prior art keywords
tcp
ack
rtt
cwnd
iat
Prior art date
Application number
PCT/MY2015/050119
Other languages
French (fr)
Inventor
Mohamed OTHMAN
Ammar ALJUBARI
Original Assignee
Universiti Putra Malaysia
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Universiti Putra Malaysia filed Critical Universiti Putra Malaysia
Publication of WO2016072836A1 publication Critical patent/WO2016072836A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/64Hybrid switching systems
    • H04L12/6418Hybrid transport

Definitions

  • the present invention relates to a method for managing congestion in a
  • MWNs multi-hop wireless networks
  • Transmission control protocol is the most dominant reliable transport protocol that serves a large number of applications including web (HTTP), file transfer (FTP), email (SMTP), and remote access (Telnet) traffics.
  • HTTP web
  • FTP file transfer
  • SMTP email
  • Telnet remote access
  • TCP carries more than 90% of today's Internet traffic and 80% of the total number of the flows in the Internet. Therefore, TCP becomes the natural choice for supporting reliable transmission over wireless networks.
  • multi-hop wireless technology further proliferates, it is expected that TCP will be used much more often over multi-hop wireless networks.
  • TCP has shown an efficient performance in wired networks, its deployment in MWNs suffers from extreme performance degradation and poor bandwidth utilization. This is basically because the assumptions behind TCP design were initially inspired by the features of wired networks.
  • wireless networks are characterized by limited bandwidth, half duplex link, shared medium and random Bit Error Rate (BER).
  • wireless networks suffer from other types of losses that are not related to congestion, such as medium access contention complicated by the hidden and exposed terminal problems, shared path collision, route failures caused by node mobility, unpredictable channel errors, and limited wireless transmission range.
  • TCP treats this loss as a sign of network congestion. As a result, it slows down its
  • TCP is not properly adapted to the high variability of latency caused by wireless contention which often results in spurious timeouts.
  • the congestion control mechanism of TCP cannot accurately adjust the sending rate to suit the transmission rates of wireless and this may cause either underutilized or overloaded bandwidth.
  • the aggressive window increase policy of TCP itself is considered one of the critical reasons for poor TCP performance in multi-hop wireless networks. Due to the above factors, TCP needs to have some effective means to determine these events accurately so as to allow it to react appropriately.
  • the present invention According to an aspect of the present invention, the present invention
  • FIG.1 is a flowchart of a method for TCP congestion control of the present invention.
  • FIG.2 is a flowchart of the step of observing RTT and IAT of TCP ACK value to estimate the current network conditions (200) of the present invention.
  • FIG.3 is a flowchart of the step of conducting increase-decrease of cwnd of the rate of TCP (300) of the present invention.
  • FIG.4 is a flowchart of the step of conducting loss reaction mechanism
  • the present invention relates to a method for managing congestion for TCP in Multi-Hop Wireless Network comprising: sending packets by a sender (100); characterized in that observing RTT and IAT of TCP ACK value to estimate the current network conditions (200); conducting increase- decrease of cwnd of the rate of TCP (300); and conducting loss reaction mechanism whenever TCP detects the loss by duplicate ACK or timeout (400).
  • the step of observing RTT and IAT of TCP ACK value (200) as in FIG. 2 further comprising: determining current RTT once ACK returns to the sender (201 ); determining minimum RTT once ACK returns to the sender (203);
  • the step of conducting increase-decrease of cwnd of the rate of TCP (300) further comprising: calculating RTT ratio on the receipt of an ACK (301 ); normalizing the RTT ratio on a linear scale of 0 and 1 (303); and mapping normalized RTT ratio to an increase-decrease action parameter or constant (305) as illustrated in FIG. 3.
  • TCP-ACC TCP with adaptive congestion control
  • RTT round trip time
  • IAT inter-arrival times
  • TCP-ACC takes into account the delays that ACK packets are subjected to, due to the delayed ACK mechanism at the receiver side. Unlike most TCP variants, which increase and decrease their rate in several phases in a deterministic manner, TCP-ACC has only one phase that adaptively increases and decreases the rate of TCP using a mechanism called Adaptive Increase Adaptive Decrease (AIAD). Moreover, TCP-ACC detects the loss by time-out or duplicate ACK as in most TCP variants, but with a new mechanism of loss reaction. An extensive description of TCP-ACC mechanisms is provided in the following subsections:
  • TCP-ACC infers network conditions by observing both RTT and IAT values.
  • the main components of this part include estimation of RTT, minRTT , IAT, in order to compute , , and mapping these values to parameters used to define actions to be performed.
  • RTT is mainly used to compute the retransmission timeout value in the legacy TCP.
  • TCP-ACC utilises the RTT values to learn the trends in the changing network conditions, that is, whether the network is free from congestion or getting congested. The key observation is that a long RTT generally indicates congestion.
  • TCP-ACC uses RTT values as it allows accurate estimation of the network state which results in flexible and finer updates in the .
  • RTT sample is measured as the time difference between the point where a packet is transmitted and the point where the associated ACK returns to the sender. If the incoming ACK belongs to the same transmitted packet, RTT value will be measured or it will be ignored otherwise. Since some TCP receivers may not generate ACK for every data packet received (delayed ACK), RTT value then will be measured as the average of number of packets that is covered by one ACK. This collection process operates fairly well under normal situations.
  • Equation (1 ) expresses the procedure of collecting RTT samples in TCP- ACC.
  • the CurrentTime is the time of receiving new ACK
  • SentTime is the time of sending the corresponding packets.
  • the parameter Seqno represents the sequence number of the packet that the current ACK is acknowledged.
  • the parameter Lastacked is the sequence number of the previous ACK.
  • the RTT is measured as an average of the total time taken by theses packets until their ACK is received over the number of these acknowledged packets.
  • minRTT For the first packet sent minRTT is equal to the RTT of that packet. Then for each ACK received, TCP-ACC updates minRTT by the currentRTT ⁇ minRTT if Measuring minRTT is given by Equation (2).
  • minRTT ⁇ currentRTT ifcurrentRTT ⁇ minRTT
  • TCP-ACC measure the inter arrival time of ACK acklAT using Equation (3).
  • This value is used to compute safelAT which is the average time of receiving ACKs in the normal state.
  • the safelAT is used to alleviate IAT variability and is expressed in Equation (4).
  • a typical value used for a is 0.125, which gives a low weight to the current and high weight to the historical average of lATs represented by safelAT . Lower a avoid an safelAT being skewed by any spikes in the measured lATs.
  • TCP-ACC On receipt of an ACK, TCP-ACC obtains the current level of congestion and contention from currentRTT and minRTT values into RTTRatio parameter. As shown in Equation (5), the RTTRatio is normalized on a linear scale of 0 and 1 .
  • RTTRatio gets a value close to 1 .
  • RTTs that resulted in such values for RTTRatio is called short RTT.
  • RTT values that are significantly higher than are called as long RTTs.
  • RTTRatio gets a small value close to 0.
  • Long RTT is usually caused by congestion or contention in the network.
  • TCP-ACC defines Equation (6) to map RTTratio to an increase/decrease action parameter called ⁇ .
  • gets a value close to 1 .
  • When RTTRatio is close to 0, ⁇ will get a value close to -1 .
  • the value of ⁇ will be used to increase or decrease the cwnd.
  • the parameter reflects the number of bytes that TCP should increase or decrease its cwnd to accommodate the network condition, ⁇ results in a flexible and finer updates in the congestion window. Action Selection
  • TCP-ACC In TCP-ACC, the amount of increase or decrease in cwnd is not fixed as in TCP. Because of this, TCP-ACC overcomes the problems caused by the aggressive and deterministic nature of TCP in updating the congestion window. When required, it can increase its cwnd by more than one MSS and it can even decrease its cwnd by few bytes or even keep it untouched.
  • Dynamic action selection In TCP-ACC, the action selection (i.e., increasing or decreasing cwnd ) is dynamic rather than deterministic. That is, when incipient congestion is detected, TCP-ACC can decrease the congestion window even on receiving ACKs. This directly helps TCP-ACC to take proactive measures to counter the congestion and reduce the packet loss due to congestion.
  • TCP-ACC selects an action which is essentially an amount of increment or decrement in the congestion window as in Equation (7). TCP-ACC maintains ⁇ and ⁇ for each session (or flow) separately.
  • TCP-ACC prevents buffer overflow at the receiver by dynamically adjusting the number of packets which are ready to send ⁇ win ) according to the minimum of advertised window ⁇ awnd ) and cwnd . It also considered the unacknowledged packets which are still in flight as shown in Equation (8).
  • the loss can be attributed not only to
  • TCP-ACC defines two other mechanisms to react to the losses when it occurs either due to time-out or duplicate ACK.
  • TCP-ACC retransmits the corresponding loss segment and maintains its cwnd to avoid such losses using the following mechanisms.
  • Duplicate ACK ⁇ duback is triggered by receiving out of order packets. Each duback contains the sequence number of the last packet received in-order.
  • TCP-ACC uses IAT of TCP ACKs to learn the network state. As the duplicate ACK is generated immediately after an out of order packet is received, the IAT of duplicate ACK ⁇ dupacklAT ) can be measured using
  • dupacklAT CurrentTime— lastackedTime
  • TCP-ACC keeps its cwnd if dupacklAT is less or equal to the
  • Time-out occurs if an ACK is not received within a certain time RTO.
  • MWNs MWNs
  • ACK can be lost due to other reason not related to congestion.
  • TCP will experience timeout and retransmit not only the missing packet, but also all the packet in the same window and invoke slow start by reducing its cwnd to 1 .
  • TCP-ACC uses its AIAD mechanism to avoid
  • TCP-ACC considers it as a random loss.
  • TCP-ACC uses Equation (1 1 ) to
  • TCP-ACC also uses the inter arrival time of ACK to measure the
  • TCP-ACC can be used to measure the network state at the occurrence of loss due to duplicate ACK.
  • TCP-ACC can be used to measure the network state at the occurrence of loss due to duplicate ACK.
  • the lost packet is predicted using the timeout or duplicate ACK mechanisms of TCP.
  • TCP-ACC reacts to these events by setting the value of P according to the network state and loss type. If the network state is sensed uncongested, TCP-ACC keeps its cwnd unchanged. Otherwise, it reduces the cwnd by computing P using Equation (10) in the case of duplicate ACK and Equation (1 1 ) if the loss is due to timeout.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present invention relates to a method for managing congestion in a wireless network. It deploys the step of observing RTT and IAT of TCP ACK value to estimate the current network conditions (200); conducting increase-decrease of cwnd of the rate of TCP (300); and conducting loss reaction mechanism whenever TCP detects the loss by duplicate ACK or timeout (400). The present invention efficiently estimates the network condition, distinguishes between losses, and adaptively controls the data packet transmission is required.

Description

Description
Title of Invention : A METHOD FOR TCP CONGESTION IN
MULTIHOP WIRELESS NETWORK
FIELD OF INVENTION
[0001 ] The present invention relates to a method for managing congestion in a
wireless network protocol.
Background Art
[0002] The widespread deployment of multi-hop wireless networks (MWNs) that
employ IEEE 802.1 1 as the underlying technology has attracted a great deal of research attention in both academia and industry. Transmission control protocol (TCP) is the most dominant reliable transport protocol that serves a large number of applications including web (HTTP), file transfer (FTP), email (SMTP), and remote access (Telnet) traffics. Currently, TCP carries more than 90% of today's Internet traffic and 80% of the total number of the flows in the Internet. Therefore, TCP becomes the natural choice for supporting reliable transmission over wireless networks. As multi-hop wireless technology further proliferates, it is expected that TCP will be used much more often over multi-hop wireless networks. Although TCP has shown an efficient performance in wired networks, its deployment in MWNs suffers from extreme performance degradation and poor bandwidth utilization. This is basically because the assumptions behind TCP design were initially inspired by the features of wired networks.
[0003] In fact, wireless networks are characterized by limited bandwidth, half duplex link, shared medium and random Bit Error Rate (BER). These
characteristics render wireless networks to be substantially different from wired networks. Moreover, the resources available to wireless networks such as bandwidth, buffers and power are limited compared to wired networks. This problem is even more significant in MWNs as the absence of enough resources for the nodes not only affects their own performance, but also, the performance of other nodes due to forwarding property. Therefore, TCP protocol should be improved to optimise these resources efficiently. [0004] It is well known that congestion control is one of the main mechanisms of TCP which controls the amount of packets sent into the network. Although this mechanism is tuned to perform well over traditional wired networks, the implicit assumption that any packet loss is due to congestion is not valid for multi-hop wireless networks. Unfortunately, wireless networks suffer from other types of losses that are not related to congestion, such as medium access contention complicated by the hidden and exposed terminal problems, shared path collision, route failures caused by node mobility, unpredictable channel errors, and limited wireless transmission range. When a packet is detected to be lost, TCP treats this loss as a sign of network congestion. As a result, it slows down its
transmission rate or even experiences unnecessary timeouts. In addition, TCP is not properly adapted to the high variability of latency caused by wireless contention which often results in spurious timeouts.
[0005] Moreover, the congestion control mechanism of TCP cannot accurately adjust the sending rate to suit the transmission rates of wireless and this may cause either underutilized or overloaded bandwidth. In addition, the aggressive window increase policy of TCP itself is considered one of the critical reasons for poor TCP performance in multi-hop wireless networks. Due to the above factors, TCP needs to have some effective means to determine these events accurately so as to allow it to react appropriately.
[0006] Therefore there is a need for an invention within the framework which can overcome the above congestion problem.
Summary of Invention
[0007] According to an aspect of the present invention, the present invention
provides a method for TCP congestion control in Multi-Hop Wireless Network comprising: sending packets by a sender (100); characterized in that observing RTT and IAT of TCP ACK value to estimate the current network conditions (200); conducting increase-decrease of cwnd of the rate of TCP (300); and conducting loss reaction mechanism whenever TCP detects the loss by duplicate ACK or timeout (400). [0008] The above provision is advantageous as the present invention efficiently estimates the network condition, distinguishes between losses, and adaptively controls the data packet transmission is required.
Brief Description of Drawings
[0009] The present invention will be fully understood from the detailed description given herein below and the accompanying drawings as follows:
Fig.1
[0010] [Fig.1 ] is a flowchart of a method for TCP congestion control of the present invention.
Fig.2
[001 1 ] [Fig.2] is a flowchart of the step of observing RTT and IAT of TCP ACK value to estimate the current network conditions (200) of the present invention.
Fig.3
[0012] [Fig.3] is a flowchart of the step of conducting increase-decrease of cwnd of the rate of TCP (300) of the present invention.
Fig.4
[0013] [Fig.4] is a flowchart of the step of conducting loss reaction mechanism
whenever TCP detects the loss by duplicate ACK or timeout (400) of the present invention.
Description of Embodiments
[0014] As illustrated in FIG. 1 , the present invention relates to a method for managing congestion for TCP in Multi-Hop Wireless Network comprising: sending packets by a sender (100); characterized in that observing RTT and IAT of TCP ACK value to estimate the current network conditions (200); conducting increase- decrease of cwnd of the rate of TCP (300); and conducting loss reaction mechanism whenever TCP detects the loss by duplicate ACK or timeout (400). [0015] The step of observing RTT and IAT of TCP ACK value (200) as in FIG. 2 further comprising: determining current RTT once ACK returns to the sender (201 ); determining minimum RTT once ACK returns to the sender (203);
determining IAT of ACK (205); and determining average time of receiving ACK in normal state (207).
[0016] The step of conducting increase-decrease of cwnd of the rate of TCP (300) further comprising: calculating RTT ratio on the receipt of an ACK (301 ); normalizing the RTT ratio on a linear scale of 0 and 1 (303); and mapping normalized RTT ratio to an increase-decrease action parameter or constant (305) as illustrated in FIG. 3.
[0017] The step of conducting loss reaction mechanism (400) further
comprising: retransmitting corresponding segments and maintaining its cwnd (401 ); keeping its cwnd if IAT of duplicate ACK is less or equals the average time of receiving ACK (403); decreasing the cwnd if duplicate ACK is lesser than the average time of receiving ACK (405); waiting for a second timeout to make a decisionin window reduction whenever the event of timeout happens (407); and reducing the cwnd (409). The above provisions are illustrated in FIG. 4.
[0018] The following detailed description of embodiments provides methods that optimize TCP performance in multi-hop wireless network. The present invention can be considered as a new TCP setup and will be called here in as TCP with adaptive congestion control (TCP-ACC). Since TCP-ACC does not seek any explicit feedback about the current network state, it maintains the round trip time (RTT) and the inter-arrival times (IAT) of TCP ACK value to estimate the current network conditions. Learning network state helps TCP-ACC to take proactive measures of the congestion and contention levels in the network.
Moreover, TCP-ACC takes into account the delays that ACK packets are subjected to, due to the delayed ACK mechanism at the receiver side. Unlike most TCP variants, which increase and decrease their rate in several phases in a deterministic manner, TCP-ACC has only one phase that adaptively increases and decreases the rate of TCP using a mechanism called Adaptive Increase Adaptive Decrease (AIAD). Moreover, TCP-ACC detects the loss by time-out or duplicate ACK as in most TCP variants, but with a new mechanism of loss reaction. An extensive description of TCP-ACC mechanisms is provided in the following subsections:
CAPTURING NETWORK CONDITION
[0019] To avoid the reliance on any explicit feedback about the network conditions from either the underlying layers or intermediate nodes on the path, TCP-ACC infers network conditions by observing both RTT and IAT values. The main components of this part include estimation of RTT, minRTT , IAT, in order to compute , , and mapping these values to parameters used to define actions to be performed.
RTT Samples Collection
[0020] Note that RTT is mainly used to compute the retransmission timeout value in the legacy TCP. However, TCP-ACC utilises the RTT values to learn the trends in the changing network conditions, that is, whether the network is free from congestion or getting congested. The key observation is that a long RTT generally indicates congestion. Hence, TCP-ACC uses RTT values as it allows accurate estimation of the network state which results in flexible and finer updates in the .
[0021 ] An RTT sample is measured as the time difference between the point where a packet is transmitted and the point where the associated ACK returns to the sender. If the incoming ACK belongs to the same transmitted packet, RTT value will be measured or it will be ignored otherwise. Since some TCP receivers may not generate ACK for every data packet received (delayed ACK), RTT value then will be measured as the average of number of packets that is covered by one ACK. This collection process operates fairly well under normal situations.
However, a packet loss may inflate an RTT sample and consequently affect the collection accuracy. Thus, TCP-ACC ignore the RTT sample when a packet loss occurs. Equation (1 ) expresses the procedure of collecting RTT samples in TCP- ACC.
[0022] [Math. 1 ] [0023] The CurrentTime is the time of receiving new ACK, while SentTime is the time of sending the corresponding packets. The parameter Seqno represents the sequence number of the packet that the current ACK is acknowledged.
Where as, the parameter Lastacked is the sequence number of the previous ACK. As several packets can be acknowledged by one ACK, the RTT is measured as an average of the total time taken by theses packets until their ACK is received over the number of these acknowledged packets.
Measuring Minimum RTT
[0024] For the first packet sent minRTT is equal to the RTT of that packet. Then for each ACK received, TCP-ACC updates minRTT by the currentRTT<minRTT if Measuring minRTT is given by Equation (2).
[0025] [Math. 2]
CurrentTim e— SentTime iffirstpac ket
minRTT = < currentRTT ifcurrentRTT < minRTT
minRTT ifcurrentRTT≥ minRTT .
Measuring acklAT and safelAT
[0026] For each ACK received, TCP-ACC measure the inter arrival time of ACK acklAT using Equation (3).
[0027] [Math. 3]
, . CurrentTime - LastackedTime
acklAT = (3)
Seqno - Lastacked
[0028] This value is used to compute safelAT which is the average time of receiving ACKs in the normal state. The safelAT is used to alleviate IAT variability and is expressed in Equation (4).
[0029] [Math. 4] safelAT = * acklAT + (1 - ) * safelAT (4)
[0030] A typical value used for a is 0.125, which gives a low weight to the current and high weight to the historical average of lATs represented by safelAT . Lower a avoid an safelAT being skewed by any spikes in the measured lATs. ADAPTIVE INCREASE ADAPTIVE DECREASE
[0031 ] As RTT values allow accurate estimation of the network state, it is possible to determine the number of bytes by which the cwnd should be increased or decreased by learning the congestion level in the network. The working mechanism of AIAD is described as follows.
Calculating RTTRatio
[0032] On receipt of an ACK, TCP-ACC obtains the current level of congestion and contention from currentRTT and minRTT values into RTTRatio parameter. As shown in Equation (5), the RTTRatio is normalized on a linear scale of 0 and 1 .
[0033] [Math. 5]
. minRTT ._.
RTTratio = (5) currentRTT
[0034] In summary, when RTT value is close or equal to minRTT , RTTRatio gets a value close to 1 . RTTs that resulted in such values for RTTRatio is called short RTT. In contrast, the RTT values that are significantly higher than are called as long RTTs. In this case, RTTRatio gets a small value close to 0. Long RTT is usually caused by congestion or contention in the network.
Mapping RTTRatio to η
[0035] As the network conditions can be learned from the normalized network
response parameter RTTratio , TCP-ACC defines Equation (6) to map RTTratio to an increase/decrease action parameter called η . When RTTratio is at the maximum value { RTTratio = 1 ), η gets a value close to 1 .
[0036] [Math. 6]
η = 2* RTTratio - 1 ^
[0037] When RTTRatio is close to 0, η will get a value close to -1 . The value of η will be used to increase or decrease the cwnd. In summary, the parameter reflects the number of bytes that TCP should increase or decrease its cwnd to accommodate the network condition, η results in a flexible and finer updates in the congestion window. Action Selection
[0038] The mechanism of increasing and decreasing cwnd in TCP-ACC has two important features.
[0039] Finer and flexible update in congestion window: In TCP-ACC, the amount of increase or decrease in cwnd is not fixed as in TCP. Because of this, TCP-ACC overcomes the problems caused by the aggressive and deterministic nature of TCP in updating the congestion window. When required, it can increase its cwnd by more than one MSS and it can even decrease its cwnd by few bytes or even keep it untouched.
[0040] Dynamic action selection: In TCP-ACC, the action selection (i.e., increasing or decreasing cwnd ) is dynamic rather than deterministic. That is, when incipient congestion is detected, TCP-ACC can decrease the congestion window even on receiving ACKs. This directly helps TCP-ACC to take proactive measures to counter the congestion and reduce the packet loss due to congestion. Using η and β , TCP-ACC selects an action which is essentially an amount of increment or decrement in the congestion window as in Equation (7). TCP-ACC maintains β and η for each session (or flow) separately.
[0041 ] [Math. 7] cwnd = ηιαχ(β * cwnd + η, 1) (7)
[0042] Like other TCP variants, TCP-ACC prevents buffer overflow at the receiver by dynamically adjusting the number of packets which are ready to send { win ) according to the minimum of advertised window { awnd ) and cwnd . It also considered the unacknowledged packets which are still in flight as shown in Equation (8).
[0043] [Math. 8) win = minicwnd , awnd ) + lastacked— seqno LOSS AND RETRANSMISSION
[0044] In multi-hop wireless networks, the loss can be attributed not only to
congestion but also to wireless link errors, frequent route failures, fierce medium contention, mobility and high BER. When a packet is detected to be lost, TCP slows down the sending rate by decreasing its cwnd considering the loss is caused by congestion. In contrast, congestive losses in TCP-ACC occur rarely as it uses a proactive mechanism to reduce its cwnd to avoid congestion as early as possible. In addition, TCP-ACC defines two other mechanisms to react to the losses when it occurs either due to time-out or duplicate ACK. When a loss is indicated, TCP-ACC retransmits the corresponding loss segment and maintains its cwnd to avoid such losses using the following mechanisms.
Duplicate ACK
[0045] Duplicate ACK { duback) is triggered by receiving out of order packets. Each duback contains the sequence number of the last packet received in-order.
Therefore, it is not beneficial to measure RTT in this case and thus TCP-ACC sets η to zero. Instead, TCP-ACC uses IAT of TCP ACKs to learn the network state. As the duplicate ACK is generated immediately after an out of order packet is received, the IAT of duplicate ACK { dupacklAT ) can be measured using
Equation (9).
[0046] [Math.9]
dupacklAT = CurrentTime— lastackedTime
Figure imgf000011_0001
[0047] In this case, TCP-ACC keeps its cwnd if dupacklAT is less or equal to the
safelAT , otherwise it will decrease the cwnd by computing β as in Equation (10).
[0048] [Math.10] dupacklAT < safelAT
β =
Figure imgf000011_0002
dupacklAT > safelAT . (10) dupacklAT Timeout
[0049] Time-out occurs if an ACK is not received within a certain time RTO. In MWNs, ACK can be lost due to other reason not related to congestion. In this case, TCP will experience timeout and retransmit not only the missing packet, but also all the packet in the same window and invoke slow start by reducing its cwnd to 1 .
[0050] To avoid such cases, TCP-ACC uses its AIAD mechanism to avoid
congestion and when the loss occurs, TCP-ACC considers it as a random loss.
Thus, it does not blindly reduce its cwnd for the first timeout. As TCP-ACC is not able to use RTT or IAT due to the absence of ACK, it waits for a second timeout to make a decision on window reduction. TCP-ACC use Equation (1 1 ) to
measure β .
[0051 ] [Math.1 1 ] β =—^ (H) noTimeouts
[0052] The value of β will reduce the cwnd by a ratio of the number of consecutive
time-outs (noTimeouts). However, this mechanism is used as a provisional
procedure since the proactive mechanism of TCP-ACC avoids such timeout as early as possible.
TCP-ACC as a whole
[0053] In the normal state the value of η and β will be close to 1 . In this case the
cwnd will increase rapidly. If a congestion is sensed, the amount of that
congestion will be reflected in the η parameter. The cwnd will be decreased based on the amount of the congestion unless the cwnd reaches its minimum value of 1 . TCP-ACC also uses the inter arrival time of ACK to measure the
safelAT in the normal state. This value will be used to measure the network state at the occurrence of loss due to duplicate ACK. In this case TCP-ACC can
distinguish between random and congestive losses. If a congestion is sensed, the cwnd will be reduced using the parameter of β . [0054] In the loss state, the lost packet is predicted using the timeout or duplicate ACK mechanisms of TCP. TCP-ACC reacts to these events by setting the value of P according to the network state and loss type. If the network state is sensed uncongested, TCP-ACC keeps its cwnd unchanged. Otherwise, it reduces the cwnd by computing P using Equation (10) in the case of duplicate ACK and Equation (1 1 ) if the loss is due to timeout.
[0055] The invention has been described in a preferred form only and many
variations may be made in the invention which will still be comprised within its spirit. The invention is not limited to the details cited above. The components herein described may be replaced by its technical equivalence and yet the invention can be performed. The structure thus conceived is susceptible of numerous modifications and variations, all the details may furthermore be replaced with elements having technical equivalence. In practice the materials and dimensions may be any according to the requirements, which will still be comprised within its true spirit.

Claims

Claims
[Claim 1 ] A method for TCP congestion control in Multi-Hop Wireless Network
comprising:sending packets by a sender (100); characterized in that; observing RTT and IAT of TCP ACK value to estimate the current network conditions (200); conducting increase-decrease of cwnd of the rate of TCP (300); and conducting loss reaction mechanism whenever TCP detects the loss by duplicate ACK or timeout (400).
[Claim 2] A method for TCP congestion control in Multi-Hop Wireless Network as claimed in Claim 1 , wherein the step of observing RTT and IAT of TCP ACK value (200) further comprising: determining current RTT once ACK returns to the sender (201 ); determining minimum RTT once ACK returns to the sender (203);
determining IAT of ACK (205); and determining average time of receiving ACK in normal state (207).
[Claim 3] A method for TCP congestion control in Multi-Hop Wireless Network as claimed in Claim 1 , wherein the step of conducting increase-decrease of cwnd of the rate of TCP (300) further comprising: calculating RTT ratio on the receipt of an ACK (301 ); normalizing the RTT ratio on a linear scale of 0 and 1 (303); and mapping normalized RTT ratio to an increase-decrease action parameter or constant (305).
[Claim 4] A method for TCP congestion control in Multi-Hop Wireless Network as claimed in Claim 1 , wherein the step of conducting loss reaction mechanism (400) further comprising: retransmitting corresponding segments and maintaining its cwnd (401 );keeping its cwnd if IAT of duplicate ACK is less or equals the average time of receiving ACK (403); decreasing the cwnd if duplicate ACK is lesser than the average time of receiving ACK (405); waiting for a second timeout to make a decision in window reduction whenever the event of timeout happens (407); and reducing the cwnd (409).
PCT/MY2015/050119 2014-11-06 2015-10-09 A method for tcp congestion in multi-hop wireless network WO2016072836A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI2014703305 2014-11-06
MYPI2014703305 2014-11-06

Publications (1)

Publication Number Publication Date
WO2016072836A1 true WO2016072836A1 (en) 2016-05-12

Family

ID=55909461

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2015/050119 WO2016072836A1 (en) 2014-11-06 2015-10-09 A method for tcp congestion in multi-hop wireless network

Country Status (1)

Country Link
WO (1) WO2016072836A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111654355A (en) * 2020-08-06 2020-09-11 展讯通信(上海)有限公司 Data transmission method, system, electronic device and storage medium
WO2020231944A1 (en) * 2019-05-10 2020-11-19 Clevernet, Inc. Automatic communication network control
WO2021088893A1 (en) * 2019-11-05 2021-05-14 中兴通讯股份有限公司 Tcp congestion control method, apparatus, terminal, and readable storage medium
CN113518040A (en) * 2021-04-30 2021-10-19 东北大学 Multipath coupling congestion control method for delay sensitive service

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ICHIMURA,YUUKI ET AL.: "Improving a Congestion Control Method extending TCP-Vegas over Wireless Multi-hop Ad-Hoc Networks", IEICE TECHNICAL REPORT,NS2010-207, vol. 110, no. 448, 24 February 2011 (2011-02-24), pages 253 - 256 *
YAMAMOTO,RYO ET AL.: "Flow Control Method Using Round Trip Time on Ad Hoc Networks", IEICE TECHNICAL REPORT,NS2008-124, vol. 108, no. 359, 11 December 2008 (2008-12-11), pages 95 - 100 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020231944A1 (en) * 2019-05-10 2020-11-19 Clevernet, Inc. Automatic communication network control
US20220078121A1 (en) * 2019-05-10 2022-03-10 Clevernet, Inc. Automatic communication network control
WO2021088893A1 (en) * 2019-11-05 2021-05-14 中兴通讯股份有限公司 Tcp congestion control method, apparatus, terminal, and readable storage medium
CN111654355A (en) * 2020-08-06 2020-09-11 展讯通信(上海)有限公司 Data transmission method, system, electronic device and storage medium
CN113518040A (en) * 2021-04-30 2021-10-19 东北大学 Multipath coupling congestion control method for delay sensitive service

Similar Documents

Publication Publication Date Title
US8787378B2 (en) Systems and methods to improve performance of TCP over large bandwidth-delay-product networks
CN102468941B (en) Network packet loss processing method and device
KR100918731B1 (en) Method of controlling a queue buffer
JP4632874B2 (en) Communication terminal
US20080239953A1 (en) Method and apparatus for minimizing congestion in gateways
US20050083850A1 (en) Method for adjusting a transmission rate to obtain the optimum transmission rate in a mobile ad hoc network environment
CN106789702B (en) Method and device for controlling transmission performance of TCP (Transmission control protocol)
US20060209838A1 (en) Method and system for estimating average bandwidth in a communication network based on transmission control protocol
CN107800638B (en) Congestion control method and device
US20080239948A1 (en) Speculative congestion control system and cross-layer architecture for use in lossy computer networks
CN107360101B (en) TCP congestion control algorithm based on adaptive parameters
CN102594434B (en) Method for improving satellite network-oriented transmission control mechanism
WO2016072836A1 (en) A method for tcp congestion in multi-hop wireless network
CN113014505B (en) Transmission control method for time delay differentiation in high dynamic topology satellite network
Govindarajan et al. Enhanced TCP NCE: A modified non-congestion events detection, differentiation and reaction to improve the end-to-end performance over manet
US9948565B2 (en) Method and implementation of zero overhead rate controlled (ZORC) information transmission via digital communication link
EP3108631B1 (en) Buffer bloat control
Liu et al. Stroboscopic model and bifurcations in TCP/RED
KR20080079410A (en) Method for tcp congestion control using constant congestion state sensing
Sharma et al. Performance evaluation of TCP variants under different node speeds using OPNET simulator
Cheng et al. An threshold-based congestion control mechanism for Vegas TCP over heterogeneous wireless networks
KR100915996B1 (en) Method and Terminal for Controlling Transmission according Bandwidth Change
KR101334990B1 (en) Congestion window control method in Transmission Control Protocol
Cerdà et al. Study of the TCP Unfairness in a Wireless Environment
Chan et al. An enhanced congestion avoidance mechanism for compound TCP

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15856504

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 21/08/2017)

122 Ep: pct application non-entry in european phase

Ref document number: 15856504

Country of ref document: EP

Kind code of ref document: A1