CN101388833A - Network controlling method based on adaptive threshold mechanism - Google Patents

Network controlling method based on adaptive threshold mechanism Download PDF

Info

Publication number
CN101388833A
CN101388833A CNA2008100295816A CN200810029581A CN101388833A CN 101388833 A CN101388833 A CN 101388833A CN A2008100295816 A CNA2008100295816 A CN A2008100295816A CN 200810029581 A CN200810029581 A CN 200810029581A CN 101388833 A CN101388833 A CN 101388833A
Authority
CN
China
Prior art keywords
avg
max
centerdot
beta
time
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.)
Pending
Application number
CNA2008100295816A
Other languages
Chinese (zh)
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.)
Guangdong University of Technology
Original Assignee
Guangdong University of Technology
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 Guangdong University of Technology filed Critical Guangdong University of Technology
Priority to CNA2008100295816A priority Critical patent/CN101388833A/en
Publication of CN101388833A publication Critical patent/CN101388833A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to a network control method based on a self-adaptive threshold value mechanism (Hereinafter referred to ATRED), which is an active queue management algorithm which is implemented on a router. In an ATRED, the maximum threshold value and the minimum threshold value can be adjusted on line according to the current congestion state, thereby the adaptability and the robustness of the algorithm can be increased, compared with a traditional tail drop and the early stage random detecting algorithm RED, the ATRED algorithm can carry out the strong and effective control to the queue, can enable the queue to have small vibration and be more stable, thereby the performances of the system can be improved, and more stable network service quality can be provided.

Description

Network control method based on adaptive threshold mechanism
Technical field
The present invention relates to the congested control method of a kind of computer network, particularly relate to a kind of router queue management and congestion control method.
Background technology
Congested control has become the indispensable guarantee of network service quality.The congested control of TCP is end to end adjusted the transmission rate of source end according to feedback information.But only rely on control end to end to be difficult to provide the favorable service quality assurance, must introduce congested control based on intermediate node.Congested control can detect congested generation in advance, and it is congested to take certain measure to extenuate, and the generation congestion feedback information makes the source end take measures to avoid congested deterioration.Adopt active queue management mechanism AQM as congested control device on router, wherein, earlier detection RED algorithm is a kind of AQM algorithm of recommendation at random.The average queue length of RED supervision packet on router, find congested approaching after, initiatively mark or packet discard inform that the source end reduces transmission rate randomly.RED abandons grouping in advance with probability mechanism before full queue, thereby has solved the full queue problem; And use average queue length rather than instant team leader to adjust drop probability, can absorb of short duration burst flow as much as possible.
The validity of RED has been passed through the checking of a series of practices, but because the parameter of RED lacks adaptivity, has brought many adverse effects to network performance:
1.RED performance sensitive in the setting of parameter, make to be difficult to find the parameter that adapts to dynamic environment, and the minor variations of parameter can be brought very big influence to network performance;
2.RED performance sensitive in the number of competition source/stream;
3.RED performance sensitive in the bag size;
4. when network environments such as load were suddenlyd change, the parameter that adapts to may no longer shake down originally, and bigger vibration appears in buffer queue, brings adverse effect to system.
Sensitiveness for fear of above-mentioned RED parameter is brought problem, a lot of non-RED strategies have been produced: simultaneously, also the kernel based on RED improves, these non-RED strategies have been alleviated the sensitiveness that parameter is provided with, strengthened the robustness of system, but the hysteresis that the self adaptation of its parameter is adjusted is bigger, and the control dynamics of formation is not strengthened.
Therefore, in the control of network congestion, realize that the online self adaptation adjustment of parameter threshold is that problem to be solved is arranged in the prior art.
Summary of the invention
In order to strengthen the control to formation under network environment complicated and changeable, effectively the crowded situation of Control Network the present invention is based on the RED kernel and has proposed a kind of network control method based on adaptive threshold mechanism (being called for short ATRED).
According to the above-mentioned problem that need to solve designed a kind of can online adjustment minimum threshold min ThWith max-thresholds max ThThe adaptive Active Queue Management Algorithm ATRED based on RED.This invention contains successively and has the following steps:
(1) parameter-definition and initialization: w qUsed weights when calculating average queue length; p MaxBe maximum drop probability; The count representative is the packet count of success transmission continuously, and initial value is-1; q AvgRepresent average queue length, initial value is 0; Min ThThe expression minimum threshold; Max ThThe expression max-thresholds;
(2) set up the controller of an ATRED method at router;
(3) when new grouping arrives, if formation this moment is sky, then execution in step (4); Otherwise execution in step (5);
( 4) calculating average queue length: q Avg=(1-w q) m* q AvgAnd will be made as the zero-time q_time=time of formation the current time for sky; Wherein, the time that on behalf of empty queue, m continue, m=f (time-q_time);
(5) calculate average queue length: q Avg=(1-w q) q Avg+ w q* q;
(6) upgrade threshold value:
min th ( t ) = min th ( t - T ) + α ( q max - 1 β q avg ( t - T ) ) ,
max th ( t ) = max th ( t - T ) + α ( q max - 1 β q avg ( t - T ) ) ;
Wherein, the smoothing factor of α; β is the buffer memory occupancy of expectation; T is the current time; T is the sampling time;
(7) by q AvgCalculate packet loss p aIf q Avg≤ min Th, change and go step (8); If q Avg〉=max Th, change and go step (9); Go step (10) otherwise change;
(8) packet is fallen in lines, p a=0, count=0 forwards step (11) to;
(9) packet discard, p a=1, count=-1 forwards step (11) to;
(10) calculate interim loss ratio: p b = p max ( q avg - max th ) max th - min th , Then p a = p b 1 - count × p b ;
(11) go to step (3), repeated execution of steps (3) is to (10), until end.
Based on the network control method of adaptive threshold mechanism and traditional tail drop with in early days at random detection algorithm RED compare adaptivity and robustness significantly strengthens, this method can be implemented powerful effectively control to formation, make formation vibration reduce, more steady, thereby improve systematic function, stable network service quality more is provided.
Description of drawings
Fig. 1 is an AQM control block diagram of the present invention;
Fig. 2 is an ATRED algorithm flow chart of the present invention;
Fig. 3 for average queue length of the present invention less than expectation during the team leader, threshold value becomes big schematic diagram (at this moment, the loss ratio curve has become dotted line to right translation by original solid line);
Fig. 4 for average queue length of the present invention greater than expectation during the team leader, the threshold value schematic diagram (at this moment, the loss ratio curve has become dotted line to left by original solid line) that diminishes;
Embodiment
The present invention proposes and a kind ofly can online adaptive adjust threshold value RED strategy based on the RED algorithm.ATRED has stronger adaptivity and robustness, can obtain littler instantaneous team leader's variance, makes instantaneous team leader more steady.Be elaborated with reference to accompanying drawing below in conjunction with embodiment, so that the technical characterictic and the advantage of the inventive method are carried out more deep annotation.
The concrete implementation step that the present invention is based on the network control method of adaptive threshold mechanism is:
(1) parameter-definition and initialization: w qUsed weights when calculating average queue length; p MaxBe maximum drop probability; The count representative is the packet count of success transmission continuously, and initial value is-1; q AvgRepresent average queue length, initial value is 0; Min ThThe expression minimum threshold; Max ThThe expression max-thresholds;
(2) set up the controller of an ATRED method at router;
(3) when new grouping arrives, if formation this moment is sky, then execution in step (4); Otherwise execution in step (5);
(4) calculate average queue length: q Avg=(1-w q) m* q AvgAnd will be made as the zero-time q_time=time of formation the current time for sky; Wherein, the time that on behalf of empty queue, m continue, m=f (time-q_time);
(5) calculate average queue length: q Avg=(1-w q) q Avg+ w q* q;
(6) upgrade threshold value:
min th ( t ) = min th ( t - T ) + α ( q max - 1 β q avg ( t - T ) ) ,
max th ( t ) = max th ( t - T ) + α ( q max - 1 β q avg ( t - T ) ) ;
Wherein, the smoothing factor of α; β is the buffer memory occupancy of expectation; T is the current time; T is the sampling time;
(7) by q AvgCalculate packet loss p aIf q Avg≤ min Th, change and go step (8); If q Avg〉=max Th, change and go step (9); Go step (10) otherwise change;
(8) packet is fallen in lines, p a=0, count=0 forwards step (11) to;
(9) packet discard, p a=1, count=-1 forwards step (11) to;
(10) calculate interim loss ratio: p b = p max ( q avg - max th ) max th - min th , Then p a = p b 1 - count × p b ;
(11) go to step (3), repeated execution of steps (3) arrives (10) until end.
Nonlinear model with reference to the TCP flow control:
W ( t ) · = 1 R ( t ) - W ( t ) W ( t - R ( t ) ) p ( t - R ( t ) ) 2 R ( t - R ( t ) ) q ( t ) · = W ( t ) N ( t ) R ( t ) - C
Wherein, the physical significance of each parameter is: W is a TCP expectation window (unit: bag); Q is expectation team leader's (bag); R is two-way time (second); C is link capacity (bag/second); N is a load factor, i.e. the TCP linking number; P is a loss ratio.In steady operation this nonlinear model linearisation of naming a person for a particular job, and,, TCP/AQM is described as feedback control system (block diagram as shown in Figure 1) with small-signal theory in conjunction with classical control theory in conjunction with the AQM method on the router.The open-loop transfer function of system is as (1) formula, and how described the AQM controller influences q (t) by changing p (t).
Figure A200810029581D00111
Wherein,
Figure A200810029581D00112
Figure A200810029581D00113
For robustness and the adaptivity that strengthens the RED algorithm, threshold value fixing originally among the RED is reset, allow it carry out the online adjustment of self adaptation according to current average queue length, the implementation step that has obtained ATRED algorithm .ATRED controller is as follows:
Step 1): under the framework of RED algorithm, introduce expectation average queue length q Avg_e, come evaluation algorithm control dynamics suitably whether, to the minimum threshold min of RED ThWith max-thresholds max ThCarry out online adjustment.If:
1) q Avg=q Avg_e, then the control of system is suitable, and threshold value remains unchanged;
2) q Avg<q Avg_e, then the control of system is strong excessively, increases threshold value;
3) q AvgQ Avg_e, then a little less than the control of system, reduce threshold value.
Step 2): the average occupancy of establishing the expectation of formation buffer memory is β, and β = q avg _ e q max ; Correspondingly, at moment t, the average occupancy of instantaneous formation is β a, and β a = q avg ( t ) q max , , Wherein, q MaxRepresent buffer memory capacity.Average occupancy β with formation reality aWhether reach desired value β as foundation, the online adjustment conceptual design of threshold value is as follows:
min th ( t ) · = α ( q max - 1 β q avg ( t ) ) - - - ( 2 )
max th ( t ) · = α ( q max - 1 β q avg ( t ) ) - - - ( 3 )
Being adjusted into of threshold value:
1) q Avg=q Avg_eThe time, β=β a, promptly the occupancy of formation buffer memory is a desired value, threshold value remains unchanged: min th ( t ) · = 0 , max th ( t ) · = 0 ;
2) q Avg<q Avg_eThe time, β a<β, the occupancy of formation buffer memory is less than desired value, min th ( t ) · > 0 , max th ( t ) · > 0 , Threshold value increases.As shown in Figure 3, min ThAnd max ThConstant amplitude increases, the loss ratio curve by original solid black lines to right translation, as shown in phantom in FIG.;
3) q AvgQ Avg_eThe time, β aβ, the occupancy of formation buffer memory is greater than desired value, min th ( t ) < &CenterDot; 0 , max th ( t ) &CenterDot; < 0 , Threshold value reduces.As shown in Figure 4, min ThAnd max ThConstant amplitude reduces, the loss ratio curve by original solid black lines to left, as shown in phantom in FIG.;
Obviously, 0<β<1, the recommendation of β is 0.5.The β value is too small, and then control is excessive, the stability of influence control; The β value is excessive, then control too a little less than, sacrificed time delay and but can't improve throughput.
α is a smoothing factor, and the excursion that is used for controlling threshold value makes team leader's variation more steady in a less zone, and 0<α<0.1 is generally arranged.The recommendation of α is 0.005.The α value is too small, does not then reach the purpose that self adaptation is adjusted; The α value is excessive, and then changes of threshold is excessive, can strengthen the formation vibration on the contrary, reduces the stability of system.
Step 3): after the improvement, the ATRED controller can be described as the differential equation (4):
p ( t ) = p max ( q avg ( t ) - min th ( t ) ) max th ( t ) - min th ( t ) q avg ( t ) &CenterDot; = k ( q nnp ( t ) - q avg ( t ) ) min th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) ) max th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) ) - - - ( 4 )
Wherein, q TmpRepresent instantaneous team leader, k = log e ( 1 - w q ) &delta; > 0 , δ is a sample frequency.
Step 4): at the balance point place system is carried out linearisation, obtain the transfer function of ATRED controller: G qred ( s ) = kp max ( s + &alpha; &beta; ) ( max th 0 - min th 0 ) s ( s + k ) - - - ( 5 )
Wherein, max Th0And min Th0Represent the max-thresholds and the minimum threshold at balance point place respectively.
According to stability of a system theorem, use the ATRED controller, and satisfy R 0<R +, N N -System's (as shown in Figure 2), as β (k+ η ')〉when α sets up, closed-loop stabilization.Wherein, R oIt is the two-way time of equilibrium state;
α=0.005;
β=0.5;
&eta; &prime; = 2 N - ( R + ) 2 C - - - ( 6 )
e - s R 0 = &CenterDot; 1 1 + R 0 s After substitution (6) formula, system's open-loop transfer function of (1) can be approximately:
Know by (7) formula again, when &ForAll; &omega; &Element; [ 0 , &omega; g ] Shi Keyou:
Figure A200810029581D00143
Wherein,
Figure A200810029581D00144
Figure A200810029581D00145
&omega; g = 0.1 1 R + , k = log e ( 1 - w q ) &delta; > 0 .
By (8) Shi Kede:
G atred ( s ) = &mu; ( &alpha; &beta; + s ) s ( k + s ) ( &eta; + s ) - - - ( 9 )
Wherein,
Figure A200810029581D00149
In sum, can get the system features equation is:
s 3 + ( k + &eta; ) s 2 + ( &mu; + k&eta; ) s + &mu;&alpha; &beta; = 0 - - - ( 10 )
The routh table of this system is as follows:
s 3 1 μ+ 0
s 2 k+η
Figure A200810029581D001411
s 1
Figure A200810029581D001412
s 0
Figure A200810029581D001413
When system satisfies R 0<R ÷The time, get by (6) formula:
0<η′<η (11)
Routh table first row are analyzed, by k 0, η〉0, μ〉0, α〉0, β〉0 know: k + &eta; > 0 , &mu;&alpha; &beta; > 0 , And routh table first row are except the third line
Figure A200810029581D00152
Outward all obviously greater than zero.
If β (k+ η ')〉α, then have: 1 - &alpha; &beta; ( k + &eta; &prime; ) > 0 - - - ( 12 )
Can get by following formula:
1 - &alpha; &beta; ( k + &eta; &prime; ) > 0 &DoubleRightArrow; 1 - &alpha; &beta; ( k + &eta; ) > 0 &DoubleRightArrow; &mu; [ 1 - &alpha; &beta; ( k + &eta; ) ] + k&eta; > 0 &DoubleRightArrow; &mu; + k&eta; - &mu;&alpha; &beta; ( k + &eta; ) > 0
As seen the third line of routh table first row is also greater than 0, and promptly first of the routh table row are all greater than zero, by Routh Criterion as can be known: system stability.
Suppose that network environment is C=4000 Packet/ sec 5, N -=80, R +=0.25sec.The ATRED controller there is k=0.005, α=0.005, β=0.5, p Max=0.2, q Max=800.
Known parameters substitution (6) formula is got: η '=0.64, can release:
&beta; ( k + &eta; &prime; ) = 0.3225 > 0.005 &DoubleRightArrow; &beta; ( k + &eta; &prime; ) > &alpha;
By the system stability theorem as seen, closed-loop system is stable.
On the NS-2 emulation platform, realized the ATRED algorithm, and it has been carried out performance test.2.31 editions NS-2 platform is used in emulation, and operating system is UBUNTU7.04.Adopt n ftp business source and m HTTP service source to simulate network load condition in the practical application in the experiment, the link capacity between all service sources and the router r1 is 1Mbps, delay time into 160ms to the random value between the 240ms; Bottleneck link is between router r1 and r2, and link capacity is 15Mbps, time-delay 40ms; Except that the linking between router r1 and the r2, the DropTail algorithm is all used in all the other links; Buffer memory on the router r1 is 800 bags (the grouping default size is 500bytes), and the grouping of each service source is set to 500bytes.
Use following a series of experiment that the control of the enhancing that ATRED has instantaneous team leader is described.The prerequisite of experiment is: the parameter of default 3 kinds of algorithms, only change load capacity, and observe 3 kinds of algorithms susceptibility to the different loads amount under the situation that preset parameter is provided with.
● the parameter setting of ATRED: α=0.005, β=0.5, p Max=0.1, min Th=150, max Th=700, w q=0.00000133;
● the parameter setting of RED: min Th=150, max Th=700, p Max=0.1, w q=0.00000133;
● the parameter setting of GENTLE_RED: min Th=150, max Th=700, p Max=0.1, w q=0.00000133.
Embodiment one
20 ftp business sources and 60 HTTP service sources are set, and all service sources are started working from 0s, and experimental period is 200s.Link between router r1 and the r2 adopts ATRED, RED and 3 kinds of methods of GENTLE_RED, carries out 3 experiments respectively.And 10 ftp business sources of every increase and 30 HTTP service sources just carry out the comparative experiments of 3 kinds of methods, until load capacity is increased to 180 ftp business sources and 540 HTTP service sources, obtain as following table 1 experimental data:
The performance index of ATRED, RED and GENTLE_RED under the table 1 different loads situation
Figure A200810029581D00161
Figure A200810029581D00171
As can be seen from the above table, in most loading condition, instantaneous formation mean value and the RED of ATRED are suitable with GENTLE_RED, and variance little than these two kinds of algorithms, perhaps the ratio of its variance increase is little with respect to the ratio that formation mean value increases, and visible ATRED is better than RED and GENTLE_RED generally to the control ability of instantaneous queue length.From the result of mean value, verified that further ATRED can adapt to most loading condition, realize instantaneous queue length is controlled preferably, obtain more stable queue length.Under most load environment, ATRED can obtain more stable service.
According to above data as can be seen, the advantage that the ATRED algorithm is represented is when load is lighter, and is comparatively obvious under the just slight congested situation.In order further to check this point, in underloaded situation, prolong with top topological model, revise parameter, can draw the experimental data of following table 2:
The performance index of ATRED, RED and GENTLE_RED under the table 2 underload loading condition
Figure A200810029581D00172
ATRED is under the less light load condition of number of nodes as can be seen from the above table, and instantaneous formation variance is starkly lower than RED and two kinds of methods of GENTLE_RED, and instantaneous queue length mean value is less, and is perhaps approaching with RED and GENTLE_RED.As seen ATRED obviously is better than RED and GENTLE_RED to the ability of instantaneous formation control.
Embodiment two
Topological structure still adopts the structure of embodiment one, 60 ftp business streams and 180 HTTP Business Streams are set, and the bottleneck bandwidth between router r1 and the router r2 between 30Mbps, is done one group experiment every 2.5Mbps at 5Mbps, totally 11 groups, experimental period is 300 seconds.Draw the mean value of 11 groups of experimental datas at last, as following table 3:
ATRED, RED under the different bottleneck bandwidths of table 3 and the performance index of GENTLE_RED
Figure A200810029581D00181
As seen, in most bandwidth situation, RED and GENTLE_RED method to instantaneous team leader's control ability all a little less than, ATRED then can both realize instantaneous team leader is better controlled in most of situation.Mean value by experimental data can verify further that ATRED goes with GENTLE_RED to instantaneous team leader's control effect than RED under most of bandwidth situation.
Embodiment three
Topological structure still adopts the structure of embodiment one, for relatively ATRED, RED and GENTLE_RED method when load capacity is undergone mutation to the control ability of instantaneous formation, available following a series of experimental verification.Topological structure still uses the structure of embodiment one, bottleneck bandwidth is set at 300 seconds for the 15Mbps experimental period, suppose in 120 seconds, the load capacity in ftp business source changes suddenly, and the load capacity of HTTP service source is constant, chooses 4 kinds of sudden change situations and experimentizes, and draws following 4 groups of experimental datas, and calculate the mean value of 4 groups of data, detailed data such as following table 4:
The performance index of ATRED, RED and GENTLE_RED under the situation of table 4 load capacity sudden change
Figure A200810029581D00191
As seen, in the load changing situation, ATRED has apparent in view advantage than RED and GENTLE_RED, and ATRED obviously is dominant to the control ability of instantaneous queue length.According to the mean value of 4 groups of mutating experiment data, can further prove: in the situation of most load capacity sudden change, ATRED is stronger to the control ability of instantaneous formation than RED and GENTLE_RED method.
The control performance of ATRED and RED and GENTLE RED compares under different network environments, the result shows: the ATRED algorithm that adaptivity strengthens is more effective to the control of formation, the oscillating phase of formation can provide more reliable and stable service quality for the user to less.

Claims (6)

1, a kind of network control method based on adaptive threshold mechanism is characterized in that comprising following implementation step:
(1) parameter-definition and initialization: w qUsed weights when calculating average queue length; p MaxBe maximum drop probability; The count representative is the packet count of success transmission continuously, and initial value is-1; q AvgRepresent average queue length, initial value is 0; Min ThThe expression minimum threshold; Max ThThe expression max-thresholds;
(2) set up a controller at router based on the network control method of adaptive threshold mechanism;
(3) when new grouping arrives, if formation this moment is sky, then execution in step (4); Otherwise execution in step (5);
(4) calculate average queue length: q Avg=(1-w q) m* q AvgAnd will be made as the zero-time q_time=time of formation the current time for sky; Wherein, the time that on behalf of empty queue, m continue, m=f (time-q_time);
(5) calculate average queue length: q Avg=(1-w q) q Avg+ w q* q;
(6) upgrade threshold value:
min th ( t ) = min th ( t - T ) + &alpha; ( q max - 1 &beta; q avg ( t - T ) ) ,
max th ( t ) = max th ( t - T ) + &alpha; ( q max - 1 &beta; q avg ( t - T ) ) ;
Wherein, the smoothing factor of α; β is the buffer memory occupancy of expectation; T is the current time; T is the sampling time;
(7) by q AvgCalculate packet loss p aIf q Avg≤ min Th, change and go step (8); If q Avg〉=max Th, change and go step (9); Go step (10) otherwise change;
(8) packet is fallen in lines, p a=0, count=0 forwards step (11) to;
(9) packet discard, p a=1, count=-1 forwards step (11) to;
(10) calculate interim loss ratio: p b = p max ( q avg - max th ) max th - min th , Then p a = p b 1 - count &times; p b ;
(11) go to step (3), repeated execution of steps (3) is to (10), until end.
2, the network control method based on adaptive threshold mechanism according to claim 1 is characterized in that: the controller of described network control method based on adaptive threshold mechanism, and implementation step is:
(1) establishing the expectation average queue length is q Avg_eIf: and q Avg=q Avg_e, then threshold value remains unchanged; q Avg<q Avg_e, then increase threshold value; q AvgQ Avg_e, then reduce threshold value;
(2) the average occupancy of establishing the expectation of formation buffer memory is β, and &beta; = q avg _ e q max ; Correspondingly, at moment t, the average occupancy of instantaneous formation is β a, and &beta; a = q avg ( t ) q max , Wherein, q MaxRepresent buffer memory capacity; According to min th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) ) With max th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) ) , Being adjusted into of threshold value:
Work as q Avg=q Avg_eThe time, β=β a, promptly the occupancy of formation buffer memory is a desired value, value remains unchanged: min th ( t ) &CenterDot; = 0 , max th ( t ) &CenterDot; = 0 ;
Work as q Avg<q Avg_eThe time, β a<β, the occupancy of formation buffer memory is less than desired value, min th ( t ) &CenterDot; > 0 , max th ( t ) &CenterDot; > 0 , Threshold value increases;
Work as q AvgQ Avg_eThe time, β aβ, the occupancy of formation buffer memory is greater than desired value, min th ( t ) &CenterDot; < 0 , max th ( t ) &CenterDot; < 0 , Threshold value reduces;
(3) calculate relevant parameter by the following differential equation;
p ( t ) = p max ( q avg ( t ) - min th ( t ) ) max th ( t ) - min th ( t ) q avg ( t ) &CenterDot; = k ( q tmp ( t ) - q avg ( t ) ) min th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) ) max th ( t ) &CenterDot; = &alpha; ( q max - 1 &beta; q avg ( t ) )
Wherein, q TmpRepresent instantaneous team leader, k = log e ( 1 - w q ) &delta; > 0 , δ is a sample frequency;
(4) at the balance point place system is carried out linearisation, must transfer function be:
G qred ( s ) = kp max ( s + &alpha; &beta; ) ( max th 0 - mi n th ) s ( s + k )
Wherein, max Th0And min Th0Represent the max-thresholds and the minimum threshold at balance point place respectively.
3, the network control method based on adaptive threshold mechanism according to claim 2 is characterized in that: the scope of described α is 0 to 0.1.
4, net according to claim 3 is characterized in that based on the network control method of adaptive threshold mechanism: the value of described α is 0.005.
5, according to claim 2 or 3 or 4 described network control methods based on adaptive threshold mechanism, it is characterized in that: described β chooses corresponding value according to the virtual condition of network in interval 0.2<β<0.7.
6, the network control method based on adaptive threshold mechanism according to claim 5, it is characterized in that: the value of described β is 0.5.
CNA2008100295816A 2008-07-18 2008-07-18 Network controlling method based on adaptive threshold mechanism Pending CN101388833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008100295816A CN101388833A (en) 2008-07-18 2008-07-18 Network controlling method based on adaptive threshold mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008100295816A CN101388833A (en) 2008-07-18 2008-07-18 Network controlling method based on adaptive threshold mechanism

Publications (1)

Publication Number Publication Date
CN101388833A true CN101388833A (en) 2009-03-18

Family

ID=40478028

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008100295816A Pending CN101388833A (en) 2008-07-18 2008-07-18 Network controlling method based on adaptive threshold mechanism

Country Status (1)

Country Link
CN (1) CN101388833A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101958833A (en) * 2010-09-20 2011-01-26 云南省科学技术情报研究院 RED-based network congestion control algorithm
CN101562566B (en) * 2009-06-04 2011-05-04 吉林大学 Active queue management method based on real-time router cache occupancy rate
CN101631115B (en) * 2009-08-20 2012-06-27 上海交通大学 Congestion control method based on wavelet nerve network
CN102594681A (en) * 2012-02-16 2012-07-18 清华大学 Sliding mode variable structure congestion control method for Ethernet
CN102821001A (en) * 2012-09-17 2012-12-12 吉林大学 Method for realizing fuzzy neuron active queue management method in IPCOP
WO2013044438A1 (en) * 2011-09-26 2013-04-04 中兴通讯股份有限公司 Method and apparatus for congestion avoidance
CN103067301A (en) * 2013-01-17 2013-04-24 广东石油化工学院 Fast and reliable congestion control improved algorithm based on user datagram protocol (UDP)
CN104486248A (en) * 2014-12-04 2015-04-01 南京邮电大学 AQM (Active Queue Management) system and method based on generalized PID (Proportion Integration Differentiation) random early detection algorithm
CN104994031A (en) * 2015-07-13 2015-10-21 天津理工大学 Active queue self-adaptive management method ASRED
CN106485070A (en) * 2016-09-30 2017-03-08 广州机智云物联网科技有限公司 A kind of adaptive thresholding value adjustment method
CN106789701A (en) * 2016-12-30 2017-05-31 北京邮电大学 Self adaptation ECN labeling methods and device in a kind of data center
CN107276850A (en) * 2017-06-26 2017-10-20 中国电力科学研究院 A kind of power information acquisition system unified interface test concurrent transmission method and system
CN110784406A (en) * 2019-10-23 2020-02-11 上海理工大学 Dynamic self-adaptive on-chip network threshold routing method based on power perception
CN112235813A (en) * 2020-10-14 2021-01-15 东北大学秦皇岛分校 Multi-bottleneck network active queue optimization method based on distributed average tracking algorithm
CN114785744A (en) * 2022-04-22 2022-07-22 中国工商银行股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN116506434A (en) * 2023-04-27 2023-07-28 湖北清江水电开发有限责任公司 Multi-terminal offline-operation intelligent warehouse management method
CN117240788A (en) * 2023-11-15 2023-12-15 南京邮电大学 SDN-based data center network congestion control method

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101562566B (en) * 2009-06-04 2011-05-04 吉林大学 Active queue management method based on real-time router cache occupancy rate
CN101631115B (en) * 2009-08-20 2012-06-27 上海交通大学 Congestion control method based on wavelet nerve network
CN101958833A (en) * 2010-09-20 2011-01-26 云南省科学技术情报研究院 RED-based network congestion control algorithm
WO2013044438A1 (en) * 2011-09-26 2013-04-04 中兴通讯股份有限公司 Method and apparatus for congestion avoidance
CN102594681B (en) * 2012-02-16 2014-07-30 清华大学 Sliding mode variable structure congestion control method for Ethernet
CN102594681A (en) * 2012-02-16 2012-07-18 清华大学 Sliding mode variable structure congestion control method for Ethernet
CN102821001A (en) * 2012-09-17 2012-12-12 吉林大学 Method for realizing fuzzy neuron active queue management method in IPCOP
CN103067301A (en) * 2013-01-17 2013-04-24 广东石油化工学院 Fast and reliable congestion control improved algorithm based on user datagram protocol (UDP)
CN104486248A (en) * 2014-12-04 2015-04-01 南京邮电大学 AQM (Active Queue Management) system and method based on generalized PID (Proportion Integration Differentiation) random early detection algorithm
CN104486248B (en) * 2014-12-04 2017-11-14 南京邮电大学 The AQM system and method for stochastic earlytest algorithm based on Generalized PID
CN104994031A (en) * 2015-07-13 2015-10-21 天津理工大学 Active queue self-adaptive management method ASRED
CN104994031B (en) * 2015-07-13 2018-01-23 天津理工大学 A kind of active queue adaptive management method ASRED
CN106485070A (en) * 2016-09-30 2017-03-08 广州机智云物联网科技有限公司 A kind of adaptive thresholding value adjustment method
CN106789701A (en) * 2016-12-30 2017-05-31 北京邮电大学 Self adaptation ECN labeling methods and device in a kind of data center
CN106789701B (en) * 2016-12-30 2019-04-26 北京邮电大学 Adaptive ECN labeling method and device in a kind of data center
CN107276850A (en) * 2017-06-26 2017-10-20 中国电力科学研究院 A kind of power information acquisition system unified interface test concurrent transmission method and system
CN110784406A (en) * 2019-10-23 2020-02-11 上海理工大学 Dynamic self-adaptive on-chip network threshold routing method based on power perception
CN110784406B (en) * 2019-10-23 2021-07-13 上海理工大学 Dynamic self-adaptive on-chip network threshold routing method based on power perception
CN112235813A (en) * 2020-10-14 2021-01-15 东北大学秦皇岛分校 Multi-bottleneck network active queue optimization method based on distributed average tracking algorithm
CN114785744A (en) * 2022-04-22 2022-07-22 中国工商银行股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN114785744B (en) * 2022-04-22 2024-02-02 中国工商银行股份有限公司 Data processing method, device, computer equipment and storage medium
CN116506434A (en) * 2023-04-27 2023-07-28 湖北清江水电开发有限责任公司 Multi-terminal offline-operation intelligent warehouse management method
CN116506434B (en) * 2023-04-27 2024-01-30 湖北清江水电开发有限责任公司 Multi-terminal offline-operation intelligent warehouse management method
CN117240788A (en) * 2023-11-15 2023-12-15 南京邮电大学 SDN-based data center network congestion control method
CN117240788B (en) * 2023-11-15 2024-03-08 南京邮电大学 SDN-based data center network congestion control method

Similar Documents

Publication Publication Date Title
CN101388833A (en) Network controlling method based on adaptive threshold mechanism
Jay et al. A deep reinforcement learning perspective on internet congestion control
Jay et al. Internet congestion control via deep reinforcement learning
CN103999409B (en) Method for link buffer size and queue length estimation for bandwidth-varying mobile data networks
CN103329492B (en) The system and method for property performance period early drop in buffer storage on the chip of network element
CN107171969A (en) A kind of data transmission method, apparatus and system
CN107276910A (en) The real-time adjusting apparatus of video code rate and system, video server
Li et al. {AUTO}: Adaptive congestion control based on {Multi-Objective} reinforcement learning for the {Satellite-Ground} integrated network
Wigren Robust $\mathcal {L} _ {2} $ Stable Networked Control of Wireless Packet Queues in Delayed Internet Connections
CN105915464A (en) Rapid and simple quantitative congestion notification method
CN104488239B (en) The enhanced system and method for active queue management for realizing variable bottleneck rate
Chrysostomou et al. Fuzzy logic controlled RED: congestion control in TCP/IP differentiated services networks
Chrysostomou et al. Fuzzy explicit marking for congestion control in differentiated services networks
Wang et al. TCP-FIT: An improved TCP algorithm for heterogeneous networks
Chen et al. GA-based PID active queue management control design for a class of TCP communication networks
CN101286929B (en) Compartment congestion controlling means for router with changing load
CN102271092B (en) Congestion control system and method based on node load quantization level
Nguyen et al. A Q-learning-based Multipath Scheduler for Data Transmission Optimization in Heterogeneous Wireless Networks
Sun et al. An adaptive neuron AQM for a stable internet
Chang et al. Software defined backpressure mechanism for edge router
KR20220097201A (en) Network congestion control method using federated learning
Shah et al. SAM: Support Vector Machine Based Active Queue Management
Haider et al. PID based congestion control algorithms for AQM routers supporting TCP/IP flows
Jiang et al. Performance Analysis of Active Queue Management Algorithm Based on Reinforcement Learning.
Pan et al. Making TCP BBR Pacing Adaptive With Domain Knowledge Assisted Reinforcement Learning

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20090318