KR101360718B1 - Scheduling method for deficit round robin type - Google Patents
Scheduling method for deficit round robin type Download PDFInfo
- Publication number
- KR101360718B1 KR101360718B1 KR1020070013603A KR20070013603A KR101360718B1 KR 101360718 B1 KR101360718 B1 KR 101360718B1 KR 1020070013603 A KR1020070013603 A KR 1020070013603A KR 20070013603 A KR20070013603 A KR 20070013603A KR 101360718 B1 KR101360718 B1 KR 101360718B1
- Authority
- KR
- South Korea
- Prior art keywords
- packet
- amount
- counter
- missing
- transmission
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/50—Queue scheduling
- H04L47/62—Queue scheduling characterised by scheduling criteria
- H04L47/622—Queue service order
- H04L47/6225—Fixed service order, e.g. Round Robin
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
본 발명은 결손 라운드 로빈 방식(Deficit Round robin type)의 스케쥴링 방법에 관한 것이다.The present invention relates to a scheduling method of a definit round robin type.
본 발명 실시 예에 따른 결손 라운드 로빈 방식의 스케쥴링 방법은, 전송할 패킷에 대해 해당 큐의 패킷 서비스 량과 비교하는 단계; 상기 패킷 서비스 량을 초과하는 제 1전송 패킷이면 전송하고, 전송된 패킷의 초과 전송량만큼 기록하는 단계; 상기 패킷 서비스 량을 초과하지 않는 제 2전송 패킷이면 전송하고, 남는 패킷 서비스 량을 상기 초과 전송량과 비교하여, 차감하는 단계를 포함한다.According to an embodiment of the present invention, a scheduling method of a missing round robin method may include: comparing a packet service amount of a corresponding queue with respect to a packet to be transmitted; Transmitting a first transmission packet exceeding the packet service amount and recording an excess transmission amount of the transmitted packet; Transmitting the second transmission packet that does not exceed the packet service amount, and subtracting the remaining packet service amount from the excess transmission amount.
DRR, 결손 카운터, 스케쥴러 DRR, Missing Counter, Scheduler
Description
도 1은 본 발명을 위한 결손 라운드 로빈 방식의 스케쥴링 장치를 나타낸 도면.1 is a view showing a scheduling system of the missing round robin for the present invention.
도 2는 본 발명 실시 예에 따른 라운드 로빈 방식의 스케쥴링 방법을 나타낸 플로우 챠트.2 is a flowchart illustrating a round robin scheduling method according to an exemplary embodiment of the present invention.
<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>
10 : 큐 20 : 결손 카운터10: cue 20: deficit counter
30 : 스케쥴러30: scheduler
본 발명은 결손 라운드 로빈 방식(Deficit Round robin type)의 스케쥴링 방법에 관한 것이다.The present invention relates to a scheduling method of a definit round robin type.
결손 라운드 로빈(DRR : Deficit Round Robin) 방식은 하나의 네트워크 장치를 지나는 모든 흐름(flow)이 네트워크 자원을 공평하게 나누어 쓰도록 기본적인 서비스 할당량을 고정적으로 설정해 놓고 있는 방법으로, 각각의 큐의 패키지 사이 즈가 달라지면 불공정(unfair)해지는 문제가 있다. 또한 결손 라운드 로빈 방식에서는 각각의 큐(Queue)가 한 번(한 번의 라운드 로빈)에 처리할 수 있는 비트 수를 정해두고, 어떤 흐름의 패킷 크기가 그보다 크면 다음 라운드에 처리하는 방식이다.Deficit Round Robin (DRR) is a method in which the basic service quota is fixedly set so that all flows through a network device share network resources evenly. There is a problem of unfairness when the size is different. In addition, the deficiency round robin method sets the number of bits each queue can handle at one time (one round robin), and processes the next round when the packet size of a flow is larger than that.
그러나, 기존의 결손 라운드 로빈 방식은 기본적인 서비스 할당량을 고정적으로 설정해 놓는 기법이기 때문에 데이터 량이 많고 패킷 사이즈가 상당히 가변적인 애플리케이션의 서비스를 효율적으로 지원하지 못하게 된다.However, the conventional missing round robin method is a technique that fixedly sets the basic service quota, so that it cannot efficiently support the service of an application having a large amount of data and a variable packet size.
또한 패킷 사이즈가 매우 큰 인터넷 방송, 주문형 비디오 등의 멀티미디어 서비스 트래픽(traffic)이 큐로 삽입될 경우, 스케쥴러(Scheduler)는 다음 라운드(round)에 처리하기 위해 결손 카운터(deficit counter)를 계속 재설정하면서 최대 수십 번의 라운드를 순회하게 된다. 이때 불필요한 결손 카운터의 재설정과 라운드 순회 등으로 인한 시간이 지연되어 실시간 처리를 요하는 어플리케이션의 서비스의 품질을 저하시켜 주는 문제가 있다.In addition, when a packet of multimedia services such as an Internet broadcast or video on demand, which has a very large packet size, is queued, the scheduler continues to reset the deficit counter for processing in the next round. Dozens of rounds will be traversed. At this time, there is a problem in that the service quality of an application requiring real-time processing is deteriorated due to a delay due to an unnecessary loss counter reset and round traversal.
본 발명은 결손 라운드 로빈 방식의 스케쥴링 방법을 제공한다.The present invention provides a scheduling method of missing round robin.
본 발명은 기본적인 서비스 할당량보다 큰 패킷에 대해서도 전송한 다음, 그 초과 전송량에 대해 추후에 차감할 수 있도록 한 결손 라운드 로빈 방식의 스케쥴링 방법을 제공한다. The present invention provides a scheduling method of a missing round robin method that transmits even a packet larger than the basic service quota and then subtracts the excess transmission later.
본 발명 실시 예에 따른 결손 라운드 로빈 방식의 스케쥴링 방법은, 전송할 패킷에 대해 해당 큐의 패킷 서비스 량과 비교하는 단계; 상기 패킷 서비스 량을 초과하는 제 1전송 패킷이면 전송하고, 전송된 패킷의 초과 전송량만큼 기록하는 단계; 상기 패킷 서비스 량을 초과하지 않는 제 2전송 패킷이면 전송하고, 남는 패킷 서비스 량을 상기 초과 전송량과 비교하여, 차감하는 단계를 포함한다. According to an embodiment of the present invention, a scheduling method of a missing round robin method may include: comparing a packet service amount of a corresponding queue with respect to a packet to be transmitted; Transmitting a first transmission packet exceeding the packet service amount and recording an excess transmission amount of the transmitted packet; Transmitting the second transmission packet that does not exceed the packet service amount, and subtracting the remaining packet service amount from the excess transmission amount.
이하 첨부된 도면을 참조하여 설명하면 다음과 같다.Hereinafter, the present invention will be described with reference to the accompanying drawings.
도 1은 본 발명 실시 예에 따른 결손 라운드 로빈 방식의 스케쥴링 장치를 나타낸 도면이다.1 is a view showing a scheduling apparatus of a missing round robin according to an embodiment of the present invention.
도 1을 참조하면, 스케쥴링 장치는 다수개의 큐(10) 및 결손 카운터(20), 스케쥴러(30)를 포함한다. Referring to FIG. 1, the scheduling apparatus includes a plurality of
상기 큐(10)는 각 노드의 전송 패킷을 임시 저장하며, 저장된 패킷을 선입 선출 방식으로 출력한다.The
상기 결손 카운터(20)는 각 큐(10)마다 배치되고, 스케쥴러(30)가 해당 큐에 방문할 때 해당 큐가 보낼 수 있는 최대 바이트 수를 나타내고 있으며, 초기에 0으로 초기화되어 있다. 이러한 결손 카운터(20)에는 각 큐(10)의 가중치에 비례하는 할당량 즉, 기본 서비스 할당량(Quantum)을 포함하는 데, 상기 기본 서비스 할당량은 각 큐에 할당된 가중치에 비례하는 양으로 바이트 단위를 갖는다. 즉, 결손 카운터(20)는 이전에 남아있는 결손 카운터의 양과 기본 서비스 할당량의 합으로 이용될 수 있다. The
상기 스케쥴러(30)는 라운드 로빈 방식에 따라 한 라운드의 각 큐를 순차적으로 방문하고, 활성화된 큐에 할당된 할당량만큼 패킷을 출력링크(output link)로 전송하게 된다. 그리고 사용되지 않은 할당량은 결손 카운터에 저장하여 다음 라운드에 할당되는 할당량과 함께 사용된다. The
그리고 상기 스케쥴러(30)는 초기에 각 큐마다 가중치에 따라 다르게 할당된 할당량을 결손 카운터에 부여하고, 각 큐를 순차적으로 방문하여 할당된 할당량만큼 패킷을 전송한다. 이때 사용되지 않은 할당량은 결손 카운터에 저장하여 다음 라운드에 할당되는 할당량과 함께 사용된다. 그리고 해당 큐가 비활성화되면 결손 카운터를 0으로 셋팅한다.In addition, the
이러한 스케쥴러(30)는 서비스 할당량을 동적으로 할당하기 위해 가중치(weight), 기본 서비스 할당량(Quantam), 결손 카운터, 초과 전송 임계값(threshold)을 기본 파라미터로 한다. The
상기 가중치는 가중된 페어 큐(Weighted Fair Queue)에서의 가중치와 동일한 개념으로 출력 포트 대역폭에 대한 패킷 서비스의 비율이다. The weight is the ratio of the packet service to the output port bandwidth in the same concept as the weight in the weighted fair queue.
상기 기본 서비스 할당량(Quantam)은 각 큐(10)에 할당된 가중치에 비례하는 바이트 단위를 갖는 데, 스케쥴러(30)가 라운드 로빈 방식으로 큐를 방문할 때, 결손 카운터(20)는 결손 카운터의 저장량과 기본 서비스 할당량(Quantam)을 더한 패킷을 전송하게 된다. 즉, Deficit counter = Deficit counter + Quantam의 연산을 수행하게 된다.The basic service quota (Quantam) has a unit of bytes proportional to the weight assigned to each
만약 송신 패킷 크기가 결손 카운터(20)의 양보다 크게 될 경우, 초과 전송 임계값을 이용하여 상기 전송 패킷을 출력 포트로 전송한 다음, 다음 라운드에서 차감하면서 갚아 나가게 되며, 결손 카운터(20)의 양보다 작은 경우 결손 카운터(20)에 그 차이를 저장하여, 다음 라운드에 덜 보낸 양만큼 더 보낼 수 있게 된다. If the transmission packet size becomes larger than the amount of the
여기서, 상기 초과 전송 임계값은 기본적인 결손 카운터(20)의 서비스 할당량보다 많은 패킷이 있더라도, 먼저 해당 패킷을 전송할 수 있도록 하고, 다음 스케쥴링 때 잉여 결손 카운터의 양을 차감해 주도록 한다.In this case, the excess transmission threshold value allows the packet to be transmitted first, even if there are more packets than the service allocation amount of the
이러한 스케쥴링 장치를 이용한 스케쥴링 방법에 대하여 도 2를 참조하여 설명하면 다음과 같다.A scheduling method using such a scheduling apparatus will be described with reference to FIG. 2 as follows.
도 2를 참조하면, 활성화된 큐에 방문할 때 소정의 사이즈(i : size)의 전송 패킷(Sending packet)이 있을 경우(S11), 결손 카운터(Deficit Counter)는 결손 카운터(초기 = 0)의 양과 기본 서비스 할당량(Quantam)을 더하여 해당 큐의 패킷 서비스 량을 정하게 된다(S13). Referring to FIG. 2, when there is a sending packet of a predetermined size (i: size) when visiting the activated queue (S11), the defect counter (Deficit Counter) of the defect counter (initial = 0) The amount of packet service of the corresponding queue is determined by adding the amount and the basic service quota (Quantam) (S13).
그리고 상기 전송 패킷 사이즈(i)를 상기 결손 카운터(Deficit Counter)와 비교하고(S15), 그 결과 전송 패킷 사이즈(i)가 결손 카운터 이하이면 해당 패킷을 전송해 준다(S17).The transport packet size i is compared with the deficit counter (S15). As a result, if the transport packet size i is less than or equal to the deficiency counter, the corresponding packet is transmitted (S17).
그리고 결손 카운터를 갱신하게 된다(S19). 여기서 갱신되는 결손 카운터는 상기 S13에서 정해진 결손 카운터에서 상기 전송 패킷 사이즈를 감산(Deficit Counter = Deficit Counter-i)하여 새로 갱신한다. 예컨대, 기본 서비스 할당량(Quantam)이 50KB(byte)일 경우 초기의 결손 카운터 량은 50KB이 되고, 전송 패 킷이 30KB일 경우 새롭게 갱신되는 결손 카운터는 20KB이 남아있게 된다. 즉, 나중에 20KB만큼을 더 보낼 수 있게 된다.The defect counter is then updated (S19). Here, the missing counter is updated by subtracting the transport packet size (Deficit Counter = Deficit Counter-i) from the missing counter determined in S13. For example, if the basic service quota (Quantam) is 50KB (byte), the initial deficit counter amount is 50KB, and if the transmission packet is 30KB, 20KB is left in the newly updated deficit counter. That means you can send as much as 20KB later.
그리고 초과 전송량(overdraft)의 유무를 확인하게 된다(S21). 상기 S21의 확인 결과 초과 전송량이 없을 경우 다음 라운드로 진행하며, 초과 전송량이 있을 경우 상기 결손 카운터를 새롭게 갱신한다(S23). 즉, 두 번째로 갱신되는 결손 카운터는 상기 S19에서 첫번째로 갱신된 결손 카운터에서 초과 전송량(overdraft)을 감산하게 된다. 예컨대, 첫 번째 결손 카운터에서 20KB가 있고 초과 전송량이 10KB이면 S23에서는 10KB의 결손 카운터로 갱신된다. Then, it is checked whether there is an overdraft (S21). If there is no excess transmission amount as a result of checking in S21, the process proceeds to the next round, and if there is excess transmission amount, the missing counter is newly updated (S23). In other words, the second update of the missing counter subtracts the overdraft from the first updated counter in S19. For example, if there is 20KB in the first missing counter and the excess transmission amount is 10KB, then S23 is updated to a 10KB missing counter.
그리고 결손 카운터가 0 이하인지를 비교하고(S25), 0 이하이면 결손 카운터를 0으로 세팅하고(S27), 0을 초과할 경우 그 결손 카운터를 다음 라운드(즉, S13)에서 사용하게 된다. 예컨대, 남아있는 결손 카운터가 10KB이면 S13에서는 결손 카운터가 10KB와 기본 서비스 할당량 50KB가 더해진 60KB가 된다.Then, it is compared whether or not the missing counter is 0 or less (S25), and if it is less than or equal to 0, the missing counter is set to 0 (S27). For example, if the remaining loss counter is 10 KB, the loss counter becomes 60 KB plus 10 KB plus a basic service quota of 50 KB in S13.
그리고 상기 S15단계의 비교결과, 전송 패킷 사이즈(i)가 결손 카운터의 양을 초과할 경우, 상기 전송 패킷 사이즈(i)를 상기 S13의 결손 카운터와 초과 전송 임계값(threshold)을 더해서 비교하게 된다(S29). As a result of the comparison in step S15, when the transport packet size (i) exceeds the amount of the missing counter, the transport packet size (i) is compared with the missing counter of S13 by adding an excess transmission threshold. (S29).
상기 S29단계의 비교결과 전송 패킷 사이즈가 작을 경우 상기 전송 패킷을 전송하고(S31), 전송 패킷 사이즈에서 상기 S13에서 정해진 결손 카운터의 양을 감산하여 초과 전송량(Overdraft)을 계산하고 기록하게 된다(S33). 그리고 결손 카운터를 0으로 세팅하여 다음 라운드로 동작하게 된다.When the size of the transport packet is small as a result of the comparison in step S29, the transport packet is transmitted (S31), and the overdraft is calculated and recorded by subtracting the amount of the deficiency counter determined in S13 from the transport packet size (S33). ). Then set the missing counter to 0 to run the next round.
이때 발생되는 초과 전송량은 다음 라운드에서 S21단계에 의해 비교되고, S27 단계에 의해 각 라운드마다 남게 되는 결손 카운터의 량을 이용하여 차감될 수 있다. 예컨대, 전송 패킷 사이즈가 100KB이고, 상기 S13의 결손 카운터가 50KB이고, 초과 전송 임계값이 100KB이면, 초과 전송량은 50KB가 된다. The excess transmission amount generated at this time may be compared by the step S21 in the next round, and may be subtracted using the amount of the missing counter remaining in each round by the step S27. For example, if the transmission packet size is 100 KB, the loss counter of S13 is 50 KB, and the excess transmission threshold is 100 KB, the excess transmission amount is 50 KB.
여기서 상기 초과 전송 임계값은 전송할 패킷의 크기가 결손 카운터의 량 보다 큰 경우 전송 가능 유무를 한 번 더 검사하기 위하여 설정된 초과 전송이 가능한 최대 패킷 즉, 각 큐에 임시 저장되는 용량을 커버할 수 있는 크기로 정해질 수 있다. 또한 초과 전송량은 패킷의 크기가 결손 카운터의 양보다 크더라도 초과 전송 임계값과의 비교에 의해 전송한 경우, 초과량을 기록하기 위한 변수이다.Here, the excess transmission threshold value may cover the maximum packets that can be overtransmitted, that is, the capacity temporarily stored in each queue, if the size of the packet to be transmitted is greater than the amount of the deficiency counter. Can be sized. In addition, the excess transmission amount is a variable for recording the excess amount when the packet is transmitted by comparison with the excess transmission threshold even if the size of the packet is larger than that of the missing counter.
본 발명은 스케쥴러가 각 큐마다 라운드 로빈 방식으로 방문할 때 남아있는 결손 카운터의 양과 각 큐의 가중치에 따라 다르게 할당된 기본 서비스 할당량(Quantam)을 부여하여 그 값을 다시 결손 카운터에 부여한다. 이렇게 부여된 결손 카운터 양과 서비스될 패킷의 크기를 비교하여 결손 카운터 양이 다음 서비스될 패킷의 크기보다 작을 경우까지 패킷들을 전송한다. 또한 패킷 전송 후 잉여 결손 카운터 양은 다음 라운드를 위해 보존하고 차감해 나가게 된다.In the present invention, when the scheduler visits each queue in a round robin manner, the scheduler assigns a default service quota (Quantam) differently assigned according to the amount of missing counters remaining and the weight of each queue, and gives the value back to the missing counter. The amount of the missing counter is compared with the size of the packet to be serviced, and the packets are transmitted until the amount of the missing counter is smaller than the size of the next packet to be served. In addition, the amount of surplus deficit counter after packet transmission is preserved and deducted for the next round.
그리고, 전송할 패킷 크기가 정해진 결손 카운터의 양을 초과한 경우, 상기 전송할 패킷의 크기를 결손 카운터의 양과 초과 전송 임계값을 합한 값으로 전송하게 된다. 이때 패킷 전송 후 해당 큐의 초과 전송량(overdraft)에 초과 전송한 바이트 수를 기록하게 된다. 이후, 결손 카운터 양보다 작은 패킷을 전송할 경우, 발생되는 잉여 바이트가 있다면 상기 초과 전송량에 기록되는 있는 이전 라운드에서 발생한 초과 전송 바이트 수만큼 차감하게 된다. If the size of the packet to be transmitted exceeds the predetermined amount of the missing counter, the size of the packet to be transmitted is transmitted as the sum of the missing counter and the excess transmission threshold. At this time, the number of bytes transmitted is recorded in the overdraft of the queue after packet transmission. Then, when sending a packet smaller than the missing counter amount, any excess bytes generated are subtracted by the number of excess transmitted bytes that occurred in the previous round, which is recorded in the excess amount.
이와 같이, 멀티미디어와 같은 대용량의 패킷을 실시간 전송해 주어, 큐 전체 지연을 줄일 수 있고, 현재 라운드에서 서비스 할당량을 빌려서 쓰고 나중의 라운드에서 남은 서비스 할당량을 있을 경우 갚아나가는 방식이다.In this way, a large-capacity packet such as multimedia can be transmitted in real time to reduce the delay of the entire queue, and a service quota can be borrowed in the current round and used to pay off the remaining service quota in a later round.
이상에서 본 발명에 대하여 그 바람직한 실시 예를 중심으로 설명하였으나 이는 단지 예시일 뿐 본 발명을 한정하는 것이 아니며, 본 발명이 속하는 분야의 통상의 지식을 가진 자라면 본 발명의 본질적인 특성을 벗어나지 않는 범위에서 이상에 예시되지 않은 여러 가지의 변형과 응용이 가능함을 알 수 있을 것이다. 예를 들어, 본 발명의 실시 예에 구체적으로 나타난 각 구성 요소는 변형하여 실시할 수 있는 것이다. 그리고 이러한 변형과 응용에 관계된 차이점들은 첨부된 청구 범위에서 규정하는 본 발명의 범위에 포함되는 것으로 해석되어야 할 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, but, on the contrary, It will be understood that various modifications and applications other than those described above are possible. For example, each component specifically shown in the embodiments of the present invention can be modified and implemented. It is to be understood that all changes and modifications that come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
본 발명 실시 예에 따른 결손 라운드 로빈 방식의 스케쥴링 방법에 의하면, 불필요한 결손 카운터의 재설정 횟수와 라운드 순회 횟수로 인한 지연 시간을 단축할 수 있어, 실시간 처리를 요하는 애플리케이션의 서비스 품질을 개선시켜 줄 수 있다.According to the scheduling method of the missing round robin method according to an embodiment of the present invention, the delay time due to the unnecessary reset counter and the number of round iterations can be shortened, thereby improving the service quality of an application requiring real time processing. have.
또한 애플리케이션 간의 패킷 사이즈의 차가 매우 큰 통신 환경에서 패킷 사이즈에 따라 서비스 할당량을 동적으로 설정함으로써, 최적의 통신 서비스를 제공할 수 있다.In addition, in a communication environment in which the packet size difference between applications is very large, an optimal communication service can be provided by dynamically setting a service allocation amount according to the packet size.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070013603A KR101360718B1 (en) | 2007-02-09 | 2007-02-09 | Scheduling method for deficit round robin type |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070013603A KR101360718B1 (en) | 2007-02-09 | 2007-02-09 | Scheduling method for deficit round robin type |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20080074450A KR20080074450A (en) | 2008-08-13 |
KR101360718B1 true KR101360718B1 (en) | 2014-02-10 |
Family
ID=39883777
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020070013603A KR101360718B1 (en) | 2007-02-09 | 2007-02-09 | Scheduling method for deficit round robin type |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101360718B1 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20030045987A (en) * | 2001-12-03 | 2003-06-12 | 한국전자통신연구원 | An apparatus and method for scheduling packets by using a round robin based on credit |
KR20050099241A (en) * | 2004-04-09 | 2005-10-13 | 주식회사 케이티 | An apparatus for schedualing capable of providing guaranteed service for edge-node and a method thereof |
KR100679091B1 (en) | 2005-11-21 | 2007-02-05 | 성균관대학교산학협력단 | Packet scheduling apparatus in bluetooth environmental and method thereof |
-
2007
- 2007-02-09 KR KR1020070013603A patent/KR101360718B1/en not_active IP Right Cessation
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20030045987A (en) * | 2001-12-03 | 2003-06-12 | 한국전자통신연구원 | An apparatus and method for scheduling packets by using a round robin based on credit |
KR20050099241A (en) * | 2004-04-09 | 2005-10-13 | 주식회사 케이티 | An apparatus for schedualing capable of providing guaranteed service for edge-node and a method thereof |
KR100679091B1 (en) | 2005-11-21 | 2007-02-05 | 성균관대학교산학협력단 | Packet scheduling apparatus in bluetooth environmental and method thereof |
Also Published As
Publication number | Publication date |
---|---|
KR20080074450A (en) | 2008-08-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9986563B2 (en) | Dynamic allocation of network bandwidth | |
CN110166380B (en) | Method for scheduling message, first network device and computer readable storage medium | |
US8121033B2 (en) | Methods for packet network traffic regulation | |
EP2438716B1 (en) | Congestion-based traffic metering | |
US8638664B2 (en) | Shared weighted fair queuing (WFQ) shaper | |
JP5659125B2 (en) | Relay device and relay method | |
US8542586B2 (en) | Proportional bandwidth sharing of the excess part in a MEF traffic profile | |
CN106789729A (en) | Buffer memory management method and device in a kind of network equipment | |
CN103999414A (en) | Attribution of congestion contributions | |
CN104348751B (en) | Virtual output queue authorization management method and device | |
CN111630818A (en) | Probabilistic packet marking with fast adaptation mechanism | |
CN111935033A (en) | Terminal flow reservation method, system and computer equipment for time sensitive flow | |
JP2012065314A (en) | Data delivery device and data delivery system | |
Menth et al. | Active queue management based on congestion policing (CP-AQM) | |
CN103475595A (en) | System and method for overload control of Parlay X gateway | |
CN102769566B (en) | A kind of Multi-stage scheduling system configuration, variation and device | |
US20150029857A1 (en) | Per-class scheduling with rate limiting | |
KR101360718B1 (en) | Scheduling method for deficit round robin type | |
EP2388978B1 (en) | Methods and devices for determining network link load | |
EP4120658A1 (en) | System and method for managing network traffic using fair-share principles | |
JP7508562B2 (en) | Bandwidth management and configuration method for cloud services and related apparatus | |
US7593334B1 (en) | Method of policing network traffic | |
KR20050099241A (en) | An apparatus for schedualing capable of providing guaranteed service for edge-node and a method thereof | |
JP5938939B2 (en) | Packet switching apparatus, packet switching method, and bandwidth control program | |
JP7205530B2 (en) | Transmission device, method and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
LAPS | Lapse due to unpaid annual fee |