CN109150743B - Network congestion control strategy switching method and system - Google Patents
Network congestion control strategy switching method and system Download PDFInfo
- Publication number
- CN109150743B CN109150743B CN201811075075.0A CN201811075075A CN109150743B CN 109150743 B CN109150743 B CN 109150743B CN 201811075075 A CN201811075075 A CN 201811075075A CN 109150743 B CN109150743 B CN 109150743B
- Authority
- CN
- China
- Prior art keywords
- congestion control
- network
- control strategy
- protocol stack
- network connection
- 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.)
- Active
Links
- 238000011217 control strategy Methods 0.000 title claims abstract description 84
- 238000000034 method Methods 0.000 title claims abstract description 44
- 230000003044 adaptive effect Effects 0.000 claims description 8
- 238000013507 mapping Methods 0.000 claims description 7
- 238000004590 computer program Methods 0.000 claims description 6
- 230000005540 biological transmission Effects 0.000 claims description 5
- 101000741965 Homo sapiens Inactive tyrosine-protein kinase PRAG1 Proteins 0.000 claims description 4
- 102100038659 Inactive tyrosine-protein kinase PRAG1 Human genes 0.000 claims description 4
- 230000007704 transition Effects 0.000 claims description 4
- 238000004422 calculation algorithm Methods 0.000 abstract description 18
- 230000008859 change Effects 0.000 abstract description 6
- 238000001514 detection method Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 8
- 239000000243 solution Substances 0.000 description 8
- 239000003795 chemical substances by application Substances 0.000 description 7
- 238000012544 monitoring process Methods 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 238000004458 analytical method Methods 0.000 description 2
- 238000013480 data collection Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000013528 artificial neural network Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 238000007405 data analysis Methods 0.000 description 1
- 238000002347 injection Methods 0.000 description 1
- 239000007924 injection Substances 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000011144 upstream manufacturing Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The embodiment of the invention provides a method and a system for switching network congestion control strategies, wherein the method comprises the following steps: acquiring state information of network connection in a network protocol stack; according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection; and switching the congestion control strategy in the network protocol stack into a first congestion control strategy. The method provided by the invention selects the congestion control algorithm suitable for the network connection according to the characteristics of different connections, and can select different algorithms for each network connection at different time stages so as to adapt to the dynamic change of factors such as network load and the like.
Description
Technical Field
The embodiment of the invention relates to the technical field of network congestion control, in particular to a method and a system for switching network congestion control strategies.
Background
Congestion refers to the phenomenon that a certain part of a communication subnet is too many packets, so that the part of the communication subnet is too late for processing, and the performance of the part and even the whole network is reduced, and in a serious case, the network communication service is stopped, namely, a deadlock phenomenon occurs.
The basic function of congestion control is to adjust the rate of packet injection into the resource sharing network, maximize the utilization rate of network resources, realize fair statistical multiplexing of resources by users, and avoid congestion collapse. With the popularization and spread of large-scale internet application with intensive calculation and storage at a server side and outstanding diversity and heterogeneity of intensive concurrent connection of the server, the basic idea that the traditional congestion control method uses a single strategy to deal with the diversity and heterogeneity of the connection is increasingly inappropriate, and the common characteristic of numerous concurrent connections cannot be utilized to optimize the network transmission performance. Specifically, the server network connection has the following features: 1. due to the wide variety of types of heterogeneous access networks, such as WiFi, cellular networks, broadband access, ethernet, etc., different connections of the same server are in distinct network environments; 2. network load has significantly different dynamic change characteristics at different time granularity and spatial scales, and network connections consequently show different spatio-temporal characteristics. In order to improve the performance of the server-side congestion control with dense connections, the space-time characteristics, i.e. heterogeneity and variability, of the connections thereon need to be fully considered and mined.
In the prior art, as shown in fig. 1, although there may be a significant difference between the access network and the operator network, the conventional congestion control method for the internet implements the same congestion control strategy for multiple network connections, and the example CUBIC algorithm in the figure is a default algorithm of a Linux kernel protocol stack.
Disclosure of Invention
Embodiments of the present invention provide a method and a system for switching network congestion control policies, so as to solve the problem that in the congestion control process in the prior art, congestion control can be performed on all network connections only through a single congestion control policy, and the method and the system cannot adapt to the heterogeneity of network connections and the dynamic change of network conditions.
The embodiment of the invention provides a network congestion control strategy switching method, which comprises the following steps:
acquiring state information of network connection in a network protocol stack;
according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection;
and switching the congestion control strategy in the network protocol stack into a first congestion control strategy.
Wherein, the state information of the network connection in the network protocol stack at least comprises: one or more of an ACK signal, a NACK signal, a time-out retransmission signal, a round-trip delay, available bandwidth, and a packet loss rate.
The step of matching the first congestion control policy adapted to the state information of the current network connection according to the state information of the network connection specifically includes:
acquiring the network characteristics of the network connection according to the state information of the network connection; and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
Wherein, in the step of switching the congestion control policy in the network protocol stack to the first congestion control policy, the method further comprises:
when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula:
rate-congestion window/last round trip delay,
and realizing the conversion of the congestion window and the congestion rate in the first congestion control strategy.
Wherein, the step of obtaining the status information of the network connection in the network protocol stack comprises:
and simultaneously acquiring the state information of the network connection of a TCP layer and an HTTP layer, or acquiring the state information of the network connection above a UDP transmission layer.
An embodiment of the present invention further provides a network congestion control policy switching system, including:
the information acquisition module is used for acquiring the state information of network connection in the network protocol stack;
the selection module is used for matching a first congestion control strategy adapted to the state information of the current network connection according to the state information of the network connection;
and the switching module is used for switching the congestion control strategy in the network protocol stack into a first congestion control strategy.
Wherein the selection module is specifically configured to: acquiring the network characteristics of the network connection according to the state information of the network connection; and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
Wherein the algorithm switching module is further configured to: when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula:
rate-congestion window/last round trip delay,
and realizing the conversion of the congestion window and the congestion rate in the first congestion control strategy.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the network congestion control policy switching method described above.
An embodiment of the present invention further provides a network congestion control policy switching device, including:
at least one processor; and at least one memory coupled to the processor, wherein: the memory stores program instructions executable by the processor, the processor invoking the program instructions to enable performance of the network congestion control policy switching method as described above.
According to the network congestion control strategy switching method and system provided by the embodiment of the invention, the congestion control algorithm suitable for the network connection is selected for the network connection according to the characteristics of different connections, and different algorithms can be selected for each network connection at different time stages so as to adapt to the dynamic change of factors such as network load and the like.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic diagram of a congestion control system in the prior art;
fig. 2 is a flowchart illustrating a network congestion control policy switching method according to an embodiment of the present invention;
fig. 3 is a system framework diagram in a network congestion control policy switching method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a network congestion control policy switching system according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a network congestion control policy switching system according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a network congestion control policy switching device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 2, fig. 2 is a schematic flowchart of a network congestion control policy switching method according to an embodiment of the present invention, where the method includes:
and S1, acquiring the state information of the network connection in the network protocol stack.
And S2, according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection.
And S3, switching the congestion control strategy in the network protocol stack to a first congestion control strategy.
Specifically, when performing congestion control policy switching, first, status information of network connections in a network protocol stack is collected. Wherein, the state information of the network connection in the network protocol stack at least comprises: one or more of an ACK signal, a NACK signal, a Retransmission Timeout (RTO), a Round-Trip Time (RTT), an available Bandwidth (Bandwidth), and a Loss rate (Loss rate).
After the network connection state information in the network protocol stack is acquired, the network connection state information is analyzed, the network characteristics of each connection running in the server are identified, and an adaptive congestion control strategy, namely a first congestion control strategy, is matched according to the network characteristics.
And after the first congestion control strategy is matched, switching the first congestion control strategy into a congestion control strategy used in a network protocol stack. In specific implementation, the initial state of the new strategy is set as a bandwidth detection state, so that the related variables of the new strategy are adaptively updated in detection.
By the method, the congestion control algorithm suitable for the network connection is selected for the network connection according to the characteristics of different connections, and different algorithms can be selected for each network connection at different time stages so as to adapt to the dynamic change of factors such as network load and the like.
On the basis of the foregoing embodiment, the step of matching, according to the state information of the network connection, the first congestion control policy that is adapted to the state information of the current network connection specifically includes:
acquiring the network characteristics of the network connection according to the state information of the network connection; and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
Specifically, as shown in fig. 3, in the data collection phase, when the connection receives feedback information from the network each Time, such as an Acknowledgement (ACK) packet arrives or a Retransmission Timeout (RTO) occurs, the agent extracts monitoring information of a related event or state, such as Round-Trip Time (RTT), available Bandwidth (Bandwidth), and Loss rate (Loss rate), from the network protocol stack, and then writes the monitoring information into the uplink pipe.
The selector identifies the network characteristics of each connection running in the server according to the state monitoring information, and then displays a congestion control strategy adapted to matching or implicit mapping according to the rules. In the whole interaction process, the selector reads and analyzes monitoring data collected by the agents from the uplink pipeline, and the selector informs the agents running in the kernel of switching a suitable congestion control strategy for connection through the downlink pipeline.
On the basis of the foregoing embodiment, in the step of switching the congestion control policy in the network protocol stack to the first congestion control policy, the method further includes:
when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula:
rate-congestion window/last round trip delay,
and realizing the conversion of the congestion window and the congestion rate in the first congestion control strategy.
Specifically, referring to fig. 3, in order to ensure the smoothness of the congestion control policy switching, the agent needs to complete the entire switching process in three steps, and first explicitly maintains common observation variables for each connection, including the minimum round-trip delay, the maximum congestion window, the maximum available bandwidth, and the like.
Secondly, when policy switching needs to be performed, in order to avoid a sharp drop in the performance of a connection, the new policy needs to extend the congestion Window or Rate of the old algorithm, and if one of the new and old policies is implemented based on Window (Window-based) and the other is implemented based on Rate-based (Rate-based), the following equation is used to convert the new and old policies into the new and old policies
Rate-congestion window/latest round trip delay
For example, when the original congestion control policy in the network protocol stack is a congestion control policy based on a congestion window and the first congestion control policy is a congestion control policy based on a rate, the conversion mode of the congestion window and the network rate is determined by the formula: the rate is the congestion window/most recent round trip delay and the transition is made. For other variables, assigning values by using the variables maintained in the first step as much as possible; if the old policy does not maintain the state variables needed by the new policy, assigning an initial value to the default value of the new policy
And finally, setting the initial state of the new strategy as a bandwidth detection state, and enabling related variables of the new strategy to be adaptively updated in detection.
On the basis of the foregoing embodiment, the step of acquiring status information of network connection in a network protocol stack includes: and simultaneously acquiring the state information of the network connection of a TCP layer and an HTTP layer, or acquiring the state information of the network connection above a UDP transmission layer.
Specifically, in another embodiment, in the network data acquisition, data may be extracted from a network protocol stack other than the kernel protocol stack of the operating system, such as a user space protocol stack, to select a congestion control policy;
congestion control policies may also be selected and configured for connections online using network data collected offline rather than real-time data;
meanwhile, network data of different layers can be collected from a network protocol stack for analysis and congestion control strategies can be selected, such as collecting network data of a TCP layer and an HTTP layer at the same time, or collecting network data above a UDP transmission layer.
The congestion control policy selected based on the data analysis may be implemented not in the operating system kernel, but in the user space.
The congestion control strategy selected after the analysis based on the network state information can be completed by a preset rule or realized by a pre-constructed neural network and other modes.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a network congestion control policy switching system according to an embodiment of the present invention, where the system includes: an information acquisition module 41, a selection module 42 and a switching module 43.
The information obtaining module 41 is configured to obtain status information of network connection in a network protocol stack.
The selection module 42 is configured to match a first congestion control policy adapted to the status information of the current network connection according to the status information of the network connection.
The switching module 43 is configured to switch the congestion control policy in the network protocol stack to the first congestion control policy.
Specifically, when performing congestion control policy switching, first, status information of network connections in a network protocol stack is collected. Wherein, the state information of the network connection in the network protocol stack at least comprises: one or more of an ACK signal, a NACK signal, a Retransmission Timeout (RTO), a Round-Trip Time (RTT), an available Bandwidth (Bandwidth), and a Loss rate (Loss rate).
After the network connection state information in the network protocol stack is acquired, the network connection state information is analyzed, the network characteristics of each connection running in the server are identified, and an adaptive congestion control strategy, namely a first congestion control strategy, is matched according to the network characteristics.
And after the first congestion control strategy is matched, switching the first congestion control strategy into a congestion control strategy used in a network protocol stack. In specific implementation, the initial state of the new strategy is set as a bandwidth detection state, so that the related variables of the new strategy are adaptively updated in detection.
Through the system, the congestion control algorithm suitable for the network connection is selected for the network connection according to the characteristics of the different connections, and different algorithms can be selected for each network connection at different time stages so as to adapt to the dynamic change of factors such as network load and the like.
On the basis of the above embodiment, the selection module is specifically configured to:
acquiring the network characteristics of the network connection according to the state information of the network connection; and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
The algorithm switching module is further configured to: when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula: and converting the congestion window and the rate in the first congestion control strategy.
Specifically, referring to the system framework diagram shown in fig. 3, the agent, which runs in the kernel space, includes an information acquisition module and a switching module, where the information acquisition module is used for data collection: each Time a connection receives feedback information from the network, such as an Acknowledgement (ACK) packet arrival or a Retransmission Timeout (RTO) and the like, the agent extracts monitoring information of a related event or state, such as Round-Trip Time (RTT), available Bandwidth (Bandwidth), Loss rate (Loss rate) and the like, from a network protocol stack, and then writes them into an uplink pipe,
the selector is a selection module and runs in the same server or other servers. Data is read from the upstream pipe, the data is analyzed to identify the characteristics of each connection and select an appropriate congestion control policy for the connection according to a given rule, and then the algorithm name is written into the downstream pipe.
The selector maintains a corresponding state for each network connection in the memory, the selector updates the state of the corresponding connection with the data each time the data is read from the uplink pipeline, and when the state update is completed, if the state and a given rule show that the connection needs to be switched with an algorithm, the selector writes a notification of the switching algorithm into the downlink pipeline. To improve the efficiency of implementation, the selector reads data in the pipeline using Batch processing (Batch processing), where a Batch of data is read and written at a time instead of a single data.
The switching module is used for executing the switching of the congestion control strategy, in order to ensure the smoothness of the switching of the congestion control strategy, the agent needs to complete the whole switching process in three steps, and firstly, commonly used observation variables including minimum round-trip delay, maximum congestion window, maximum available bandwidth and the like are explicitly maintained for each connection.
Secondly, when policy switching needs to be performed, in order to avoid a sharp drop in the performance of a connection, the new policy needs to extend the congestion Window or Rate of the old algorithm, and if one of the new and old policies is implemented based on Window (Window-based) and the other is implemented based on Rate-based (Rate-based), the following equation is used to convert the new and old policies into the new and old policies
Rate-congestion window/latest round trip delay
For example, when the original congestion control policy in the network protocol stack is a congestion control policy based on a congestion window and the first congestion control policy is a congestion control policy based on a rate, the conversion mode of the congestion window and the network rate is determined by the formula: the rate is the congestion window/most recent round trip delay and the transition is made. For other variables, assigning values by using the variables maintained in the first step as much as possible; if the old policy does not maintain the state variables needed by the new policy, assigning an initial value to the default value of the new policy
And finally, setting the initial state of the new strategy as a bandwidth detection state, and enabling related variables of the new strategy to be adaptively updated in detection.
In another embodiment of the present invention, the present embodiment supports a multi-core CPU architecture, and adopts a Per-core structure (Per-core structure): when deployed in a multi-core environment, there is no contention for data between cores, and each core runs its own functional component independently and provides services for all connections on that core. Meanwhile, as shown in fig. 5, the invention also supports a multi-server scenario, that is, network monitoring or historical data of multiple servers are gathered on one server to realize the function of a selector in a centralized manner, and dynamic configuration of a congestion control algorithm running on-line connection on the multiple servers is supported.
Fig. 6 illustrates a schematic structural diagram of a network congestion control policy switching device, and as shown in fig. 6, the server may include: a processor (processor)610, a memory (memory)630, and a bus 640, wherein the processor 610 and the memory 630 communicate with each other via the bus 640. The processor 610 may call logic instructions in the memory 630 to perform the following method: acquiring state information of network connection in a network protocol stack; according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection; and switching the congestion control strategy in the network protocol stack into a first congestion control strategy.
The present embodiments also provide a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions that, when executed by a computer, enable the computer to perform the methods provided by the above-described method embodiments, for example, including: acquiring state information of network connection in a network protocol stack; according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection; and switching the congestion control strategy in the network protocol stack into a first congestion control strategy.
The present embodiments provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the methods provided by the above method embodiments, for example, including: acquiring state information of network connection in a network protocol stack; according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the current network connection; and switching the congestion control strategy in the network protocol stack into a first congestion control strategy.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.
Claims (8)
1. A network congestion control policy switching method is characterized by comprising the following steps:
acquiring state information of network connection in a network protocol stack;
according to the state information of the network connection, matching a first congestion control strategy adapted to the state information of the network connection;
switching the congestion control strategy in the network protocol stack to a first congestion control strategy;
in the step of switching the congestion control policy in the network protocol stack to the first congestion control policy, the method further includes:
when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula:
rate = congestion window/last round trip delay,
implementing a transition of congestion windows and rates in the first congestion control policy;
under the condition that the congestion control strategy in the network protocol stack does not have the state variable required by the first congestion control strategy, taking the default value of the first congestion control strategy as the initial value of the required state variable;
under the condition that the congestion control strategy in the network protocol stack has the state variable required by the first congestion control strategy, taking the value of the state variable corresponding to the congestion control strategy in the network protocol stack as the initial value of the required state variable;
and setting the initial state of the first congestion control policy to a bandwidth probing state.
2. The method of claim 1, wherein the status information of the network connection in the network protocol stack comprises at least: one or more of an ACK signal, a NACK signal, a time-out retransmission signal, a round-trip delay, available bandwidth, and a packet loss rate.
3. The method according to claim 1, wherein the step of matching the first congestion control policy adapted to the status information of the network connection according to the status information of the network connection specifically comprises:
acquiring the network characteristics of the network connection according to the state information of the network connection;
and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
4. The method of claim 1, wherein the step of obtaining status information of network connections in a network protocol stack comprises:
and simultaneously acquiring the state information of the network connection of a TCP layer and an HTTP layer, or acquiring the state information of the network connection above a UDP transmission layer.
5. A network congestion control policy switching system, comprising:
the information acquisition module is used for acquiring the state information of network connection in the network protocol stack;
the selection module is used for matching a first congestion control strategy adapted to the state information of the network connection according to the state information of the network connection;
the switching module is used for switching the congestion control strategy in the network protocol stack into a first congestion control strategy;
the switching module is further configured to: when the implementation manners of the congestion control strategy and the first congestion control strategy in the network protocol stack are different, according to a formula:
rate = congestion window/last round trip delay,
implementing a transition of congestion windows and rates in the first congestion control policy;
under the condition that the congestion control strategy in the network protocol stack does not have the state variable required by the first congestion control strategy, taking the default value of the first congestion control strategy as the initial value of the required state variable;
under the condition that the congestion control strategy in the network protocol stack has the state variable required by the first congestion control strategy, taking the value of the state variable corresponding to the congestion control strategy in the network protocol stack as the initial value of the required state variable;
and setting the initial state of the first congestion control policy to a bandwidth probing state.
6. The system of claim 5, wherein the selection module is specifically configured to:
acquiring the network characteristics of the network connection according to the state information of the network connection;
and matching the adaptive first congestion network control strategy by a method of display matching or implicit mapping according to the network characteristics.
7. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
8. A network congestion control policy switching apparatus, comprising:
at least one processor; and at least one memory coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811075075.0A CN109150743B (en) | 2018-09-14 | 2018-09-14 | Network congestion control strategy switching method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811075075.0A CN109150743B (en) | 2018-09-14 | 2018-09-14 | Network congestion control strategy switching method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109150743A CN109150743A (en) | 2019-01-04 |
CN109150743B true CN109150743B (en) | 2021-11-26 |
Family
ID=64825485
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811075075.0A Active CN109150743B (en) | 2018-09-14 | 2018-09-14 | Network congestion control strategy switching method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109150743B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113454958A (en) * | 2019-02-18 | 2021-09-28 | 上海诺基亚贝尔股份有限公司 | Method and apparatus for determining TCP congestion window |
CN112422441B (en) * | 2020-03-05 | 2022-10-04 | 上海哔哩哔哩科技有限公司 | Congestion control method and system based on QUIC transmission protocol |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101115002A (en) * | 2007-03-19 | 2008-01-30 | 重庆邮电大学 | Method for improving wireless self-organizing network performance using TCP Veno |
US9100871B2 (en) * | 2011-03-10 | 2015-08-04 | Optis Cellular Technology, Llc | Hybrid congestion control |
CN102882803B (en) * | 2012-10-11 | 2015-12-16 | 四川大学 | A kind of mixing jamming control method based on packet loss and time delay |
WO2015168909A1 (en) * | 2014-05-08 | 2015-11-12 | 华为技术有限公司 | Data transmission control node, communication system and data transmission management method |
-
2018
- 2018-09-14 CN CN201811075075.0A patent/CN109150743B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN109150743A (en) | 2019-01-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN114145001B (en) | Rate optimized congestion management | |
CN110730105B (en) | Picture data transmission method, device, equipment and storage medium | |
CN105991462B (en) | Sending method, sending device and the system of transmission control protocol TCP data packet | |
US11689646B2 (en) | Network packet processing method and apparatus and network server | |
CN112887217B (en) | Control data packet sending method, model training method, device and system | |
CN111343097B (en) | Link load balancing method and device, electronic equipment and storage medium | |
CN109150743B (en) | Network congestion control strategy switching method and system | |
US20170181211A1 (en) | Method and apparatus for web browsing on multihomed mobile devices | |
CN117938755B (en) | Data flow control method, network switching subsystem and intelligent computing platform | |
CN115277581A (en) | Network transmission control method and device, computer equipment and storage medium | |
CN117376212A (en) | Network rate adjustment method and device, storage medium and electronic equipment | |
US10666565B2 (en) | Method to measure relative QOS gains and to reduce the variance in QOS for similar connections for during bandwidth contention | |
CN111405531A (en) | Method, medium, terminal and device for improving communication quality | |
Manso et al. | Cloud-native SDN controller based on micro-services for transport networks | |
Noman et al. | A Comparative Performance Analysis for Static and Dynamic Load Balancing Techniques in Software Defined Network Environment | |
US20220019871A1 (en) | Method for Adapting a Software Application Executed in a Gateway | |
Gao et al. | An end-to-end flow control method based on dqn | |
Huang et al. | Tuning the aggressive TCP behavior for highly concurrent HTTP connections in data center | |
CN111786979A (en) | Power attack identification method based on multi-mode learning | |
CN111147386A (en) | Method, electronic device and computer program product for handling data transmission congestion | |
JP7188280B2 (en) | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND COMPUTER PROGRAM | |
CN114826939B (en) | Network traffic analysis method of K8S cluster | |
Li et al. | Noninvasive real-time traffic and congestion control algorithm based on policy | |
Jie et al. | F 2-HPCC: Achieve Faster Convergence and Better Fairness for HPCC | |
Λάζαρης | Design and implementation of an analytics application in software defined networks |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |