KIND OF TRANSMISSION METHOD BASED ON THE NETWORK LEARNABLE POWER MODEL
20180013683 · 2018-01-11
Assignee
Inventors
- Junfeng Wang (Chengdu, CN)
- Dong Liu (Chengdu, CN)
- Lixiang LIU (Chengdu, CN)
- Fuchun SUN (Chengdu, CN)
- Shiping YANG (Chengdu, CN)
Cpc classification
H04L41/145
ELECTRICITY
International classification
Abstract
A kind of transmission method based on the learnable power model, which conducts periodic record for the historical change trend of the network. This method conducts weighting smooth processing on the round trip time and judges the changing trend of congestion control window. Then, it establishes model for the relationship between network power and the congestion control widow. When a new ACK is received, it immediately updates the window of power model. Finally, it forecasts the size of the congestion control window of the next time period by combining the congestion window and the network power changing trend. For the network packet loss or time-out events, the retransmission mechanism of traditional TCP is used, and when the packet loss ends, the power model process is used again. This invention reduces the influence of the network random events of the estimation error of traditional algorithm.
Claims
1. A kind of transmission method based on the learnable power efficiency model, it comprises the steps as follows: Step 1: Record the round trip time vector of all ACK packets received {right arrow over (D.sub.i)} and the sending window vector {right arrow over (W.sub.i)}, in which i means the current time period adopt the formula D.sub.g,i=α.Math.D.sub.g,i−1+(1−α).Math.{right arrow over (D.sub.i)} to conduct weighting smooth processing on the round trip time vector {right arrow over (D.sub.i)}; wherein, i−1 refers to the last time period, α is the weighting smooth factor and D.sub.g,i is the round trip time of maximum delay of ith time period after smoothing; Step 2: Calculate the normalized time delay change rate G.sub.i in accordance with the formula
2. The transmission method based on the learnable power model as mentioned in claim 1 wherein the value of α is 0.875 in Step 1.
3. The transmission method based on the learnable power model as mentioned in claim 1 wherein the model W(x+1) is learned and gotten by adoption of the linear regression algorithm in the machine learning algorithm; the input parameters are the corresponding network carrying capacity E of every data packet and the send window size W of the ith time period.
4. The transmission method based on the learnable power model as mentioned in claim 1 wherein the value of γ.sub.1 is 2 ms and the value of γ.sub.2 is 3 ms.
5. The transmission method based on the learnable power model as mentioned in claim 1 wherein every time slot length λ is 5 ms,
6. The transmission method based on the learnable power model as mentioned in claim 1 wherein if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor; and conduct the retransmission mechanism of the data packets to the traditional TCP; at this time, the window increases in the way of plusing 1.
7. The transmission method based on the learnable power model as mentioned in claim 6 wherein the value of β is 0.7.
8. The transmission method based on the learnable power model as mentioned in claim 2 wherein if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor, and conduct the retransmission mechanism of the data packets to the traditional TCP; at this time, the window increases in the way of plusing 1.
9. The transmission method based on the learnable power model as mentioned in claim 3 wherein if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor, and conduct the retransmission mechanism of the data packets to the traditional TCP; at this time, the window increases in the way of plusing 1.
10. The transmission method based on the learnable power model as mentioned in claim 4 wherein if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor, and conduct the retransmission mechanism of the data packets to the traditional TCP; at this time, the window increases in the way of plusing 1.
11. The transmission method based on the learnable power model as mentioned in claim 5 wherein if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor, and conduct the retransmission mechanism of the data packets to the traditional TCP; at this time, the window increases in the way of plusing 1.
Description
FIGURE EXPLANATION
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
SPECIFIC EXECUTION METHOD
[0034] Further specific specification is given as follows by combining the attached Figures and the implementation case in detail. This invention offers a kind of transmission method based on learnable power efficiency model, which includes the steps as follows: [0035] Step 1: Record the round trip time vector of all ACK packets received {right arrow over (D.sub.i)} and the sending window vector {right arrow over (W.sub.i)}, in which i means the current time period. Adopt the formula D.sub.g,i=α.Math.D.sub.g,i−1+(1−α).Math.{right arrow over (D.sub.i)} to conduct weighting smooth processing on the round trip time vector {right arrow over (D.sub.i)}. Therein, i−1 refers to the last time period, a is the weighting smooth factor and D.sub.g,i is the round trip time of maximum delay of ith time period after smoothing; [0036] Step 2: Calculate the normalized time delay change rate G.sub.i in accordance with the formula
Therein, W.sub.g,i is the window size of the maximum time delay value of the ith time period; [0037] Step 3: Calculate the network power estimation value E.sub.e,i in accordance with the formula
Δ refers to the sensitive factor of delay-throughput and T.sub.i refers to the actual throughput of the ith time period, which are gotten through accumulation of the confirmed send window vector {right arrow over (W.sub.i)} in each time period. D.sub.i refers to all elements in the round trip time vector {right arrow over (D.sub.i)} of the i time period; [0038] Step 4: Establish the corresponding relationship model between the corresponding network power capacity E of every data packet and the send window size W, which is defined as W(x+1)=f(E(x)+γ(x)). Therein, x is the time change parameter, i.e. time period i. W(x+1) is the congestion control window size of the next time period, f(x) is the window control function, E(x) is the estimation function of network power and γ(x) is the increase and decrease size of network power; [0039] Step 5: Judge the changing trend of network status. When G.sub.i>0 or
the network becomes congestion and the network power should correspondingly decrease in the next time period. When G.sub.i≦0 and
network becomes free and the network power should correspondingly increase in the next time period, which is
in detail; E.sub.e,i+1 is the network power estimation value of the i+1 time period, D.sub.max,i is the maximum element in the round trip time vector
[0042] In Step 1, the value of α is 0.875. In addition, the model W(x+1) is learned and gotten by adoption of the linear regression algorithm in the machine learning algorithm. The input parameters are the corresponding network carrying capacity E of every data packet and the send window size W of the i time period.
[0043] In this invention, the value of γ.sub.1 is 2 ms and the value of γ.sub.2 is 3 ms. Every time slot length Δ is 5 ms.
in which {right arrow over (D)}.sub.ave refers to the mean value of all elements in the round trip time vector {right arrow over (D.sub.1)}.
[0044] Further, if the network packet loss or time-out issue occurs, the multiplicative reduction mechanism with β as the multiplicative factor shall be conducted, i.e. W.sub.i+1=β.Math.W.sub.i, in which β is the multiplicative reduction factor. And conduct the retransmission mechanism of the data packets to the traditional TCP. At this time, the window increases in the way of plusing 1. For specific, the value of δ is 0.7.
[0045] Further specification is given for this invention through
[0046] As shown in
[0047] As shown in
TABLE-US-00001 TABLE 1 The Link Parameters for the Communication Scenarios of Different Satellites End-to-end Distance RTT average Measurement between value/Maximum Bit error 2BDP set in node node No. nodes(Km) value (ms) rate buffer (bytes) Node LEO-LEO Topology 1 7819.14 52 8.26E−07 1300000 types of Topology 2 6732.45 44 6.25E−07 1100000 satellites Topology 3 5984.51 38 4.71E−07 950000 that the Topology 4 Uplink: 5984.51 76 4.71E−07 1900000 transmission Downlink: 5984.51 4.71E−07 passing by Topology 5 5609.56 60 4.71E−07 1500000 GEO Topology 6 15165.73 100 3.87E−06 2500000 Topology 7 25914.00 170 9.74E−06 4250000 GND-LEO-GND Topology 8 Uplink: 3628.95 35 1.41E−07 875000 Downlink: 2005.36 2.68E−08 GND-LEO Topology 9 2319.14 25 2.68E−08 625000 LEO-GEO Topology 10 35100.82 250 1.85E−05 6250000
[0048] Table 2 shows the link models of different nodes tested through the simulation platform. The models in Table 2 are used to calculate the parameter information of the inter satellite links.
TABLE-US-00002 TABLE 2 Link Models of Different Types of Nodes Transmission node type LEO-LEO GEO-GEO LEO-GEO LEO-GND GEO-GND Working frequency 10 10 10 10 10 Transmitting power 20 20 20 20 20 Transmission gain 26 27 29 32 33 of transmitting antenna Transmission gain 54 54 54 54 54 of receiving antenna Receiver GT 18 18 18 18 18 Signal bandwidth 24 24 24 24 24 Assignment of bit −1 −1 — — — error rate Assignment of — — −1 −1 −1 uplink bit error rate Assignment of — — −1 −1 −1 downlink bit error rate Channel number “Convolutional K = 7 r = ½” Interlacing method “Matrix” “Matrix” “Matrix” “Matrix” “Random” Modulation method “DBPSK” “BPSK” “BPSK” “BPSK” “BPSK”
[0049]
TABLE-US-00003 TABLE 3 Comparison of Fairness Index of Hita Protocol and the Reliable Transmission Protocol Based on UDP Index value of Protocol name fairness (FI) Hita 0.99 UDT 0.71 Verus 0.98 QUIC+ 0.99 QUIC 0.99
TABLE-US-00004 TABLE 4 Comparison of Stability Index of Hita Protocol and the Reliable Transmission Protocol Based on UDP Index value of stability (SI) Topology Protocol name Tp-5 Tp-10 Hita 0.02 0.14 UDT 0.49 0.51 Verus 0.37 0.17 QUIC+ 0.36 0.16 QUIC 0.39 0.17
[0050] From