WO2017161967A1 - Procédé de surveillance d'un trafic de données en paquets par seconde, dispositif, et support de stockage informatique - Google Patents

Procédé de surveillance d'un trafic de données en paquets par seconde, dispositif, et support de stockage informatique Download PDF

Info

Publication number
WO2017161967A1
WO2017161967A1 PCT/CN2017/072869 CN2017072869W WO2017161967A1 WO 2017161967 A1 WO2017161967 A1 WO 2017161967A1 CN 2017072869 W CN2017072869 W CN 2017072869W WO 2017161967 A1 WO2017161967 A1 WO 2017161967A1
Authority
WO
WIPO (PCT)
Prior art keywords
token
tokens
data packet
target service
current data
Prior art date
Application number
PCT/CN2017/072869
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 WO2017161967A1 publication Critical patent/WO2017161967A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • H04L43/0888Throughput
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • H04L43/0829Packet loss
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/80Actions related to the user profile or the type of traffic

Definitions

  • the present invention relates to a traffic policing technology in the field of communication technologies, and in particular, to a packet per second (pps, packet per second) traffic policing method, apparatus, and computer storage medium.
  • IPTV interactive network television
  • VoIP Voice over Internet Protocol
  • video conferencing video conferencing
  • QoS quality of service
  • CAR Committed Access Rate
  • the total number of bytes allowed to be accessed by the user is limited, for example, the maximum download speed of the limited user is 10 Mbps/s; (2) the total number of data packets allowed to be accessed by the user. It is limited, for example, to limit the number of packets sent by users per second to less than 100.
  • the existing communication network separately sets two sets of traffic policing devices: bit per second (bps, bits per second) traffic policing device, that is, how many bits are allowed per second, bps traffic policing device Corresponding to the above requirement (1); pps traffic policing device, that is, how many data packets are allowed per second, the pps traffic policing device corresponds to the above requirement (2).
  • bit per second (bps, bits per second) traffic policing device that is, how many bits are allowed per second
  • bps traffic policing device Corresponding to the above requirement (1)
  • pps traffic policing device that is, how many data packets are allowed per second
  • the pps traffic policing device corresponds to the above requirement (2).
  • the traffic policing device includes: a token generator 101, a token bucket 102, a token discriminating module 103, and a token update module 104.
  • the token generator 101 is configured to add a token to the token bucket at a predetermined rate. For example, if the network allows the user to send 5 Mbps of data traffic and 32 tokens represent 1 bit, the token generator 101 will be at a rate of 5 M*32 tokens per second, which is smaller than the second.
  • the token is added to the token bucket at a constant speed; the token bucket 102 contains two parameters, one is the remaining token, indicating how many bytes of data packets can be sent, and the other is the token bucket.
  • Depth the token generated by the token generator 101 will be accumulated in the token bucket 102. When the accumulation is greater than the depth of the token bucket, the token will overflow, preventing the token from accumulating in a large amount of time without the packet, and then A large number of data packets have arrived at a time. Since the tokens have accumulated a lot, at this time, all the data packets will be sent out, which will have a huge impact on the network.
  • the tokens cannot be accumulated indefinitely, but when accumulated to a certain value, the order is added. Card is considered as none Token; the token discriminating module 103, when the data packet arrives, determines whether the remaining tokens in the token bucket 102 are sufficient for the data packet to pass, and if the token is sufficient, the data packet passes, otherwise the data packet is discarded; the token update module 104. After the data packet is passed, the token in the token bucket 102 is subtracted from the number of tokens corresponding to the data packet; based on the bps traffic policing device, the total number of bytes (user traffic) for allowing the user to access is implemented. A packet that is limited to a data traffic that is allowed to be sent by the user, which is preset by the traffic policing device, will be discarded.
  • the existing pps traffic policing technology is prone to cause traffic bursts of communication devices, which cannot guarantee the packet loss rate of services and affect the service quality of services.
  • the embodiments of the present invention are directed to providing a packet per second traffic monitoring method, apparatus, and computer storage medium, which are expected to reduce the probability of occurrence of traffic bursts and improve service quality.
  • the embodiment of the invention provides a packet per second traffic monitoring method, including:
  • the embodiment of the invention further provides a packet per second traffic monitoring device, including:
  • Adding a module configured to determine a token addition rate according to the obtained number of tokens to be forwarded for each packet of a preset length and an agreed traffic rate of the target service, and a uniform rate according to the token addition rate Add a token to the card storage module;
  • the response module is configured to: in response to the forwarding request of the current data packet of the target service, determine that the current number of tokens in the token storage module meets a preset condition, and forward the current data packet of the target service, and The number of tokens that need to be consumed to forward the current data packet of the target service is deleted from the token storage module.
  • the embodiment of the invention further provides a computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the packet per second traffic monitoring method.
  • the set value is used to configure the number of packets allowed to pass, and the number of packets that each packet will be allowed to pass is reduced by one.
  • the number of packets allowed to pass per second is converted into a token addition rate, and tokens are added to the token storage module uniformly according to the token addition rate, and each packet is from the token storage module.
  • FIG. 1 is a schematic diagram of a working principle of a bps traffic monitoring device
  • FIG. 2 is a schematic diagram showing the working principle of another pps flow monitoring device
  • FIG. 3 is a schematic flowchart of a first method for monitoring traffic per second according to an embodiment of the present disclosure
  • FIG. 4 is a schematic flowchart of a second method for monitoring traffic per second according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a first packet per second traffic monitoring apparatus according to an embodiment of the present disclosure
  • FIG. 6 is a schematic structural diagram of a second packet per second traffic monitoring apparatus according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic structural diagram of a third packet per second traffic monitoring apparatus according to an embodiment of the present invention.
  • an implementation manner of the pps traffic policing technology is to configure the number of allowed packets to be set at the beginning of each second.
  • the pps traffic policing device 201 decrements the number of packets allowed to pass until the number of allowed packets is zero, that is, the number of packets that have passed in one second is determined to be greater than the set value, thus, The incoming packets of the remaining time of 1 second will be completely discarded by the pps traffic policing device 201; this has the following problems: a) If a large number of data packets come from the start time per second, so that the preceding data packets are passed in a large amount, The traffic of the communication equipment is relatively large; b) the probability of passing the data packet starting every second is far greater than that of the subsequent data packet, and the communication equipment generally expects the same type of data packet, and the packet loss rate is relatively balanced.
  • the traffic policing device can be implemented in various manners, for example, implementing all components of the traffic policing device in a network device such as a network processor or a router (for example, the traffic policing device can be integrated into the foregoing network device) Or, the components in the traffic policing device are implemented in a coupled manner on the network device side described above.
  • This embodiment describes a method for advertised traffic per second packet, which can be applied to the following scenarios: It is desirable to reduce the traffic burst and improve the service quality of the service while implementing the pps traffic policing function. Be explained.
  • the packet per second traffic monitoring method described in this embodiment includes the following steps:
  • Step 301 Determine a token addition rate according to the obtained number of tokens consumed for forwarding a data packet of a preset length and an agreed traffic rate of the target service.
  • the traffic policing device pre-acquires the number of tokens that need to be consumed for forwarding a data packet of a preset length; the preset length is a fixed value; optionally, each forwarding is performed.
  • the implementation of the number of tokens to be consumed by the preset length packet may include any of the following methods:
  • the traffic policing device acquires the number of tokens that need to be consumed for each bit of data to be forwarded, and determines a preset length for each forwarding based on the preset length and the number of tokens that need to be consumed for each data that is forwarded by one bit.
  • the number of tokens that the packet needs to consume for example, the traffic policing device calculates the product of the preset length and the number of tokens consumed per data of one bit of forwarding, and determines the product value as a preset for each forwarding.
  • the number of tokens that need to be consumed by the length of the data packet for example, suppose that the number of tokens consumed per data for forwarding one bit is 32, and the preset length of the data packet is 64 bits, each time a predetermined length is forwarded
  • the number of tokens that a packet needs to consume is 2048 (that is, 32*64).
  • Mode 2 configured in advance in the traffic policing device, required to forward a predetermined length of data packets The number of tokens to consume.
  • the traffic policing device calculates a product of the number of tokens consumed per forwarded packet of a preset length and the agreed traffic rate of the target service based on the number of tokens required to retrieve each packet of a predetermined length.
  • the product value is determined as the token addition rate; for example, if the number of tokens required to forward a predetermined length of data packet is 2048, and the agreed traffic rate (pps regulatory requirement) of the target service is 100 pps, the token
  • the rate of the addition is equal to 204800 (that is, 2048*100), and the unit of the token addition rate may be the token per second.
  • the agreed traffic rate of the target service may be the committed information rate (CIR, Committed Information Rate) of the target service or exceed the information rate ( EIR, Excess Information Rate, etc.; the agreed traffic rate of the target service can be configured in advance in the traffic policing device.
  • CIR Committed Information Rate
  • EIR Excess Information Rate
  • Step 302 Add a token to the token storage module according to the token addition rate.
  • the traffic policing device puts 204,800 tokens into the token storage module every second; it should be noted that the traffic policing device needs to go every second.
  • the number of tokens added in the token storage module is not added in one time. Instead, the tokens are added to the token storage module in a time-division manner. For example, the traffic policing device goes to the token storage module each time. The number of added tokens is 102,400.
  • the token storage module can be a token bucket.
  • the token added by the traffic policing device to the token storage module is accumulated in the token storage module, that is, the number of remaining tokens in the token storage module, when the traffic policing device determines that the number of remaining tokens in the token storage module exceeds When the depth of the token storage module is exceeded, the token overflows.
  • the traffic policing device treats the exceeded token as an invalid token, preventing the occurrence of the token, that is, the token is accumulated in a large amount of time when no packet needs to be forwarded, and then At the moment of receiving, a large number of data packets need to be forwarded. At this time, since the token has accumulated a lot, at this time, all the data packets are sent out, and the data will be set.
  • the tokens in the token storage module cannot be accumulated indefinitely, but when accumulated to a certain value (for example, the depth of the token storage module), the token that continues to be added is regarded as an invalid token.
  • Step 303 Respond to the forwarding request of the current data packet of the target service, and determine that the remaining number of tokens in the token storage module meets the preset condition, and forward the current data packet of the target service.
  • the traffic policing device receives the forwarding request of the current data packet of the target service, or the traffic policing device determines the token storage module according to the current data packet of the current data packet of the target service for the current data packet of the home target service that reaches the specified device port. If the number of remaining tokens in the token meets the preset condition, if the current packet of the target service is forwarded, if the number of remaining tokens in the token storage module does not satisfy the preset condition, the current traffic rate of the target service exceeds The agreed traffic rate (pps supervision requirement) of the target service.
  • the traffic policing device considers the current data packet of the target service as an overrun, and discards or caches the current data packet of the target service; here, the traffic policing device can The limited data packet is buffered, and the data packet buffered by the overrun is forwarded when the number of remaining tokens in the token storage module is determined to meet the preset condition; the traffic policing device may also pre-borrow the order from the token storage module.
  • the card forwards the overrun packet;
  • the feature information of the packet may include the length of the packet, the QoS class , Data such as information home service; alternatively, the length of the current packet data service may be equal to a target preset length; alternatively, the length of each of the target traffic packet are equal to a preset length.
  • Step 304 Delete, from the token storage module, the number of tokens that need to be consumed to forward the current data packet of the target service.
  • the traffic policing device converts the number of data packets allowed to pass per second into a token addition rate, and adds a token to the token storage module in a time-average manner according to the token addition rate, and each data packet is ordered from the token.
  • the token used in the card storage module to delete the forwarded data packet Because the token is added to the token storage module based on the token addition rate in a time-based manner, it can avoid the traffic burst at the start time per second and ensure the packet loss ratio of the same type of data packet. Balance, so, can reduce business traffic bursts and improve business service quality.
  • the embodiment is based on the first embodiment.
  • the preset condition in the embodiment includes: whether the number of remaining tokens in the token storage module is greater than the number of tokens to be consumed by the current data packet of the forwarding destination service.
  • the packet per second traffic monitoring method described in this embodiment includes the following steps:
  • Step 401 The traffic policing device determines the token adding rate according to the obtained number of tokens consumed for forwarding a preset length of data packet and the agreed traffic rate of the target service.
  • Step 402 Add a token to the token storage module according to the token addition rate.
  • Step 403 When receiving the current data packet of the target service, determine the current data of the forwarding target service based on the number of tokens that need to be consumed for each data packet that is forwarded by a preset length, and the length of the current data packet of the target service. The number of tokens that the package needs to consume.
  • the traffic policing device when receiving the current data packet of the target service, the traffic policing device first determines the length of the current data packet according to the feature information of the current data packet of the target service.
  • Step 404 Determine whether the number of remaining tokens in the token storage module is greater than the number of tokens needed to forward the current data packet of the target service. If yes, go to step 406; otherwise, go to step 405.
  • Step 405 Discard or cache the current data packet of the target service; then, the process ends.
  • Step 406 Forward the current data packet of the target service.
  • Step 407 Delete, from the token storage module, the number of tokens that need to be consumed to forward the current data packet of the target service.
  • the present embodiment describes a packet-per-second traffic policing device, which proposes a solution for the following scenarios: the existing traffic policing technologies respectively set two sets of traffic policing devices to implement traffic policing requirements. It takes up more logic resources and increases the design complexity of the chip in traffic supervision.
  • the packet-per-second traffic policing device described in this embodiment is actually used to multiplex and improve the existing bps traffic policing device.
  • the improved bps traffic policing device can be used to implement the technical solution in the foregoing embodiment. The processing of this case will be explained.
  • an optional structural diagram of a packet per second traffic monitoring device includes: a token generator 501, a token bucket 502, a token discriminating module 503, and an The card update module 504; it should be noted that the packet per second traffic monitoring device can implement bps traffic through the cooperation and cooperation of the token generator 501, the token bucket 502, the token discriminating module 503, and the token update module 504.
  • the functions of the modules are enhanced, specifically ,
  • the rate at which the token generator 501 adds a token to the token bucket 502 is associated with the number of data packets. It is assumed that the number of tokens consumed for forwarding a predetermined length of data packet is 10000, pps The regulatory requirement (e.g., the agreed traffic rate of the target service) is 100 pps, and the token generator 501 needs to add a token to the token bucket 502 at a constant rate of 100*10000 tokens per second.
  • a token bucket 502 for storing a token added by the token generator 501; the token bucket 502 has at least two parameters: a remaining token number, a bucket depth (a depth of the token bucket), wherein the remaining The number of tokens is used to evaluate (calculate) how many packets the scheduler can send; if the bucket is deep, if the number of tokens remaining in the token bucket is greater than the bucket depth, the token is discarded, where the bucket is deep, indicating that burst data is allowed. The number of packets, assuming that a burst of up to 50 packets is allowed, the token bucket depth is set to 50*10000.
  • the token discriminating module 503 is configured to determine, when the data packet arrives, whether the number of remaining tokens in the token bucket 502 is greater than or equal to the number of tokens (10000) consumed to forward a data packet, if the remaining tokens If the number is greater than or equal to 10000, the packet is forwarded, otherwise the packet is discarded.
  • the token update module 504 is configured to: after the data packet passes, subtract the token corresponding to the data packet from the token in the token bucket 502, indicating that a data packet has been forwarded, for example, the token bucket.
  • the number of tokens in 502 is reduced by 10,000.
  • the invention adopts the following technical solutions: the first step: using the leaky bucket (token bucket) for bps supervision; the second step: if the leaky bucket needs to be used for pps supervision, each packet passes through the leaky bucket and is fixed. The length is judged and deducted.
  • this embodiment avoids designing a pps supervision module separately, and only needs to improve the existing bps traffic policing device, so that the improved bps traffic policing module can support both the bps traffic policing requirement and the pps traffic.
  • the regulatory requirements enable efficient reuse of the bps traffic policing module, reducing the module design area and complexity, saving logic resources for traffic policing, and reducing the design complexity of the chip in traffic policing.
  • implementing pps The traffic policing function can reduce traffic bursts and improve service quality.
  • the present embodiment is directed to the foregoing traffic policing device.
  • the traffic policing device may be used to perform the traffic policing method according to the embodiment of the present invention.
  • the traffic policing device may be specifically configured for implementing the embodiment of the present invention.
  • the device may also be built in the network device, and the network device may include a network processor and a router. Referring to FIG. 6, the traffic policing device described in this embodiment includes:
  • the adding module 601 is configured to determine a token adding rate according to the obtained number of tokens to be used for forwarding a predetermined length of data packets and an agreed traffic rate of the target service, and Adding a token to the token storage module at a uniform rate;
  • the response module 602 is configured to: in response to the forwarding request of the current data packet of the target service, determine that the remaining number of tokens in the token storage module meets the preset condition, forward the current data packet of the target service, and the slave token storage module The number of tokens that need to be consumed to delete the current packet of the forwarding destination service.
  • the traffic policing device converts the number of data packets allowed to pass per second into a token addition rate, and adds a token to the token storage module in a time-average manner according to the token addition rate, and each data packet is ordered from the token.
  • the number of tokens that need to be consumed in the card storage module to delete the forwarding packet. Since the token is added to the token storage module in a time-uniform manner based on the token addition rate, the traffic at the start time per second can be avoided. To ensure that the packet loss rate of the same type of data packets is relatively balanced, thus reducing traffic bursts and improving service quality.
  • the response module 602 is configured to forward the current data packet of the target service when the number of remaining tokens in the token storage module is greater than or equal to the number of tokens consumed by the current data packet of the forwarding target service.
  • the response module 602 is further configured to: when the number of remaining tokens in the token storage module is less than the number of tokens consumed by the current data packet of the forwarding destination service, discard or cache the current data packet of the target service.
  • the response module 602 is further configured to determine that the excess token is invalid when the number of remaining tokens in the token storage module exceeds the depth of the token storage module.
  • the response module 602 is further configured to: determine, according to the obtained number of tokens to be used for forwarding a data packet of a preset length, and the length of the current data packet of the target service, determine a current data packet of the forwarding target service. The number of tokens that need to be consumed.
  • the traffic policing device described in this embodiment also includes the adding module 601 and the response module 602 in FIG. 6, and the functional modules also have the corresponding functions described in the fourth embodiment.
  • the traffic policing device described in this embodiment further includes:
  • the obtaining module 603 is configured to obtain the number of tokens that need to be consumed for each bit of data to be forwarded, and determine a preset length for each preset based on the preset length and the number of tokens to be retrieved for each bit of data to be forwarded. The number of tokens that the packet needs to consume.
  • the foregoing adding module 601, the response module 602, and the obtaining module 603 may all be programmable by a central processing unit (CPU), a microprocessor (MPU), a digital signal processor (DSP), or a field device located in a network device.
  • CPU central processing unit
  • MPU microprocessor
  • DSP digital signal processor
  • FPGA Gate array
  • the embodiment of the present invention provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the packet per second traffic monitoring method provided by any one of the foregoing embodiments.
  • the method as shown in Figures 3 and/or 4 can be used.
  • the computer storage medium may be a non-transitory storage medium; the embodiment describes a computer readable medium, which may be a ROM (eg, a read only memory, a FLASH memory, a transfer device, etc.), a magnetic storage medium (eg, a magnetic tape, Disk drive, etc.), optical storage media (eg, CD-ROM, DVD-ROM, paper card, paper tape, etc.) and other well-known types of program memory; computer-readable media stores computer-executable instructions when executing instructions Causing at least one processor to perform the following operations:
  • the method before determining the token addition rate according to the obtained number of tokens to be forwarded for each preset length of the data packet and the agreed traffic rate of the target service, the method further includes:
  • the number of tokens to be consumed per forwarded packet of a predetermined length is determined based on the preset length and the number of tokens required to retrieve each bit of data.
  • forwarding the current data packet of the target service including:
  • the current data packet of the target service is forwarded when it is determined that the number of remaining tokens in the token storage module is greater than or equal to the number of tokens consumed by the current data packet of the forwarding destination service.
  • the method further includes: when determining that the number of remaining tokens in the token storage module is less than the number of tokens consumed by the current data packet of the forwarding destination service, discarding or caching the current data packet of the target service.
  • the method further includes: determining that the excess token is invalid when the number of remaining tokens in the token storage module exceeds the depth of the token storage module.
  • the method before deleting the number of tokens that need to be consumed by forwarding the current data packet of the target service from the token storage module, the method further includes: the number of tokens to be consumed per forwarded data packet of a preset length based on the obtained And the length of the current data packet of the target service, and determine the number of tokens that need to be consumed to forward the current data packet of the target service.
  • the traffic policing device converts the number of data packets allowed to pass per second into a token addition rate, and adds a token to the token storage module in a uniform manner according to the token addition rate, one for each
  • the packet removes the number of tokens that need to be consumed to forward the packet from the token storage module. Since the token is added to the token storage module in a time-uniform manner based on the token addition rate, it can be avoided in every second.
  • the traffic burst at the start time ensures that the packet loss rate of the same type of data packet is relatively balanced, thus reducing service traffic bursts and improving service quality.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention can take the form of a hardware embodiment, a software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

L'invention concerne un procédé de surveillance d'un trafic de données en paquets par seconde, et un dispositif. Le procédé consiste à : déterminer, selon un nombre de jetons utilisés pour transmettre un paquet de données obtenu ayant une longueur de données préconfigurée, et selon un débit de données garanti d'un service cible, un taux d'ajout de jetons ; ajouter uniformément des jetons dans un module de stockage de jetons, selon le taux d'ajout de jetons ; en réponse à une demande de transmission demandant une transmission du paquet de données actuel du service cible, lorsqu'il est déterminé qu'un nombre restant de jetons dans le module de stockage de jetons satisfait une condition préconfigurée, transmettre le paquet de données actuel du service cible ; et supprimer, du module de stockage de jetons, le nombre de jetons requis pour transmettre le paquet de données actuel du service cible. L'invention peut être mise en œuvre afin de réduire une surtension du trafic de service, et augmenter ainsi la qualité de service.
PCT/CN2017/072869 2016-03-21 2017-02-03 Procédé de surveillance d'un trafic de données en paquets par seconde, dispositif, et support de stockage informatique WO2017161967A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610162369.1 2016-03-21
CN201610162369.1A CN107222358A (zh) 2016-03-21 2016-03-21 包每秒流量监管方法及装置

Publications (1)

Publication Number Publication Date
WO2017161967A1 true WO2017161967A1 (fr) 2017-09-28

Family

ID=59899323

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/072869 WO2017161967A1 (fr) 2016-03-21 2017-02-03 Procédé de surveillance d'un trafic de données en paquets par seconde, dispositif, et support de stockage informatique

Country Status (2)

Country Link
CN (1) CN107222358A (fr)
WO (1) WO2017161967A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111262790A (zh) * 2018-11-30 2020-06-09 深圳市中兴微电子技术有限公司 一种令牌桶实现方法、装置和计算机可读存储介质

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110838989B (zh) * 2018-08-15 2023-06-27 北京京东尚科信息技术有限公司 一种用于基于令牌进行网络限流的方法和装置
CN110058941A (zh) * 2019-03-16 2019-07-26 平安城市建设科技(深圳)有限公司 任务调度管理方法、装置、设备及存储介质
CN111800350A (zh) * 2020-07-10 2020-10-20 芯河半导体科技(无锡)有限公司 一种融合的限速整形方法及存储介质
WO2022178872A1 (fr) * 2021-02-26 2022-09-01 华为技术有限公司 Procédé et dispositif de mise en forme de trafic
CN114979012A (zh) * 2022-05-31 2022-08-30 济南浪潮数据技术有限公司 一种网络流量的限流方法、系统、装置及计算机存储介质
CN115102908B (zh) * 2022-08-25 2023-03-10 珠海星云智联科技有限公司 基于带宽控制的网络报文生成的方法以及相关装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101917646A (zh) * 2010-08-17 2010-12-15 中兴通讯股份有限公司 报文发送方法及装置
WO2010151496A1 (fr) * 2009-06-22 2010-12-29 Citrix Systems, Inc. Systèmes et procédés de limitation de flux de plate-forme
CN102710502A (zh) * 2012-05-12 2012-10-03 杭州迪普科技有限公司 一种基于消耗时间的网络限速方法及装置
CN104243333A (zh) * 2013-06-24 2014-12-24 阿里巴巴集团控股有限公司 一种地址解析协议报文的流量控制方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103716248B (zh) * 2013-06-07 2017-03-01 潘晶 一种基于以太网交换芯片的以太网流量生成和分析的方法
CN103428099B (zh) * 2013-08-21 2016-02-24 中国人民解放军国防科学技术大学 一种通用多核网络处理器流量控制的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010151496A1 (fr) * 2009-06-22 2010-12-29 Citrix Systems, Inc. Systèmes et procédés de limitation de flux de plate-forme
CN101917646A (zh) * 2010-08-17 2010-12-15 中兴通讯股份有限公司 报文发送方法及装置
CN102710502A (zh) * 2012-05-12 2012-10-03 杭州迪普科技有限公司 一种基于消耗时间的网络限速方法及装置
CN104243333A (zh) * 2013-06-24 2014-12-24 阿里巴巴集团控股有限公司 一种地址解析协议报文的流量控制方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111262790A (zh) * 2018-11-30 2020-06-09 深圳市中兴微电子技术有限公司 一种令牌桶实现方法、装置和计算机可读存储介质
CN111262790B (zh) * 2018-11-30 2023-03-10 深圳市中兴微电子技术有限公司 一种令牌桶实现方法、装置和计算机可读存储介质

Also Published As

Publication number Publication date
CN107222358A (zh) 2017-09-29

Similar Documents

Publication Publication Date Title
WO2017161967A1 (fr) Procédé de surveillance d'un trafic de données en paquets par seconde, dispositif, et support de stockage informatique
US11316795B2 (en) Network flow control method and network device
WO2019158106A1 (fr) Procédé, dispositif et système de commande d'encombrement de réseau
CN111355669B (zh) 控制网络拥塞的方法、装置及系统
WO2020042624A1 (fr) Procédé et appareil de commande de débit de transmission, dispositif d'envoi et dispositif de réception
US20210119922A1 (en) Network Configuration Method and Device
CN108989235B (zh) 一种报文转发控制方法及装置
US11785113B2 (en) Client service transmission method and apparatus
WO2017206763A1 (fr) Appareil de terminal, procédé de traitement de données et support de stockage de données
US9007901B2 (en) Method and apparatus providing flow control using on-off signals in high delay networks
WO2019134383A1 (fr) Procédé pour commander une congestion de réseau, dispositif d'accès et support de stockage lisible par ordinateur
CN112104562B (zh) 拥塞控制方法及装置、通信网络、计算机存储介质
WO2016086551A1 (fr) Procédé et dispositif de commande d'encombrement amélioré à base de wred
WO2018218957A1 (fr) Procédé, dispositif et système de commande de trafic
CN112995048B (zh) 数据中心网络的阻塞控制与调度融合方法及终端设备
US11777857B2 (en) Service forwarding method and network device
WO2018076641A1 (fr) Procédé et appareil de réduction de retard et support de stockage
WO2019192318A1 (fr) Procédé de lissage de trafic, serveur, et dispositif de réacheminement
JP2024502118A (ja) データ伝送方法、装置、電子機器、及び記憶媒体
US20160277943A1 (en) Network system, control method of network system, communication device, and program
CN111131061B (zh) 一种数据传输方法及网络设备
CN112188557A (zh) 一种拥塞时保证绿包优先QoS的方法和装置
JP6460099B2 (ja) パケット伝送装置、パケット伝送システムおよびパケット伝送方法
WO2022068617A1 (fr) Procédé et dispositif de mise en forme de trafic
CN109391558B (zh) 一种队列的控制方法及控制装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17769244

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17769244

Country of ref document: EP

Kind code of ref document: A1