CN103929374A - Multilevel queue scheduling method based on service type - Google Patents

Multilevel queue scheduling method based on service type Download PDF

Info

Publication number
CN103929374A
CN103929374A CN201410126204.XA CN201410126204A CN103929374A CN 103929374 A CN103929374 A CN 103929374A CN 201410126204 A CN201410126204 A CN 201410126204A CN 103929374 A CN103929374 A CN 103929374A
Authority
CN
China
Prior art keywords
service
queues
traffic
timestamp
stream
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410126204.XA
Other languages
Chinese (zh)
Inventor
闫鲁生
杨国英
白天明
周音
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Bangyan Information Technology Co Ltd
UNIT 91655 OF PLA
Original Assignee
Shenzhen Bangyan Information Technology Co Ltd
UNIT 91655 OF PLA
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 Shenzhen Bangyan Information Technology Co Ltd, UNIT 91655 OF PLA filed Critical Shenzhen Bangyan Information Technology Co Ltd
Priority to CN201410126204.XA priority Critical patent/CN103929374A/en
Publication of CN103929374A publication Critical patent/CN103929374A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a multilevel queue scheduling method based on a service type. The multilevel queue scheduling method includes the steps that a service flow is divided into an A type service and a B type service according to the type of the service flow; classified service flow data packets are stored in service flow queues corresponding to the service flow data packets, and second-level scheduling is performed; first-level scheduling is performed on the service flow data packets to be scheduled in the two queues after the second-level scheduling is completed, and the service flow data packets are output to a link according to a scheduling result. According to the multilevel queue scheduling method based on the service type, classification is performed firstly according to the service type, and multilevel scheduling is performed secondly. The basic service quality of services which have the strict requirements for the service quality can be effectively ensured, and meanwhile the fairness of overall scheduling can be ensured. The multilevel queue scheduling method can be widely applied to the technical field of communication.

Description

A kind of multilevel queue scheduling method based on type of service
Technical field
The present invention relates to communication technical field, relate in particular to a kind of multilevel queue scheduling method based on type of service.
Background technology
At present, along with the develop rapidly of the network communications technology, people have higher requirement to service quality, the performance etc. of network, and network is also gradually towards synthesization future development, and therefore, the business that network need to be supported is also diversified.Array dispatching method, as the important technology that ensures network efficiency and practicality, plays very important effect to network service quality.And dissimilar Business Stream needs different system supports more at present, although proposed at present a lot of dispatching methods, seldom can address the above problem.
Existing array dispatching method mainly contains SP, FIFO, RR etc., and fifo queue dispatching algorithm is mainly to dispatch the priority time arriving according to traffic data bag, i.e. First Come First Served, but this method is not considered actual service application needs.SP queue scheduling algorithm is dispatched according to queue priority, and schedules low priority queue again after queue scheduling that priority is high is complete may cause Low Priority Queuing to can not get for a long time service.RR queue scheduling algorithm is proportionally dispatched multiple queues, and the method has good fairness, but the application demand of the business of not considering.
Summary of the invention
In order to solve the problems of the technologies described above, to the object of this invention is to provide one and can improve QoS, and there is a kind of multilevel queue scheduling method based on type of service of better fairness.
The technical solution adopted in the present invention is:
A multilevel queue scheduling method based on type of service, comprises the following steps:
A, according to the type of Business Stream, Business Stream is divided into A service and b service;
B, sorted traffic data bag is deposited in to its corresponding traffic stream queues, and carry out second-level dispatching;
C, in two queues after second-level dispatching, treat that to completing dispatching services stream packets carries out schedule level one together, and export traffic data bag to link according to scheduling result.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, described step B comprises A service second-level dispatching step and b service second-level dispatching step:
Described A service second-level dispatching step comprises:
B11, A service stream packets is deposited in to the first traffic stream queues according to the sequencing arriving, and distribute corresponding weighted value according to the required bandwidth value of each A service stream packets;
B12, the A service stream packets of each the first traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the first dispatch server;
B13, when the first dispatch server is when idle, the A service stream packets of timestamp minimum in the first traffic stream queues is transmitted;
Described b service second-level dispatching step comprises:
B21, b service stream packets is deposited in to the second traffic stream queues according to the sequencing arriving, and the weighted value of each b service stream packets is made as to 1;
B22, the b service stream packets of each the second traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the second dispatch server;
B23, when the second dispatch server is when idle, the b service stream packets of timestamp minimum in the second traffic stream queues is transmitted.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the timestamp computing formula of described A service stream packets is:
t qos i ( f ) = max { V qos , t qos i - 1 ( f ) } + p i ( f ) B min ( f ) ;
Wherein, V qosrepresent the reference time of the first dispatch server, p i(f) length of i A service stream packets of expression, represent the timestamp of i-1 A service stream packets, B min(f) represent weighted value.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the timestamp computing formula of described b service stream packets is:
t best i ( f ) = max { V best , t best i - 1 ( f ) } + p i ( f ) ;
Wherein, V bestrepresent the reference time of the second dispatch server, p i(f) length of i b service stream packets of expression, represent the timestamp of i-1 b service stream packets.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, described step C comprises:
C1, according to the required bandwidth value of the first traffic stream queues each traffic data bag to be scheduled and network total resources value, calculate respectively the weighted value of the first traffic stream queues and the second traffic stream queues;
C2, according to the weighted value of two traffic stream queues calculating, calculate the schedule level one timestamp of each traffic data bag in its corresponding queue;
C3, the traffic data bag of schedule level one timestamp minimum in two traffic stream queues is dispatched and exported link to.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the weighted value computing formula of described the first traffic stream queues is:
W qos = Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the weighted value computing formula of described the second traffic stream queues is:
W best = C ( l ) - Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues, C (l) represents network total resources value.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the computing formula of the schedule level one timestamp of described A service stream packets to be scheduled is:
T qos i = max { V link , T qos i - 1 } + p i W qos ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i A service stream packets, represent the timestamp that i-1 A service stream packets sends, W qosrepresent the weighted value of the first traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the computing formula of the schedule level one timestamp of described b service stream packets to be scheduled is:
T best i = max { V link , T best i - 1 } + p i W best ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i b service stream packets, represent the timestamp that i-1 b service stream packets sends, W bestrepresent the weighted value of the second traffic stream queues.
The invention has the beneficial effects as follows:
A kind of multilevel queue scheduling method based on type of service of the present invention is by first classifying according to type of service, then carry out the method for multi-stage scheduling, can, effectively guarantee has the basic service quality of strict demand business to service quality in, also can ensure the fairness of overall scheduling.
Brief description of the drawings
Below in conjunction with accompanying drawing, the specific embodiment of the present invention is described further:
Fig. 1 is the flow chart of steps of a kind of multilevel queue scheduling method based on type of service of the present invention;
Fig. 2 is the schematic diagram of a kind of multilevel queue scheduling method specific embodiment based on type of service of the present invention.
Embodiment
With reference to figure 1, a kind of multilevel queue scheduling method based on type of service of the present invention, comprises the following steps:
A, according to the type of Business Stream, Business Stream is divided into A service and b service;
B, sorted traffic data bag is deposited in to its corresponding traffic stream queues, and carry out second-level dispatching;
C, in two queues after second-level dispatching, treat that to completing dispatching services stream packets carries out schedule level one together, and export traffic data bag to link according to scheduling result.
Wherein, A service is the higher business of requirement of real-time such as voice, video, and this class business has certain requirement for network quality conventionally, ensureing the service quality that need to reserve specific resource when business and determine such business.This just needs network at least can provide minimum bandwidth to ensure basic service quality, and does not limit for the maximum bandwidth that can offer such business.B service is for the business such as mail, file transfer services, and this class business is not strict with for service quality, thereby thinks that its required minimum bandwidth is 0.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, described step B comprises A service second-level dispatching step and b service second-level dispatching step:
Described A service second-level dispatching step comprises:
B11, A service stream packets is deposited in to the first traffic stream queues according to the sequencing arriving, and distribute corresponding weighted value according to the required bandwidth value of each A service stream packets;
B12, the A service stream packets of each the first traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the first dispatch server;
B13, when the first dispatch server is when idle, the A service stream packets of timestamp minimum in the first traffic stream queues is transmitted;
Described b service second-level dispatching step comprises:
B21, b service stream packets is deposited in to the second traffic stream queues according to the sequencing arriving, and the weighted value of each b service stream packets is made as to 1;
B22, the b service stream packets of each the second traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the second dispatch server;
B23, when the second dispatch server is when idle, the b service stream packets of timestamp minimum in the second traffic stream queues is transmitted.
In the second traffic stream queues, by the identical weighted value that is responsible for assigning for each traffic data, ensure the fairness in the second traffic stream queues scheduling.Also can, by being the dissimilar different weighted value of traffic flow assignment, also ensure the flexibility of scheduling in addition.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the timestamp computing formula of described A service stream packets is:
t qos i ( f ) = max { V qos , t qos i - 1 ( f ) } + p i ( f ) B min ( f ) ;
Wherein, V qosrepresent the reference time of the first dispatch server, p i(f) length of i A service stream packets of expression, represent the timestamp of i-1 A service stream packets, B min(f) represent weighted value.
V qosthe variable of safeguarding of the first dispatch server, for following the tracks of the timestamp of traffic data bag of first last transmission of traffic stream queues.It is for determining the timestamp of new data flow or the time started of new the first traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the timestamp computing formula of described b service stream packets is:
t best i ( f ) = max { V best , t best i - 1 ( f ) } + p i ( f ) ;
Wherein, V bestrepresent the reference time of the second dispatch server, p i(f) length of i b service stream packets of expression, represent the timestamp of i-1 b service stream packets.Wherein V bestbe the variable of safeguarding of the second dispatch server, for following the tracks of the timestamp of traffic data bag of second last transmission of traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, described step C comprises:
C1, according to the required bandwidth value of the first traffic stream queues each traffic data bag to be scheduled and network total resources value, calculate respectively the weighted value of the first traffic stream queues and the second traffic stream queues;
C2, according to the weighted value of two traffic stream queues calculating, calculate the schedule level one timestamp of each traffic data bag in its corresponding queue;
C3, the traffic data bag of schedule level one timestamp minimum in two traffic stream queues is dispatched and exported link to.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the weighted value computing formula of described the first traffic stream queues is:
W qos = Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the weighted value computing formula of described the second traffic stream queues is:
W best = C ( l ) - Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues, C (l) represents network total resources value.Can, in ensureing that the first dispatch server has minimum guarantee bandwidth, remaining bandwidth be distributed to the second dispatch server like this, be conducive to increase resource distributional equity.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the computing formula of the schedule level one timestamp of described A service stream packets to be scheduled is:
T qos i = max { V link , T qos i - 1 } + p i W qos ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i A service stream packets, represent the timestamp that i-1 A service stream packets sends, W qosrepresent the weighted value of the first traffic stream queues.
As described a kind of multilevel queue scheduling further improvements in methods based on type of service, the computing formula of the schedule level one timestamp of described b service stream packets to be scheduled is:
T best i = max { V link , T best i - 1 } + p i W best ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i b service stream packets, represent the timestamp that i-1 b service stream packets sends, W bestrepresent the weighted value of the second traffic stream queues.
With reference to figure 2, Fig. 2 is the schematic diagram of a kind of multilevel queue scheduling method specific embodiment based on type of service of the present invention, f1 in figure, f2, fm belongs to the first dispatch server Business Stream to be processed, and f3, fn belongs to the second dispatch server needs Business Stream to be processed.F1, f2, fm all needs to ensure minimum bandwidth, and the first dispatch server is distributed to f1, f2, the minimum of fm ensures that bandwidth is respectively B min(f 1), B min(f 2) and B min(f m), in ensureing the minimum guarantee of the first dispatch server bandwidth, remaining bandwidth is distributed to the second dispatch server like this, its residue broadband is C (l)-B min(f 1)-B min(f 2)-B min(f m), and the second dispatch server adopts Weighted Fair Queuing method to dispatch f3 and fn, and the weighted value of f3 and fn is all 1, therefore, the bandwidth that the second dispatch server is distributed to Business Stream f3 and fn is 0.5* (C (l)-B min(f1)-B min(f 2)-B min(f m))
Suppose f1, f2, fm arrives queue simultaneously, and in queue, each traffic data bag size is the same, is all 1.
The timestamp that can obtain first traffic data bag of Business Stream f1 is:
t qos 1 ( f 1 ) = max { V qos , t qos i - 1 ( f 1 ) } + 1 B min ( f 1 ) ;
The timestamp that can obtain first traffic data bag of Business Stream f2 is:
t qos 1 ( f 2 ) = max { V qos , t qos i - 1 ( f 2 ) } + 1 B min ( f 2 ) ;
The timestamp that can obtain first traffic data bag of Business Stream fm is:
t qos 1 ( f m ) = max { V qos , t qos i - 1 ( f m ) } + 1 B min ( f m ) ;
Can find by contrast, for the larger queue of weighted value, i.e. the minimum bandwidth B that ensures min(f) larger queue, will preferentially obtain the dispatch service of the first dispatch server, and the first dispatch server is by the traffic data bag of preferentially exporting in the traffic stream queues that weight is larger.
In the time of the second dispatch server dispatch deal, can obtain about Business Stream f3 equally, the timestamp of first bag of fn,
The timestamp of first traffic data bag of Business Stream f3 is:
t best 1 ( f 3 ) = max { V best , t best i - 1 ( f 3 ) } + p i ( f 3 ) ;
The timestamp of first traffic data bag of Business Stream fn is:
t best 1 ( f n ) = max { V best , t best i - 1 ( f n ) } + p i ( f n ) ;
As can be seen here, for the traffic stream queues that needs scheduling in the second dispatch server, these queue schedulings do not have obvious dominance relation, and only relevant with the traffic data bag time of advent itself and traffic data bag size, thereby can be good at ensureing the fairness service between these traffic stream queues.
Suppose that the first dispatch server and the second dispatch server all have traffic data bag to need transmission, at this moment just need to, by schedule level one server, carry out dispatch deal to the two queue.And the traffic data bag that the first dispatch server need to be dispatched is the traffic data bag queue calculating according to timestamp size in second-level dispatching, and the traffic data bag that the second dispatch server need to be dispatched is also the traffic data bag queue of calculating according to timestamp size.
Can obtain according to the method proposing, the timestamp of first traffic data bag of the first dispatch server queue is:
T qos 1 = max { V link , T qos i - 1 } + p i W qos ;
The timestamp of first traffic data bag of the second dispatch server is:
T best 1 = max { V link , T best i - 1 } + p i W best ;
Therefore, one-level queue dispatcher will select the traffic data bag for the treatment of timestamp minimum in dispatching services stream packets to dispatch output, suppose that traffic data bag size is the same, server weighted value is larger, and its corresponding queue traffic data bag will preferentially obtain dispatch service.
More than that better enforcement of the present invention is illustrated, but the invention is not limited to described embodiment, those of ordinary skill in the art also can make all equivalent variations or replacement under the prerequisite without prejudice to spirit of the present invention, and the distortion that these are equal to or replacement are all included in the application's claim limited range.

Claims (9)

1. the multilevel queue scheduling method based on type of service, is characterized in that, comprises the following steps:
A, according to the type of Business Stream, Business Stream is divided into A service and b service;
B, sorted traffic data bag is deposited in to its corresponding traffic stream queues, and carry out second-level dispatching;
C, in two queues after second-level dispatching, treat that to completing dispatching services stream packets carries out schedule level one together, and export traffic data bag to link according to scheduling result.
2. a kind of multilevel queue scheduling method based on type of service according to claim 1, is characterized in that: described step B comprises A service second-level dispatching step and b service second-level dispatching step:
Described A service second-level dispatching step comprises:
B11, A service stream packets is deposited in to the first traffic stream queues according to the sequencing arriving, and distribute corresponding weighted value according to the required bandwidth value of each A service stream packets;
B12, the A service stream packets of each the first traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the first dispatch server;
B13, when the first dispatch server is when idle, the A service stream packets of timestamp minimum in the first traffic stream queues is transmitted;
Described b service second-level dispatching step comprises:
B21, b service stream packets is deposited in to the second traffic stream queues according to the sequencing arriving, and the weighted value of each b service stream packets is made as to 1;
B22, the b service stream packets of each the second traffic stream queues is carried out to the calculating of timestamp, and wait for the scheduling of the second dispatch server;
B23, when the second dispatch server is when idle, the b service stream packets of timestamp minimum in the second traffic stream queues is transmitted.
3. a kind of multilevel queue scheduling method based on type of service according to claim 2, is characterized in that: the timestamp computing formula of described A service stream packets is:
t qos i ( f ) = max { V qos , t qos i - 1 ( f ) } + p i ( f ) B min ( f ) ;
Wherein, V qosrepresent the reference time of the first dispatch server, p i(f) length of i A service stream packets of expression, represent the timestamp of i-1 A service stream packets, B min(f) represent weighted value.
4. a kind of multilevel queue scheduling method based on type of service according to claim 2, is characterized in that: the timestamp computing formula of described b service stream packets is:
t best i ( f ) = max { V best , t best i - 1 ( f ) } + p i ( f ) ;
Wherein, V bestrepresent the reference time of the second dispatch server, p i(f) length of i b service stream packets of expression, represent the timestamp of i-1 b service stream packets.
5. a kind of multilevel queue scheduling method based on type of service according to claim 1, is characterized in that: described step C comprises:
C1, according to the required bandwidth value of the first traffic stream queues each traffic data bag to be scheduled and network total resources value, calculate respectively the weighted value of the first traffic stream queues and the second traffic stream queues;
C2, according to the weighted value of two traffic stream queues calculating, calculate the schedule level one timestamp of each traffic data bag in its corresponding queue;
C3, the traffic data bag of schedule level one timestamp minimum in two traffic stream queues is dispatched and exported link to.
6. a kind of multilevel queue scheduling method based on type of service according to claim 5, is characterized in that: the weighted value computing formula of described the first traffic stream queues is:
W qos = Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues.
7. a kind of multilevel queue scheduling method based on type of service according to claim 5, is characterized in that: the weighted value computing formula of described the second traffic stream queues is:
W best = C ( l ) - Σ f ∈ F qos ( l ) B min ( f ) ;
Wherein, B min(f) the required minimum amount of bandwidth of each traffic data bag of expression the first traffic stream queues, C (l) represents network total resources value.
8. a kind of multilevel queue scheduling method based on type of service according to claim 5, is characterized in that: the computing formula of the schedule level one timestamp of described A service stream packets to be scheduled is:
T qos i = max { V link , T qos i - 1 } + p i W qos ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i A service stream packets, represent the timestamp that i-1 A service stream packets sends, W qosrepresent the weighted value of the first traffic stream queues.
9. a kind of multilevel queue scheduling method based on type of service according to claim 5, is characterized in that: the computing formula of the schedule level one timestamp of described b service stream packets to be scheduled is:
T best i = max { V link , T best i - 1 } + p i W best ;
Wherein, V linkrepresent the reference time of schedule level one, p irepresent the length of i b service stream packets, represent the timestamp that i-1 b service stream packets sends, W bestrepresent the weighted value of the second traffic stream queues.
CN201410126204.XA 2014-03-31 2014-03-31 Multilevel queue scheduling method based on service type Pending CN103929374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410126204.XA CN103929374A (en) 2014-03-31 2014-03-31 Multilevel queue scheduling method based on service type

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410126204.XA CN103929374A (en) 2014-03-31 2014-03-31 Multilevel queue scheduling method based on service type

Publications (1)

Publication Number Publication Date
CN103929374A true CN103929374A (en) 2014-07-16

Family

ID=51147456

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410126204.XA Pending CN103929374A (en) 2014-03-31 2014-03-31 Multilevel queue scheduling method based on service type

Country Status (1)

Country Link
CN (1) CN103929374A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789739A (en) * 2017-02-24 2017-05-31 上海斐讯数据通信技术有限公司 A kind of multistage multiple row can configure schedule management method and system
CN107211445A (en) * 2015-02-02 2017-09-26 瑞典爱立信有限公司 Predictive downlink scheduling
CN108282416A (en) * 2017-12-29 2018-07-13 北京华为数字技术有限公司 A kind of dispatching method and device based on data frame
CN108768886A (en) * 2018-05-30 2018-11-06 无锡知更鸟网络科技有限公司 A kind of SaaS data access increased quality method
CN109150755A (en) * 2018-09-25 2019-01-04 西安空间无线电技术研究所 A kind of spaceborne message dispatching method of space-based data-link and device
CN112311693A (en) * 2019-07-26 2021-02-02 华为技术有限公司 Service data transmission method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100142524A1 (en) * 2007-07-02 2010-06-10 Angelo Garofalo Application data flow management in an ip network
CN101958844A (en) * 2010-11-02 2011-01-26 南京邮电大学 Active queue scheduling method based on QoS (Quality of Service) in differentiated service network
CN103444141A (en) * 2011-04-05 2013-12-11 瑞典爱立信有限公司 Packet scheduling method and apparatus
CN103595654A (en) * 2013-11-01 2014-02-19 福建星网锐捷网络有限公司 HQoS implementation method, device and network equipment based on multi-core CPUs

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100142524A1 (en) * 2007-07-02 2010-06-10 Angelo Garofalo Application data flow management in an ip network
CN101958844A (en) * 2010-11-02 2011-01-26 南京邮电大学 Active queue scheduling method based on QoS (Quality of Service) in differentiated service network
CN103444141A (en) * 2011-04-05 2013-12-11 瑞典爱立信有限公司 Packet scheduling method and apparatus
CN103595654A (en) * 2013-11-01 2014-02-19 福建星网锐捷网络有限公司 HQoS implementation method, device and network equipment based on multi-core CPUs

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杨博等: "一种分级WFQ的宽带无线接入系统QoS架构", 《中兴通讯技术》 *
钟琳华等: "一种新型的网络包公平调度算法的研究", 《计算机应用研究》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107211445A (en) * 2015-02-02 2017-09-26 瑞典爱立信有限公司 Predictive downlink scheduling
CN107211445B (en) * 2015-02-02 2020-09-18 瑞典爱立信有限公司 Predictive downlink scheduling
CN106789739A (en) * 2017-02-24 2017-05-31 上海斐讯数据通信技术有限公司 A kind of multistage multiple row can configure schedule management method and system
CN108282416A (en) * 2017-12-29 2018-07-13 北京华为数字技术有限公司 A kind of dispatching method and device based on data frame
CN108282416B (en) * 2017-12-29 2021-12-28 北京华为数字技术有限公司 Scheduling method and device based on data frame
CN108768886A (en) * 2018-05-30 2018-11-06 无锡知更鸟网络科技有限公司 A kind of SaaS data access increased quality method
CN109150755A (en) * 2018-09-25 2019-01-04 西安空间无线电技术研究所 A kind of spaceborne message dispatching method of space-based data-link and device
CN109150755B (en) * 2018-09-25 2022-03-04 西安空间无线电技术研究所 Space-based data link satellite-borne message scheduling method and device
CN112311693A (en) * 2019-07-26 2021-02-02 华为技术有限公司 Service data transmission method and device
WO2021017667A1 (en) * 2019-07-26 2021-02-04 华为技术有限公司 Service data transmission method and device
CN112311693B (en) * 2019-07-26 2022-08-26 华为技术有限公司 Service data transmission method and device

Similar Documents

Publication Publication Date Title
CN104079501B (en) Queue scheduling method based on multiple priorities
CN103929374A (en) Multilevel queue scheduling method based on service type
CN101111070B (en) Fairness resource scheduling method based on resource scheduling in broadband wireless access system
CN100596359C (en) Traffic control method and device for switch service flow
CN106793133B (en) Scheduling method for guaranteeing multi-service QoS in electric power wireless communication system
CN102014052B (en) Virtual dynamic priority packet dispatching method
CN104009936B (en) Queue scheduling method based on dynamic weight calculation
CN106533982B (en) The dynamic queue's dispatching device and method borrowed based on bandwidth
CN101958844A (en) Active queue scheduling method based on QoS (Quality of Service) in differentiated service network
CN104378309A (en) Method, system and related equipment for achieving QoS in Open Flow network
CN101340390A (en) Scheduling apparatus and method for real-time service
CN101674242B (en) Service message sending control method and device
CN106507366A (en) The repeater satellite space-time frequency domain resource dynamic dispatching method of facing multiple users
CN102025639A (en) Queue scheduling method and system
CN102724763B (en) Time domain group scheduling method on basis of two-dimensional priority level
CN1964320A (en) A method for packet dispatching of variable parameter for real-time mixed service environment
CN101562841A (en) Service scheduling method, device and system thereof
CN107204930B (en) Token adding method and device
CN105577563B (en) flow management method
CN107896200A (en) Message scheduling method compatible with virtual link and packet switching mechanism
CN106921586B (en) Data stream shaping method, data scheduling method and device
CN113328879B (en) Cloud data center network QoS (quality of service) guaranteeing method based on network calculus
US7599381B2 (en) Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
CN105812283B (en) Array dispatching method and device
CN100376099C (en) Method for realizing comprehensive queue managing method based network processor platform

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100006 No. 3, Haidian District, Beijing, Wanshou Road

Applicant after: Unit 91655 of PLA

Applicant after: BANGYAN TECHNOLOGY CO., LTD.

Address before: 100006 No. 3, Haidian District, Beijing, Wanshou Road

Applicant before: Unit 91655 of PLA

Applicant before: Shenzhen Bangyan Information Technology Co., Ltd.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication

Application publication date: 20140716