Movatterモバイル変換


[0]ホーム

URL:


US6810426B2 - Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network - Google Patents

Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network
Download PDF

Info

Publication number
US6810426B2
US6810426B2US10/060,273US6027302AUS6810426B2US 6810426 B2US6810426 B2US 6810426B2US 6027302 AUS6027302 AUS 6027302AUS 6810426 B2US6810426 B2US 6810426B2
Authority
US
United States
Prior art keywords
queue
data packets
data
deficit
critical
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.)
Expired - Lifetime, expires
Application number
US10/060,273
Other versions
US20020178282A1 (en
Inventor
Manamohan D. Mysore
Florence C. Pagan
Joel E. Short
Vijay Krishna Bhagavath
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.)
Gate Worldwide Holdings LLC
Original Assignee
Nomadix Inc
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 Nomadix IncfiledCriticalNomadix Inc
Priority to US10/060,273priorityCriticalpatent/US6810426B2/en
Publication of US20020178282A1publicationCriticalpatent/US20020178282A1/en
Assigned to NOMADIX, INC.reassignmentNOMADIX, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BHAGAVATH, VIJAY KRISHNA, MYSORE, MANAMOHAN D., PAGAN, FLORENCE C.I., SHORT, JOEL E.
Application grantedgrantedCritical
Publication of US6810426B2publicationCriticalpatent/US6810426B2/en
Assigned to NTT DOCOMO, INC.reassignmentNTT DOCOMO, INC.SECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: NOMADIX, INC.
Assigned to NTT DOCOMO, INC.reassignmentNTT DOCOMO, INC.MODIFICATION TO PATENT SECURITY AGREEMENTAssignors: NOMADIX, INC.
Assigned to GATE WORLDWIDE HOLDINGS LLCreassignmentGATE WORLDWIDE HOLDINGS LLCASSIGNMENT OF PATENT SECURITY AGREEMENTAssignors: NTT DOCOMO, INC.
Assigned to GATE WORLDWIDE HOLDINGS LLCreassignmentGATE WORLDWIDE HOLDINGS LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: NOMADIX, INC.
Assigned to Knobbe, Martens, Olson & Bear, LLPreassignmentKnobbe, Martens, Olson & Bear, LLPSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: NOMADIX, INC.
Assigned to NOMADIX, INC.reassignmentNOMADIX, INC.RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: Knobbe, Martens, Olson & Bear, LLP
Assigned to NOMADIX, INC.reassignmentNOMADIX, INC.QUITCLAIMAssignors: GATE WORLDWIDE HOLDINGS LLC
Adjusted expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Integrated Bandwidth Latency Scheduler apparatus, method and system (collectively, IBLS) combines Fair Queuing and Priority Schedulers in a single stage to provide bandwidth fairness guarantees as well as latency prioritization. The IBLS includes a scheduler and process that dequeues packets from multiple queues in an order based upon an algorithm of the IBLS that arranges and dequeues those queues having the highest priority based on content therein. The IBLS also utilizes quotas and deficit counters to ensure that packets from each source receive their fair portion of the outgoing link bandwidth. To determine which first in first out queue an incoming data packet is placed, the enqueue agent utilized by the present invention classifies incoming packets based on the type of data included within the data packet, the source of the packet, the type of data flow, or another attribute of the packet, such as a header associated with the packet. Additionally, a weighted fair queuing algorithm provides express paths to latency critical components of user flows while providing overall bandwidth guarantees, and uses bandwidth borrowing from non-critical flows to ensure latency prioritization for high priority flows.

Description

RELATED APPLICATION DATA
The present application claims priority from U.S. Provisional Application No. 60/265,415, titled “METHODS AND SYSTEMS PROVIDING FAIR QUEUING AND PRIORITY SCHEDULING TO ENHANCE QUALITY OF SERVICE IN A NETWORK”, filed Jan. 30, 2001, the entire contents of which are incorporated herein by reference.
FIELD OF THE INVENTION
The present invention relates to network communication, and more specifically, to apparatuses, methods and systems for enhancing quality of service in a network.
BACKGROUND OF THE INVENTION
In the current state of the Internet, the issues of guaranteed bandwidth fairness and support for multiple levels of latency are becoming increasingly important. Guaranteed bandwidth fairness is typically provided using so called “Fair Queuing” algorithms. These algorithms guarantee that bandwidth of a certain link (or virtual link) is fairly apportioned among its various flows. Fair Queuing algorithms are incorporated into network systems using fair queuing (or bandwidth) schedulers. These schedulers seek to control congestion even in the presence of ill-behaved sources, so that a single source that sends packets to a gateway at a sufficiently high speed cannot capture an arbitrarily high portion of the bandwidth of the outgoing line. While providing bandwidth guarantees is important, it is also important that latency-critical traffic flows (such as Voice Over IP and Video) experience as low latency as possible. Prioritizing traffic flows so that latency-critical flows experience low latency is currently provided by priority (or latency) schedulers.
Conventional network solutions have attempted to resolve both fair queuing and priority scheduling, and, despite the inherent tension between the two concerns, have been somewhat successful in incorporating both features in network systems. For instance, according to one conventional solution shown in FIG. 1,conventional schedulers120 have been created that cascade both fair queuing100 andpriority schedulers110 in series to achieve fair queuing and low latency for latency-critical traffic. Fair queuingschedulers100 have been proposed in which gateways maintain separate queues for packets received from each individual source. In many fair queuing schedulers, the queues are then serviced in a round-robin manner, which prevents a source from arbitrarily increasing its share of bandwidth or the delay of other sources. Therefore, when a source sends packets too quickly, it may effectively lengthen its own queue, thereby preventing anti-social behavior and limiting the negative impact on well-behaved sources. Other schedulers, some of which use a round-robin-based approach, have attempted to resolve problematic sources that send very long packets of data, which can get more bandwidth than other sources. However, these attempts suffer from some disadvantages, including that cascading the schedulers often results in erroneous queuing. Furthermore, arrangements such as those illustrated in FIG. 1 can require a substantial amount of packet processing.
One method for maintaining quality of service for networks, Deficit Round Robin (DRR), is a well-known fair queuing algorithm that is relatively efficient, simple, and is increasingly being accepted as a standard for fair queuing. DRR guarantees fair apportioning of bandwidth, provides close-to-perfect fairness in scheduling, and provides fast and lightweight enqueuing and dequeuing operations. DRR also provides O(1) time complexity, which means that the algorithm's computation does not grow with input size (the number of queues). As a result, the processing time taken by the algorithm is independent of the number of queues. DRR is next explained in detail with reference to prior art FIGS. 2,3A and3B, although it should be appreciated that DRR is well known to those of skill in the art.
FIG. 2 shows aDRR queue structure200 implemented by the DRR algorithm. TheDRR queue structure200 is located between anincoming link210 and anoutgoing link220, and operates to buffer data packets. Incoming packets from data sources received via theincoming link210 are queued in theDRR queue structure200 by anenqueue agent230. Theenqueue agent230 typically creates a queue for each source forwarding data packets over the incoming link. According to one embodiment of DRR, queues are created and ordered sequentially based on the time data packets arrive at thequeue structure200. Therefore, a first data packet from a first source may be buffered into a first queue position in thequeue structure200, whereas a later received data packet from a separate source may be placed in a queue positioned lower in thequeue structure200. After the packets are queued onto theDRR queue structure200, adequeue agent240 removes the packets from theDRR queue structure200 and transmits the packets over theoutgoing link220. The implementations of theenqueue agent220 anddequeue agent240 constitute the DRR queuing algorithm. According to DRR queuing, thedequeue agent240 intelligently dequeues the packets from theDRR queue structure200 based on bandwidth apportioning specifications and places the packets on the outgoing link. One implementation of theDRR queue structure200 consists of an array of linked lists of packets, which ensures that each queue (for example, the nth queue) can be accessed quickly. Additionally, the head and tail pointers of the linked list are stored so as to enable sufficient enqueuing and dequeuing.
According to one implementation of DRR, there is typically adeficit250 data element and aquota260 data element. According to the DRR algorithm, each data flow that is assured a share of bandwidth has a corresponding first in first out queue inside the DRR, and each queue within theDRR queue structure200 has a deficit and quota associated therewith. Thequota260 data element of a queue is the number of bytes of data the queue will send per cycle when viewed from a long-term average. Thedeficit250 refers the number of bytes of data that a queue can send in the current round. According to a general weighted variant of DRR, the quotas of the various queues of the DRR are initially set so that the ratios of the quotas are in accordance with the intended apportioning of bandwidth among flows. However, in the example presented in FIG. 3., all quotas are equal and hence coalesced into a single data element termed Quantum. One skilled in the art would appreciate that in the most general case, each queue would have its corresponding quota. In operation, theenqueue agent230 enqueues an arriving packet into the packet's appropriate queue. Thedequeue agent240 then continuously steps through the queues in a round-robin fashion and sends as many packets from a queue as allowed by its deficit. At the end of each round, the deficit of a non-empty queue is increased by the quantum (and in the most general case, by its quota), as maintained in the quota element. Thus, if a packet cannot be sent for want of deficit, that remaining deficit is retained and increased by its quota in the next round. As a result, past unfairness due to packet boundaries is corrected in subsequent rounds. However, it should be appreciated that queues that are empty (i.e., have no packets located therein) at the end of the round do not retain and add their current deficit to that of the next round. The past deficit is then ignored since it was not being made use of and hence did not cause any unfairness.
The operation of DRR is illustrated in FIGS. 3aand3b, which show a queue structure having fourqueues310, labeled1 through4, where each queue has buffered a plurality of packets. As referred to herein, the fourth queue, labeledqueue #4, has a greater queue number than queues one through three. For instance, in FIG. 3a, the first queue (labeled queue #1) includes packets having 200, 750 and 20 data elements (e.g., each data element is a byte of data), while the second queue (labeled queue #2) includes packets of 500 and 500 data elements. The packets are buffered in each respective queue sequentially, such that the packets arriving first enter the queue before packets arriving later in time. For instance, in the first queue of FIG. 3a, the packet having 200 data elements is first in the queue because it arrived before those packets sized at 750 and 20 data elements. Similarly, the packet having 750 data elements is second in the queue because it arrived before the packet sized at 20 data elements. Because DRR operates on a first in first out basis within each queue, the packet that enters the queue earliest in time is the first packet that will be dequeued and transmitted over an outgoing link. Also illustrated in FIGS. 3aand3bis adeficit counter320 for maintaining the current deficit, as explained earlier. At the beginning of each round, non-empty queues have their deficit counters increased by the Quantum, whereas empty queues have their deficit counters set to the Quantum. In this example of DRR there is no notion of a per-queue quantum or quota, but rather a global quantum that applies to all queues. However, a variant of DRR (which is usually termed weighted DRR) has queue-specific quotas. Referring again to FIG. 3a, the value of thedeficit counter320 establishes the number of units of data that will be dequeued from the corresponding queue by the dequeue agent during a current round of the deficit round robin process.
FIG. 3ashows the state of the queue structure during an initial state of the DRR operation. In this state, a round robin pointer (or dequeue agent)340 initially points to the first queue within the queue structure. Thedeficit counter320 shows a value of 500 data elements in FIG. 3abecause thequantum size330 is added to the queue's current deficit maintained by thedeficit counter320, which is initially zero for each individual queue in the present illustration. However, it will be appreciated by those of skill in the art that thedeficit counter320 can alternatively be initially set at any value for each queue. After the quantum size330 (500) is added to thedeficit counter320, the first packet of data buffered by the first queue, sized at 200 data elements, is compared to the data element value maintained in thedeficit counter320 that corresponds to the first queue (500). Because thedeficit counter320 contains a data element value equal to or greater than the number of data elements in the packet (500>200), the packet is removed from the queue structure by the dequeue agent and transmitted over an outgoing link. The deficit counter is then reduced by the number of data elements within the transmitted packet. Because the transmission of the packet did not utilize the first queue's entire allotment of deficit (500−200=300), the next packet in the first queue is then compared in the same manner as the first to the new value of the deficit counter, and this process is repeated until the deficit counter has insufficient deficit to transmit a packet.
Continuing with the illustrative example shown in FIG. 3a, the value of the deficit counter is reduced to 300 after the first packet is transmitted. Repeating the steps discussed above in processing the first packet, the DRR algorithm compares the new, reduceddeficit counter320 value to the size of the next packet, which has 750 data elements. Because thedeficit counter320 value is not greater than or equal to the size of the packet, the packet is not transmitted over the outgoing link, thereby preventing the source populating the first queue from utilizing a disproportionate share of the outgoing link bandwidth. However, as illustrated in FIG. 3b, thedeficit counter320 retains the unused allocation of data elements (300), which remain in thedeficit counter320 for use by the first queue during the next transmission attempt. Thereafter, theround robin pointer340 moves to the second queue in the queue structure, and repeats the steps described above with respect to the first queue.
The DRR algorithm repeats the above steps by continuously stepping through the queues in a round-robin fashion, sending as many packets from each queue as allowed by its deficit and the quantum size. For instance, when the round robin pointer selects the first queue during the second round, the quantum size (500) will be added to the deficit (300), yielding a total of 800 data elements in thedeficit counter320. Therefore, the packet with 750 data elements and the packet with 20 data elements will both be dequeued and transmitted out an outgoing link, because 800>(750+20).
In sum, DRR in its most general form arranges each queue to have an associated bandwidth, quota and down counted deficit, where the deficit is the amount of data a queue can send in the current round. The deficit keeps track of past unfairness and each queue's quota is added to its deficit at the beginning of each round. The queues send packets on a round robin basis, and a packet is sent from the queue only when the queue has sufficient deficit. When a packet is sent from the queue its size is subtracted from the deficit. If a packet is unable to be sent due to insufficient deficit, the remaining deficit is added to the next round's deficit, thereby correcting unfairness in subsequent rounds. Finally, it should be appreciated that the worst case cycle time in DRR is proportional to the sum of the queue bandwidth quotas divided by the bandwidth.
Although DRR is relatively efficient, simple, and is increasingly being accepted as a standard for fair queuing, DRR suffers from a number of problems that are undesirable for fair queuing of all types of traffic. For instance, DRR can cause packets to suffer high latency, causing DRR to be unsuitable for latency critical flows, such as Voice Over IP. DRR also does not have mechanisms for handling multiple levels of latency critical flows. Additionally, DRR is a fair bandwidth scheduler, rather than a prioritized latency scheduler.
Therefore, it will be appreciated that it would be advantageous to have a fair queuing and priority scheduling solution providing multiple levels of latency. It would also be advantageous to incorporate both fair queuing and priority scheduling, to work in unison and overcome latency-related problems associated with DRR. It would also be advantageous to implement both features to provide a fair bandwidth prioritized latency scheduler rather than merely a fair bandwidth scheduler, as is provided by DRR.
SUMMARY OF THE INVENTION
According to one embodiment of the present invention, there is provided an Integrated Bandwidth Latency Scheduler apparatus, method and system (collectively referred to herein as IBLS) that combines Fair Queuing and Priority Schedulers in a single stage to provide bandwidth fairness guarantees as well as latency prioritization. The IBLS accomplishes these goals by providing a scheduler and process that dequeues packets from multiple queues in an order based upon an algorithm of the IBLS that arranges and dequeues those queues having the highest priority based on content therein. However, the systems, methods and apparatuses of the present invention also utilize quotas and deficit counters, similar to the DRR process described above, to ensure that packets from each source receive their fair portion of the outgoing link bandwidth. To determine which first in first out queue an incoming data packet is placed, the enqueue agent utilized by the present invention classifies incoming packets based on the type of data included within the data packet, the source of the packet, the type of data flow, or another attribute of the packet, such as a header associated with the packet.
IBLS obviates the need for two stages of queuing to achieve both bandwidth and priority-based scheduling and thus reduces per-packet latency. By means of a novel way of dequeuing packets, IBLS ensures that latency critical flows experience a lower latency than other flows. While doing so, IBLS makes sure that bandwidth fairness is not compromised. To achieve this, it ensures that both bandwidth scheduling and prioritized latency scheduling work in unison without causing correctness problems. The bandwidth scheduler functionality within the IBLS decides how many packets are allowable from each queue in the current round, whereas the priority scheduler functionality makes sure that among these packets, those of higher latency critically get sent earlier. Furthermore, under typical loads, the IBLS of the present invention provides a significant amount of latency differentiation over conventional scheduling algorithms such as DRR. IBLS reduces jitter of high priority flows under usual loads. IBLS also provides better bandwidth fairness than DRR on a per cycle (i.e. round) basis. The latency differentiation effect of IBLS diminishes in times of extreme congestion. And IBLS not only avoids queuing-theoretic flaws introduced by a two-stage design, but also reduces the latency experienced by a packet. Therefore, the IBLS approach is of great benefit in systems that need both bandwidth fairness and latency differentiation.
Also provided in the present invention is a weighted fair queuing algorithm providing express paths to latency critical components of aggregated flows while providing bandwidth guarantees to aggregated user flows. Therefore, although aggregated user flows may consist of traffic components of varying importance, the present invention makes it is possible to isolate and provide a lower latency to latency critical components of such aggregated user flows, while still ensuring that all aggregated flows still experience their overall share of fair bandwidth. The latency critical components of aggregated flows can be separated and placed in a latency critical queue while the non-latency-critical components of aggregated flows use non-latency-critical queues corresponding to their respective user flows. The dedicated queues and bandwidth borrowing features of the present invention apportion link bandwidth among users, ensure fair sharing of extra bandwidth among various users, and provide fast paths for latency critical application flows.
BRIEF DESCRIPTION OF THE DRAWINGS
Having thus described the invention in general terms, reference will now be made to the accompanying drawings, which are not necessarily drawn to scale, and wherein:
FIG. 1 shows a fair queuing scheduler combined in series with a priority scheduler, according to the prior art.
FIG. 2 shows a DRR queue structure according to the prior art.
FIG. 3ashows an illustrative example of the operation of DRR, according to the prior art.
FIG. 3bshows an illustrative example of the operation of DRR, according to the prior art.
FIG. 4 shows a block diagram of an IBLS, according to one embodiment of the present invention.
FIG. 5 illustrates in block diagram form an enqueue process of the IBLS, according to one embodiment of the present invention.
FIG. 6 illustrates in block diagram form a dequeue process of the IBLS, according to one embodiment of the present invention.
FIG. 7 shows IBLS data structures, according to one aspect of the present invention.
FIG. 8 illustrates multiple queues having associated deficit arrays, and the AND product of an associated deficit bitmap and queue bitmap, according to one illustrative example of the present invention.
FIG. 9 shows IBLS data structures, according to an alternative embodiment of the present invention.
FIG. 10 illustrates in block diagram form an enhanced DRR+enqueue process, according to one aspect of the present invention.
FIG. 11 illustrates in block diagram form an enhanced DRR+dequeue process, according to one aspect of the present invention.
FIG. 12 shows a two stage quality of service architecture implemented by the present invention.
FIG. 13 shows a block diagram of a queue structure illustrating bandwidth borrowing, according to one illustrative embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
The present invention now will be described more fully hereinafter with reference to the accompanying drawings, in which preferred embodiments of the invention are shown. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. Like numbers refer to like elements throughout.
As will be appreciated by one of ordinary skill in the art, the present invention may be embodied as a method, a data processing system, or a computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product on a computer-readable storage medium having computer-readable program code means embodied in the storage medium. Any suitable computer readable storage medium may be utilized including hard disks, CD-ROMs, optical storage devices, or magnetic storage devices.
The present invention is described below with reference to block diagrams and flowchart illustrations of methods, apparatus (i.e., systems) and computer program products according to an embodiment of the invention. It will be understood that each block of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, respectively, can be implemented by computer program instructions. These computer program instructions may be loaded onto a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions which execute on the computer or other programmable data processing apparatus create means for implementing the functions specified in the flowchart block or blocks. These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart block or blocks. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart block or blocks.
Accordingly, blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the block diagrams and flowchart illustrations, and combinations of blocks in the block diagrams and flowchart illustrations, can be implemented by special purpose hardware-based computer systems which perform the specified functions or steps, or combinations of special purpose hardware and computer instructions.
Integrated Bandwidth Latency Scheduler (IBLS)
As shown in the block diagram of FIG. 4, theIBLS420 of the present invention combines aFair Queuing Scheduler400 with aPriority Scheduler410 in a single stage to provide both bandwidth fairness guarantees and latency prioritization. The present invention thus ensures that the latency experienced by packets, especially those of latency critical flows, is kept low, while maintaining bandwidth fairness among all packet flows. Further advantages of the present invention will be appreciated after the IBLS of the present invention is disclosed in detail with reference to the figures.
According to one embodiment of the invention, the well-known Deficit Round Robin (DRR) bandwidth scheduler, discussed above with reference to FIGS. 2,3aand3b, may be modified to incorporate prioritized latency support provided by the IBLS of the present invention. In this embodiment the IBLS utilizes similar components as those described above with reference to DRR, including an enqueue agent, a queue structure having multiple queues therein, a dequeue agent, and deficit and quota registers. However, in contrast to the round-robin approach utilized by the DRR algorithm, the dequeue process of theIBLS420 determines the queue from which a packet (or a configurable number of bytes) will be transmitted immediately after the dequeue agent transmits the previous packet (or configurable number of bytes) over the outgoing link. Therefore, the IBLS algorithm of the present invention supports the notion of a round in which DRR-like bandwidth fairness is achieved, but in which reordering of packets is performed to cater to latency critical flows. To accomplish priority dequeuing, a dequeue agent of the IBLS quickly examines each queue that is ready to send data and ascertains the queue that has the highest priority. For instance, one particular queue may contain Voice over IP (VoIP) data that the dequeue agent recognizes has higher priority than data in other queues. Regardless of each queue position, the dequeue agent will send the latency-critical data from its corresponding queue to the outgoing link. Thus, the present invention utilizes a method of reordering packets within a round such that higher priority queues get to forward their packets earlier than the lower priority ones. This embodiment and process will be explained in greater detail with respect to FIGS. 5,6 and7.
Anenqueue process500 according to one aspect of the IBLS of the present invention is depicted in the flowchart of FIG.5. On receiving a packet transmitted from an incoming link, the packet is initially classified as a particular type so that the packet can be mapped to its corresponding queue by the enqueue agent and process (block510). This classification process is advantageous in this embodiment of IBLS because increasing queue number (i.e., farther down in the queue structure) corresponds to decreasing latency priority. As those of skill in the art will appreciate, the ordering of queues based on priority is done so as to enable quick ascertainment of the current highest priority queue. This is in direct contrast to DRR, where all queues have equal priority. For instance, referring again to the illustrative example shown in FIG. 3a, DRR treats the first and third queues equally, whereas IBLS guarantees the first queue a higher latency priority than the third queue. Thus, according to the IBLS algorithm, higher priority level translates to lower latency, in contrast to DRR, where all queues experience approximately the same latency.
To determine the destination queue in which a data packet having a corresponding queue should be placed into the queue structure, the enqueue agent classifies incoming packets based on the type of data included within the data packet, the source of the packet, the type of data flow, or another attribute of the packet, such as a header associated with the packet. For instance, the enqueue agent may classify data packets differently if the packets are VoIP, HTTP, FTP, Citrix (or any application service traffic), or other data types. To classify the packets based upon differing data types or other attributes, the IBLS can include a look-up table to ascertain the latency priority of particular types of data packets. For example, a VoIP packet may have an associated priority weight of 100, an HTTP packet a priority weight of 50, an FTP packet a priority weight of 10, and a Citrix data packet a priority weight of 75. In this example, upon receiving a VoIP packet the enqueue agent will identify and place the packet in first queue. A Citrix data packet will similarly be recognized and placed in the second queue by the enqueue agent, even where the Citrix data packet is received before the VoIP packet. Preferably, the IBLS algorithm enables an administrator to easily configure or alter the priority weights associated with particular types of data. Furthermore, it is preferable that the IBLS algorithm allows an administrator to easily earmark particular flows, and assign those flows whatever priority the administrator so desires.
Referring now again to FIG. 5, after a packet and its associated queue are identified, the packet is enqueued (block510). However, to prevent excess data being built up in one or more queues within the queue structure, each queue or the entire queue structure may include a byte limit that should not be exceeded. In this embodiment, a byte limit exists for the entire queue structure, but it should be appreciated that the invention is not limited to this alone, and that it may also encompass per-queue byte limits. This feature is common in the enqueue processes of many common bandwidth schedulers including DRR. The enqueue process verifies that the queue structure byte limit is not exceeded by the addition of a packet to its corresponding queue (block520). Were the byte limit is exceeded, a packet may be dropped from the queue structure. As will be appreciated by those of skill in the art, the queues and queue structure discussed herein may be defined and stored within a database or memory. According to the process illustrated in FIG. 5, a packet may be dropped from the tail end of the queue having the highest ratio of length to its associated quota (block530). However, it should be appreciated that alternative methods may be implemented to determine a packet to be dropped, such as dropping the current packet, or dropping from the head of the queue having the highest length to quota ratio. After the packet is enqueued, the data structures of the queue structure are updated (block540), as described below. This step includes updating the data structures (such as the queue bitmap that is described below) based on which the dequeue process decides the next packet to send, and the data structures needed to decide which queue the enqueue process should drop a packet from in case the byte count of the queuing structure overshot the specified byte limit. The dequeue process (block550) is then initiated to transmit the packets from the queue structure over the outgoing link to their respective destinations.
Thedequeue process600 according to one embodiment of the invention is illustrated in the flow chart of FIG.6. At each step in the dequeue process, thedequeue process600 sends a small portion of data (either a single packet or a certain number of bytes of data, which might include a multiple number of packets) from a queue and determines from which queue to transmit the next portion of data from. As explained briefly above, the dequeue process enhances the conventional DRR dequeue process by reordering packets within a round (i.e., a cycle through each queue, although not necessarily in order, analogous to one pass in a round-robin approach) such that higher priority queues forward packets earlier than the lower priority queues. Although the dequeue process is unlike the DRR dequeue process in that queues are selected based on their priority and readiness (i.e., a ready queue is a queue that has a data waiting to be transmitted and sufficient deficit to transmit at least the first packet) to transmit packets, like DRR, the IBLS algorithm maintains DRR-like deficits and quotas for each queue, where the deficit is the number of bytes a queue can send in the current round of the dequeue process, as will be described with reference to FIGS. 7 and 8. The deficits and quotas, and arrays of deficits and quotas, as discussed in detail below, are contained within memory or one or more databases accessible by hardware and software components for executing the process described herein. As is illustrated atblock610, although ready queues are serviced in order of priority, the dequeue agent and process begins the next round of dequeuing when each queue in the structure is either empty or does not have sufficient deficit to send packets.
Where there is a queue with packets buffered therein, and the queue has sufficient deficit to transmit a packet (block610), the oldest packet of the queue having the highest priority will be transmitted by the dequeue agent (block620) and the deficit and data structures of the queue structure will be updated (block630). The dequeue process then repeats the process, beginning the next step in a round by determining if there is a waiting queue with a non-zero deficit (block610). On the other hand, where there is not a queue with sufficient deficit to transmit its next packet, the dequeue process determines whether all queues within the queue structure are empty (block650). If each queue is empty, the quotas are reset to each queues' deficit (block640), and the dequeue process enters a sleep mode (block680), wherein it waits for a packet to be buffered by the enqueue agent into a queue to restart the dequeue process (block610). The copying of the quota to each queue's deficit value if all queues are empty640 is done by means of a block copy for efficiency. Where only some but not all of the queues are empty, the deficit of each empty queue is reset to the quota value (block660), and for each non-empty queue, the quota is added to its existing deficit (block670). Thereafter, the dequeue process repeats itself (block610). It should further be noted that one of the aspects that differentiates the dequeue process of IBLS from that of DRR, described above, is that parameters such as deficit and quota are updated at the end of the round, instead of at the beginning of each round. Those skilled in the art will realize that the description above could have many more optimizations, and many of the above steps could be made more efficient; but nevertheless, the main steps suggested by the above will need to be performed.
The data structures associated with one embodiment of the IBLS system are illustrated in the block diagram of FIG.7. The IBLS system includes aqueue structure700 located between an incoming link and an outgoing link. Incoming packets from data sources received via the incoming link are queued in thequeue structure700 by the enqueue agent andprocess730 described above with respect to FIG.5. Therefore, the queues are arranged in the queue structure such that queues are ordered on the basis of priority. According to this aspect of the invention, higher priority flows are assigned a lower queue number. However, the invention handles any other ordering scheme and hence is not limited by the ordering scheme described herein, as long as the ordering enables fast ascertainment of which is the ready queue with highest priority. The IBLS implementation also includes a dequeue agent implementing thedequeue process740 described above with respect to FIG.6. FIG. 7 also includes aquota array720, which is an array indexed by queue number used to store predetermined bandwidth allocations, and adeficit array710, which is a queue-number-indexed array of down-counted deficit amounts. As in the DRR illustrative example discussed above, thequota array720 can be the same for all queues, or can vary for each queue of thequeue structure700. Also included in the IBLS system of the present invention is thedeficit bitmap750, which is a bitmap that stores a 1 or 0 bit for each queue in thequeue structure700. A bit corresponding to a queue is set to 1 if that queue has enough deficit to send its first packet; otherwise, the bit is set to 0. Thequeue bitmap760 is a similar bitmap in which a bit is set to 1 if the corresponding queue has a packet waiting in it, and a 0 if the corresponding queue does not have a packet waiting in it.
The purpose of the deficit bitmap and queue bitmap, and the operation of the dequeue process is best understood with reference to the illustrative example shown in FIG.8. Illustrated in FIG. 8 are fourbitmaps800 arranged by the enqueue agent andprocess730 in order of decreasing priority. Therefore,queue1 has a priority greater than each of the other queues in the illustration,queue2 has a priority greater than each of the other queues except forqueue1, and so forth. Also illustrated in the block diagram is thedeficit array810,deficit bitmap850,queue bitmap860, and acomposite bitmap870, which is the created by AND-ing thedeficit bitmap850 andqueue bitmap860. The first queue includes two 60 byte packets and has a deficit of 500 (bytes)(this value is stored in the deficit array810), the second bitmap includes one 60 byte packet and has a deficit of 5, the third queue includes one 60 byte packet and has a deficit of 100, and the fourth queue includes no packets and has a deficit of 60.
As noted above, in the deficit bitmap850 a bit corresponding to a queue is set to 1 if that queue has enough deficit to send its first packet; otherwise, the bit is set to 0. Therefore,queues1,3 and4 each include a deficit bitmap value of 1, as the deficit stored in the deficit array is sufficient to transmit the packets in the corresponding queues. However, because the deficit ofqueue2 is less than the 60 byte packet size buffered inqueue2, the deficit bitmap includes a 0 bit for the second queue. Thequeue bitmap860 includes bits that are set to 1 if the corresponding queue has a packet waiting in it. Therefore, the first three queues include 1 bits, while the fourth queue includes a 0 bit, as the fourth queue does not include a packet waiting in it for transmission.
Thecomposite bitmap870 is created by bitwise-AND-ing thedeficit bitmap850 elements with the corresponding elements in thequeue bitmap860 for each queue. If there is a 1 bit set in the composite bitmap, the queue corresponding to that bit both has a packet waiting and sufficient deficit to send the packet (i.e., it is prepared or ready to send a packet). Thus, the use of the composite bitmap allows the IBLS algorithm of the present invention to quickly determine those queues that are prepared to send packets. If the resultant bitmap is zero, then there is no queue ready to transmit a packet. Thus, in the dequeue process illustrated in FIG. 6, the determination of whether there is a queue with a waiting packet (block610) is equivalent to testing if the resultant bitmap is non-zero. Moreover, given a resultant bitmap, finding the highest bit position can be implemented efficiently by means of a single (or a few) table lookup(s).
Continuing with the example illustrated in FIG. 8, according to the composite bitmap the first and third queues are ready to transmit packets. As a result, the dequeue process will attempt to transmit the packets within these queues prior to those having either insufficient deficit or no waiting packets. Becausequeue1 has greater priority thanqueue3, the dequeue process will begin by transmitting both 60 byte packets from the first queue, and reducing the deficit stored in the deficit array to 380 (seeblocks610,620,630). Note, however, that where the deficit is insufficient to complete the transmission of a packet in a queue the dequeue process will not transmit that packet, and will instead look for queues having a waiting packet and an adequate deficit. For instance, if the second packet in the first queue was 500 byte in size (rather than 60), the deficit would be insufficient to transmit the packet and the dequeue process would continue with the third queue. Continuing with the illustrative example of FIG. 8, after the two 60 byte packets are transmitted from the first queue, the dequeue process will transmit the packets from the third queue because the IBLS algorithm recognizes that the composite bitmap includes a 1 for the third queue. Thus, the second queue is skipped, unlike that which would occur in DRR or in round-robin queuing algorithms. After transmitting the 60 byte packet from the third queue, the dequeue process will determine if all the queues are empty (see block650). Because the fourth queue is empty and the second queue has a 60 byte packet (and a queue bitmap value of 1) the deficit of the first, third and fourth queues will be reset to the queue's quota (see block660), and the deficit ofqueue2 will be increased by its quota (see block670). Thereafter the dequeue process repeats (see block610).
It should be appreciated that IBLS, unlike certain classical fair schedulers, uses a queue-wise allocation of quotas, which takes care of bandwidth apportioning on a per-round basis. It should also be noted that the present invention is unlike a strict round-robin scheduler (e.g., DRR); it can however be likened to a variant of DRR that uses queue-specific weighted-quotas. In IBLS, a new round begins when each queue is either empty or non-empty with insufficient deficit. Therefore, IBLS requires that the Fair Queuing Scheduler have a round or cycle in which bandwidth fairness is maintained. It should also be noted that because IBLS does not adhere to a strict round-robin process, the time complexity of the dequeue process is O(log n) (for n queues), which means that the time taken on a long term average by the dequeue process increases logarithmically as the number of queues is linearly increased. However, the time complexity of the enqueue process is O(1), such that the process is independent of the number of queues. In sum, using the IBLS systems and methods of the present invention, the per-round properties of DRR are retained while inside the round, the order in which packets are sent depend upon the priorities of queues that have packets waiting in them. As a result, IBLS guarantees weighted apportioning of bandwidth, has the same bandwidth fairness properties as a weighted variant of DRR, and provides multiple priority levels based on response time.
It will be appreciated that the IBLS embodiment discussed above with respect to FIGS. 5-8 made the assumptions that each queue has a unique latency priority associated with it, or equivalently, there are as many priority levels as the number of flows/queues, and that queues are ordered on the basis of priority to enable bitmap-based implementation. This implementation of IBLS enables table-lookup-based optimizations (e.g., finding the highest bit position in a bitmap is possible in just 2 table lookups for 16 queues), but requires that priorities be totally ordered such that equal priorities are not supported. Thus, two queues having equal priorities will not get the same latency preference, as one must precede the other. Although these assumptions are convenient in certain circumstances, an alternative solution in which an arbitrary number of priorities (i.e., from 1 to n, the number of queues) and an arbitrary ordering of queues may be desirable. The present invention provides an alternative solution that allows these capabilities.
Another embodiment of the IBLS of the present invention is illustrated in the block diagram of FIG.9. In this implementation, the queues in the DRR queuing structure are mapped onto a number ofactive priority buckets950. Priority buckets consist of an array whose elements contain pointers to two linked lists of queue records. Each queue is mapped onto to an element of the array depending upon its priority. Henceforth, an element of the priority bucket array is referred to as a priority bucket. According to this embodiment, it is possible that multiple queues map onto the same priority bucket. Whenever a packet arrives, anenqueue process930 first determines the queue to which the packet is destined and then determines theactive priority bucket950 the queue is associated with (or mapped to). Eachactive priority bucket950 contains two linked lists, theActive List970 of queue records that represent the ready queues (i.e., have a packet that they can send immediately) that map to thatactive priority bucket950, and theInactive List980 of queue records that have packets in them, but do not have enough deficit currently to send their first packet. Henceforth, we shall use the terms “insert the queue record into a List” and “insert the queue into the List” interchangeably. A bitmap (On bitmap)960 is stored such that each priority bucket has a corresponding bit that is set to 1 if the corresponding Active List is not empty and is set to 0 otherwise. Thus, by checking if a certain bit is set, one can decide if the corresponding priority bucket has any ready queues that map onto it. This point enables an efficient table lookup based implementation to ascertain the priority bucket of highest priority that has ready queues in its Active List. More generally, if the On bitmap is non-zero, i.e., has at least one bit set, then it means that there is one priority bucket that has a ready queue. This property is made use of by thedequeue process940.
Theenqueue process930 is implemented according to the flowchart shown in FIG.10. The enqueue processing in this embodiment is almost identical to that illustrated in FIG. 5 with the only difference being an additional set of operations (block1050). When an incoming packet arrives, it is enqueued into the appropriate queue (block1010), as discussed previously, and a check is made to see if the byte limit on the queue structure is exceeded (block1020). If it is exceeded, packets are dropped suitably to reduce queue structure byte usage (block1030). The same update operations (block1040) as described in the context of FIG.5. (block540) are then performed on the data structures. The active and inactive lists specific to this embodiment are then updated (block1050). More specifically, if the incoming packet is the first packet (block1062) entering an empty queue contained inside the queue structure, a check is made to see if the deficit pertaining to this queue is sufficient to send the packet (block1064). If the deficit is sufficient to send the packet, the queue (i.e., the queue record) is then inserted into the Active List (block1066) corresponding to the queue's priority bucket (array element of the priority buckets) and the bit corresponding to the current priority bucket is set in the On bitmap. If the deficit is not sufficient, the queue is inserted into the Inactive List (block1068) corresponding to the queue's priority bucket. It should be appreciated, however, that the foregoing steps are performed only if the incoming packet is the first to enter an empty queue.
Thedequeue process940 shown in FIG. 11 is also similar to the one illustrated in FIG. 6, albeit more elaborate. The dequeue process begins by determining if there is a packet to ready to be sent from the queuing structure (block1110). This check is performed by checking if theOn bitmap960 is non-zero (i.e., has at least one bit set). If so, the priority bucket corresponding to the highest bit position and thus of the highest priority is chosen and the first queue in its Active List is allowed to send a packet (or a configurable number of bytes) (block1120). After sending a packet (or a certain number of bytes), if the deficit of the current queue is insufficient to send its next packet (which supposes that a next packet exists) (block1130) the queue record is inserted (block1150) into the correspondingInactive List980 and removed from the Active List (block1152). If however, the deficit is sufficient, a check is made to see if the queue is now empty (block1145). If this occurs, the queue is removed from the correspondingActive List970, and is not inserted on the Inactive List since the queue is empty. However, if this check fails, the current queue is reinserted at the end of the Active List (block1154) so as to enable other ready queues to send their packets in succeeding rounds without incurring a high latency, thereby insuring that all queues having the same priority have the same latency over the long term. In either case, updates are performed (block1156) on the data structures such as the On bitmap in order to maintain consistency. Returning to the check (block1110) to see if there is a ready queue to send a packet from, if this check turns out to be false (i.e., no more ready queues are available), then a check is made to see if all queues are empty (block1165). This is similar to the check made in (block650) the process of FIG.6. If this check is true, the quotas are block-copied onto the deficits for efficiency reasons (block1155) (as in block640) and thedequeue process940 enters a sleep mode. If this check (block1165) is false, steps are taken in a manner similar to those illustrated in FIG. 6 (see, e.g., blocks660 and670). The deficits of empty queues are reset to theirrespective quotas1170, and those of non-empty queues are increased by their quotas (block1180). In addition, the Active and Inactive Lists in the priority buckets are switched in their function (block1190) since the Active List is empty. This means that the Active List of a priority bucket would now function as the Inactive List and vice versa. This switching is easily enabled by storing the Active List and Inactive List as pointers. One skilled in the art would also understand that such switching can be accomplished quickly and simultaneously in all priority buckets if these pointers are stored as elements of a two element array (indexed by twoindices 0 and 1) and a global variable is maintained to indicate if the index of 1 (or 0) corresponds to the Active List pointer or if it corresponds to the Inactive List pointer. This process is repeated as long as there are non-empty queues.
It should be appreciated that when the next dequeue cycle starts, the priority bucket being serviced may have queues that cannot send packets because the deficit (which would have been increased at the end of the previous cycle) is still insufficient to send the packet waiting at the head of the queue. The dequeue process can remove such queues from the active list and transfers them to the end of the inactive list. This method postpones the detailed updating of the active and inactive lists until the next cycle and instead performs a quick switch of the active and inactive queues. This method works well under conditions of congestion, where one can expect several queues to have outstanding packets. In another embodiment, the dequeue process can re-evaluate the place of each queue (in the active or inactive list) at the time it increases the deficit of each queue at the end of the cycle. This process would be beneficial in periods of low congestion. However, it should be appreciated that the present invention is not restricted to a single method for starting a new cycle and thus the above methods represent only two possible embodiments for starting a new cycle.
According to this embodiment of the present invention, an arbitrary number of priority levels may be used (from 1 to n). This ensures that all queues having the same priority experience the same average latency since all such queues are mapped onto the same priority bucket and on sending a packet (or configurable number of bytes) from a queue, it is reinserted at the end of the priority bucket's Active List. This is an enhancement over the previous embodiment where the provision of equal priority queues was not possible. However, this implementation is more complicated than the previous implementation, and may require a slightly higher run-time overhead to execute. The time complexity for the enqueue and dequeue processes are the same as in the first embodiment.
In yet another embodiment of the invention, a Binary Heap (usually used to implement Priority Queue data structures) structure is incorporated to enable fast ascertainment of the highest priority queue that is currently ready. Those skilled in the art will be well aware that a binary heap allows efficient retrieval of the highest priority record in a given set of records. The implementation complexities for insertion and deletion into a binary heap are both O(log n). This implementation involves the insertion of a queue record into the binary heap once it becomes ready and deletion from the binary heap once it becomes either empty or its deficit becomes insufficient. The heap structure allows a flexible number of priority levels (1 to n) since it is impartial to two records of the same priority number. To enable low latency, it would be important to remove and reinsert a queue record into the binary heap once it has sent a packet (or a configurable number of bytes) so as to allow a queue of a priority equal to or greater than the current queue to get an opportunity to send its packet (or configurable number of bytes) without a large delay. This implementation would incur a greater run-time overhead than both the implementations discussed above. However, it uses a standard, well understood data structure to accomplish priority scheduling.
In summary, IBLS systems and methods guarantee fair bandwidth, allow bandwidth bursting without compromising fairness, and provide multiple latency priority levels. Furthermore, systems and methods of the present invention are amenable to light-weight implementation, allow for easy configuration of bandwidth and latency assignments, and are ideal where fine-grained control over per-flow latency is needed. Additionally, an IBLS according to the present invention provides better differentiation in latency and less jitter to higher priority flows in uncongested or near-congested network conditions.
Enhanced DRR+: Bandwidth Borrowing
In addition to the IBLS implementations described in detail above, the present invention provides another weighted fair queuing algorithm to provide express paths to latency critical components of user flows while providing overall bandwidth guarantees to user flows. As an illustrative example, an administrator of a network may wish to restrict the bandwidth available to users according to their payment plan, but still ensure that certain traffic components, such as VoIP, of all users still experience low delay and jitter. In such a scenario, the following feature of this invention will prove useful and appropriate. According to this feature of the present invention, the latency sensitive traffic components of all user flows are channeled into one global latency critical queue while all other user traffic use their own separate non-latency critical queues. This is done in a manner which ensures that no bandwidth unfairness results by channeling the latency critical components of all user flows into a common latency critical queue.
To fully describe the aforementioned feature, an illustrative scenario may be considered where one desires that traffic originating from each user is limited to a certain fraction of the link bandwidth, and that the application components of the user's traffic are differentiated according to a predefined profile of bandwidths and priorities. In addition, it may be required, under some circumstances, that a certain latency critical traffic component (VoIP, for instance) of all user flows experiences very low latency when compared with all other traffic types. To solve this problem, this invention enunciates a two step solution as is illustrated in FIG.12. Thesecond stage1220 of the scheduler is an Enhanced DRR+scheduler that is responsible for fairly apportioning bandwidth among users1240a,1240b, . . . ,1240n, while also ensuring low latency for the VoIP traffic components (although other latency sensitive traffic components could also be similarly scheduled). Thefirst stage1210 of the scheduler consists of IBLSs that apportion user bandwidth to user applications. The first stage queue has a queue per user application and FIG. 12 shows theVoIP queue1250 corresponding toUser11240aas being one among its application specific queues Both VoIP data and Non-VoIP data is transmitted to the second stage Enhanced DRR+scheduler that puts the non-VoIP components of user traffic into respective user queues within theStage II Scheduler1220, and aggregates the VoIP packets received from each of theStage I Schedulers1210, such that the Stage II Scheduler can separate the VoIP packets from other data, so as to ensure low pass-through latency to VoIP traffic. It should be noted that this special provision for VoIP components of user traffic does not affect overall bandwidth fairness to user flows. This means that if the fairness criteria in theStage II Scheduler1220 is such thatUser11240ais allowed to send twice as many data units in a round asUser21240b, then, the special scheduling of the VoIP components of eitherUser1 orUser2 will not affect this fairness specification. It merely makes sure that the VoIP components in the traffic generated byUser1 andUser2 experience very low latency. Although in the above discussion VoIP was used as an example of latency critical flow, it will be appreciated that this aspect of the present invention is not limited to VoIP as the sole latency critical flow.
According to one aspect of the invention, bandwidth borrowing may be used to provide especially low latency to flow components that are latency critical. FIG. 13 shows a block diagram of a queue structure illustrating bandwidth borrowing, according to one illustrative embodiment of the present invention. In FIG. 13, a latencycritical VoIP packet1300 belonging to aggregatedflow3 may need to be handled quickly. Hence, it may be placed in the latencycritical queue81310 which is handled specially by the Stage II scheduler so as to provide it very low latency. But while doing so, a corresponding deficit from the respective user queue in which non-VoIP packets from the same aggregated flow would be placed may be borrowed to ensure overall bandwidth fairness. Where the deficit in the respective user queue is insufficient, the aggregated flow is either misbehaving or has exhausted its deficit for the current round and will have to wait for its turn in the next round. Thus, if the deficit is insufficient, it is fair to enqueue the latency critical packet not into the latency critical queue, but into the respective user queue that corresponds to its aggregated flow without needing to borrow bandwidth. To avoid misordering of data, latency critical packets are channeled to the latency critical queue only if there are no other latency critical packets already existing in the respective user queue. As a consequence latency critical packets may sometimes pass through the respective user queue instead of the latency critical queue. Barring this case, latency critical flows would benefit from the latency critical cut-through path. This aforementioned aspect of the invention relies on the idea of borrowing bandwidth to ensure bandwidth fairness and uses a latency critical queue to channel latency critical traffic.
As discussed above, IBLS schedulers according to the present invention apportion user bandwidth appropriately among its application flows, ensures fair sharing of extra available bandwidth, and prioritizes application traffic based on latency. The IBLS integrates a cycle-based fair bandwidth scheduler and a conventional priority scheduler into a single queuing stage in order to provide a combination of bandwidth fairness and multiple levels of latency critically. This not only avoids the queuing-theoretic flaws introduced by a two-stage design but also reduces the latency experienced by a packet. The dedicated queues and bandwidth borrowing features of the present invention discussed above, also apportion link bandwidth among users, ensure fair sharing of extra bandwidth among various users, and provide a fast path for latency critical application flows.
Many modifications and other embodiments of the invention will come to mind to one skilled in the art to which this invention pertains having the benefit of the teachings presented in the foregoing descriptions and the associated drawings. Therefore, it is to be understood that the invention is not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of the appended claims. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims (66)

What is claimed is:
1. A method for limiting latency for latency-critical network traffic, comprising:
receiving at a queue structure a plurality of data packets associated with at least one source, wherein said queue structure comprises a plurality of queues, and wherein each queue of said plurality of queues is ranked in said queue structure;
identifying an attribute associated with one of said plurality of data packets;
determining a queue of said plurality of queues to receive said one of said plurality of data packets, wherein said queue is identified based upon said attribute, and wherein said queue is ranked in said queue structure based at least in part upon said attribute;
placing said one of said plurality of data packets into said queue; and
dequeuing said one of said plurality of data packets from said queue structure based at least in part upon the rank of said queue in said queue structure.
2. The method ofclaim 1, further comprising the step of identifying one or more queues prepared to immediately transmit at least one data packet prior to dequeuing said one of said plurality of data packets.
3. The method ofclaim 2, wherein the step of dequeuing each data packet comprises dequeuing data packets from said one or more queues that are prepared to immediately transmit at least one data packet based at least in part upon the rank of said one or more queues in said queue structure.
4. The method ofclaim 1, further comprising the step of maintaining a deficit array, wherein the deficit array contains a respective deficit amount representing the quantity of data, within one or more data packets, that may be immediately dequeued from each queue within the queue structure.
5. The method ofclaim 4, further comprising the step of updating a deficit bitmap, wherein said deficit bitmap maintains a plurality of bits, wherein each bit represents whether the deficit amount exceeds the quantity of data within an initial data packet that may be immediately dequeued from a corresponding queue within the queue structure.
6. The method ofclaim 1, further comprising the step of maintaining a quota array, wherein a respective quota amount of the quota array represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
7. The method ofclaim 6, further comprising the step of maintaining a queue bitmap wherein said queue bitmap maintains a plurality of bits, wherein each bit represents whether a corresponding queue within the queue structure has a packet of data.
8. The method ofclaim 1, wherein the identifying an attribute associated with one of said plurality of data packets comprises identifying the attribute within a header of said one of said plurality of data packets.
9. The method ofclaim 8, wherein identifying an attribute associated with one of said plurality of data packets comprises identifying, within the header, that said one of said plurality of data packets is a Voice Over Internet Protocol, Hyper Text Transfer Protocol, File Transfer Protocol, or Citrix data type.
10. The method ofclaim 1, further comprising the step of establishing a byte limit for each queue in said queue structure prior to the step of placing said one of said plurality of data packets into said queue.
11. The method ofclaim 10, wherein the step of placing said one of said plurality of data packets into said queue comprises the step of determining whether said one of plurality of data packets includes a number of bytes that exceeds the byte limit for said queue.
12. The method ofclaim 1, further comprising the step of maintaining a deficit for each queue, wherein said deficit represents the quantity of data, within one or more data packets, that may be immediately dequeued from each respective queue within the queue structure.
13. The method ofclaim 12, further comprising the step of maintaining a quota for each queue, wherein said quota represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
14. The method ofclaim 13, wherein said step of dequeuing comprises dequeuing subsequent data packets from said queue structure based upon the rank of each other queue in said queue structure.
15. The method ofclaim 14, wherein the step of dequeuing further comprises updating the deficit of each empty queue to the quota.
16. The method ofclaim 14, wherein the step of dequeuing further comprises adding the quota to the deficit of each non-empty queue.
17. The method ofclaim 14, wherein dequeuing subsequent data packets from said queue structure based upon the rank of each other queue in said queue structure comprises repeatedly dequeuing subsequent data packets from said queue structure until said initial data packets in each respective queue are larger than the deficit for respective queues.
18. The method ofclaim 1, further comprising the step of identifying whether said attribute indicates whether said one of said plurality of data packets represents data that is latency critical or latency non-critical.
19. The method ofclaim 18, further comprising the steps of:
establishing a latency critical second stage queue structure; and
receiving at said latency critical second stage queue structure said one of said plurality of data packets where said attribute indicates that said one of said plurality of data packets represents data that is latency critical.
20. The method ofclaim 19, further comprising the steps of:
establishing a latency non-critical second stage queue structure; and
receiving at said latency non-critical second stage queue structure said one of said plurality of data packets where said attribute indicates that said one of said plurality of data packets represents data that is latency non-critical.
21. The method ofclaim 20, wherein said step of establishing a latency non-critical second stage queue structure comprises establishing a latency non-critical second stage queue structure comprising a plurality of latency non-critical queues.
22. The method ofclaim 21, further comprising the step of maintaining a non-critical queue structure deficit for each latency non-critical queue, wherein said deficit represents the quantity of data, within one or more data packets, that may be immediately dequeued from each respective queue within the non-critical second stage queue structure.
23. The method ofclaim 22, further comprising the step of maintaining a critical queue structure quota for each latency critical queue within said critical queue structure quota, wherein said quota represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the critical second stage queue structure.
24. The method ofclaim 23, further comprising the steps of borrowing at least a portion of said non-critical queue structure deficit and adding said portion to said critical queue structure quota.
25. The method ofclaim 20, wherein the step of receiving comprises receiving at said latency non-critical second stage queue structure said one of said plurality of data packets subsequent to said one of said plurality of data packets being dequeued from said queue structure.
26. The method ofclaim 1, further comprising the step of mapping each one of said plurality of queues within said queue structure to an associated element within an active priority bucket, wherein said associated element points to an active list or inactive list associated with said active priority bucket, wherein said active list identifies the queues prepared to immediately dequeue a data packet, and wherein said inactive list identifies the queues that contain data packets but are not prepared to immediately dequeue the data packets.
27. A computer program product for limiting latency for latency-critical network traffic, comprising:
a computer readable storage medium having computer-readable program code means embodied in said medium, said computer-readable program code means comprising:
computer readable program code means for receiving at a queue structure a plurality of data packets associated with at least one source, wherein said queue structure comprises a plurality of queues, and wherein each queue of said plurality of queues is ranked in said queue structure;
computer readable program code means for identifying an attribute associated with one of said plurality of data packets; and
computer readable program code means for determining a queue of said plurality of queues to receive said one of said plurality of data packets, wherein said queue is identified based upon said attribute, and wherein said queue is ranked in said queue structure based at least in part upon said attribute;
computer readable program code means for placing said one of said plurality of data packets into said queue; and
computer readable program code means for dequeuing said one of said plurality of data packets from said queue structure based at least in part upon the rank of said queue in said queue structure.
28. The computer program product ofclaim 27, further comprising computer readable program code means for identifying one or more queues prepared to immediately transmit at least one data packet prior to dequeuing said one of said plurality of data packets.
29. The computer program product ofclaim 28, wherein the computer readable program code means for dequeuing each data packet comprises computer readable program code means for dequeuing data packets from said one or more queues that are prepared to immediately transmit at least one data packet based at least in part upon the rank of said one or more queues in said queue structure.
30. The computer program product ofclaim 27, further comprising computer readable program code means for maintaining a deficit array, wherein the deficit array contains a respective deficit amount representing the quantity of data, within one or more data packets, that may be immediately dequeued from each queue within the queue structure.
31. The computer program product ofclaim 30, further comprising computer readable program code means for updating a deficit bitmap, wherein said deficit bitmap maintains a plurality of bits, wherein each bit represents whether the deficit amount exceeds the quantity of data within an initial data packet that may be immediately dequeued from a corresponding queue within the queue structure.
32. The computer program product ofclaim 27, further comprising computer readable program code means for maintaining a quota array, wherein a respective quota amount of the quota array represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
33. The computer program product ofclaim 32, further comprising computer readable program code means for maintaining a queue bitmap wherein said queue bitmap maintains a plurality of bits, wherein each bit represents whether a corresponding queue within the queue structure has a packet of data.
34. The computer program product ofclaim 27, wherein the computer readable program code means for identifying an attribute associated with one of said plurality of data packets comprises computer readable program code means for identifying the attribute within a header of said one of said plurality of data packets.
35. The computer program product ofclaim 34, wherein the computer readable program code means for identifying an attribute associated with one of said plurality of data packets comprises computer readable program code means for identifying, within the header, that said one of said plurality of data packets is a Voice Over Internet Protocol, Hyper Text Transfer Protocol, File Transfer Protocol, or Citrix data type.
36. The computer program product ofclaim 27, wherein the computer readable program code means for identifying an attribute associated with one of said plurality of data packets comprises computer readable program code means for establishing a byte limit for each queue in said queue structure prior to the step of placing said one of said plurality of data packets into said queue.
37. The computer program product ofclaim 36, wherein the computer readable program code means for placing said one of said plurality of data packets into said queue comprises computer readable program code means for determining whether said one of plurality of data packets includes a number of bytes that exceeds the byte limit for said queue.
38. The computer program product ofclaim 27, further comprising computer readable program code means for maintaining a deficit for each queue, wherein said deficit represents the quantity of data, within one or more data packets, that may be immediately dequeued from each respective queue within the queue structure.
39. The computer program product ofclaim 38, further comprising computer readable program code means for maintaining a quota for each queue, wherein said quota represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
40. The computer program product ofclaim 39, wherein said computer readable program code means for dequeuing comprises computer readable program code means for dequeuing subsequent data packets from said queue structure based upon the rank of each other queue in said queue structure.
41. The computer program product ofclaim 40, wherein said computer readable program code means for dequeuing further comprises computer readable program code means for updating the deficit of each empty queue to the quota.
42. The computer program product ofclaim 40, wherein said computer readable program code means for dequeuing further comprises computer readable program code means for adding the quota to the deficit of each non-empty queue.
43. The computer program product ofclaim 40, wherein said computer readable program code means for dequeuing subsequent data packets from said queue structure based upon the rank of each other queue in said queue structure comprises computer readable program code means for repeatedly dequeuing subsequent data packets from said queue structure until said initial data packets in each respective queue are larger than the deficit for respective queues.
44. The computer program product ofclaim 27, further comprising computer readable program code means for identifying whether said attribute indicates whether said one of said plurality of data packets represents data that is latency critical or latency non-critical.
45. The computer program product ofclaim 44, further comprising:
computer readable program code means for establishing a latency critical second stage queue structure; and
computer readable program code means for receiving at said latency critical second stage queue structure said one of said plurality of data packets where said attribute indicates that said one of said plurality of data packets represents data that is latency critical.
46. The computer program product ofclaim 45, further comprising:
computer readable program code means for establishing a latency non-critical second stage queue structure; and
computer readable program code means for receiving at said latency non-critical second stage queue structure said one of said plurality of data packets where said attribute indicates that said one of said plurality of data packets represents data that is latency non-critical.
47. The computer program product ofclaim 46, wherein said computer readable program code means for establishing a latency non-critical second stage queue structure comprises computer readable program code means for establishing a latency non-critical second stage queue structure comprising a plurality of latency non-critical queues.
48. The computer program product ofclaim 47, further comprising computer readable program code means for maintaining a non-critical queue structure deficit for each latency non-critical queue, wherein said deficit represents the quantity of data, within one or more data packets, that may be immediately dequeued from each respective queue within the non-critical second stage queue structure.
49. The computer program product ofclaim 48, further comprising computer readable program code means for maintaining a critical queue structure quota for each latency critical queue within said critical queue structure quota, wherein said quota represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the critical second stage queue structure.
50. The computer program product ofclaim 49, further comprising computer readable program code means for borrowing at least a portion of said non-critical queue structure deficit and adding said portion to said critical queue structure quota.
51. The computer program product ofclaim 46, wherein the computer readable program code means for receiving comprises computer readable program code means for receiving at said latency non-critical second stage queue structure said one of said plurality of data packets subsequent to said one of said plurality of data packets being dequeued from said queue structure.
52. The computer program product ofclaim 27, further comprising computer readable program code means for mapping each one of said plurality of queues within said queue structure to an associated element within an active priority bucket, wherein said associated element points to an active list or inactive list associated with said active priority bucket, wherein said active list identifies the queues prepared to immediately dequeue a data packet, and wherein said inactive list identifies the queues that contain data packets but are not prepared to immediately dequeue the data packets.
53. A system for limiting latency for latency-critical network traffic, comprising:
a queue structure comprising a plurality of ranked queues, wherein said queue structure receives a plurality of data packets from a source;
an enqueue agent, wherein said enqueue agent identifies an attribute associated with one of said plurality of data packets, and wherein said enqueue agent determines a queue of said plurality of queues to receive said one of said plurality of data packets, wherein said queue is identified based upon said attribute, and wherein said queue is ranked in said queue structure based at least in part upon said attribute; and
a dequeue agent, wherein said dequeuing agent dequeues said one of said plurality of data packets from said queue structure based at least in part upon the rank of said queue in said queue structure.
54. The system ofclaim 53, wherein the dequeue agent is operable to dequeue data packets from said one or more queues that are prepared to immediately transmit at least one data packet based at least in part upon the rank of said one or more queues in said queue structure.
55. The system ofclaim 53, further comprising a deficit array, wherein the deficit array contains a respective deficit amount representing the quantity of data, within one or more data packets, that may be immediately dequeued from each queue within the queue structure.
56. The system ofclaim 55, further comprising a deficit bitmap, wherein said deficit bitmap is operable to maintain a plurality of bits, wherein each bit represents whether the deficit amount exceeds the quantity of data within an initial data packet that may be immediately dequeued from a corresponding queue within the queue structure.
57. The system ofclaim 53, further comprising a quota array, wherein a respective quota amount of the quota array represents an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
58. The system ofclaim 57, further comprising a queue bitmap wherein said queue bitmap is operable to maintain a plurality of bits, wherein each bit represents whether a corresponding queue within the queue structure has a packet of data.
59. The system ofclaim 53, wherein said enqueue agent is operable to identify an attribute within a header of said one of said plurality of data packets.
60. The system ofclaim 59, wherein said attribute associated with one of said plurality of data packets comprises an attribute that identifies that said one of said plurality of data packets is a Voice Over Internet Protocol, Hyper Text Transfer Protocol, File Transfer Protocol, or Citrix data type.
61. The system ofclaim 60, further comprising a byte limit associated with each queue in said queue structure, and wherein said enqueue agent comprises an enqueue agent operable to determine whether said one of plurality of data packets includes a number of bytes that exceeds the byte limit for said queue.
62. The system ofclaim 53, further comprising a deficit for each queue, wherein said deficit represents the quantity of data, within one or more data packets, that may be immediately dequeued from each respective queue within the queue structure.
63. The system ofclaim 62, wherein each queue has an associated quota representing an additional quantity of data, within one or more data packets, that may be consecutively dequeued from a respective queue within the queue structure.
64. The system ofclaim 63, wherein said dequeue agent is operable to dequeue subsequent data packets from said queue structure based upon the rank of each other queue in said queue structure.
65. The system ofclaim 64, wherein dequeue agent is operable to update the deficit of each empty queue to the quota.
66. The system ofclaim 53, further comprising an active priority bucket, wherein said active priority bucket maps each one of said plurality of queues within said queue structure to an associated element within said active priority bucket, wherein said associated element points to an active list or inactive list associated with said active priority bucket, wherein said active list identifies the queues prepared to immediately dequeue a data packet, and wherein said inactive list identifies the queues that contain data packets but are not prepared to immediately dequeue the data packets.
US10/060,2732001-01-302002-01-30Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a networkExpired - LifetimeUS6810426B2 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US10/060,273US6810426B2 (en)2001-01-302002-01-30Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US26541501P2001-01-302001-01-30
US10/060,273US6810426B2 (en)2001-01-302002-01-30Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network

Publications (2)

Publication NumberPublication Date
US20020178282A1 US20020178282A1 (en)2002-11-28
US6810426B2true US6810426B2 (en)2004-10-26

Family

ID=23010354

Family Applications (1)

Application NumberTitlePriority DateFiling Date
US10/060,273Expired - LifetimeUS6810426B2 (en)2001-01-302002-01-30Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network

Country Status (3)

CountryLink
US (1)US6810426B2 (en)
AU (1)AU2002242067A1 (en)
WO (1)WO2002062013A2 (en)

Cited By (106)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20010028659A1 (en)*2000-04-052001-10-11Johnson Ian DavidData switching arbitration arrangements
US20030072317A1 (en)*2001-10-162003-04-17Maria YuangStepwise quality-of-service scheduling method in output-buffered switches for broadband networks
US20030081545A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue having extended effective range
US20030081549A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue serving plural output ports
US20030081544A1 (en)*2001-11-012003-05-01International Business Machines CorporationQoS scheduler and method for implementing quality of service with cached status array
US20030081542A1 (en)*2001-11-012003-05-01International Business Machines CorporationEmpty indicators for weighted fair queues
US20030081611A1 (en)*2001-11-012003-05-01Goetzinger William JohnQoS scheduler and method for implementing quality of service with aging time stamps
US20030081552A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue having adjustable scaling factor
US20030115347A1 (en)*2001-12-182003-06-19Gilbert WolrichControl mechanisms for enqueue and dequeue operations in a pipelined network processor
US20030115426A1 (en)*2001-12-172003-06-19Rosenbluth Mark B.Congestion management for high speed queuing
US20030131198A1 (en)*2002-01-072003-07-10Gilbert WolrichQueue array caching in network devices
US20030131022A1 (en)*2002-01-042003-07-10Gilbert WolrichQueue arrays in network devices
US20030147409A1 (en)*2002-02-012003-08-07Gilbert WolrichProcessing data packets
US20030179765A1 (en)*2002-03-202003-09-25International Business Machines CorporationMethod and apparatus for improving the fairness of new attaches to a weighted fair queue in a quality of service (QoS) scheduler
US20030231590A1 (en)*2002-06-172003-12-18Integrated Device Technology, Inc.Method of performing deficit round-robin scheduling and structure for implementing same
US20040120336A1 (en)*2002-12-242004-06-24Ariel HendelMethod and apparatus for starvation-free scheduling of communications
US20040246956A1 (en)*2003-06-062004-12-09Meng David QiangParallel packet receiving, routing and forwarding
US20050281279A1 (en)*2004-06-092005-12-22Avici Systems, Inc.Latency-based scheduling and dropping
US6981052B1 (en)*2001-12-072005-12-27Cisco Technology, Inc.Dynamic behavioral queue classification and weighting
US20060153243A1 (en)*2004-12-232006-07-13Cisco Technology, Inc., A California CorporationScheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20060179276A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Fetch director employing barrel-incrementer-based round-robin apparatus for use in multithreading microprocessor
US20060179281A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading instruction scheduler employing thread group priorities
US20060179284A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading microprocessor with optimized thread scheduler for increasing pipeline utilization efficiency
US20060179439A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Leaky-bucket thread scheduler in a multithreading microprocessor
US20060179279A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Bifurcated thread scheduler in a multithreading microprocessor
US20060179274A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Instruction/skid buffers in a multithreading microprocessor
US20060179280A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading processor including thread scheduler based on instruction stall likelihood prediction
US7154858B1 (en)1999-06-302006-12-26Cisco Technology, Inc.System and method for measuring latency of a selected path of a computer network
US7158964B2 (en)2001-12-122007-01-02Intel CorporationQueue management
US20070041385A1 (en)*2005-08-172007-02-22Vipin SaliPrioritization techniques for quality of service packet transmission over EV-DO network
US20070089112A1 (en)*2005-02-042007-04-19Mips Technologies, Inc.Barrel-incrementer-based round-robin apparatus and instruction dispatch scheduler employing same for use in multithreading microprocessor
US20070104210A1 (en)*2005-11-102007-05-10Broadcom CorporationScheduling of data transmission with minimum and maximum shaping of flows in a network device
US20070183320A1 (en)*2006-02-082007-08-09Chen Jian FDeficit fair priority queuing
US20070189283A1 (en)*2002-03-062007-08-16Agere Systems Inc.Characterizing transmission of data segments within a switch fabric using multiple counters for each destination node
US20070195761A1 (en)*2006-02-212007-08-23Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US20070248101A1 (en)*2006-04-202007-10-25Alcatel LucentEfficient policer based weighted fair bandwidth method and system
US20070291644A1 (en)*2004-11-152007-12-20James RobertsMethod and Device for Scheduling Packets for Routing in a Network with Implicit Determination of Packets to be Treated as Priority
US7336665B1 (en)*2003-02-122008-02-26Cisco Technology, Inc.Polling scheme for controlling traffic through a networking system
US20080069128A1 (en)*2006-09-162008-03-20Mips Technologies, Inc.Transaction selector employing barrel-incrementer-based round-robin apparatus supporting dynamic priorities in multi-port switch
US20080130675A1 (en)*2006-12-012008-06-05General Instrument CorporationMethod and System for Data Traffic Integration Using Dynamic Data Packet Fragmentation
US20080175270A1 (en)*2007-01-232008-07-24Deepak KatariaMulti-Stage Scheduler with Processor Resource and Bandwidth Resource Allocation
US7414985B1 (en)*2002-02-012008-08-19Ciena CorporationLink aggregation
US7420987B1 (en)*2002-01-172008-09-02Juniper Networks, Inc.Arbiter for multiple mutually exclusive vectors
US20080212472A1 (en)*2002-03-062008-09-04Agere Systems Inc.Backpressure mechanism for switching fabric
US7496110B1 (en)*2001-08-212009-02-24Juniper Networks, Inc.Virtual upstream channel scheduling in broadband communication systems
US7506140B2 (en)2005-02-042009-03-17Mips Technologies, Inc.Return data selector employing barrel-incrementer-based round-robin apparatus
US7523218B1 (en)*2002-04-302009-04-21University Of Florida Research Foundation, Inc.O(log n) dynamic router tables for prefixes and ranges
US20090122707A1 (en)*2007-11-132009-05-14At&T Services, Inc.Multi-layer cascading network bandwidth control
US20090135720A1 (en)*2007-11-272009-05-28Qualcomm IncorporatedMethods and apparatus related to scheduling in a wireless communications system using shared air link resources for traffic
US20090168793A1 (en)*2006-03-302009-07-02David FoxPrioritising Data Transmission
US7580355B2 (en)2003-08-252009-08-25Integrated Device Technology, Inc.Method of performing weighted round-robin queue scheduling using a dynamic link list and structure for implementing same
US20100020685A1 (en)*1999-10-222010-01-28Nomadix, Inc.Systems and methods for dynamic bandwidth management on a per subscriber basis in a communications network
US7657883B2 (en)2005-02-042010-02-02Mips Technologies, Inc.Instruction dispatch scheduler employing round-robin apparatus supporting multiple thread priorities for use in multithreading microprocessor
US7680043B2 (en)2002-03-202010-03-16International Business Machines CorporationNetwork processor having fast flow queue disable process
US20100150155A1 (en)*2008-12-122010-06-17Maria NapieralaMethods and apparatus to dynamically store network routes for a communication network
US20100183021A1 (en)*2002-06-262010-07-22Arris Group, Inc.Method and Apparatus for Queuing Data Flows
US7773621B2 (en)2006-09-162010-08-10Mips Technologies, Inc.Transaction selector employing round-robin apparatus supporting dynamic priorities in multi-port switch
US20100232309A1 (en)*2009-03-132010-09-16Qualcomm IncorporatedMethods and systems for dynamic call blocking in wimax idle mode
US7809016B2 (en)2005-11-302010-10-05AlcatelWeighted fair bandwidth distribution system
US20110030037A1 (en)*2009-07-072011-02-03Vadim OlshanskyZone migration in network access
US7961745B2 (en)2006-09-162011-06-14Mips Technologies, Inc.Bifurcated transaction selector supporting dynamic priorities in multi-port switch
US7990989B2 (en)2006-09-162011-08-02Mips Technologies, Inc.Transaction selector employing transaction queue group priorities in multi-port switch
US20110242994A1 (en)*2010-03-302011-10-06Allwyn CarvalhoFlow sampling with top talkers
US8125967B1 (en)2006-11-102012-02-28Sprint Spectrum L.P.Prioritized EV-DO paging based on type of packet flow
US8156246B2 (en)1998-12-082012-04-10Nomadix, Inc.Systems and methods for providing content and services on a network system
US8190708B1 (en)1999-10-222012-05-29Nomadix, Inc.Gateway device having an XML interface and associated method
US8213449B1 (en)2008-08-292012-07-03Sprint Spectrum L.P.Aging EV-DO pages in a queue based on latency-sensitivity
US8266269B2 (en)1998-12-082012-09-11Nomadix, Inc.Systems and methods for providing content and services on a network system
US8467401B1 (en)*2006-10-042013-06-18Altera CorporationScheduling variable length packets
US8613053B2 (en)1998-12-082013-12-17Nomadix, Inc.System and method for authorizing a portable communication device
US20140064294A1 (en)*2012-09-062014-03-06Mark V. DeisingerThrottling for fast data packet transfer operations
US8836601B2 (en)2013-02-042014-09-16Ubiquiti Networks, Inc.Dual receiver/transmitter radio devices with choke
US8855730B2 (en)2013-02-082014-10-07Ubiquiti Networks, Inc.Transmission and reception of high-speed wireless communication using a stacked array antenna
US9025599B2 (en)1999-02-242015-05-05Guest Tek Interactive Entertainment Ltd.Methods and apparatus for providing high speed connectivity to a hotel environment
US9037657B2 (en)2008-05-232015-05-19The Trustees Of Columbia University In The City Of New YorkSystems and methods for peer-to-peer bandwidth allocation
US9118578B2 (en)2011-01-182015-08-25Nomadix, Inc.Systems and methods for group bandwidth management in a communication systems network
US9172605B2 (en)2014-03-072015-10-27Ubiquiti Networks, Inc.Cloud device identification and authentication
US9191037B2 (en)2013-10-112015-11-17Ubiquiti Networks, Inc.Wireless radio system optimization by persistent spectrum analysis
US9325516B2 (en)2014-03-072016-04-26Ubiquiti Networks, Inc.Power receptacle wireless access point devices for networked living and work spaces
US9368870B2 (en)2014-03-172016-06-14Ubiquiti Networks, Inc.Methods of operating an access point using a plurality of directional beams
US9397820B2 (en)2013-02-042016-07-19Ubiquiti Networks, Inc.Agile duplexing wireless radio devices
US9496620B2 (en)2013-02-042016-11-15Ubiquiti Networks, Inc.Radio system for long-range high-speed wireless communication
US9543635B2 (en)2013-02-042017-01-10Ubiquiti Networks, Inc.Operation of radio devices for long-range high-speed wireless communication
US9634373B2 (en)2009-06-042017-04-25Ubiquiti Networks, Inc.Antenna isolation shrouds and reflectors
US9680704B2 (en)2015-09-252017-06-13Ubiquiti Networks, Inc.Compact and integrated key controller apparatus for monitoring networks
US9761954B2 (en)2015-10-092017-09-12Ubiquiti Networks, Inc.Synchronized multiple-radio antenna systems and methods
US9912034B2 (en)2014-04-012018-03-06Ubiquiti Networks, Inc.Antenna assembly
US10069580B2 (en)2014-06-302018-09-04Ubiquiti Networks, Inc.Wireless radio device alignment tools and methods
US10136233B2 (en)2015-09-112018-11-20Ubiquiti Networks, Inc.Compact public address access point apparatuses
US10142989B2 (en)2014-08-312018-11-27Ubiquiti Networks, Inc.Methods and apparatuses for graphically indicating station efficiency and pseudo-dynamic error vector magnitude information for a network of wireless stations
US10164332B2 (en)2014-10-142018-12-25Ubiquiti Networks, Inc.Multi-sector antennas
US10194328B2 (en)2014-06-302019-01-29Ubiquiti Networks, Inc.Methods and tools for persistent spectrum analysis of an operating radio frequency band
US10284268B2 (en)2015-02-232019-05-07Ubiquiti Networks, Inc.Radio apparatuses for long-range communication of radio-frequency information
US10375126B2 (en)2013-11-222019-08-06At&T Mobility Ii LlcMethods, devices and computer readable storage devices for intercepting VoIP traffic for analysis
US10425536B2 (en)2014-05-082019-09-24Ubiquiti Networks, Inc.Phone systems and methods of communication
US10574474B2 (en)2014-03-072020-02-25Ubiquiti Inc.Integrated power receptacle wireless access point (AP) adapter devices
US10721176B2 (en)2011-08-242020-07-21Guest Tek Interactive Entertainment Ltd.Allocating bandwidth between bandwidth zones according to user load
US10764027B2 (en)2016-07-072020-09-01Cisco Technology, Inc.Deterministic calibrated synchronized network interlink access
US10841121B1 (en)2019-09-302020-11-17Hilton International Holding LlcHospitality system and method of using the same
US10924641B2 (en)2017-07-102021-02-16Ubiquiti Inc.Wearable video camera medallion with circular display
US11258764B2 (en)2017-09-272022-02-22Ubiquiti Inc.Systems for automatic secured remote access to a local network
US11374872B1 (en)2020-12-082022-06-28Pensando Systems, Inc.Methods and systems for adaptive network quality of service for latency critical applications
US11482352B2 (en)2018-01-092022-10-25Ubiquiti Inc.Quick connecting twisted pair cables
US11677688B2 (en)2019-09-132023-06-13Ubiquiti Inc.Augmented reality for internet connectivity installation
US11909087B2 (en)2013-02-042024-02-20Ubiquiti Inc.Coaxial RF dual-polarized waveguide filter and method
US12231892B2 (en)2017-09-272025-02-18Ubiquiti Inc.Systems for automatic secured remote access to a local network

Families Citing this family (53)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7382793B1 (en)2002-01-172008-06-03Juniper Networks, Inc.Systems and methods for determining the bandwidth used by a queue
US7558197B1 (en)2002-01-172009-07-07Juniper Networks, Inc.Dequeuing and congestion control systems and methods
US7684422B1 (en)*2002-01-172010-03-23Juniper Networks, Inc.Systems and methods for congestion control using random early drop at head of buffer
US7260063B2 (en)2002-10-022007-08-21Ericsson AbFrame relay frame shaping per DLCI
AU2003279950A1 (en)2002-10-102004-05-04Rocksteady Networks, Inc.System and method for providing access control
WO2004036371A2 (en)2002-10-162004-04-29Rocksteady Networks, Inc.System and method for dynamic bandwidth provisioning
FR2854296A1 (en)*2003-04-242004-10-29France TelecomFlow packet processing device for use in network link, has scheduling module to schedule packet in queue based on analyzing incoming bit rate of flow relative to fair bit rate and fair queuing with priority algorithm
KR100542346B1 (en)*2003-07-302006-01-11삼성전자주식회사 Packet Processing Apparatus and Method for Wireless LAN Access Point
US7624438B2 (en)2003-08-202009-11-24Eric WhiteSystem and method for providing a secure connection between networked computers
US9065741B1 (en)*2003-09-252015-06-23Cisco Technology, Inc.Methods and apparatuses for identifying and alleviating internal bottlenecks prior to processing packets in internal feature modules
US7590058B1 (en)2003-12-092009-09-15At&T Intellectual Property Ii, L.P.Method and apparatus for controlling the quality of service of voice and data services over variable bandwidth access networks
US7545745B1 (en)2004-01-162009-06-09At&T Intellectual Property Ii, L.P.Method and apparatus for controlling the quality of service of voice and data services over variable bandwidth access networks
US7509625B2 (en)2004-03-102009-03-24Eric WhiteSystem and method for comprehensive code generation for system management
US8543710B2 (en)2004-03-102013-09-24Rpx CorporationMethod and system for controlling network access
US7590728B2 (en)2004-03-102009-09-15Eric WhiteSystem and method for detection of aberrant network behavior by clients of a network access gateway
US7610621B2 (en)2004-03-102009-10-27Eric WhiteSystem and method for behavior-based firewall modeling
US7665130B2 (en)2004-03-102010-02-16Eric WhiteSystem and method for double-capture/double-redirect to a different location
US20050281277A1 (en)*2004-06-222005-12-22Killian Thomas JEstablishing traffic priorities in a voice over IP network
AR043375A1 (en)*2004-08-272005-07-27Daniel Esteban Sarmiento APPARATUS AND METHOD FOR SIMULTANEOUS AND INTEGRATED COMMUNICATION OF VOICE AND DATA
FI118072B (en)2004-09-242007-06-15Tellabs Oy A method and apparatus for scheduling transmission link capacity between packet switched communication networks maintaining retention characteristics
TWI291622B (en)*2005-08-112007-12-21Ic Plus CorpController and method for per-flow rate
US20070070894A1 (en)*2005-09-262007-03-29Fan WangMethod to determine a scheduling priority value for a user data connection based on a quality of service requirement
US20070070895A1 (en)*2005-09-262007-03-29Paolo NarvaezScaleable channel scheduler system and method
US20070116007A1 (en)*2005-11-182007-05-24Weimin XiaoMethod and system for scheduling and resource allocation in a data communication network
EP1885087A1 (en)*2006-08-022008-02-06ISS Manufacturing LimitedMethod, device and software for controlling the data traffic between a first computer network and a second computer network
US7889743B2 (en)*2007-04-192011-02-15Lockheed Martin CorporationInformation dissemination method and system having minimal network bandwidth utilization
US8351330B2 (en)*2008-02-202013-01-08Novatel Wireless, Inc.System and method for traffic prioritization
US7995597B2 (en)*2008-10-142011-08-09Nortel Networks LimitedMethod and system for weighted fair queuing
US8676976B2 (en)*2009-02-252014-03-18International Business Machines CorporationMicroprocessor with software control over allocation of shared resources among multiple virtual servers
US20100232400A1 (en)*2009-03-112010-09-16Sony CorporationVirtualizing single radio for multiple wireless interfaces in home mesh network
US8223786B2 (en)*2009-03-112012-07-17Sony CorporationQuality of service scheduling for home mesh network
US8780762B2 (en)*2009-03-112014-07-15Sony CorporationNode query in ad hoc home mesh network
US8861445B2 (en)*2009-03-112014-10-14Sony CororationMulti-channel single radio communication in home mesh network
US8761174B2 (en)*2009-03-112014-06-24Sony CorporationQuality of service traffic recognition and packet classification home mesh network
US8194593B2 (en)*2009-03-112012-06-05Sony CorporationQuality of service architecture for home mesh network
CN101621478A (en)*2009-08-072010-01-06中兴通讯股份有限公司Method and device for array dispatch
MY150188A (en)*2010-12-302013-12-13Mimos BhdA system and a method for providing quality of service
KR101893982B1 (en)*2012-04-092018-10-05삼성전자 주식회사Distributed processing system, scheduler node and scheduling method of distributed processing system, and apparatus for generating program thereof
US20130283097A1 (en)*2012-04-232013-10-24Yahoo! Inc.Dynamic network task distribution
US9189281B2 (en)*2012-10-182015-11-17Oracle International CorporationApparatus, system and method for providing fairness in task servicing
US9904575B2 (en)*2013-05-152018-02-27Apple Inc.System and method for selective timer rate limiting
US9542230B2 (en)*2013-05-152017-01-10Apple Inc.System and method for selective timer coalescing
CN103559379A (en)*2013-09-242014-02-05许继集团有限公司Data source validity judging method and double-data-source selecting method
US9742869B2 (en)*2013-12-092017-08-22Nvidia CorporationApproach to adaptive allocation of shared resources in computer systems
US9921879B2 (en)2014-05-132018-03-20International Business Machines CorporationUsing queues corresponding to attribute values associated with units of work to select the units of work to process
US9563366B2 (en)2014-05-132017-02-07International Business Machines CorporationUsing queues corresponding to attribute values associated with units of work and sub-units of the unit of work to select the units of work and their sub-units to process
US9575800B2 (en)2014-05-132017-02-21International Business Machines CorporationUsing queues corresponding to attribute values and priorities associated with units of work and sub-units of the unit of work to select the units of work and their sub-units to process
KR101746191B1 (en)*2014-06-272017-06-12주식회사 케이티Network apparatus and terminal for multi-path transmission, operating method of the same, and program of the same method
US9958933B2 (en)2015-06-042018-05-01Apple Inc.Opportunistic waking of an application processor
US11016829B2 (en)*2019-07-262021-05-25Toshiba Memory CorporationTwo-layered deterministic interprocess communication scheduler for input output determinism in solid state drives
CN113824652B (en)*2020-06-192024-04-30华为技术有限公司 A method and device for scheduling a queue
CN116155833B (en)*2023-02-152024-08-13航天科工空间工程网络技术发展(杭州)有限公司Scheduling method and device for user cache data, network layer gateway and storage medium
US12032995B1 (en)*2023-07-282024-07-09Snowflake Inc.Asynchronous task queue configuration in a database system

Citations (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6058389A (en)*1997-10-312000-05-02Oracle CorporationApparatus and method for message queuing in a database system
US6094663A (en)*1998-03-312000-07-25Apple Computer, Inc.Method and apparatus for implementing atomic queues
US6343066B2 (en)2000-03-102002-01-29Tellabs Operations, Inc.Non-consecutive data readout scheduler
US6405258B1 (en)*1999-05-052002-06-11Advanced Micro Devices Inc.Method and apparatus for controlling the flow of data frames through a network switch on a port-by-port basis
US6418118B1 (en)1999-10-152002-07-093Com CorporationNetwork device including selective discard of packets
US6453356B1 (en)*1998-04-152002-09-17Adc Telecommunications, Inc.Data exchange system and method
US6496516B1 (en)1998-12-072002-12-17Pmc-Sierra, Ltd.Ring interface and ring network bus flow control system
US6510531B1 (en)*1999-09-232003-01-21Lucent Technologies Inc.Methods and systems for testing parallel queues
US6563793B1 (en)1998-11-252003-05-13Enron Warpspeed Services, Inc.Method and apparatus for providing guaranteed quality/class of service within and across networks using existing reservation protocols and frame formats
US6615215B1 (en)*2000-03-172003-09-02Commercequest Inc.Method for graduated load sensitive task dispatching in computing system
US6625121B1 (en)*1999-04-282003-09-23Cisco Technology, Inc.Dynamically delisting and relisting multicast destinations in a network switching node
US6724767B1 (en)*1998-06-272004-04-20Intel CorporationTwo-dimensional queuing/de-queuing methods and systems for implementing the same
US6728792B2 (en)*2001-01-042004-04-27International Business Machines CorporationPriority queue with arbitrary queuing criteria

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6058389A (en)*1997-10-312000-05-02Oracle CorporationApparatus and method for message queuing in a database system
US6094663A (en)*1998-03-312000-07-25Apple Computer, Inc.Method and apparatus for implementing atomic queues
US6453356B1 (en)*1998-04-152002-09-17Adc Telecommunications, Inc.Data exchange system and method
US6724767B1 (en)*1998-06-272004-04-20Intel CorporationTwo-dimensional queuing/de-queuing methods and systems for implementing the same
US6563793B1 (en)1998-11-252003-05-13Enron Warpspeed Services, Inc.Method and apparatus for providing guaranteed quality/class of service within and across networks using existing reservation protocols and frame formats
US6496516B1 (en)1998-12-072002-12-17Pmc-Sierra, Ltd.Ring interface and ring network bus flow control system
US6625121B1 (en)*1999-04-282003-09-23Cisco Technology, Inc.Dynamically delisting and relisting multicast destinations in a network switching node
US6405258B1 (en)*1999-05-052002-06-11Advanced Micro Devices Inc.Method and apparatus for controlling the flow of data frames through a network switch on a port-by-port basis
US6510531B1 (en)*1999-09-232003-01-21Lucent Technologies Inc.Methods and systems for testing parallel queues
US6418118B1 (en)1999-10-152002-07-093Com CorporationNetwork device including selective discard of packets
US6343066B2 (en)2000-03-102002-01-29Tellabs Operations, Inc.Non-consecutive data readout scheduler
US6615215B1 (en)*2000-03-172003-09-02Commercequest Inc.Method for graduated load sensitive task dispatching in computing system
US6728792B2 (en)*2001-01-042004-04-27International Business Machines CorporationPriority queue with arbitrary queuing criteria

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
B. Braden, D. Clark, J. Crowcroft, B. Davie, S. Deering, D. Estrin, S. Floyd, V. Jacobson, G. Minshall, C. Partridge, L. Peterson, K. Ramakrishan, S. Shenker, J. Wroclawski, L. Zhang; RFC2309 Recommendations on Queue Management and Congestion Avoidance in the Internet; Apr. 1998; 13 pages; "Online!" IETF, INET XP002210176; available at <faqs.org/rfcs/rfc2309.html> (retreived on Aug. 16, 2002).
Cisco Systems, Inc.; Interface Queue Management (white paper); "Online!"; Aug. 3, 1995; 12 pages; INET; XP002210177; available at <cisco.com/warp/public/614/16.html> (retreived on Aug. 16, 2002).
M. Shreedhar, George Varghese; Efficient Fair Queuing Using Deficit Round Robin; Proceedings of the International Workshop on Community Networking; XX, XX, Aug. 1, 1995; pp. 231-242; XP000541659.

Cited By (254)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8713641B1 (en)1998-12-082014-04-29Nomadix, Inc.Systems and methods for authorizing, authenticating and accounting users having transparent computer access to a network using a gateway device
US8370477B2 (en)1998-12-082013-02-05Nomadix, Inc.Systems and methods for providing content and services on a network system
US8364806B2 (en)1998-12-082013-01-29Nomadix, Inc.Systems and methods for providing content and services on a network system
US8613053B2 (en)1998-12-082013-12-17Nomadix, Inc.System and method for authorizing a portable communication device
US8266266B2 (en)1998-12-082012-09-11Nomadix, Inc.Systems and methods for providing dynamic network authorization, authentication and accounting
US8266269B2 (en)1998-12-082012-09-11Nomadix, Inc.Systems and methods for providing content and services on a network system
US9160672B2 (en)1998-12-082015-10-13Nomadix, Inc.Systems and methods for controlling user perceived connection speed
US10110436B2 (en)1998-12-082018-10-23Nomadix, Inc.Systems and methods for providing content and services on a network system
US8788690B2 (en)1998-12-082014-07-22Nomadix, Inc.Systems and methods for providing content and services on a network system
US8156246B2 (en)1998-12-082012-04-10Nomadix, Inc.Systems and methods for providing content and services on a network system
US8606917B2 (en)1998-12-082013-12-10Nomadix, Inc.Systems and methods for providing content and services on a network system
US8725899B2 (en)1998-12-082014-05-13Nomadix, Inc.Systems and methods for providing content and services on a network system
US9548935B2 (en)1998-12-082017-01-17Nomadix, Inc.Systems and methods for providing content and services on a network system
US10341243B2 (en)1998-12-082019-07-02Nomadix, Inc.Systems and methods for providing content and services on a network system
US8725888B2 (en)1998-12-082014-05-13Nomadix, Inc.Systems and methods for providing content and services on a network system
US9705846B2 (en)1999-02-242017-07-11Guest Tek Interactive Entertainment Ltd.Methods and apparatus for providing high speed connectivity to a hotel environment
US10164940B2 (en)1999-02-242018-12-25Guest Tek Interactive Entertainment Ltd.Methods and apparatus for providing high speed connectivity to a hotel environment
US9503419B2 (en)1999-02-242016-11-22Guest Tek Interactive Entertainment Ltd.Methods and apparatus for providing high speed connectivity to a hotel environment
US9025599B2 (en)1999-02-242015-05-05Guest Tek Interactive Entertainment Ltd.Methods and apparatus for providing high speed connectivity to a hotel environment
US7787404B2 (en)1999-06-302010-08-31Cisco Technology, Inc.Method and apparatus for measuring latency of a computer network
US7154858B1 (en)1999-06-302006-12-26Cisco Technology, Inc.System and method for measuring latency of a selected path of a computer network
US8190708B1 (en)1999-10-222012-05-29Nomadix, Inc.Gateway device having an XML interface and associated method
US20100208743A1 (en)*1999-10-222010-08-19Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US9160674B2 (en)1999-10-222015-10-13Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US8516083B2 (en)1999-10-222013-08-20Nomadix, Inc.Systems and methods of communicating using XML
US20110199932A1 (en)*1999-10-222011-08-18Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US10367748B2 (en)1999-10-222019-07-30Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US20100020685A1 (en)*1999-10-222010-01-28Nomadix, Inc.Systems and methods for dynamic bandwidth management on a per subscriber basis in a communications network
US7953857B2 (en)1999-10-222011-05-31Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US7698432B2 (en)1999-10-222010-04-13Nomadix, Inc.Systems and methods for dynamic bandwidth management on a per subscriber basis in a communications network
US7739383B1 (en)1999-10-222010-06-15Nomadix, Inc.Systems and methods for dynamic bandwidth management on a per subscriber basis in a communications network
US8626922B2 (en)1999-10-222014-01-07Nomadix, Inc.Systems and methods for dynamic data transfer management on a per subscriber basis in a communications network
US20010028659A1 (en)*2000-04-052001-10-11Johnson Ian DavidData switching arbitration arrangements
US7050448B2 (en)*2000-04-052006-05-23Xyratex Technology LimitedData switching arbitration arrangements
US7903682B2 (en)2001-08-212011-03-08Juniper Networks, Inc.Virtual upstream channel scheduling in broadband communication systems
US20110194508A1 (en)*2001-08-212011-08-11Juniper Networks, Inc.Virtual upstream channel scheduling in broadband communication systems
US20090180490A1 (en)*2001-08-212009-07-16Juniper Networks, Inc.Virtual upstream channel scheduling in broadband communication systems
US7496110B1 (en)*2001-08-212009-02-24Juniper Networks, Inc.Virtual upstream channel scheduling in broadband communication systems
US8467413B2 (en)2001-08-212013-06-18Juniper Networks, Inc.Virtual channel scheduling in communication systems
US7164686B2 (en)*2001-10-162007-01-16Institute For Information IndustryStepwise quality-of-service scheduling method in output-buffered switches for broadband networks
US20030072317A1 (en)*2001-10-162003-04-17Maria YuangStepwise quality-of-service scheduling method in output-buffered switches for broadband networks
US7310345B2 (en)2001-11-012007-12-18International Business Machines CorporationEmpty indicators for weighted fair queues
US20030081552A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue having adjustable scaling factor
US7187684B2 (en)*2001-11-012007-03-06International Business Machines CorporationWeighted fair queue having extended effective range
US20030081545A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue having extended effective range
US20030081549A1 (en)*2001-11-012003-05-01International Business Machines CorporationWeighted fair queue serving plural output ports
US20030081544A1 (en)*2001-11-012003-05-01International Business Machines CorporationQoS scheduler and method for implementing quality of service with cached status array
US20030081542A1 (en)*2001-11-012003-05-01International Business Machines CorporationEmpty indicators for weighted fair queues
US7280474B2 (en)2001-11-012007-10-09International Business Machines CorporationWeighted fair queue having adjustable scaling factor
US7103051B2 (en)2001-11-012006-09-05International Business Machines CorporationQoS scheduler and method for implementing quality of service with aging time stamps
US7046676B2 (en)2001-11-012006-05-16International Business Machines CorporationQoS scheduler and method for implementing quality of service with cached status array
US20030081611A1 (en)*2001-11-012003-05-01Goetzinger William JohnQoS scheduler and method for implementing quality of service with aging time stamps
US7317683B2 (en)2001-11-012008-01-08International Business Machines CorporationWeighted fair queue serving plural output ports
US20080107118A1 (en)*2001-11-012008-05-08Goetzinger William JWeighted fair queue serving plural output ports
US7929548B2 (en)2001-11-012011-04-19International Business Machines CorporationWeighted fair queue serving plural output ports
US6981052B1 (en)*2001-12-072005-12-27Cisco Technology, Inc.Dynamic behavioral queue classification and weighting
US7158964B2 (en)2001-12-122007-01-02Intel CorporationQueue management
US20030115426A1 (en)*2001-12-172003-06-19Rosenbluth Mark B.Congestion management for high speed queuing
US7107413B2 (en)2001-12-172006-09-12Intel CorporationWrite queue descriptor count instruction for high speed queuing
US20030115347A1 (en)*2001-12-182003-06-19Gilbert WolrichControl mechanisms for enqueue and dequeue operations in a pipelined network processor
US7269179B2 (en)2001-12-182007-09-11Intel CorporationControl mechanisms for enqueue and dequeue operations in a pipelined network processor
US20030131022A1 (en)*2002-01-042003-07-10Gilbert WolrichQueue arrays in network devices
US8380923B2 (en)2002-01-042013-02-19Intel CorporationQueue arrays in network devices
US7895239B2 (en)*2002-01-042011-02-22Intel CorporationQueue arrays in network devices
US20030131198A1 (en)*2002-01-072003-07-10Gilbert WolrichQueue array caching in network devices
US7181573B2 (en)2002-01-072007-02-20Intel CorporationQueue array caching in network devices
US7760756B1 (en)2002-01-172010-07-20Juniper Networks, Inc.Arbiter for multiple mutually exclusive vectors
US7420987B1 (en)*2002-01-172008-09-02Juniper Networks, Inc.Arbiter for multiple mutually exclusive vectors
US7414985B1 (en)*2002-02-012008-08-19Ciena CorporationLink aggregation
US20030147409A1 (en)*2002-02-012003-08-07Gilbert WolrichProcessing data packets
US7149226B2 (en)2002-02-012006-12-12Intel CorporationProcessing data packets
US7426185B1 (en)2002-03-062008-09-16Agere Systems Inc.Backpressure mechanism for switching fabric
US7480246B2 (en)2002-03-062009-01-20Agere Systems Inc.Characterizing transmission of data segments within a switch fabric using multiple counters for each destination node
US7319695B1 (en)*2002-03-062008-01-15Agere Systems Inc.Deficit-based striping algorithm
US7983287B2 (en)2002-03-062011-07-19Agere Systems Inc.Backpressure mechanism for switching fabric
US20070189283A1 (en)*2002-03-062007-08-16Agere Systems Inc.Characterizing transmission of data segments within a switch fabric using multiple counters for each destination node
US20080212472A1 (en)*2002-03-062008-09-04Agere Systems Inc.Backpressure mechanism for switching fabric
US7586909B1 (en)2002-03-062009-09-08Agere Systems Inc.Striping algorithm for switching fabric
US7257124B2 (en)2002-03-202007-08-14International Business Machines CorporationMethod and apparatus for improving the fairness of new attaches to a weighted fair queue in a quality of service (QoS) scheduler
US20030179765A1 (en)*2002-03-202003-09-25International Business Machines CorporationMethod and apparatus for improving the fairness of new attaches to a weighted fair queue in a quality of service (QoS) scheduler
US7680043B2 (en)2002-03-202010-03-16International Business Machines CorporationNetwork processor having fast flow queue disable process
US7523218B1 (en)*2002-04-302009-04-21University Of Florida Research Foundation, Inc.O(log n) dynamic router tables for prefixes and ranges
US7342936B2 (en)*2002-06-172008-03-11Integrated Device Technology, Inc.Method of performing deficit round-robin scheduling and structure for implementing same
US20030231590A1 (en)*2002-06-172003-12-18Integrated Device Technology, Inc.Method of performing deficit round-robin scheduling and structure for implementing same
US7958260B2 (en)*2002-06-262011-06-07Arris Group, Inc.Method and apparatus for queuing data flows
US20100183021A1 (en)*2002-06-262010-07-22Arris Group, Inc.Method and Apparatus for Queuing Data Flows
US7330477B2 (en)*2002-12-242008-02-12Sun Microsystems, Inc.Method and apparatus for starvation-free scheduling of communications
US20040120336A1 (en)*2002-12-242004-06-24Ariel HendelMethod and apparatus for starvation-free scheduling of communications
US7336665B1 (en)*2003-02-122008-02-26Cisco Technology, Inc.Polling scheme for controlling traffic through a networking system
US20040246956A1 (en)*2003-06-062004-12-09Meng David QiangParallel packet receiving, routing and forwarding
US7580355B2 (en)2003-08-252009-08-25Integrated Device Technology, Inc.Method of performing weighted round-robin queue scheduling using a dynamic link list and structure for implementing same
US20050281279A1 (en)*2004-06-092005-12-22Avici Systems, Inc.Latency-based scheduling and dropping
US7626988B2 (en)*2004-06-092009-12-01Futurewei Technologies, Inc.Latency-based scheduling and dropping
US20070291644A1 (en)*2004-11-152007-12-20James RobertsMethod and Device for Scheduling Packets for Routing in a Network with Implicit Determination of Packets to be Treated as Priority
US8311049B2 (en)*2004-11-152012-11-13France TelecomMethod and device for scheduling packets for routing in a network with implicit determination of packets to be treated as priority
US7599381B2 (en)*2004-12-232009-10-06Cisco Technology, Inc.Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20060153243A1 (en)*2004-12-232006-07-13Cisco Technology, Inc., A California CorporationScheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US7631130B2 (en)2005-02-042009-12-08Mips Technologies, IncBarrel-incrementer-based round-robin apparatus and instruction dispatch scheduler employing same for use in multithreading microprocessor
US7681014B2 (en)2005-02-042010-03-16Mips Technologies, Inc.Multithreading instruction scheduler employing thread group priorities
US20060179281A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading instruction scheduler employing thread group priorities
US20060179284A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading microprocessor with optimized thread scheduler for increasing pipeline utilization efficiency
US20060179439A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Leaky-bucket thread scheduler in a multithreading microprocessor
US7509447B2 (en)2005-02-042009-03-24Mips Technologies, Inc.Barrel-incrementer-based round-robin apparatus and instruction dispatch scheduler employing same for use in multithreading microprocessor
US20060179279A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Bifurcated thread scheduler in a multithreading microprocessor
US8151268B2 (en)2005-02-042012-04-03Mips Technologies, Inc.Multithreading microprocessor with optimized thread scheduler for increasing pipeline utilization efficiency
US20060179274A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Instruction/skid buffers in a multithreading microprocessor
US7853777B2 (en)2005-02-042010-12-14Mips Technologies, Inc.Instruction/skid buffers in a multithreading microprocessor that store dispatched instructions to avoid re-fetching flushed instructions
US20060179280A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Multithreading processor including thread scheduler based on instruction stall likelihood prediction
US7490230B2 (en)2005-02-042009-02-10Mips Technologies, Inc.Fetch director employing barrel-incrementer-based round-robin apparatus for use in multithreading microprocessor
US7506140B2 (en)2005-02-042009-03-17Mips Technologies, Inc.Return data selector employing barrel-incrementer-based round-robin apparatus
US7752627B2 (en)2005-02-042010-07-06Mips Technologies, Inc.Leaky-bucket thread scheduler in a multithreading microprocessor
US20090249351A1 (en)*2005-02-042009-10-01Mips Technologies, Inc.Round-Robin Apparatus and Instruction Dispatch Scheduler Employing Same For Use In Multithreading Microprocessor
US20060179276A1 (en)*2005-02-042006-08-10Mips Technologies, Inc.Fetch director employing barrel-incrementer-based round-robin apparatus for use in multithreading microprocessor
US7664936B2 (en)2005-02-042010-02-16Mips Technologies, Inc.Prioritizing thread selection partly based on stall likelihood providing status information of instruction operand register usage at pipeline stages
US7660969B2 (en)2005-02-042010-02-09Mips Technologies, Inc.Multithreading instruction scheduler employing thread group priorities
US20070089112A1 (en)*2005-02-042007-04-19Mips Technologies, Inc.Barrel-incrementer-based round-robin apparatus and instruction dispatch scheduler employing same for use in multithreading microprocessor
US7657883B2 (en)2005-02-042010-02-02Mips Technologies, Inc.Instruction dispatch scheduler employing round-robin apparatus supporting multiple thread priorities for use in multithreading microprocessor
US8078840B2 (en)2005-02-042011-12-13Mips Technologies, Inc.Thread instruction fetch based on prioritized selection from plural round-robin outputs for different thread states
US7657891B2 (en)2005-02-042010-02-02Mips Technologies, Inc.Multithreading microprocessor with optimized thread scheduler for increasing pipeline utilization efficiency
US7613904B2 (en)2005-02-042009-11-03Mips Technologies, Inc.Interfacing external thread prioritizing policy enforcing logic with customer modifiable register to processor internal scheduler
US20070041385A1 (en)*2005-08-172007-02-22Vipin SaliPrioritization techniques for quality of service packet transmission over EV-DO network
US8634422B2 (en)*2005-08-172014-01-21Qualcomm IncorporatedPrioritization techniques for quality of service packet transmission over a network lacking quality of service support at the media access control layer
US20070104210A1 (en)*2005-11-102007-05-10Broadcom CorporationScheduling of data transmission with minimum and maximum shaping of flows in a network device
US8730982B2 (en)*2005-11-102014-05-20Broadcom CorporationScheduling of data transmission with minimum and maximum shaping of flows in a network device
US7809016B2 (en)2005-11-302010-10-05AlcatelWeighted fair bandwidth distribution system
US20070183320A1 (en)*2006-02-082007-08-09Chen Jian FDeficit fair priority queuing
US20070195778A1 (en)*2006-02-212007-08-23Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US7864791B2 (en)2006-02-212011-01-04Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US20070195777A1 (en)*2006-02-212007-08-23Tatar Mohammed IPipelined packet switching and queuing architecture
US20070195773A1 (en)*2006-02-212007-08-23Tatar Mohammed IPipelined packet switching and queuing architecture
US8571024B2 (en)2006-02-212013-10-29Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US7729351B2 (en)2006-02-212010-06-01Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US20070195761A1 (en)*2006-02-212007-08-23Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US20080117913A1 (en)*2006-02-212008-05-22Tatar Mohammed IPipelined Packet Switching and Queuing Architecture
US7792027B2 (en)2006-02-212010-09-07Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US7809009B2 (en)2006-02-212010-10-05Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US20110064084A1 (en)*2006-02-212011-03-17Tatar Mohammed IPipelined packet switching and queuing architecture
US7715419B2 (en)*2006-02-212010-05-11Cisco Technology, Inc.Pipelined packet switching and queuing architecture
US8649389B2 (en)*2006-03-302014-02-11Vodafone Group Services LimitedPrioritising data transmission
US20090168793A1 (en)*2006-03-302009-07-02David FoxPrioritising Data Transmission
US20070248101A1 (en)*2006-04-202007-10-25Alcatel LucentEfficient policer based weighted fair bandwidth method and system
US20080069128A1 (en)*2006-09-162008-03-20Mips Technologies, Inc.Transaction selector employing barrel-incrementer-based round-robin apparatus supporting dynamic priorities in multi-port switch
US7760748B2 (en)2006-09-162010-07-20Mips Technologies, Inc.Transaction selector employing barrel-incrementer-based round-robin apparatus supporting dynamic priorities in multi-port switch
US7773621B2 (en)2006-09-162010-08-10Mips Technologies, Inc.Transaction selector employing round-robin apparatus supporting dynamic priorities in multi-port switch
US7990989B2 (en)2006-09-162011-08-02Mips Technologies, Inc.Transaction selector employing transaction queue group priorities in multi-port switch
US7961745B2 (en)2006-09-162011-06-14Mips Technologies, Inc.Bifurcated transaction selector supporting dynamic priorities in multi-port switch
US8467401B1 (en)*2006-10-042013-06-18Altera CorporationScheduling variable length packets
US8125967B1 (en)2006-11-102012-02-28Sprint Spectrum L.P.Prioritized EV-DO paging based on type of packet flow
US20080130675A1 (en)*2006-12-012008-06-05General Instrument CorporationMethod and System for Data Traffic Integration Using Dynamic Data Packet Fragmentation
US20080175270A1 (en)*2007-01-232008-07-24Deepak KatariaMulti-Stage Scheduler with Processor Resource and Bandwidth Resource Allocation
US8379518B2 (en)*2007-01-232013-02-19Agere Systems LlcMulti-stage scheduler with processor resource and bandwidth resource allocation
US20090122707A1 (en)*2007-11-132009-05-14At&T Services, Inc.Multi-layer cascading network bandwidth control
US20090135720A1 (en)*2007-11-272009-05-28Qualcomm IncorporatedMethods and apparatus related to scheduling in a wireless communications system using shared air link resources for traffic
US8134924B2 (en)*2007-11-272012-03-13Qualcomm IncorporatedMethods and apparatus related to scheduling in a wireless communications system using shared air link resources for traffic
US9037657B2 (en)2008-05-232015-05-19The Trustees Of Columbia University In The City Of New YorkSystems and methods for peer-to-peer bandwidth allocation
US8213449B1 (en)2008-08-292012-07-03Sprint Spectrum L.P.Aging EV-DO pages in a queue based on latency-sensitivity
US20100150155A1 (en)*2008-12-122010-06-17Maria NapieralaMethods and apparatus to dynamically store network routes for a communication network
US20100232309A1 (en)*2009-03-132010-09-16Qualcomm IncorporatedMethods and systems for dynamic call blocking in wimax idle mode
US9634373B2 (en)2009-06-042017-04-25Ubiquiti Networks, Inc.Antenna isolation shrouds and reflectors
US10756422B2 (en)2009-06-042020-08-25Ubiquiti Inc.Antenna isolation shrouds and reflectors
US9141773B2 (en)2009-07-072015-09-22Nomadix, Inc.Zone migration in network access
US12133075B2 (en)2009-07-072024-10-29Nomadix, Inc.Zone migration in network access
US8566912B2 (en)2009-07-072013-10-22Nomadix, Inc.Zone migration in network access
US20110030037A1 (en)*2009-07-072011-02-03Vadim OlshanskyZone migration in network access
US9894035B2 (en)2009-07-072018-02-13Nomadix, Inc.Zone migration in network access
US10873858B2 (en)2009-07-072020-12-22Nomadix, Inc.Zone migration in network access
US8335160B2 (en)*2010-03-302012-12-18Telefonaktiebolaget L M Ericsson (Publ)Flow sampling with top talkers
US20110242994A1 (en)*2010-03-302011-10-06Allwyn CarvalhoFlow sampling with top talkers
US9118578B2 (en)2011-01-182015-08-25Nomadix, Inc.Systems and methods for group bandwidth management in a communication systems network
US11949562B2 (en)2011-01-182024-04-02Nomadix, Inc.Systems and methods for group bandwidth management in a communication systems network
US10721176B2 (en)2011-08-242020-07-21Guest Tek Interactive Entertainment Ltd.Allocating bandwidth between bandwidth zones according to user load
US20140064294A1 (en)*2012-09-062014-03-06Mark V. DeisingerThrottling for fast data packet transfer operations
US8861538B2 (en)*2012-09-062014-10-14Unisys CorporationThrottling for fast data packet transfer operations
US9490533B2 (en)2013-02-042016-11-08Ubiquiti Networks, Inc.Dual receiver/transmitter radio devices with choke
US12308504B2 (en)2013-02-042025-05-20Ubiquiti Inc.Coaxial RF dual-polarized waveguide filter and method
US11909087B2 (en)2013-02-042024-02-20Ubiquiti Inc.Coaxial RF dual-polarized waveguide filter and method
US10312598B2 (en)2013-02-042019-06-04Ubiquiti Networks, Inc.Radio system for long-range high-speed wireless communication
US9397820B2 (en)2013-02-042016-07-19Ubiquiti Networks, Inc.Agile duplexing wireless radio devices
US8836601B2 (en)2013-02-042014-09-16Ubiquiti Networks, Inc.Dual receiver/transmitter radio devices with choke
US9543635B2 (en)2013-02-042017-01-10Ubiquiti Networks, Inc.Operation of radio devices for long-range high-speed wireless communication
US9972912B2 (en)2013-02-042018-05-15Ubiquiti Networks, Inc.Radio system for long-range high-speed wireless communication
US10819037B2 (en)2013-02-042020-10-27Ubiquiti Inc.Radio system for long-range high-speed wireless communication
US9496620B2 (en)2013-02-042016-11-15Ubiquiti Networks, Inc.Radio system for long-range high-speed wireless communication
US11011835B2 (en)2013-02-082021-05-18Ubiquiti Inc.Adjustable-tilt housing with flattened dome shape, array antenna, and bracket mount
US9531067B2 (en)2013-02-082016-12-27Ubiquiti Networks, Inc.Adjustable-tilt housing with flattened dome shape, array antenna, and bracket mount
US11670844B2 (en)2013-02-082023-06-06Ubiquiti Inc.Adjustable-tilt housing with flattened dome shape, array antenna, and bracket mount
US9373885B2 (en)2013-02-082016-06-21Ubiquiti Networks, Inc.Radio system for high-speed wireless communication
US9293817B2 (en)2013-02-082016-03-22Ubiquiti Networks, Inc.Stacked array antennas for high-speed wireless communication
US8855730B2 (en)2013-02-082014-10-07Ubiquiti Networks, Inc.Transmission and reception of high-speed wireless communication using a stacked array antenna
US10170828B2 (en)2013-02-082019-01-01Ubiquiti Networks, Inc.Adjustable-tilt housing with flattened dome shape, array antenna, and bracket mount
US9191037B2 (en)2013-10-112015-11-17Ubiquiti Networks, Inc.Wireless radio system optimization by persistent spectrum analysis
US11057061B2 (en)2013-10-112021-07-06Ubiquiti Inc.Wireless radio system optimization by persistent spectrum analysis
US10623030B2 (en)2013-10-112020-04-14Ubiquiti Inc.Wireless radio system optimization by persistent spectrum analysis
US12199648B2 (en)2013-10-112025-01-14Ubiquiti Inc.Wireless radio system optimization by persistent spectrum analysis
US11804864B2 (en)2013-10-112023-10-31Ubiquiti Inc.Wireless radio system optimization by persistent spectrum analysis
US10205471B2 (en)2013-10-112019-02-12Ubiquiti Networks, Inc.Wireless radio system optimization by persistent spectrum analysis
US10375126B2 (en)2013-11-222019-08-06At&T Mobility Ii LlcMethods, devices and computer readable storage devices for intercepting VoIP traffic for analysis
US9325516B2 (en)2014-03-072016-04-26Ubiquiti Networks, Inc.Power receptacle wireless access point devices for networked living and work spaces
US12160424B2 (en)2014-03-072024-12-03Ubiquiti Inc.Cloud device identification and authentication
US11451545B2 (en)2014-03-072022-09-20Ubiquiti Inc.Cloud device identification and authentication
US11134082B2 (en)2014-03-072021-09-28Ubiquiti Inc.Cloud device identification and authentication
US10574474B2 (en)2014-03-072020-02-25Ubiquiti Inc.Integrated power receptacle wireless access point (AP) adapter devices
US9787680B2 (en)2014-03-072017-10-10Ubiquiti Networks, Inc.Cloud device identification and authentication
US10848490B2 (en)2014-03-072020-11-24Ubiquiti Inc.Cloud device identification and authentication
US10469495B2 (en)2014-03-072019-11-05Ubiquiti Inc.Cloud device identification and authentication
US9172605B2 (en)2014-03-072015-10-27Ubiquiti Networks, Inc.Cloud device identification and authentication
US10916844B2 (en)2014-03-172021-02-09Ubiquiti Inc.Array antennas having a plurality of directional beams
US9368870B2 (en)2014-03-172016-06-14Ubiquiti Networks, Inc.Methods of operating an access point using a plurality of directional beams
US11296407B2 (en)2014-03-172022-04-05Ubiqsiti Inc.Array antennas having a plurality of directional beams
US9843096B2 (en)2014-03-172017-12-12Ubiquiti Networks, Inc.Compact radio frequency lenses
US9912053B2 (en)2014-03-172018-03-06Ubiquiti Networks, Inc.Array antennas having a plurality of directional beams
US11978945B2 (en)2014-04-012024-05-07Ubiquiti Inc.Compact radio frequency antenna apparatuses
US9941570B2 (en)2014-04-012018-04-10Ubiquiti Networks, Inc.Compact radio frequency antenna apparatuses
US10566676B2 (en)2014-04-012020-02-18Ubiquiti Inc.Compact radio frequency antenna apparatuses
US9912034B2 (en)2014-04-012018-03-06Ubiquiti Networks, Inc.Antenna assembly
US11196141B2 (en)2014-04-012021-12-07Ubiquiti Inc.Compact radio frequency antenna apparatuses
US10425536B2 (en)2014-05-082019-09-24Ubiquiti Networks, Inc.Phone systems and methods of communication
US10868917B2 (en)2014-05-082020-12-15Ubiquiti Inc.Phone systems and methods of communication
US11736211B2 (en)2014-06-302023-08-22Ubiquiti Inc.Wireless radio device alignment tools and methods
US10069580B2 (en)2014-06-302018-09-04Ubiquiti Networks, Inc.Wireless radio device alignment tools and methods
US10812204B2 (en)2014-06-302020-10-20Ubiquiti Inc.Wireless radio device alignment tools and methods
US11751068B2 (en)2014-06-302023-09-05Ubiquiti Inc.Methods and tools for assisting in the configuration of a wireless radio network
US11296805B2 (en)2014-06-302022-04-05Ubiquiti Inc.Wireless radio device alignment tools and methods
US10194328B2 (en)2014-06-302019-01-29Ubiquiti Networks, Inc.Methods and tools for persistent spectrum analysis of an operating radio frequency band
US10367592B2 (en)2014-06-302019-07-30Ubiquiti Networks, Inc.Wireless radio device alignment tools and methods
US10182438B2 (en)2014-08-312019-01-15Ubiquiti Networks, Inc.Methods and apparatuses for graphically indicating station efficiency and pseudo-dynamic error vector magnitude information for a network of wireless stations
US11076404B2 (en)2014-08-312021-07-27Ubiquiti Inc.Methods and apparatuses for graphically indicating station efficiency and pseudo-dynamic error vector magnitude information for a network of wireless stations
US10142989B2 (en)2014-08-312018-11-27Ubiquiti Networks, Inc.Methods and apparatuses for graphically indicating station efficiency and pseudo-dynamic error vector magnitude information for a network of wireless stations
US11943755B2 (en)2014-08-312024-03-26Ubiquiti Inc.Methods and apparatuses for graphically indicating station efficiency and pseudo-dynamic error vector magnitude information for a network of wireless stations
US10770787B2 (en)2014-10-142020-09-08Ubiquiti Inc.Multi-sector antennas
US11303016B2 (en)2014-10-142022-04-12Ubiquiti Inc.Multi-sector antennas
US10164332B2 (en)2014-10-142018-12-25Ubiquiti Networks, Inc.Multi-sector antennas
US11115089B2 (en)2015-02-232021-09-07Ubiquiti Inc.Radio apparatuses for long-range communication of radio-frequency information
US10284268B2 (en)2015-02-232019-05-07Ubiquiti Networks, Inc.Radio apparatuses for long-range communication of radio-frequency information
US10749581B2 (en)2015-02-232020-08-18Ubiquiti Inc.Radio apparatuses for long-range communication of radio-frequency information
US11336342B2 (en)2015-02-232022-05-17Ubiquiti Inc.Radio apparatuses for long-range communication of radio-frequency information
US10757518B2 (en)2015-09-112020-08-25Ubiquiti Inc.Compact public address access point apparatuses
US10136233B2 (en)2015-09-112018-11-20Ubiquiti Networks, Inc.Compact public address access point apparatuses
US9680704B2 (en)2015-09-252017-06-13Ubiquiti Networks, Inc.Compact and integrated key controller apparatus for monitoring networks
US11303037B2 (en)2015-10-092022-04-12Ubiquiti Inc.Synchronized multiple-radio antenna systems and meihods
US12347930B2 (en)2015-10-092025-07-01Ubiquiti Inc.Synchronized multiple-radio antenna systems and methods
US10084238B2 (en)2015-10-092018-09-25Ubiquiti Networks, Inc.Synchronized multiple-radio antenna systems and methods
US10381739B2 (en)2015-10-092019-08-13Ubiquiti Networks, Inc.Synchronized multiple-radio antenna systems and methods
US9761954B2 (en)2015-10-092017-09-12Ubiquiti Networks, Inc.Synchronized multiple-radio antenna systems and methods
US10680342B2 (en)2015-10-092020-06-09Ubiquiti Inc.Synchronized multiple-radio antenna systems and methods
US11973271B2 (en)2015-10-092024-04-30Ubiquiti Inc.Synchronized multiple-radio antenna systems and methods
US10764027B2 (en)2016-07-072020-09-01Cisco Technology, Inc.Deterministic calibrated synchronized network interlink access
US10924641B2 (en)2017-07-102021-02-16Ubiquiti Inc.Wearable video camera medallion with circular display
US11258764B2 (en)2017-09-272022-02-22Ubiquiti Inc.Systems for automatic secured remote access to a local network
US12231892B2 (en)2017-09-272025-02-18Ubiquiti Inc.Systems for automatic secured remote access to a local network
US11482352B2 (en)2018-01-092022-10-25Ubiquiti Inc.Quick connecting twisted pair cables
US11677688B2 (en)2019-09-132023-06-13Ubiquiti Inc.Augmented reality for internet connectivity installation
US10841121B1 (en)2019-09-302020-11-17Hilton International Holding LlcHospitality system and method of using the same
US11374872B1 (en)2020-12-082022-06-28Pensando Systems, Inc.Methods and systems for adaptive network quality of service for latency critical applications

Also Published As

Publication numberPublication date
WO2002062013A2 (en)2002-08-08
AU2002242067A1 (en)2002-08-12
US20020178282A1 (en)2002-11-28
WO2002062013A3 (en)2003-11-06

Similar Documents

PublicationPublication DateTitle
US6810426B2 (en)Methods and systems providing fair queuing and priority scheduling to enhance quality of service in a network
CA2575869C (en)Hierarchal scheduler with multiple scheduling lanes
US7061865B2 (en)Data packet scheduler
US6959002B2 (en)Traffic manager for network switch port
US20070070895A1 (en)Scaleable channel scheduler system and method
US7619969B2 (en)Hardware self-sorting scheduling queue
US7212535B2 (en)Scheduling items using mini-quantum values
US6795870B1 (en)Method and system for network processor scheduler
US7522609B2 (en)Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20050147034A1 (en)Method of performing weighted round-robin queue scheduling using a dynamic link list and structure for implementing same
US7342936B2 (en)Method of performing deficit round-robin scheduling and structure for implementing same
JP2007013462A (en)Packet scheduler and packet-scheduling method
US20240385876A1 (en)Self-clocked round robin scheduler
HUP0203928A2 (en)Method and system for controlling transmission of packets in computer networks
AstutiPacket handling
US7599381B2 (en)Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20050157719A1 (en)Method and apparatus for multicasting of cell or frame data
JPH11298523A (en)Packet scheduling method
CA2575814C (en)Propagation of minimum guaranteed scheduling rates

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:NOMADIX, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MYSORE, MANAMOHAN D.;PAGAN, FLORENCE C.I.;SHORT, JOEL E.;AND OTHERS;REEL/FRAME:014917/0344;SIGNING DATES FROM 20020226 TO 20020530

STCFInformation on status: patent grant

Free format text:PATENTED CASE

FEPPFee payment procedure

Free format text:PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAYFee payment

Year of fee payment:4

FPAYFee payment

Year of fee payment:8

ASAssignment

Owner name:NTT DOCOMO, INC., JAPAN

Free format text:SECURITY INTEREST;ASSIGNOR:NOMADIX, INC.;REEL/FRAME:036721/0341

Effective date:20150929

FPAYFee payment

Year of fee payment:12

ASAssignment

Owner name:NTT DOCOMO, INC., JAPAN

Free format text:MODIFICATION TO PATENT SECURITY AGREEMENT;ASSIGNOR:NOMADIX, INC.;REEL/FRAME:043710/0387

Effective date:20170829

ASAssignment

Owner name:GATE WORLDWIDE HOLDINGS LLC, NEW YORK

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NOMADIX, INC.;REEL/FRAME:045113/0928

Effective date:20180112

Owner name:GATE WORLDWIDE HOLDINGS LLC, NEW YORK

Free format text:ASSIGNMENT OF PATENT SECURITY AGREEMENT;ASSIGNOR:NTT DOCOMO, INC.;REEL/FRAME:045113/0937

Effective date:20170905

ASAssignment

Owner name:KNOBBE, MARTENS, OLSON & BEAR, LLP, CALIFORNIA

Free format text:SECURITY INTEREST;ASSIGNOR:NOMADIX, INC.;REEL/FRAME:048655/0621

Effective date:20190315

ASAssignment

Owner name:NOMADIX, INC., CALIFORNIA

Free format text:RELEASE BY SECURED PARTY;ASSIGNOR:KNOBBE, MARTENS, OLSON & BEAR, LLP;REEL/FRAME:050440/0042

Effective date:20190520

ASAssignment

Owner name:NOMADIX, INC., CALIFORNIA

Free format text:QUITCLAIM;ASSIGNOR:GATE WORLDWIDE HOLDINGS LLC;REEL/FRAME:051095/0529

Effective date:20191121


[8]ページ先頭

©2009-2025 Movatter.jp