CN101645765A - Reliable transmission acceleration method facing networks with high error rate and long delay characteristics - Google Patents

Reliable transmission acceleration method facing networks with high error rate and long delay characteristics Download PDF

Info

Publication number
CN101645765A
CN101645765A CN200910060230A CN200910060230A CN101645765A CN 101645765 A CN101645765 A CN 101645765A CN 200910060230 A CN200910060230 A CN 200910060230A CN 200910060230 A CN200910060230 A CN 200910060230A CN 101645765 A CN101645765 A CN 101645765A
Authority
CN
China
Prior art keywords
rtt
network
current
transmission
packet loss
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN200910060230A
Other languages
Chinese (zh)
Other versions
CN101645765B (en
Inventor
秦志红
王俊峰
张娟
夏正洪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan University
Original Assignee
Sichuan University
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 Sichuan University filed Critical Sichuan University
Priority to CN200910060230A priority Critical patent/CN101645765B/en
Publication of CN101645765A publication Critical patent/CN101645765A/en
Application granted granted Critical
Publication of CN101645765B publication Critical patent/CN101645765B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a reliable transmission acceleration method facing networks with high error rate and long delay characteristics, belonging to a reliable end-to-end transmission method of internet. In the invention, reasons that the network loses packages are distinguished according to the following method on the basis of a FAST TCP protocol: when a sending end receives 3 repeated ACK packages, the difference value of the transmission speed of a previous RTT and the transmission speed of a present RTT can be determined, when the transmission speed of the present RTT is larger than thetransmission speed of the previous RTT, the network does not have congestion, and the reason for losing package is link error; and when the transmission speed of the present RTT is greatly smaller than the transmission speed of the previous RTT, then the network can have congestion, and the package loss can be determined to be caused by network congestion. Calculated RTT can accurately and timelyreflect the current network status through the invention, thereby the reflection sensitivity of a congestion window of the sending end to the network status can be enhanced.

Description

Reliable transmission acceleration method towards high bit-error, long delay characteristics network
Technical field
The present invention relates to the method for the end-to-end reliable transmission in the Internet, particularly towards the monolateral reliable transmission acceleration method of high bit-error, long delay network.
Background technology
Along with the development of radio network technique and deepening continuously of application, all kinds wireless network (as satellite network, aeronautical communications network, mobile radio network etc.) is day by day obvious with the convergence that traditional ground is fixed with spider lines.The evolution of network causes the structure of network complicated more, and the isomerism of network is strengthened.From application point of view, this class network have the higher bit error rate (Bit Error Rate, BER), characteristic such as long delay, the bandwidth time delay of network long-pending (Bandwidth Delay Product, BDP) bigger.(Transmission Control Protocol in the time of TCP), can cause transmission performance to go down significantly to use traditional reliable transport protocol on this class network.Originally this be to design for wired network because of traditional Transmission Control Protocol, error rate is quite low in wired network, it is generally acknowledged that packet loss is all caused by network congestion, but in the network environment of some high bit-errors, long delay, the reason of packet loss no longer is unique, it may be to be caused by congested, also may be to be caused by link error; Simultaneously because the characteristic of long delay makes the speed of network recovery slow down.Therefore in the network of high bit-error, long delay characteristics, how effectively to distinguish the packet loss reason and take relevant transmission method (promptly when congestion packet loss, to call congestion avoidance algorithm, reduce data package transmission velocity; When link error caused packet loss, explicit re-transmission kept original transmission rate) become the transmission acceleration, improve the key of reliable transmission performance.
At the problems referred to above, many improving one's methods proposed, wherein having of current main-stream shows congestion notification mechanism method (Explicit Congestion Notification, ECN), confirm (Acknowledgement, ACK) the TCP-Westwood method of effective bandwidth measuring technique based on the TCP-Peach method of NIL packet detection with based on receiving terminal.Wherein the ECN method needs intermediate router to do special support, and is not strong with the interoperability of existing network configuration; The TCP-Peach method then is packet loss of link to be judged that need intermediate router to support priority policy, probe messages has also taken the network bandwidth simultaneously, has increased the burden of network by sending probe messages; The TCP-Westwood method is to measure the ACK speed of on average returning by the source end in a TCP connection to finish effective bandwidth estimation end to end, can utilize amount of bandwidth running into when congested congestion window and start the link that threshold value is adjusted into estimation slowly at every turn, but test shows that TCP-Westwood scheme performance in high bit-error, long delay network is still very low.
Summary of the invention
The purpose of this invention is to provide a kind of reliable transmission acceleration method (New Fast Tcp) towards high bit-error, long delay characteristics network, to judge that current network packet loss reason is that network congestion or link error cause, utilize judged result to adjust the transmission strategy of transmitting terminal in the reliable transport protocol again.
The object of the present invention is achieved like this: a kind of reliable transmission acceleration method towards high bit-error, long delay characteristics network, on the basis of FAST Transmission Control Protocol, distinguish the reason of network generation packet loss according to following method: when transmitting terminal is received 3 repeat ACK bags, can judge the transmission rate of previous RTT and the difference of current RTT transmission rate, if the transmission rate of current RTT is during greater than the transmission rate of previous RTT, also do not have congested generation in the expression network, the packet loss reason is a link error; If the transmission rate of current RTT then represents to have congested generation in the network much smaller than the transmission rate of previous RTT, can think that packet loss is owing to network congestion causes;
Transmission rate (the TP of current RTT Current_rtt) computing formula as follows:
TP Current _ rtt = snd _ nxt - seg _ ack avgRTT × snd _ mss - - - ( 1 )
Wherein, snd_nxt is the sequence number of the section that is being sent out, and seg_ack is the sequence number of the section confirmed of the current ACK bag of receiving, both differences are the data volumes that sends in the current RTT, snd_mss is the maximum segment size of transport layer, and avgRTT is current average RTT;
diff=TP Last_rtt-TP Current_rtt (2)
Wherein, diff is the transmission rate (TP of previous RTT Last_rtt) with the transmission rate (TP of current RTT Current_rtt) poor; The method of judging the packet loss reason according to threshold parameter α is as follows:
(a) if diff>α thinks that then packet loss is caused by network congestion;
(b) if diff≤α thinks that then packet loss is caused by link error; Threshold parameter α value 0.99~1.
Transmitting terminal is taked following transmission strategy after distinguishing the packet loss reason:
(a) if packet loss is that then transmitting terminal calls congestion avoidance algorithm owing to network congestion, the bag of retransmission of lost enters the fast quick-recovery stage then fast, reduces data package transmission velocity;
(b) if because the packet loss that causes of link error, then explicit re-transmission enters fully and recovers the stage, and being about to congestion window increases by 3, keeps original transmission rate.
According to current average RTT and current variable δ of RTT value structure that measures, its value can obtain by following formula:
δ = | T i ( k ) - T ‾ i ( k ) | T ‾ i ( k ) - - - ( 5 )
T wherein i(k) be the RTT value that k is measured, T i(k) be k RTT value that measures; Construct two groups of threshold values again, be respectively { δ 1, δ 2..., δ i..., δ nAnd { λ 1, λ 2..., λ i..., λ n, λ N+1, 0≤δ wherein 1<δ 2... δ i<δ I+1...<δ n, 0≤λ 1<λ 2... λ i<λ I+1... λ n<λ N+1<1, the computing formula of improving the smoothing factor η (t) in the computational methods of calculating average RTT in the back is:
&eta; ( t ) = &lambda; 1 , 0 &le; &delta; &le; &delta; 1 &lambda; i , &delta; i - 1 < &delta; &le; &delta; i , 1 < i &le; n &lambda; n + 1 , &delta; > &delta; n - - - ( 6 )
Can utilize formula (5) and formula (6), upgrade, can reflect the average RTT value of the available bandwidth situation of network exactly according to formula (3);
T i(k+1)=(1-η(t k))T i(k)+η(t k)T i(k) (3)。
The method of distinguishing the packet loss reason is as follows:
The basic principle of this method is: because the transmission rate of adjacent R TT can reflect the situation of change of the available bandwidth of network, if the transmission rate of current RTT is during greater than the transmission rate of previous RTT, the expression network does not also have saturated, does not have congested generation in the network; If it is saturated that the transmission rate of current RTT, represents then that network has begun much smaller than the transmission rate of previous RTT, has congested generation in the network.Therefore, when transmitting terminal is received 3 repeat ACK bags, can judge the transmission rate of previous RTT and the difference of current RTT transmission rate, if the transmission rate of current RTT is during greater than the transmission rate of previous RTT, also do not have congested generation in the expression network, the packet loss reason is a link error; If the transmission rate of current RTT then represents to have congested generation in the network much smaller than the transmission rate of previous RTT, can think that packet loss is owing to network congestion causes.Transmission rate (the TP of current RTT wherein Current_rtt) computing formula as follows:
TP Current _ rtt = snd _ nxt - seg _ ack avgRTT &times; snd _ mss - - - ( 1 )
Wherein, snd_nxt is the sequence number of the section that is being sent out, and seg_ack is the sequence number of the section confirmed of the current ACK bag of receiving, both differences are the data volumes that sends in the current RTT, snd_mss is the maximum segment size of transport layer, and avgRTT is current average RTT.
diff=TP Last_rtt-TP Current_rtt (2)
Wherein diff is the transmission rate (TP of previous RTT Last_rtt) with the transmission rate (TP of current RTT Current_rtt) poor, it can reflect the available bandwidth situation of network.We introduce a threshold parameter α, judge that the method for packet loss reason is as follows:
(a) if diff>α thinks that then packet loss is caused by network congestion;
(b) if diff≤α thinks that then packet loss is caused by link error.
Through a large amount of analysis of experiments, effect is better when obtaining threshold parameter α and getting the value of 0.99~1 scope.
Transmitting terminal is taked following transmission strategy after distinguishing the packet loss reason:
(a) if packet loss is that then transmitting terminal calls congestion avoidance algorithm owing to network congestion, the bag of retransmission of lost enters the fast quick-recovery stage (the fast quick-recovery of TCP-NewReno) then fast, reduces data package transmission velocity;
(b) if because the packet loss that causes of link error, then explicit re-transmission enters fully and recovers the stage, and being about to congestion window increases by 3, keeps original transmission rate;
The computational methods of the average RTT of New Fast TCP are as follows:
The algorithm that calculates average RTT in the FAST Transmission Control Protocol is:
T i(k+1)=(1-η(t k))T i(k)+η(t k)T i(k) (3)
η(t)=min(3/w i(t),1/4) (4)
T wherein i(k+1) be (to be T to the average RTT of k i(k)) renewal, T i(k) be k RTT value that measures, t kBe to measure T i(k) the moment, η (t) and w i(t) be smoothing factor and window value respectively at moment t.
From formula (4) value used value 1/8 much smaller than traditional Transmission Control Protocol of η (t) as can be seen, so the RTT after level and smooth can not reflect the available bandwidth situation of network exactly, make that the renewal of congestion window is also insensitive, can not utilize the bandwidth of link well, so a kind of improvement project of calculating average RTT has been proposed this patent.It improves one's methods as follows:
Set a variable δ, its value can obtain by following formula:
&delta; = | T i ( k ) - T &OverBar; i ( k ) | T &OverBar; i ( k ) - - - ( 5 )
Set two groups of threshold values, be respectively { δ 1, δ 2..., δ i..., δ nAnd { λ 1, λ 2..., λ i..., λ n, λ N+1, 0≤δ wherein 1<δ 2... δ i<δ I+1...<δ nAnd 0≤λ 1<λ 2... λ i<λ I+1... λ n<λ N+1<1, the computing formula of improving the smoothing factor η (t) in the computational methods of calculating average RTT in the back is:
&eta; ( t ) = &lambda; 1 , 0 &le; &delta; &le; &delta; 1 &lambda; i , &delta; i - 1 < &delta; &le; &delta; i , 1 < i &le; n &lambda; n + 1 , &delta; > &delta; n - - - ( 6 )
Can select the size of corresponding threshold value number and threshold value according to actual conditions, select suitable value can improve the utilance and the reliable transmission performance of link.
Compared with prior art, the invention has the beneficial effects as follows:
The present invention by the improvement to its congestion control mechanism, fault recovering mechanism, has greatly improved the reliable transmission performance on the basis of FAST Transmission Control Protocol.The present invention has mainly solved two key issues, that is: (1) distinguishes the packet loss reason, avoids congestion window to reduce by half blindly, has strengthened the transmission performance of reliable transport protocol; (2) propose a kind of average RTT account form based on the sectionally smooth factor, it is sensitiveer to make that congestion window upgrades ground according to network condition, thereby has improved link bandwidth utilization rate and transmission performance.
Description of drawings
Fig. 1 is the test topological diagram of reliable transmission acceleration method (the New FAST TCP) performance of checking high bit-error, long delay characteristics network;
Fig. 2 is that the error rate at bottleneck link is 5 * 10 -6, when propagation delay was 50ms, the throughput ratio of multiple method for reliable transmission;
Fig. 3 is that the error rate at bottleneck link is 10 -5, when propagation delay was 50ms, the throughput ratio of multiple method for reliable transmission;
Fig. 4 is that the error rate at bottleneck link is 5 * 10 -6, when propagation delay was 125ms, the throughput ratio of multiple method for reliable transmission;
Fig. 5 is that the error rate at bottleneck link is 10 -5, when propagation delay was 125ms, the throughput ratio of multiple method for reliable transmission.
Embodiment
The present invention can be applicable in the network of high bit-error, long delay.Below in conjunction with accompanying drawing enforcement of the present invention is described further:
With reference to shown in Figure 1, the present invention is verified the topology diagram of testing for us, l-G simulation test has been simulated 10 pairs of business and has been carried out the ftp file transmission, and every pair of business all is the file of client from ftp server download 60M, and their share same section bottleneck link that bandwidth is 3Mbps.The bandwidth and the propagation delay of some links have wherein also been marked among the figure.According to topological structure shown in Figure 1, we have verified under different link error rates and the different link propagation delays, the transmission performance of each agreement.
With reference to shown in Figure 2, for the error rate of bottleneck link is 5 * 10 -6, when propagation delay is 50ms, the contrast of the throughput of the method that TCP-Reno, TCP-NewReno, FAST TCP and this patent are proposed (New FAST TCP).Because the error rate is bigger, the packet loss that a lot of link errors is arranged and cause, traditional Transmission Control Protocol and FAST TCP method are not distinguished packet loss reason mechanism, so cause a large amount of unnecessary congestion windows to reduce by half, transmission performance seriously reduces, the method that this patent proposed then can effectively be distinguished the packet loss reason, thereby adopts the corresponding strategy that sends, and has improved the utilance and the transmission performance of link.As can be seen from the figure the throughput performance of this patent has a distinct increment than the performance of other several agreements.
With reference to shown in Figure 3, for the error rate of bottleneck link is 10 -5, when propagation delay is 50ms, the contrast of the throughput of four kinds of method for reliable transmission, a kind of situation in its result and front is similar, because this moment, the error rate was bigger, the throughput of New FAST TCP and other agreement differs bigger.
With reference to figure 4 with reference to shown in Figure 5, for the propagation delay at bottleneck link is 125ms, the error rate is respectively 5 * 10 -6With 10 -5The time, the throughput contrast of four kinds of method for reliable transmission.As can be seen from the figure the two kinds of situations in result of the test and front are similar, and under high bit-error, long delay environment, the transmission performance of New FAST TCP is higher than other several agreements far away.
(RTT refers to round-trip delay to table 1 in the table 1, Round Trip Time, RTT) be that four kinds of method for reliable transmission are under the various error rates and propagation delay, the time that a pair of service downloading 10M file is consumed, by the data in the table 1 as can be seen institute's time spent of New FAST TCP much smaller than other several method for reliable transmission, under the certain situation, its time-consuming is about 20% of other method.
Figure G2009100602306D00061
Table 1

Claims (3)

1, a kind of reliable transmission acceleration method towards high bit-error, long delay characteristics network, it is characterized in that, on the basis of FAST Transmission Control Protocol, distinguish the reason of network generation packet loss according to following method: when transmitting terminal is received 3 repeat ACK bags, can judge transmission rate and current round trip time delay (the RoundTrip Time of previous RTT, RTT) difference of transmission rate, if the transmission rate of current RTT is during greater than the transmission rate of previous RTT, also do not have congested generation in the expression network, the packet loss reason is a link error; If the transmission rate of current RTT then represents to have congested generation in the network much smaller than the transmission rate of previous RTT, can think that packet loss is owing to network congestion causes;
Transmission rate (the TP of current RTT Current_rtt) computing formula as follows:
TP Current _ rtt = snd _ nxt - seg _ ack avgRTT &times; snd _ mss - - - ( 1 )
Wherein, snd_nxt is the sequence number of the section that is being sent out, and seg_ack is the sequence number of the section confirmed of the current ACK bag of receiving, both differences are the data volumes that sends in the current RTT, snd_mss is the maximum segment size of transport layer, and avgRTT is current average RTT;
diff=TP Last_rtt-TP Current_rtt (2)
Wherein, diff is the transmission rate (TP of previous RTT Last_rtt) with the transmission rate (TP of current RTT Current_rtt) poor; The method of judging the packet loss reason according to threshold parameter α is as follows:
(a) if diff>α thinks that then packet loss is caused by network congestion;
(b) if diff≤α thinks that then packet loss is caused by link error; Threshold parameter α value 0.99~1.
2, according to the described a kind of reliable transmission acceleration method of claim 1, it is characterized in that transmitting terminal is taked following transmission strategy after distinguishing the packet loss reason towards high bit-error, long delay characteristics network:
(a) if packet loss is that then transmitting terminal calls congestion avoidance algorithm owing to network congestion, the bag of retransmission of lost enters the fast quick-recovery stage then fast, reduces data package transmission velocity;
(b) if because the packet loss that causes of link error, then explicit re-transmission enters fully and recovers the stage, and being about to congestion window increases by 3, keeps original transmission rate.
According to the described a kind of reliable transmission acceleration method of claim 1, it is characterized in that 3, according to current average RTT and current variable δ of RTT value structure that measures, its value can obtain by following formula towards high bit-error, long delay characteristics network:
&delta; = | T i ( k ) - T &OverBar; i ( k ) | T &OverBar; i ( k ) - - - ( 5 )
T wherein i(k) be the RTT value that k is measured, T i(k) be k RTT value that measures; Construct two groups of threshold values again, be respectively { δ 1, δ 2..., δ i..., δ nAnd { λ 1, λ 2..., λ i..., λ n, λ N+1, 0≤δ wherein 1<δ 2... δ i<δ I+1...<δ n, 0≤λ 1<λ 2... λ i<λ I+1... λ n<λ N+1<1, the computing formula of improving the smoothing factor η (t) in the computational methods of calculating average RTT in the back is:
&eta; ( t ) = &lambda; 1 , 0 &le; &delta; &le; &delta; 1 &lambda; i , &delta; i - 1 < &delta; &le; &delta; i , 1 &le; i &le; n &lambda; n + 1 , &delta; > &delta; n - - - ( 6 )
Can utilize formula (5) and formula (6), upgrade, can reflect the average RTT value of the available bandwidth situation of network exactly according to formula (3);
T i(k+1)=(1-η(t k))T i(k)+η(t k)T i(k) (3)。
CN200910060230A 2009-08-03 2009-08-03 Reliable transmission acceleration method facing networks with high error rate and long delay characteristics Active CN101645765B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910060230A CN101645765B (en) 2009-08-03 2009-08-03 Reliable transmission acceleration method facing networks with high error rate and long delay characteristics

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910060230A CN101645765B (en) 2009-08-03 2009-08-03 Reliable transmission acceleration method facing networks with high error rate and long delay characteristics

Publications (2)

Publication Number Publication Date
CN101645765A true CN101645765A (en) 2010-02-10
CN101645765B CN101645765B (en) 2012-10-03

Family

ID=41657493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910060230A Active CN101645765B (en) 2009-08-03 2009-08-03 Reliable transmission acceleration method facing networks with high error rate and long delay characteristics

Country Status (1)

Country Link
CN (1) CN101645765B (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223202A (en) * 2010-04-16 2011-10-19 北京大学 Method and system for detecting loss reasons of radio broadcast data packet and method and system for adapting rate
WO2011144061A2 (en) * 2011-05-20 2011-11-24 华为技术有限公司 Congestion detection method and apparatus for cell in mobile network
WO2012129978A1 (en) * 2011-03-31 2012-10-04 中兴通讯股份有限公司 Data recovery control method, node, control apparatus and disaster tolerance system
CN102780621A (en) * 2012-07-23 2012-11-14 北京星网锐捷网络技术有限公司 Method and device for sending uplink data packets and network equipment
WO2013000432A1 (en) * 2011-06-30 2013-01-03 The Chinese University Of Hong Kong Method and system for improved tcp performance over mobile data networks
CN102970329A (en) * 2012-10-26 2013-03-13 广东石油化工学院 Fast active queue management scalable transmission control protocol (FAST TCP) fairness improved algorithm based on historical characteristics
CN104125159A (en) * 2014-07-29 2014-10-29 福建星网锐捷网络有限公司 Congestion bandwidth detection method, congestion control method, device and system
CN105049369A (en) * 2015-08-14 2015-11-11 浙江大学 Video transmission congestion control method based on MPTCP in heterogeneous wireless network
CN105357138A (en) * 2015-09-30 2016-02-24 四川大学 Self-adaptive reliable transmission method based on low priority
WO2016049809A1 (en) * 2014-09-29 2016-04-07 华为技术有限公司 Traffic control method and system
WO2016154823A1 (en) * 2015-03-27 2016-10-06 华为技术有限公司 Data transmission method, apparatus and system
CN108111434A (en) * 2017-12-14 2018-06-01 四川大学 A kind of aeronautical Ad hoc networks method for reliable transmission based on reliable UDP and fountain codes
CN108370288A (en) * 2015-12-14 2018-08-03 高通股份有限公司 The technology of rate for adaptation data transmission
WO2019001484A1 (en) * 2017-06-30 2019-01-03 华为技术有限公司 Method, apparatus and system for adjusting rate of sending side
CN109698925A (en) * 2018-11-28 2019-04-30 北京大学 Real-time video jamming control method and device based on data-driven
CN110247853A (en) * 2018-03-09 2019-09-17 网宿科技股份有限公司 TCP jamming control method, system, storage medium and network server
CN110391879A (en) * 2019-07-15 2019-10-29 湖南大学 Loss recovery method, device and the computer equipment of data transmission network
CN110505533A (en) * 2019-07-09 2019-11-26 杭州亿圣信息技术有限公司 A kind of method that TCP transmission of video carries out error code Retransmission control
CN111246312A (en) * 2020-01-15 2020-06-05 安徽文香信息技术有限公司 Packet loss processing method and device
CN112054965A (en) * 2019-06-05 2020-12-08 阿里巴巴集团控股有限公司 Congestion control method, equipment and computer readable medium
CN112165355A (en) * 2020-10-23 2021-01-01 中国电子科技集团公司第三十研究所 Satellite network-oriented UDP-based reliable data transmission method
CN113839840A (en) * 2021-11-24 2021-12-24 北京航空航天大学 Bandwidth self-adaptive estimation method and system for bottleneck link of satellite network

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789702B (en) * 2016-12-30 2020-05-12 广州华多网络科技有限公司 Method and device for controlling transmission performance of TCP (Transmission control protocol)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0426176D0 (en) * 2004-11-29 2004-12-29 Tang Bob Immediate ready implementation of virtually congestion free guaranteed service capable network

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223202B (en) * 2010-04-16 2013-11-06 北京大学 Method and system for detecting loss reasons of radio broadcast data packet and method and system for adapting rate
CN102223202A (en) * 2010-04-16 2011-10-19 北京大学 Method and system for detecting loss reasons of radio broadcast data packet and method and system for adapting rate
WO2012129978A1 (en) * 2011-03-31 2012-10-04 中兴通讯股份有限公司 Data recovery control method, node, control apparatus and disaster tolerance system
WO2011144061A2 (en) * 2011-05-20 2011-11-24 华为技术有限公司 Congestion detection method and apparatus for cell in mobile network
WO2011144061A3 (en) * 2011-05-20 2012-04-19 华为技术有限公司 Congestion detection method and apparatus for cell in mobile network
US9548936B2 (en) 2011-06-30 2017-01-17 The Chinese University Of Hong Kong Method and system for improved TCP performance over mobile data networks
WO2013000432A1 (en) * 2011-06-30 2013-01-03 The Chinese University Of Hong Kong Method and system for improved tcp performance over mobile data networks
CN102780621A (en) * 2012-07-23 2012-11-14 北京星网锐捷网络技术有限公司 Method and device for sending uplink data packets and network equipment
CN102970329A (en) * 2012-10-26 2013-03-13 广东石油化工学院 Fast active queue management scalable transmission control protocol (FAST TCP) fairness improved algorithm based on historical characteristics
CN104125159A (en) * 2014-07-29 2014-10-29 福建星网锐捷网络有限公司 Congestion bandwidth detection method, congestion control method, device and system
CN104125159B (en) * 2014-07-29 2017-09-12 福建星网锐捷网络有限公司 A kind of congestion bandwidth detection method, apparatus and system
WO2016049809A1 (en) * 2014-09-29 2016-04-07 华为技术有限公司 Traffic control method and system
CN106170955A (en) * 2014-09-29 2016-11-30 华为技术有限公司 A kind of flow control methods and system
CN106170955B (en) * 2014-09-29 2019-10-25 华为技术有限公司 A kind of flow control methods and system
WO2016154823A1 (en) * 2015-03-27 2016-10-06 华为技术有限公司 Data transmission method, apparatus and system
US10461986B2 (en) 2015-03-27 2019-10-29 Huawei Technologies Co., Ltd. Data transmission method, apparatus, and system
CN105049369A (en) * 2015-08-14 2015-11-11 浙江大学 Video transmission congestion control method based on MPTCP in heterogeneous wireless network
CN105357138A (en) * 2015-09-30 2016-02-24 四川大学 Self-adaptive reliable transmission method based on low priority
CN105357138B (en) * 2015-09-30 2018-06-05 四川大学 A kind of adaptive method for reliable transmission based on low priority
CN108370288A (en) * 2015-12-14 2018-08-03 高通股份有限公司 The technology of rate for adaptation data transmission
CN109218222A (en) * 2017-06-30 2019-01-15 华为技术有限公司 A kind of methods, devices and systems for realizing transmitting terminal speed regulation
US11108699B2 (en) 2017-06-30 2021-08-31 Huawei Technologies Co., Ltd. Method, apparatus, and system for implementing rate adjustment at transmit end
WO2019001484A1 (en) * 2017-06-30 2019-01-03 华为技术有限公司 Method, apparatus and system for adjusting rate of sending side
CN109218222B (en) * 2017-06-30 2021-06-22 华为技术有限公司 Method, device and system for realizing speed regulation of sending end
CN108111434A (en) * 2017-12-14 2018-06-01 四川大学 A kind of aeronautical Ad hoc networks method for reliable transmission based on reliable UDP and fountain codes
CN110247853A (en) * 2018-03-09 2019-09-17 网宿科技股份有限公司 TCP jamming control method, system, storage medium and network server
CN109698925B (en) * 2018-11-28 2020-10-16 北京大学 Real-time video congestion control method and device based on data driving
CN109698925A (en) * 2018-11-28 2019-04-30 北京大学 Real-time video jamming control method and device based on data-driven
CN112054965A (en) * 2019-06-05 2020-12-08 阿里巴巴集团控股有限公司 Congestion control method, equipment and computer readable medium
WO2020244448A1 (en) * 2019-06-05 2020-12-10 阿里巴巴集团控股有限公司 Congestion control method and device, and computer-readable medium
CN110505533A (en) * 2019-07-09 2019-11-26 杭州亿圣信息技术有限公司 A kind of method that TCP transmission of video carries out error code Retransmission control
CN110505533B (en) * 2019-07-09 2021-06-01 杭州亿圣信息技术有限公司 Method for error code retransmission control in TCP video transmission
CN110391879A (en) * 2019-07-15 2019-10-29 湖南大学 Loss recovery method, device and the computer equipment of data transmission network
CN111246312A (en) * 2020-01-15 2020-06-05 安徽文香信息技术有限公司 Packet loss processing method and device
CN112165355A (en) * 2020-10-23 2021-01-01 中国电子科技集团公司第三十研究所 Satellite network-oriented UDP-based reliable data transmission method
CN112165355B (en) * 2020-10-23 2022-03-22 中国电子科技集团公司第三十研究所 Satellite network-oriented UDP-based reliable data transmission method
CN113839840A (en) * 2021-11-24 2021-12-24 北京航空航天大学 Bandwidth self-adaptive estimation method and system for bottleneck link of satellite network

Also Published As

Publication number Publication date
CN101645765B (en) 2012-10-03

Similar Documents

Publication Publication Date Title
CN101645765B (en) Reliable transmission acceleration method facing networks with high error rate and long delay characteristics
CN102468941B (en) Network packet loss processing method and device
Ha et al. Hybrid slow start for high-bandwidth and long-distance networks
CN105141542A (en) TCP communication protocol-based congestion window control algorithm and system
Gangadhar et al. TCP Westwood (+) protocol implementation in ns-3
CN104113884A (en) Real-time multimedia transmission rate control mechanism in wireless network
Tsiknas et al. Comparative performance evaluation of TCP variants in WiMAX (and WLANs) network configurations
Singh et al. Energy consumption of TCP in ad hoc networks
Guan et al. Improvement of TCP Vegas algorithm based on forward direction delay
Batla et al. Relative inspection of TCP variants reno, new reno, sack, vegas in AODV
Tomar et al. A Comprehensive Analysis and Comparison of TCP Tahoe, TCP Reno and TCP Lite
Lee et al. A cross-layer approach for TCP optimization over wireless and mobile networks
Ewald et al. Analytical model of TCP NewReno through a CTMC
Ali et al. TCP Performance Enhancement in Wireless Mobile Ad Hoc Networks
Bassil TCP congestion control scheme for wireless networks based on tcp reserved field and snr ratio
Meng et al. Research on TCPW improvement in hybrid network
Abdelsalam et al. TCP Wave estimation of the optimal operating point using ACK trains
Abdullah Enhancing the TCP Newreno Fast RecoveryAlgorithm on 5G Networks
Chrungoo et al. TCP k-SACK: A simple protocol to improve performance over lossy links
Ghaleb-Seddik et al. Coupling Loss and Delay Differentiation to Enhance TCP Performance within Wireless Multi-hop Ad-hoc Networks
Luo et al. A new protocol to improve wireless TCP performance and its implementation
ALBASRAWI Improve the performance of transport layer of TCP Protocol in wireless sensor network
Chaponniere et al. Effect of physical layer bandwidth variation on TCP performance in CDMA2000
Ahmed et al. Performance evaluation of transmission control protocol in mobile ad hoc networks
Barreto et al. TCP, XCP and RCP in wireless mesh networks: An evaluation study

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent for invention or patent application
CB03 Change of inventor or designer information

Inventor after: Wang Junfeng

Inventor after: Qin Zhihong

Inventor after: Dong Wei

Inventor after: Zhou Hongxia

Inventor after: Zhang Juan

Inventor after: Xia Zhenghong

Inventor before: Qin Zhihong

Inventor before: Wang Junfeng

Inventor before: Zhang Juan

Inventor before: Xia Zhenghong

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: QIN ZHIHONG WANG JUNFENG ZHANG JUAN XIA ZHENGHONG TO: WANG JUNFENG QIN ZHIHONG DONG WEI ZHOU HONGXIA ZHANG JUAN XIA ZHENGHONG

C14 Grant of patent or utility model
GR01 Patent grant