WO2011144141A1 - Procédé, système et dispositif de réseau pour gestion de congestion - Google Patents

Procédé, système et dispositif de réseau pour gestion de congestion Download PDF

Info

Publication number
WO2011144141A1
WO2011144141A1 PCT/CN2011/075163 CN2011075163W WO2011144141A1 WO 2011144141 A1 WO2011144141 A1 WO 2011144141A1 CN 2011075163 W CN2011075163 W CN 2011075163W WO 2011144141 A1 WO2011144141 A1 WO 2011144141A1
Authority
WO
WIPO (PCT)
Prior art keywords
network bandwidth
bandwidth information
end device
network
data transmission
Prior art date
Application number
PCT/CN2011/075163
Other languages
English (en)
Chinese (zh)
Inventor
崔翔嵩
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2011144141A1 publication Critical patent/WO2011144141A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/25Flow control; Congestion control with rate being modified by the source upon detecting a change of network conditions

Definitions

  • the embodiments of the present invention relate to communication technologies, and in particular, to a congestion control method and system, and a network device. Background technique
  • TCP Transmission Control Protocol
  • Congestion control is an important control function for TCP to ensure reliable transmission of data in a packet network. Congestion control refers to the control of sending data to the network to avoid congestion caused by excessive data and beyond the limits that the intermediate network can withstand.
  • the sender device adjusts the size of the transmission window according to the number of received ACK messages, thereby adjusting the data transmission rate, thereby implementing congestion control.
  • the receiving end device receives the packet data and returns the ACK message, which is affected by many network factors. Therefore, the sending end device calculates the sending window size according to the number of received ACK messages, and performs congestion control according to the size of the sending window, thereby causing low control precision.
  • the embodiments of the present invention provide a congestion control method and system, and a network device, to solve the problem that the control precision of the transmitting device is low when performing congestion control.
  • a congestion control method including:
  • a network device including:
  • An acquiring module configured to acquire network bandwidth information of a data transmission path between the sender device and the receiver device;
  • a processing module configured to perform an adjustment process on the data sending rate according to the network bandwidth information acquired by the acquiring module
  • a sending module configured to send, according to the processing module, the processed data transmission rate, to send the packet data to the receiving end device.
  • a congestion control system including: a sender device and a receiver device, where the sender device is configured to acquire a network bandwidth of a data transmission path between the sender device and the receiver device. And adjusting the data transmission rate according to the network bandwidth information; and sending the packet data to the receiving end device according to the adjusted data transmission rate;
  • the receiving end device is configured to receive packet data sent by the sending end device.
  • the transmitting end device adjusts the data transmission rate by using the network bandwidth information, so that the data sending rate changes around the network bandwidth information, and therefore, the sending end device adjusts the data sending rate.
  • the precision is high so that there is no large fluctuation in the sliding window mechanism.
  • the data transmission rate of the packet data sent by the sender device is matched with the capability of the data transmission path, so that the packet data can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized to avoid waste of network resources. .
  • Embodiment 1 is a flowchart of Embodiment 1 of a congestion control method according to the present invention
  • Embodiment 2 is a flowchart of Embodiment 2 of a congestion control method according to the present invention
  • Embodiment 3 is a flowchart of Embodiment 3 of a congestion control method according to the present invention.
  • Embodiment 4 is a flowchart of Embodiment 4 of a congestion control method according to the present invention.
  • Embodiment 5 is a flowchart of Embodiment 5 of a congestion control method according to the present invention.
  • FIG. 6 is a schematic structural diagram of an embodiment of a network device according to the present invention.
  • Figure ⁇ is a schematic structural view of Embodiment 1 of the congestion control system of the present invention.
  • FIG. 8 is a schematic structural diagram of Embodiment 2 of a congestion control system according to the present invention. detailed description
  • Embodiment 1 is a flowchart of Embodiment 1 of a congestion control method according to the present invention. As shown in FIG. 1, the method in this embodiment may include:
  • Step 101 Obtain network bandwidth information of a data transmission path between the source device and the receiver device.
  • Packet networks have two capabilities: packet data forwarding capabilities and packet data caching capabilities. There is no direct connection between these two capabilities.
  • the router As a packet storage and forwarding device, the router has a strong queue storage function. That is to say, the packet data sent by the sending device to the receiving device can be cached in the router and then forwarded to the receiving device. Therefore, For this part of the buffered packet data, the time when the ACK message is fed back to the sender device will be Delay. Or, the data transmission path, under the influence of many other network factors, discards the ACK message fed back to the sender device, causing the sender device to mistakenly believe that the network data is congested, resulting in packet data transmission failure.
  • the transmitting device since the delayed ACK message is not received within a certain period of time, the transmitting device will consider that congestion occurs, and then reduce the size of the transmission window, and subsequently receive these delayed ACK messages. At the same time, the transmitting device will consider the congestion state to be eliminated, and then increase the size of the sending window. Therefore, the congestion control method of the prior art is likely to cause a large fluctuation in the size of the transmission window, and the network forwarding capability cannot be fully utilized effectively. Moreover, the transmitting device cannot confirm whether the packet data is transmitted in the adjusted transmission window, and congestion occurs. When the transmission window is increased beyond the actual packet forwarding capability of the network, the excess packet data will be discarded by the network, resulting in waste of network resources.
  • the transmitting device can adjust the packet according to the current network environment.
  • the data transmission rate of the data to avoid congestion.
  • the sender device can obtain network bandwidth information of a data transmission path between the sender device and the receiver device.
  • the embodiment does not limit the manner in which the source device obtains the network bandwidth information.
  • the network bandwidth information is not included in the message, and the network device obtains the network bandwidth information from the network entity.
  • the network bandwidth information is not limited to be sent by the receiving device, and may be sent to any network entity in the network that has network bandwidth monitoring or network bandwidth management functions.
  • a person skilled in the art can adjust the monitoring or management period of the network bandwidth information as needed, or adjust the bandwidth management monitoring mode to event triggering, so that the sending end device can flexibly provide according to the network bandwidth monitoring or the network bandwidth management unit.
  • the network bandwidth information adjusts the data transmission rate.
  • Step 102 Perform adjustment processing on a data transmission rate according to the network bandwidth information.
  • the sending device can learn the current network environment. Ben Those skilled in the art can understand that the network bandwidth information is not limited to the network bandwidth itself, but represents any parameter that can reflect the network bandwidth information.
  • the transmitting device can increase the data sending rate correspondingly, and the network bandwidth reflected by the network bandwidth information is poor. For example, when congestion has occurred, The sender device can reduce the data transmission rate accordingly. Therefore, in this embodiment, the network bandwidth information can be used as a reference standard for adjusting the data transmission rate, so that the data transmission rate changes around the network bandwidth information. Therefore, the accuracy of the data transmission rate adjustment by the transmitting device is higher. High, without the large fluctuations of the sliding window mechanism.
  • the operation of adjusting the data transmission rate may be performed by the sender device directly adjusting the data transmission rate according to the network bandwidth information, or may be expressed by the sender device according to the network bandwidth information. Adjust the size of the send window.
  • the data transmission rate may be the number of data packets transmitted per unit time or the number of data bits transmitted per unit time.
  • Step 103 Send packet data to the receiving end device according to the data transmission rate after the adjustment processing.
  • the sending end device Since the network bandwidth information can objectively reflect the network environment, and does not depend on the number of ACK messages received by the sending end device and the size of the sending window, the sending end device sends the packet data at the adjusted data sending rate.
  • the capabilities of the data transmission path are matched, so that the packet data can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized to avoid waste of network resources.
  • the source device adjusts the data transmission rate by using the network bandwidth information, so that the data transmission rate changes around the network bandwidth information, so the sender device adjusts the data transmission rate.
  • the accuracy is high without significant fluctuations.
  • the sending end device transmits the packet data at the adjusted data transmission rate to match the capability of the data transmission path, thereby enabling the packet data to be transmitted without congestion. Transmission on the transmission path can fully utilize the network performance and avoid waste of network resources.
  • Embodiment 2 is a flowchart of Embodiment 2 of the congestion control method of the present invention.
  • the network bandwidth information is obtained by the device at the sending end.
  • the method in this embodiment may include:
  • Step 201 The sending end device establishes a TCP connection with the receiving end device.
  • the initiator of establishing a TCP connection can be either a sender device or a sink device.
  • Step 202 The sending device initializes a congestion control parameter.
  • the sender device can initialize congestion control parameters, such as the number of packets that can be sent before receiving the acknowledgment message, the bandwidth/rate calculation period 1, the data transmission rate, and the increase of the path bandwidth.
  • congestion control parameters such as the number of packets that can be sent before receiving the acknowledgment message, the bandwidth/rate calculation period 1, the data transmission rate, and the increase of the path bandwidth.
  • Step 203 The sending end device sends the first packet data packet to the receiving end device, and records the sending time ⁇ 0, and then continues to send other packet data packets until the N packet data packets are completely sent.
  • Step 204 The sending end device receives the first acknowledgement message sent by the receiving end device, records the receiving time 71, and calculates an initial data sending rate Rate.
  • the receiving end device may send an ACK message to the sending end device, where the ACK message includes a byte sequence number of the expected next packet data packet, the byte
  • the sequence number can be used to indicate the packet data byte that has been received.
  • the expected byte sequence number of the next packet data packet is X, which means that the byte sequence number is the packet data byte before X-1. All have been received continuously, so that the sender device packet data byte can be successfully received.
  • the sending device After receiving the first ACK message, the sending device can record the receiving time ⁇ 1 of the ACK message and enter the rate controlled phase.
  • this embodiment can calculate the initial data transmission rate Rate by applying formula (4).
  • Rate represents the data transmission rate during the transmission of the packet data packets X to y by the transmitting device
  • Ty represents the time at which the packet data packet y is transmitted
  • Tx represents the time at which the packet data packet X is transmitted.
  • 8 ⁇ packet _ size i represents the sum of the total number of bits transmitted by the transmitting device during the transmission of the packet data X ⁇ y.
  • Step 205 The sending end device receives multiple ACK messages sent by the receiving end device, and calculates and obtains network bandwidth information according to the received ACK message.
  • the sending end device may calculate and obtain network bandwidth information according to the received acknowledgment information included in the at least two ACK messages sent by the receiving end device and the receiving time of the acknowledgment message.
  • the acknowledgement information is sent by the receiving end device to the sending end device in an ACK message.
  • the receiving end device may send an ACK message to the sending end device, indicating that the packet data packet sent by the sending end device is successfully received, and the acknowledgement information included in the ACK message may be expected.
  • the byte sequence number of the next packet packet may also contain a selective acknowledgment parameter.
  • the selective confirmation parameter is used to indicate the sending end device, and the receiving end device receives the packet data packet that is not continuously received in sequence. For example, the receiving end device indicates that the byte sequence number of the next packet data packet expected by the transmitting end device is XI.
  • the selective acknowledgement parameter indicates that the packet data byte with sequence number X2 ⁇ X3 has been received, which means that the receiving device waits to receive the packet data packet with the byte sequence number XI - X2-1 and the byte sequence number greater than X3. .
  • the transmitting device After receiving each ACK message, the transmitting device records the receiving time of the ACK message, for example, time T2, ⁇ 3, ⁇ 4, and confirms the amount of data that has been successfully received by the receiving device according to the received ACK message and the received data.
  • the receiving time of the previous ACK message and the last ACK message is calculated to obtain network bandwidth information.
  • the sending device may select two acknowledgment messages as needed, or select the first acknowledgment message and the last acknowledgment message in the period according to the bandwidth measurement period, and the bandwidth calculation period has passed after establishing the TCP connection in step 201.
  • the parameter initialization in step 202 is given. It can be understood by those skilled in the art that by adjusting the bandwidth calculation period, the update frequency of the packet transmission rate can be adjusted.
  • the network bandwidth information can be calculated by using the formula (1), ⁇ J . ⁇ ⁇ 8x [(Seq2 - Seql) + (SACK2 block - SACK1 block)], 1
  • T ACK2 - T ACK1 J Bandwidth is the network bandwidth
  • Seq2 is the consecutive acknowledgment sequence number of the next ACK message
  • Seql is the consecutive acknowledgment sequence number of the previous ACK message
  • SACK2_block is the word of the selective acknowledgment parameter in the latter ACK message.
  • the number of sections, SACKl_block is the number of bytes of the selective acknowledgment parameter in the previous ACK message
  • T_ACK2 is the reception time of the latter ACK message
  • T_ACK1 is the reception time of the previous ACK message.
  • the sender device can only use the continuous acknowledgment message or the ACK message with the selective acknowledgment parameter for bandwidth calculation, and cannot use the duplicate acknowledgment message for bandwidth calculation.
  • Seql and Seq2 are the sequence numbers of the packet data packets, because the packet sequence number is used for cyclic scrolling. For example, the cycle number of the sequence number is 0 ⁇ 65535, then the next sequence number of 65535 is 0. For the case of Seql ⁇ Seq2, use the formula (1) to calculate
  • Cycle is the sequence number cycle. It should be noted that when the ACK message has a timestamp option parameter, T_ACK1 and T ACK2 can be replaced by the value of the timestamp in the respective ACK message.
  • the timestamp option parameter in the ACK message refers to the time information of the ACK message sent by the receiving device in the message when the ACK message is sent by the receiving device, and the transmitting device uses the time information to calculate the bandwidth parameter relative to the time. The calculated reception time calculates the bandwidth parameter, and the calculation accuracy is high.
  • Steps 202 to 205 above complete the process of the network device acquiring the network bandwidth information.
  • Step 206 Perform adjustment processing on the data transmission rate according to the network bandwidth information.
  • the adjustment processing may adopt a periodic processing manner, for example, periodically measuring a transmission rate of packet data, acquiring network bandwidth information, and adjusting a data transmission rate according to network bandwidth information during data transmission.
  • the sending end device adjusts the data sending rate to be greater than the rate of the network bandwidth information; if the repeated acknowledgment message is received or continuously received within the data sending rate adjusting period After multiple repeated acknowledgement messages, the sender device adjusts the data transmission rate to a rate less than the network bandwidth, and after receiving the normal acknowledgement message, calculates new network bandwidth information, and re-adjusts the network bandwidth information according to the new network bandwidth information.
  • the transmitting device adjusts the data transmission rate to a rate less than the network bandwidth or maintains a rate equal to the known network bandwidth, and re-receives After the confirmation message, the new network bandwidth information is calculated, and the data transmission rate is adjusted according to the new network bandwidth information.
  • the transmitting device receives a plurality of repeated acknowledgment messages set, for example, when the parameter is initialized, it is necessary to immediately resend the missing packet data, and immediately reduce the data transmission rate Rate of the transmitted packet data, for example, using parameter initialization.
  • the sending end device After the sending end device receives the new ACK message, the sending end device can recalculate the network bandwidth information, and adjust the data sending rate of the packet data packet according to the new network bandwidth information.
  • the source device can recalculate the network bandwidth information and adjust the data transmission rate of the packet data according to the new network bandwidth information.
  • the sending end device may also use the ratio of the average size of the sent packet data packet to the network bandwidth as the data sending rate, and the ratio is used as the number of packet data packets sent per second, and controls the sending end device to send the packet data packet. s speed.
  • Step 207 Send packet data to the receiving end device according to the data transmission rate after the adjustment processing.
  • step 206 and step 207 are repeated, and the sending device records the time of all the data packets being sent. If the data transmission rate is calculated periodically, as long as the rate calculation period arrives, the transmitting device calculates the data transmission rate according to the packet data and the cycle time transmitted in the rate calculation period. If the network bandwidth is calculated periodically, the transmitting device calculates the network bandwidth information as soon as the bandwidth calculation period arrives, and adjusts the data transmission rate in the data transmission rate adjustment period according to the newly calculated network bandwidth information.
  • the bandwidth calculation period and the data transmission rate calculation period used by the transmitting device can be set to be the same or close, so that the adjusted data transmission rate is as close as possible to the current network environment, thereby improving the adjustment precision.
  • the sender device can calculate the network bandwidth information according to the ACK message received in the bandwidth calculation period, so that the data transmission rate can be adjusted by using the network bandwidth information, so that the data transmission rate is around the network bandwidth.
  • the information changes and changes. Therefore, the accuracy of the data transmission rate adjustment by the transmitting device is high, and there is no significant Degree of fluctuations.
  • the transmitting end device transmits the packet data at the adjusted data transmission rate to match the capability of the data transmission path, so that the packet data can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized to avoid Waste of network resources.
  • FIG. 3 is a flowchart of Embodiment 3 of a congestion control method according to the present invention. As shown in FIG. 3, in the method of this embodiment, network bandwidth information is calculated by a receiving device and sent to a transmitting device, and the method in this embodiment is used.
  • Step 301 The sending end device sends a synchronization/start message (SYN) to the receiving end device, where the synchronization/start message includes a bandwidth parameter indication, where the bandwidth parameter indication is used to indicate that the requesting end device includes network bandwidth information in the ACK message.
  • SYN synchronization/start message
  • the sender device may include a bandwidth parameter indication in the establishment of the connection connection of the TCP connection, for example, the SYN message, the bandwidth parameter indication may indicate the receiving device, and the sending device supports the network bandwidth information in the ACK message, and the The device uses network bandwidth information in this TCP session.
  • the SYN message may also include a bandwidth/rate calculation period recommended by the source device.
  • the sending end device initiates the establishment of a TCP connection to the receiving end. It can be understood by those skilled in the art that the originating TCP connection may also be the receiving end device.
  • Step 302 The receiving end device sends a synchronization/confirmation message (SYN/ACK) to the sending end device, where the synchronization/confirmation message includes a bandwidth parameter indication.
  • SYN/ACK synchronization/confirmation message
  • the receiving end device After the receiving end device receives the synchronization/start message with the bandwidth parameter indication, if the receiving end device also supports the bandwidth parameter in the ACK message, and is willing to use the network bandwidth information in the current TCP session with the transmitting device, then The receiving end device may also include a bandwidth parameter indication in the SYN/ACK message fed back to the transmitting device.
  • the S YN/ACK message is also It can include the bandwidth/rate calculation period that the receiving device can support.
  • Step 303 The sending end device sends an ACK message to the receiving end device, where the ACK message includes a bandwidth parameter indication.
  • the ACK message may also include a bandwidth/rate calculation period negotiated between the sender device and the sink device.
  • the TCP connection between the sender device and the sink device is established, and the sender device and the receiver device agree to include network bandwidth information in the ACK message.
  • Step 304 The sender device initializes a congestion control parameter.
  • Step 305 The sending end device sends a packet data packet to the receiving end device.
  • the sender device can record the sending time of each packet data packet.
  • Step 306 After receiving the packet data packet sent by the sending end device, the receiving end device records the receiving time of each packet data packet, and sends an ACK message to the sending end device, where the ACK message includes network bandwidth information.
  • the receiving end device may send an ACK message to the sending end device, indicating that the packet data packet sent by the sending end device is successfully received, and the ACK message may include the expected next packet.
  • the byte order number of the packet may also contain a selective acknowledgment parameter.
  • the selective confirmation parameter is used to indicate the sending end device, and the receiving end device receives the packet data packet that is not continuously received in sequence. For example, the receiving end device indicates that the byte sequence number of the next packet data packet expected by the transmitting end device is XI.
  • the selective acknowledgement parameter indicates that the packet data byte with the sequence number is X2 ⁇ X3 has been received, which means that the receiving device waits to receive the packet data with the byte sequence number XI - X2-1 and the byte sequence number greater than X3. package.
  • the receiving device may obtain network bandwidth information by calculating the data amount of the average received packet data in a unit time, for example, according to The sum of the data amounts of all the packet data packets received in a certain period of time, and the receiving time of the first packet data packet received during the time period and the receiving time of the last packet data packet, and calculating the network bandwidth information, specifically
  • the calculation method may be the sum of the data amounts of all the data packets in a certain period of time divided by the duration of the time period.
  • the sending end device may calculate the initial data sending rate Rate according to formula (4), and calculate the data sending rate Rate according to the formula (3) period in the subsequent data sending process, and the implementation principle thereof. Similar, it will not be described here.
  • Step 307 After receiving the ACK message including the network bandwidth information, the sending device may adjust the data sending rate according to the network bandwidth information.
  • the adjustment processing can be implemented by using the specific implementation manner described in the foregoing step 206, and details are not described herein again.
  • Step 308 The sending end device sends a packet data packet to the receiving end device according to the data sending rate after the adjustment processing.
  • the receiving device can calculate the network bandwidth information, and calculate the acquired network bandwidth information.
  • the device sends the data to the sending device, so that the sending device can adjust the data sending rate in the data sending rate adjustment period according to the newly calculated network bandwidth information.
  • the bandwidth calculation period and the data transmission rate adjustment period used by the transmitting device can be set to be the same or close, so that the adjusted data transmission rate is as close as possible to the current network environment, thereby improving the adjustment precision.
  • the receiving end device may calculate the difference between the number of packet data packets received during the period and the reception time of the first packet data packet in the bandwidth calculation period and the reception time of the last packet data packet.
  • the value, the network bandwidth information is calculated, and the calculated network bandwidth information is sent to the sending device by using an acknowledgement message, so that the sending device can adjust the data sending rate according to the network bandwidth information, so that the data sending rate is around the network.
  • the bandwidth information changes due to changes in the bandwidth information. Therefore, the accuracy of the data transmission rate adjustment by the transmitting device is high without significant fluctuations.
  • the network bandwidth information calculated by the embodiment is more accurate than the technical solution of the second embodiment of the congestion control method.
  • the sending end device transmits the packet data packet at the adjusted data transmission rate to match the capability of the data transmission path, so that the packet data packet can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized. , to avoid wasting network resources.
  • a sender device may obtain network bandwidth information from a network function entity having a bandwidth measurement or bandwidth management function.
  • the method of an embodiment may include:
  • Step 401 The sending end device establishes a TCP session with the receiving end device.
  • Step 402 The source device acquires network bandwidth information from a network function entity having a bandwidth measurement or bandwidth management function.
  • the manner in which the sending end device obtains the network bandwidth information may be that the sending end device directly sends a query request to the network function entity, and receives a response message that is sent by the network function entity and carries the network bandwidth information, or may be a network function entity actively
  • the sender device sends network bandwidth information.
  • the above two methods can be used to query/response and indicate transactions periodically, or event-triggered query/response and indication transactions.
  • the sending device queries the network bandwidth information after successfully establishing a TCP session, and the sending device receives the information. After the acknowledgment message is repeated, the network bandwidth information is queried, the network bandwidth information is queried when the sending device fails to confirm the timeout, or the network function entity detects the network bandwidth information and sends the network bandwidth information to the sending device immediately.
  • the network function entity with bandwidth measurement or bandwidth management function can be either on the sender device or on other devices. If the network function entity is on other devices, the sender device can Establish a network connection with the device.
  • the network function entity may be a channel management unit of an Asynchronous Transfer Mode (ATM), which may obtain a configured bandwidth of an ATM channel, or may be a wireless network control unit of a radio access network. It can get empty The bandwidth capability of the medium interface radio bearer, or may be a resource management unit of the router, which can obtain the packet forwarding capability allocated for the specified interface.
  • ATM Asynchronous Transfer Mode
  • the sending end device may immediately retransmit the missing packet data packet, and immediately query the network function entity for the network bandwidth information;
  • the missing packet data packet can also be retransmitted immediately, and the network function entity is immediately queried for network bandwidth information.
  • Step 403 Perform adjustment processing on the data sending rate according to the network bandwidth information.
  • Step 404 Send packet data to the receiving end device according to the data transmission rate after the adjustment processing.
  • Step 403 and step 404 can be repeatedly executed in the TCP session, and the implementation methods of the steps 403 and 404 are similar to the implementation methods of the first embodiment to the third embodiment of the congestion control method, and are not described herein again.
  • the sender device can obtain the network bandwidth information from a network function entity having a bandwidth measurement or bandwidth management function, thereby eliminating the burden of calculating the network bandwidth information by the sender device or the receiver device itself. And can obtain more accurate network bandwidth information, the sending device can directly use the network function entity to monitor the acquired network bandwidth information to adjust the data transmission rate, so that the data sending rate changes around the network bandwidth information, therefore, The transmitting device adjusts the data transmission rate with high precision without significant fluctuations. Moreover, the transmitting end device transmits the packet data at the adjusted data transmission rate to match the capability of the data transmission path, so that the packet data can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized to avoid Waste of network resources. In addition, the network function entity can be maintained separately without changing the sender device and the sink device.
  • a receiving end device may be a network functional entity having bandwidth measurement or bandwidth management functions. Obtaining the network bandwidth information, and then sending the network bandwidth information to the sending device, the method in this embodiment may include:
  • Step 501 The sending end device establishes a TCP session with the receiving end device.
  • Step 502 The receiving end device acquires network bandwidth information from a network function entity having a network bandwidth measurement function or a network bandwidth management function.
  • the manner in which the receiving end device obtains the network bandwidth information may be that the receiving end device directly sends a query request to the network function entity having the network bandwidth measurement function or the network bandwidth management function, and receives the network bandwidth information sent by the network function entity.
  • the response message may also be that the network function entity having the network bandwidth measurement function or the network bandwidth management function actively sends the network bandwidth information to the receiving end device.
  • the above two methods can be used for query/response and indication transactions periodically, or event-triggered query/response and indication transactions.
  • the receiving device queries the network bandwidth information after successfully establishing a TCP session, and the receiving device is in the direction.
  • the network function entity that queries the network bandwidth information or has the network bandwidth measurement function or the network bandwidth management function after transmitting the duplicate acknowledgement message sends the network bandwidth information to the receiving end device immediately after the network bandwidth changes.
  • the network function entity having the network bandwidth measurement function or the network bandwidth management function may be on the receiving end device or on other devices, if the network functional entity is on other devices, The receiving device can establish a network connection with the device.
  • the network function entity may be an ATM channel management unit, which may obtain the configured bandwidth of the ATM channel, or may be a radio network control unit of the radio access network, which may obtain the bandwidth capability of the air interface radio bearer allocation. Or it may be a resource management unit of the router, which can obtain the packet forwarding capability assigned to the specified interface.
  • Step 503 The receiving end device sends the network bandwidth information to the sending end device.
  • the receiving end device may send network bandwidth information to the sending end device through an ACK message, or may send network bandwidth information to the sending end device by using a new session message.
  • Sending terminal After receiving the message containing the network bandwidth information, if the sending device does not support the method of adjusting the data sending rate according to the network bandwidth information, the message may be discarded. If the sending device supports, the network bandwidth may be received according to the received network bandwidth. The information adjusts the data transmission rate of the packet data packet.
  • Step 504 The sending end device adjusts the data sending rate according to the network bandwidth information.
  • Step 505 Send packet data to the receiving end device according to the data transmission rate after the adjustment processing.
  • Steps 502 to 505 can be repeatedly executed in the TCP session, and the implementation methods of the steps 504 and 505 are similar to the implementation methods of the first embodiment to the third embodiment of the congestion control method, and are not described herein again.
  • the receiving end device may acquire the network bandwidth information from a network function entity having a network bandwidth measurement function or a network bandwidth management function, and send the network bandwidth information to the sending end device, thereby eliminating
  • the sender device or the receiver device itself calculates the burden of network bandwidth, and can obtain more accurate network bandwidth information.
  • the transmitting device can directly adjust the data sending rate by using the network bandwidth information acquired from the receiving device, so that the data sending rate changes around the network bandwidth. Therefore, the accuracy of the data transmission rate adjustment by the transmitting device is higher. High, without significant fluctuations.
  • the transmitting end device transmits the packet data at the adjusted data transmission rate to match the capability of the data transmission path, so that the packet data can be transmitted on the uncongested data transmission path, and the network performance can be fully utilized to avoid Waste of network resources.
  • the network function entity can be maintained separately without changing the sender device and the sink device.
  • FIG. 6 is a schematic structural diagram of an embodiment of a network device according to the present invention.
  • the network device in this embodiment includes: an obtaining module 11, a processing module 12, and a sending module 13, where the obtaining module 11 is configured to acquire a sending end device.
  • the processing module 12 is configured to adjust the data sending rate according to the network bandwidth information acquired by the acquiring module 11; the sending module 13 is configured to adjust the processing according to the processing module 12 Number Packet data is transmitted to the receiving device according to the transmission rate.
  • the network device of this embodiment may be used to implement the technical solution of the first embodiment of the congestion control method shown in FIG. 1, and the implementation principle is similar to the technical effect, and details are not described herein again.
  • the obtaining module 1 1 may be specifically configured to calculate, according to the received confirmation information in the acknowledgement message sent by the receiving device and the receiving time of the acknowledgement message, Calculating the network bandwidth information; or calculating and acquiring the network according to the received confirmation information in the confirmation message sent by the receiving end device, the time information included in the subsequent confirmation message, and the time information included in the previous confirmation message.
  • the acknowledgment message includes network bandwidth information
  • the network bandwidth information is obtained by the receiving end device to calculate the data volume of the average received packet data packet per unit time Or obtained from a network function entity having bandwidth measurement or bandwidth management functions; or acquiring the network bandwidth information from a network function entity having bandwidth measurement or bandwidth management functions.
  • the obtaining module 1 1 can obtain the network bandwidth information in the foregoing manner, and the methods respectively correspond to the second embodiment to the fourth embodiment of the congestion control method shown in FIG. 2 to FIG. 4, and the implementation principle and technical effects are similar, and details are not described herein again. .
  • Figure ⁇ is a schematic structural diagram of Embodiment 1 of the congestion control system of the present invention.
  • the system in this embodiment may include: a sender device 1 and a receiver device 2, where the sender device 1 is configured to acquire a sender device. 1 and network bandwidth information of the data transmission path between the receiving device 2; adjusting the data transmission rate according to the network bandwidth information; and transmitting the packet data to the receiving device 2 according to the adjusted data transmission rate;
  • the device 2 is configured to receive packet data sent by the source device 1.
  • the system of the present embodiment can be used to implement the technical solution of the first embodiment of the congestion control method shown in FIG. 1, and the implementation principle is similar and technical effects, and details are not described herein again.
  • the transmitting device 1 may be specifically configured to be sent according to the received device by the receiving device. Confirming the receipt time of the confirmation information and the confirmation message included in the message, and calculating the network bandwidth information; or receiving the confirmation information in the confirmation message sent by the receiving device, and the time included in the subsequent confirmation message. The information and the time information included in the previous confirmation message are calculated to obtain the network bandwidth information.
  • the transmitting device 1 and the receiving device 2 can perform the technical solution of the second embodiment of the congestion control method shown in FIG. 2, which has similar implementation principles and technical effects, and details are not described herein again.
  • the receiving device 2 can be specifically configured to send an acknowledgement message including network bandwidth information to the transmitting device 1, and the network bandwidth information is a receiving device. 2 Calculate the amount of data of the average received packet data per unit time.
  • the transmitting device 1 and the receiving device 2 can perform the technical solution of the third embodiment of the congestion control method shown in FIG. 3, and the implementation principle is similar and technical effects, and details are not described herein again.
  • FIG. 8 is a schematic structural diagram of Embodiment 2 of a congestion control system according to the present invention.
  • the system in this embodiment further includes: a network function entity 3, based on the system embodiment 1 shown in FIG.
  • the entity 3 is configured to monitor and acquire network bandwidth information, and send the network bandwidth information to the sending device 1 or send the network bandwidth information to the receiving device 2, and send the data to the transmitting device 1 through the receiving device 2.
  • the transmitting end device 1, the receiving end device 2, and the network function entity 3 may perform the technical solution of Embodiment 5 of the congestion control method shown in FIG. 4 or the congestion control method embodiment shown in FIG. 5,
  • the implementation principle is similar and technical effects, and will not be described here.

Abstract

Les modes de réalisation de la présente invention portent sur un procédé, un système et un dispositif de réseau pour gestion de congestion. Le procédé de gestion de congestion comprend les étapes suivantes : obtention des informations de bande passante de réseau du chemin de transmission de données entre un dispositif d'extrémité émettrice et un dispositif d'extrémité réceptrice ; ajustement d'un débit de transmission de données en fonction des informations de bande passante de réseau ; envoi de données par paquets au dispositif d'extrémité réceptrice sur la base du débit de transmission de données ajusté. Dans les modes de réalisation de la présente invention, le dispositif d'extrémité émettrice réalise un ajustement sur le débit de transmission de données avec une meilleure précision et sans grande fluctuation. En outre, non seulement les données par paquets peuvent être transmises sur un chemin de transmission de données sans congestion, mais en outre les performances du réseau peuvent être manifestées de façon suffisante, ce qui permet d'éviter le gaspillage de ressources du réseau.
PCT/CN2011/075163 2010-09-13 2011-06-02 Procédé, système et dispositif de réseau pour gestion de congestion WO2011144141A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010281210.4 2010-09-13
CN2010102812104A CN102404187A (zh) 2010-09-13 2010-09-13 拥塞控制方法和系统以及网络设备

Publications (1)

Publication Number Publication Date
WO2011144141A1 true WO2011144141A1 (fr) 2011-11-24

Family

ID=44991203

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/075163 WO2011144141A1 (fr) 2010-09-13 2011-06-02 Procédé, système et dispositif de réseau pour gestion de congestion

Country Status (2)

Country Link
CN (1) CN102404187A (fr)
WO (1) WO2011144141A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105392160A (zh) * 2015-10-08 2016-03-09 江苏天智互联科技股份有限公司 嵌入式电商系统及其互动方法
CN113766564A (zh) * 2021-10-15 2021-12-07 武汉联影医疗科技有限公司 数据传输的拥塞控制方法、装置、计算机设备和存储介质

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102780621B (zh) * 2012-07-23 2015-08-19 北京星网锐捷网络技术有限公司 一种上行数据包发送方法、装置及网络设备
CN103001835A (zh) * 2012-12-29 2013-03-27 电信科学技术第一研究所 基于数据传输的网络带宽测试方法及系统
CN105430035A (zh) * 2014-09-18 2016-03-23 腾讯科技(北京)有限公司 一种上传网络数据的方法和装置
CN105763474B (zh) 2014-12-19 2019-10-25 华为技术有限公司 数据传输方法和装置
CN106341738B (zh) 2015-07-08 2021-02-02 杭州海康威视数字技术股份有限公司 流媒体网络传输的带宽计算方法、服务器端和系统
TW201803318A (zh) * 2016-05-16 2018-01-16 日本電氣股份有限公司 通信裝置、通信系統、通信方法、及記錄有通信用程式的記錄媒體
CN107800642A (zh) * 2016-08-31 2018-03-13 北京金山云网络技术有限公司 一种拥塞控制方法及装置
CN109600316B (zh) 2017-09-30 2022-08-26 华为技术有限公司 控制流量的方法及装置
US10674394B2 (en) 2017-10-27 2020-06-02 Futurewei Technologies, Inc. Method and apparatus for reducing network latency
CN108092888B (zh) * 2017-10-31 2021-06-08 华为技术有限公司 一种基于Overlay网络的传输方法、网关及传输系统
CN108668323B (zh) * 2018-05-08 2022-05-13 Oppo广东移动通信有限公司 传输速率调整方法及相关装置
CN109067665B (zh) 2018-09-25 2022-01-11 华为技术有限公司 拥塞控制方法和网络设备
CN111654355B (zh) * 2020-08-06 2020-11-03 展讯通信(上海)有限公司 数据传输方法、系统、电子设备及存储介质
CN112532352A (zh) * 2020-11-27 2021-03-19 长沙树根互联技术有限公司 物联网上传参数自动调整方法、装置和终端设备
CN115174490B (zh) * 2022-06-16 2023-10-17 浙江华睿科技股份有限公司 一种数据传输方法及网络应用终端
CN116847360B (zh) * 2022-12-30 2024-04-02 曲阜师范大学 一种非实时数据传输方法、装置及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101052043A (zh) * 2007-04-30 2007-10-10 北京策度集成电路设计有限公司 一种基于发送窗口与往返时间的tcp发送算法
CN101123606A (zh) * 2007-07-13 2008-02-13 上海广电(集团)有限公司中央研究院 基于实时传输协议或实时控制协议的avs传输控制方法
US20080133744A1 (en) * 2006-12-01 2008-06-05 Ahn Shin Young Multimedia data streaming server and method for dynamically changing amount of transmitting data in response to network bandwidth
US20090113069A1 (en) * 2007-10-25 2009-04-30 Balaji Prabhakar Apparatus and method for providing a congestion measurement in a network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080133744A1 (en) * 2006-12-01 2008-06-05 Ahn Shin Young Multimedia data streaming server and method for dynamically changing amount of transmitting data in response to network bandwidth
CN101052043A (zh) * 2007-04-30 2007-10-10 北京策度集成电路设计有限公司 一种基于发送窗口与往返时间的tcp发送算法
CN101123606A (zh) * 2007-07-13 2008-02-13 上海广电(集团)有限公司中央研究院 基于实时传输协议或实时控制协议的avs传输控制方法
US20090113069A1 (en) * 2007-10-25 2009-04-30 Balaji Prabhakar Apparatus and method for providing a congestion measurement in a network

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105392160A (zh) * 2015-10-08 2016-03-09 江苏天智互联科技股份有限公司 嵌入式电商系统及其互动方法
CN113766564A (zh) * 2021-10-15 2021-12-07 武汉联影医疗科技有限公司 数据传输的拥塞控制方法、装置、计算机设备和存储介质
CN113766564B (zh) * 2021-10-15 2023-05-30 武汉联影医疗科技有限公司 数据传输的拥塞控制方法、装置、计算机设备和存储介质

Also Published As

Publication number Publication date
CN102404187A (zh) 2012-04-04

Similar Documents

Publication Publication Date Title
WO2011144141A1 (fr) Procédé, système et dispositif de réseau pour gestion de congestion
US9647945B2 (en) Mechanisms to improve the transmission control protocol performance in wireless networks
EP2903192B1 (fr) Procédé de manipulation de paquets et dispositif de réacheminement
RU2235432C2 (ru) Протокол автоматического запроса на повторную передачу
US7944819B2 (en) System and method for transmission and acknowledgment of blocks of data frames in distributed wireless networks
EP3075110B1 (fr) Contrôle de dimension de fenêtre de protocole de contrôle de transmission
WO2013053304A1 (fr) Procédé et dispositif de mise en œuvre de transmission tcp
US20080101290A1 (en) Apparatus for Arq Controlling in Wireless Portable Internet System and Method Thereof
WO2012051963A1 (fr) Procédé et dispositif de transmission de données
JP2004537218A (ja) Nackベースのプロトコルにおける輻輳制御の信頼性のある効率的な対応方法
CN112436924B (zh) 一种数据传输方法及电子设备
US11671377B2 (en) System and method for reducing bandwidth usage of a network
US20150237104A1 (en) Communication system, communication apparatus, and communication method
WO2019144802A1 (fr) Procédé de transmission de données et dispositif associé
WO2020147453A1 (fr) Procédé de transmission de données et appareil associé
EP3654563A1 (fr) Système de temporisation de transmission
WO2017185353A1 (fr) Procédé, dispositif et système de transmission de paquet de protocole de commande de transmission (tcp)
JP2012039191A (ja) 通信システム及び通信品質制御方法
CN104580171B (zh) Tcp协议的传输方法、装置和系统
CN113424578B (zh) 一种传输控制协议加速方法和装置
WO2012155662A1 (fr) Procédé de traitement de rapport d'état, dispositif de communication et système de communication
JP2012124647A (ja) 通信システム及びノード装置
WO2013097611A1 (fr) Procédé, dispositif et système de traitement de données
RU2780218C1 (ru) Способ отправки данных с помощью двух базовых станций 5g new radio
WO2023121513A1 (fr) Procédé d'envoi de données à l'aide de deux stations de base 5g new radio

Legal Events

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

Ref document number: 11783058

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11783058

Country of ref document: EP

Kind code of ref document: A1