JP2008005096A - Apparatus, method and program for traffic control using token bucket - Google Patents

Apparatus, method and program for traffic control using token bucket Download PDF

Info

Publication number
JP2008005096A
JP2008005096A JP2006171084A JP2006171084A JP2008005096A JP 2008005096 A JP2008005096 A JP 2008005096A JP 2006171084 A JP2006171084 A JP 2006171084A JP 2006171084 A JP2006171084 A JP 2006171084A JP 2008005096 A JP2008005096 A JP 2008005096A
Authority
JP
Japan
Prior art keywords
token
traffic control
link
connection link
buffer
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.)
Granted
Application number
JP2006171084A
Other languages
Japanese (ja)
Other versions
JP4577279B2 (en
Inventor
Yoji Kishi
洋司 岸
Seiki Fukushima
正機 福嶋
Hajime Nakamura
中村  元
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.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2006171084A priority Critical patent/JP4577279B2/en
Priority to US11/608,015 priority patent/US7944838B2/en
Publication of JP2008005096A publication Critical patent/JP2008005096A/en
Application granted granted Critical
Publication of JP4577279B2 publication Critical patent/JP4577279B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an apparatus for traffic control which controls a token rate, according to the state of a network. <P>SOLUTION: The apparatus for traffic control comprises a token buffer monitoring means of monitoring tokens held in a token buffer, a speed information acquiring means of acquiring link speed information regarding communication speed which can be set for a link used for connection with the network, a connection link congestion information acquiring means of acquiring connection link congestion information that shows how the link connected to the network is congested, and a rate determining means of determining the value of the token rate after updating, on the basis of the link speed information and connection link congestion information, in a state of the tokens being held in the token buffer. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、トークンバケットを用いたトラヒック制御技術に関する。   The present invention relates to a traffic control technique using a token bucket.

通信装置におけるトラヒック制御方式の1つとして、トークンバケットと呼ばれる方式が提案され、使用されている(例えば、非特許文献1参照。)。図4は、トークンバケットによるトラヒック制御のブロック図であり、通信装置の送信側及び/又は受信側に設けられる。   As one of traffic control systems in communication apparatuses, a system called a token bucket has been proposed and used (for example, see Non-Patent Document 1). FIG. 4 is a block diagram of traffic control using a token bucket, which is provided on the transmission side and / or reception side of the communication apparatus.

ここで、通信装置の送信側への適用は、通信装置がネットワークへ送信するトラヒックの直接的な制御を目的とし、受信側への適用は、対向通信装置がネットワークへ送信するトラヒックの間接的な制御を目的としている。つまり、受信側にて通信装置内部に取り込むデータを制限することで、上位レイヤでのフロー制御を働かせ、よって、対向通信装置がネットワークへ送信するトラヒックの制限を行うことを企図している。   Here, the application of the communication device to the transmission side is aimed at direct control of traffic transmitted from the communication device to the network, and the application to the reception side is indirect traffic transmitted from the opposite communication device to the network. For control purposes. In other words, it is intended to restrict the data to be taken into the communication device on the receiving side, so that the flow control in the upper layer works, and thus the traffic transmitted from the opposite communication device to the network is restricted.

図4によると、トークンバケットによるトラヒック制御は、トークン生成部11と、トークンバッファ12と、読出部13と、データバッファ14とを備えている。   According to FIG. 4, the traffic control by the token bucket includes a token generation unit 11, a token buffer 12, a reading unit 13, and a data buffer 14.

トークン生成部11は、所定数のトークン10(以後、トークン出力数という。)をある周期(以後、トークン出力周期という)で生成してトークンバッファ12に出力し、トークンバッファ12は、トークン生成部11が生成するトークン10を保持する。一方、データバッファ14は、データ20を保持するバッファである。尚、通信装置の送信側におけるトラヒック制御の場合、データ20は、ネットワークに送信されるデータ又はパケットであり、通信装置の受信側におけるトラヒック制御の場合、ネットワークから受信するデータ又はパケットであり、通信装置内の他の機能ブロックや、共通バス等に出力される。   The token generation unit 11 generates a predetermined number of tokens 10 (hereinafter referred to as a token output number) in a certain cycle (hereinafter referred to as a token output cycle) and outputs the token buffer 12 to the token buffer 12. 11 holds the token 10 generated. On the other hand, the data buffer 14 is a buffer that holds the data 20. In the case of traffic control on the transmission side of the communication apparatus, the data 20 is data or a packet transmitted to the network. In the case of traffic control on the reception side of the communication apparatus, the data 20 is data or a packet received from the network. It is output to other functional blocks in the device, a common bus, or the like.

トークン10とは読出し権利のことであり、読出部13はトークンバッファ12に保持されているトークン10を1つ消費するごとに、例えば1ビットや1バイトといった所定量のデータ20をデータバッファ14から読み出して出力する。ここで、1つのトークン10を消費する度にデータバッファ14から読み出すことができるデータ量(ビット/個)と、トークン生成部11によるトークン出力周期(回/秒)と、トークン出力数(個/回)の積を、以後トークンレートと呼ぶ。つまり、トークンレートは、データ20の量が十分にあるとしたきの読出部13によるデータ20の読出し速度の平均値に等しい値である。   The token 10 is a right to read, and each time the reading unit 13 consumes one token 10 held in the token buffer 12, a predetermined amount of data 20 such as 1 bit or 1 byte is read from the data buffer 14. Read and output. Here, the amount of data (bits / piece) that can be read from the data buffer 14 each time one token 10 is consumed, the token output period (times / second) by the token generator 11, and the number of token outputs (pieces / piece). The product of times) is hereinafter referred to as a token rate. That is, the token rate is a value equal to the average value of the reading speed of the data 20 by the reading unit 13 when the amount of the data 20 is sufficient.

トークンバケットによるトラヒック制御では、出力すべきデータ20が少ない場合、使用しないトークン10をトークンバッファ12に蓄えておくため、読出部13は、一時的に、トークンレートを超える速度でデータ20を読み出すことが可能であるという特徴がある。   In the traffic control using the token bucket, when the data 20 to be output is small, the unused token 10 is stored in the token buffer 12, so the reading unit 13 temporarily reads the data 20 at a speed exceeding the token rate. There is a feature that is possible.

A.Parekh、R.Gallerger、“A generalized processor sharing approach to flow control in integrated services network: the single node case”、IEEE/ACM transaction on Networking Vol.1、 no.3、 1993年1月A. Parekh, R.A. Gallerger, “A generalized processor sharing approach to flow control in integrated services network: the single node ensemble et. 1, no. 3. January 1993

上記、トークンバケットによるトラヒック制御において、トークンレートの設定値の決定が問題になる。つまり、トークンレートを大きくし過ぎると、トラヒック制御を何ら実施していないに等しくなり、トークンレートを小さくしすぎると、通信可能な帯域が有り余っているにもかかわらず、少量のデータしか送受できないこととなってしまう。   In the traffic control using the token bucket, determination of the set value of the token rate becomes a problem. In other words, if the token rate is too high, it is equivalent to not performing any traffic control, and if the token rate is too low, only a small amount of data can be transmitted / received even though there is a surplus bandwidth. End up.

したがって、本発明は、ネットワークの状態に応じてトークンレートの制御を行うトラヒック制御装置、方法及びプログラムを提供することを目的とする。   Therefore, an object of the present invention is to provide a traffic control device, method, and program for controlling the token rate according to the state of the network.

本発明によるトラヒック制御装置によれば、
データを保持するデータバッファと、トークンレートを決定して、決定したトークンレートに基づきトークン出力周期及び/又はトークン出力数を更新するレート決定手段と、前記トークン出力周期ごとに、前記トークン出力数に等しい数のトークンを出力するトークン生成手段と、トークン生成手段が出力したトークンを保持するトークンバッファと、トークンバッファに保持されているトークンを消費するたびに、データバッファから所定量のデータを読み出す読出手段と、トークンバッファに保持されているトークンを監視するトークンバッファ監視手段と、ネットワークとの接続リンクに適用可能な通信速度であるリンク速度情報を取得する速度情報取得手段と、ネットワークとの接続リンクの混雑度を示す接続リンク輻輳情報を取得する接続リンク輻輳情報取得手段とを備え、レート決定手段は、トークンバッファにトークンが保持された状態における、リンク速度情報と接続リンク輻輳情報とに基づきトークンレートの更新後の値を決定することを特徴とする。
According to the traffic control device of the present invention,
A data buffer for holding data; a rate determining means for determining a token rate and updating the token output period and / or the number of token outputs based on the determined token rate; and for the number of token outputs for each token output period A token generator that outputs an equal number of tokens, a token buffer that holds the token output by the token generator, and reads out a predetermined amount of data from the data buffer each time the token held in the token buffer is consumed Means, a token buffer monitoring means for monitoring a token held in the token buffer, a speed information obtaining means for obtaining link speed information that is a communication speed applicable to a connection link with the network, and a connection link with the network Connection link congestion information indicating the congestion level of A connection link congestion information acquisition means for determining a value after updating the token rate based on the link speed information and the connection link congestion information in a state where the token is held in the token buffer. Features.

本発明のトラヒック制御装置における他の実施形態によれば、
接続リンク輻輳情報は、ネットワークとの接続リンクを共用する通信装置数である保留チャネル数であることも好ましい。
According to another embodiment of the traffic control device of the present invention,
The connection link congestion information is also preferably the number of reserved channels, which is the number of communication devices sharing the connection link with the network.

また、本発明のトラヒック制御装置における他の実施形態によれば、
接続リンク輻輳情報は、割当て可能な無線リソース量と、割り当てられた無線リソース量の比であることも好ましい。
According to another embodiment of the traffic control device of the present invention,
The connection link congestion information is also preferably a ratio between the assignable radio resource amount and the assigned radio resource amount.

更に、本発明のトラヒック制御装置における他の実施形態によれば、
接続リンク輻輳情報は、無線リンクの設定先である基地局より報知される、無線リンクを共用する通信装置の無線リソース利用量であることも好ましい。
Furthermore, according to another embodiment of the traffic control device of the present invention,
The connection link congestion information is also preferably a radio resource usage amount of a communication apparatus sharing a radio link, which is notified from a base station which is a radio link setting destination.

更に、本発明のトラヒック制御装置における他の実施形態によれば、
ネットワークとの接続には、符号分割多元接続方式による無線リンクを使用し、無線リソース利用量は、無線リンクを共用する通信装置からの干渉信号による雑音電力であることも好ましい。
Furthermore, according to another embodiment of the traffic control device of the present invention,
It is also preferable that a radio link based on a code division multiple access method is used for connection to the network, and the radio resource usage amount is noise power due to an interference signal from a communication device sharing the radio link.

更に、本発明のトラヒック制御装置における他の実施形態によれば、
レート決定手段は、決定するトークンレートを、混雑度が大きくなるほど小さくすることも好ましい。
Furthermore, according to another embodiment of the traffic control device of the present invention,
It is also preferable that the rate determining unit decreases the determined token rate as the degree of congestion increases.

更に、本発明のトラヒック制御装置における他の実施形態によれば、
読出手段は、混雑度が所定の値以上である場合に、データバッファからのデータ読み出しを停止することも好ましい。
Furthermore, according to another embodiment of the traffic control device of the present invention,
The reading unit preferably stops reading data from the data buffer when the degree of congestion is equal to or greater than a predetermined value.

本発明によるトラヒック制御方法によれば、
通信装置における、トークンバケットによるトラヒック制御方法であって、ネットワークとの接続リンクに適用可能な通信速度であるリンク速度情報を取得するステップと、ネットワークとの接続リンクの混雑度を示す接続リンク輻輳情報を取得するステップとを有し、トークンバッファにトークンが保持された状態における、リンク速度情報と接続リンク輻輳情報とに基づきトークンレートを決定することを特徴とする。
According to the traffic control method of the present invention,
A traffic control method using a token bucket in a communication device, the step of acquiring link speed information that is a communication speed applicable to a connection link with a network, and connection link congestion information indicating a degree of congestion of the connection link with the network And a token rate is determined based on link speed information and connection link congestion information in a state where the token is held in the token buffer.

本発明によるプログラムによれば、コンピュータを上記トラヒック制御装置として機能させることを特徴とする。   According to the program of the present invention, a computer is caused to function as the traffic control device.

トークンバケットによるトラヒック制御が行われていない状態におけるリンク速度情報と、接続リンク輻輳情報とによりトークンレートを決定することで、通信リソースを共用している通信装置数を考慮したトラヒック制御が可能となる。   Traffic control considering the number of communication devices sharing communication resources is possible by determining the token rate based on link speed information and connection link congestion information when traffic control by token bucket is not performed. .

本発明を実施するための最良の形態について、以下では図面を用いて詳細に説明する。図2は、基地局と無線リンクにより接続する複数の移動機からなる通信システムを示し、本発明によるトラフィック制御装置は、図2の移動機に適用される。   The best mode for carrying out the present invention will be described below in detail with reference to the drawings. FIG. 2 shows a communication system composed of a plurality of mobile devices connected to the base station by radio links, and the traffic control device according to the present invention is applied to the mobile device of FIG.

図1は、本発明によるトラヒック制御装置のブロック図であり、受信側に適用した場合の構成を示している。図1によると、トラヒック制御装置は、トークン生成部1と、トークンバッファ2と、読出部3と、データバッファ4と、速度情報取得部5と、接続リンク輻輳情報取得部6と、トークンバッファ監視部7と、レート決定部8とを備えている。   FIG. 1 is a block diagram of a traffic control device according to the present invention, showing a configuration when applied to a receiving side. According to FIG. 1, the traffic control device includes a token generation unit 1, a token buffer 2, a reading unit 3, a data buffer 4, a speed information acquisition unit 5, a connection link congestion information acquisition unit 6, and a token buffer monitor. Unit 7 and rate determining unit 8.

トークン生成部1は、トークン出力周期ごとに、トークン出力数に等しい数のトークン10を生成してトークンバッファ2に出力する。トークン出力周期及び/又はトークン出力数は後述するようにレート決定部8が決定する。また、トークンバッファ2は、トークン生成部1が生成するトークン10を保持するバッファであり、データバッファ4は、ネットワークから受信するデータ20を保持するバッファである。   The token generation unit 1 generates a number of tokens 10 equal to the number of token outputs for each token output period and outputs the tokens 10 to the token buffer 2. The rate determination unit 8 determines the token output period and / or the number of token outputs as described later. The token buffer 2 is a buffer that holds the token 10 generated by the token generation unit 1, and the data buffer 4 is a buffer that holds data 20 received from the network.

読出部3はトークンバッファ2に保持されているトークン10を1つ消費するごとに、所定量のデータ20をデータバッファ4から読み出して出力する。   The reading unit 3 reads a predetermined amount of data 20 from the data buffer 4 and outputs it every time one token 10 held in the token buffer 2 is consumed.

速度情報取得部5は、ネットワークとの接続リンクに適用可能な速度であるリンク速度情報を取得する。リンク速度情報を取得する方法としては、ネットワークと接続しているリンク速度をそのまま使用する方法であっても、ネットワークから設定可能なリンク速度の値を直接受信する方法であっても、スループットの実績値を使用する方法であっても良い。本実施形態においては、単位時間当たりに基地局が割り当てたスロット数と、基地局が送信するパイロット信号を観測することにより算出した、1つのスロットで実現可能な受信ビットレートとを乗じることによりリンク速度情報を取得する。なお、単位時間当たりの割当スロット数は、通常、基地局に接続する複数の移動機に対するデータ転送要求量に基づいて移動通信網の基地局が決定し、各移動機に通知する。速度情報取得部5は、取得したリンク速度情報をレート決定部8に通知する。   The speed information acquisition unit 5 acquires link speed information that is a speed applicable to a connection link with the network. The link speed information can be obtained either by using the link speed connected to the network as it is or by directly receiving a link speed value that can be set from the network. A method using values may be used. In this embodiment, the link is obtained by multiplying the number of slots allocated by the base station per unit time by the reception bit rate that can be realized in one slot, which is calculated by observing the pilot signal transmitted by the base station. Get speed information. Note that the number of slots allocated per unit time is normally determined by the base station of the mobile communication network based on the data transfer request amount for a plurality of mobile devices connected to the base station, and is notified to each mobile device. The speed information acquisition unit 5 notifies the rate determination unit 8 of the acquired link speed information.

接続リンク輻輳情報取得部6は、ネットワークとの接続リンクの混雑度を示す接続リンク輻輳情報をネットワークから取得して、取得した接続リンク輻輳情報をレート決定部8に通知する。接続リンク輻輳情報の例としては、無線リンクを共用する通信装置数である保留チャネル数があり、この情報は、通常、移動通信網における基地局が移動機に送信するものである。また、タイムスロットや、周波数帯域等、移動機に割当て可能な無線リソースの総量と、自装置に実際に割り当てられた無線リソース量との比を用いることもできる。   The connection link congestion information acquisition unit 6 acquires connection link congestion information indicating the degree of congestion of the connection link with the network from the network, and notifies the rate determination unit 8 of the acquired connection link congestion information. An example of connection link congestion information is the number of reserved channels, which is the number of communication devices sharing a radio link, and this information is normally transmitted from a base station in a mobile communication network to a mobile device. Further, the ratio of the total amount of radio resources that can be allocated to the mobile device, such as time slots and frequency bands, and the amount of radio resources actually allocated to the own device can be used.

更に、接続リンク輻輳情報として、無線リンクの設定先である基地局より報知される、無線リンクを共用する通信装置の無線リソース利用量、特に、無線リンクとして符号分割多元接続方式を使用する場合には、無線リソースを共用する移動機からの干渉信号による雑音電力とすることもできる。この場合、基地局は、ある移動機に対して干渉信号となる他の移動機からの信号の電力量の総和を複数ビットで量子化した値を当該移動機に通知する。   Furthermore, as the connection link congestion information, the radio resource usage of the communication device sharing the radio link, which is notified from the base station that is the radio link setting destination, particularly when the code division multiple access method is used as the radio link Can also be noise power due to interference signals from mobile devices sharing radio resources. In this case, the base station notifies the mobile device of a value obtained by quantizing the sum of power amounts of signals from other mobile devices that are interference signals to a certain mobile device with a plurality of bits.

トークンバッファ監視部7は、トークンバッファ2にトークン10が保持されているか否かを監視してレート決定部8に出力する。なお、トークンバッファ2にトークン10が保持されていることは、トークンバケットによるトラヒック制限が行われていない状態であり、以後、非制限状態と、逆に、トークンバッファ2にトークン10が保持されていないことは、トークンバケットによるトラヒック制限が行われている状態であり、以後、制限状態と呼ぶ。図3は、トークンバッファ2に保持されているトークン量と、各状態との関係を示す図である。   The token buffer monitoring unit 7 monitors whether the token 10 is held in the token buffer 2 and outputs it to the rate determining unit 8. Note that the token 10 being held in the token buffer 2 is a state in which traffic restriction by the token bucket is not performed, and thereafter, the token 10 is held in the token buffer 2, contrary to the non-restricted state. The absence is a state in which traffic restriction is performed by the token bucket, and is hereinafter referred to as a restriction state. FIG. 3 is a diagram illustrating the relationship between the amount of tokens held in the token buffer 2 and each state.

レート決定部8は、非制限状態における速度情報取得部5からのリンク速度情報と、接続リンク輻輳情報取得部6からの接続リンク輻輳情報に基づきトークンレートを決定し、決定したトークンレートから、更新後のトークン出力周期及び/又はトークン出力数を算出してトークン生成部1に通知する。ここで、トークン出力周期(回/秒)とトークン出力数(個/回)の積(個/秒)は、決定したトークンレート(ビット/秒)を、読出部3がトークン10を1つ消費するごとにデータバッファ4から読出すデータ量(ビット/個)で除することにより求められる。レート決定部8は、トークン出力周期とトークン出力数の積から、更新後のトークン出力周期とトークン出力数を決定するが、トークン出力周期を固定としてトークン出力数のみ変化させる方法でも、トークン出力数を固定としてトークン出力周期のみ変化させる方法でも、トークン出力周期及びトークン出力数の両方を変化させる方法であっても良い。トークン出力周期又はトークン出力数を固定とする場合には、可変とする一方の値のみをトークン生成部1に通知する。なお、例えば、スループット等をリンク速度情報に使用する場合等において、トークンバケットにより制限されたスループットを新たなトークンレートの値の決定に使用することを避けるため、非制限状態時の値のみをトークンレートの決定に使用する。なお、トークンレートの更新は、非制限状態から制限状態に変更になったときに実施するが、非制限状態が所定の時間以上続く場合には、所定時間経過毎に実施しても良い。   The rate determination unit 8 determines the token rate based on the link speed information from the speed information acquisition unit 5 in the unrestricted state and the connection link congestion information from the connection link congestion information acquisition unit 6, and updates the determined token rate The subsequent token output period and / or the number of token outputs are calculated and notified to the token generator 1. Here, the product (number / second) of the token output cycle (times / second) and the number of token outputs (number / time) uses the determined token rate (bit / second), and the reading unit 3 consumes one token 10. It is obtained by dividing by the amount of data (bits / piece) read from the data buffer 4 each time. The rate determination unit 8 determines the updated token output cycle and the number of token outputs from the product of the token output cycle and the number of token outputs. However, the token output number can be changed by changing only the token output number with the token output cycle fixed. The method may be a method of changing only the token output period while fixing the token output period, or a method of changing both the token output period and the number of token outputs. When the token output cycle or the number of token outputs is fixed, only one variable value is notified to the token generation unit 1. Note that, for example, when using throughput or the like for link speed information, only the value in the unrestricted state is tokenized in order to avoid using the throughput limited by the token bucket to determine a new token rate value. Used to determine the rate. The token rate is updated when the non-restricted state is changed to the restricted state. However, when the non-restricted state continues for a predetermined time or more, the token rate may be updated every predetermined time.

ここで、レート決定部8が決定する更新後のトークンレートは、非制限状態におけるリンク速度情報の平均値をBとすると、
更新後のトークンレート=B×Y
により求める。ここで、Yは、非制限状態における接続リンク輻輳情報が示す混雑度の値の平均値に応じたパラメータである。以下に、接続リンク輻輳情報として保留チャネル数を使用した場合における数値例を示す。
Here, the updated token rate determined by the rate determining unit 8 is B, where the average value of the link speed information in the unrestricted state is B.
Updated token rate = B x Y
Ask for. Here, Y is a parameter corresponding to the average value of the congestion level indicated by the connection link congestion information in the unrestricted state. The following is a numerical example when the number of reserved channels is used as connection link congestion information.

Figure 2008005096
更新後のトークンレートは、非制限状態におけるリンク速度情報の平均値を、保留チャネル数に応じた1以下のパラメータにより減少させたものである。表1に示す様に、保留チャネル数が多いほど、つまり、同一基地局と通信している移動機数が多いほど、Yの値を小さくしてトークンレートを制限するため、同一基地局と通信している移動機数を考慮したトラヒック制御を行うことができる。
Figure 2008005096
The updated token rate is obtained by reducing the average value of the link speed information in the unrestricted state by a parameter of 1 or less corresponding to the number of reserved channels. As shown in Table 1, as the number of reserved channels increases, that is, as the number of mobile devices communicating with the same base station increases, the value of Y is reduced to limit the token rate. Traffic control can be performed in consideration of the number of mobile devices in operation.

また、保留チャネル数が、ある閾値、表1においては45を超えた場合には、読出部3によるデータバッファ4からの読出制御を強制的に停止させ、上位レイヤでのフロー制御により、対向通信装置によるネットワークへのデータ送信を停止させる。これにより、同一基地局と通信している移動機が大変多いときに、ネットワークに与える負荷を小さくすることができる。   Also, when the number of reserved channels exceeds a certain threshold, 45 in Table 1, the reading control from the data buffer 4 by the reading unit 3 is forcibly stopped, and the opposite communication is performed by the flow control in the upper layer. Stop sending data to the network by the device. As a result, when a large number of mobile devices are communicating with the same base station, the load on the network can be reduced.

なお、トークンレート更新に使用するリンク速度情報及び接続リンク輻輳情報については、非制限状態となったときから一定期間の間に取得した値のみや、非制限状態から制限状態となるまでの一定期間の間に取得した値のみのように、非制限状態時に速度情報取得部5及び接続リンク輻輳情報取得部6から通知された総ての値を使用する必要はなく、ある一定の期間に通知された値に制限してもよい。さらには、平均値ではなく、非制限状態の最後に通知された値の様に、通知される値そのものを使用しても良い。   As for the link speed information and connection link congestion information used for token rate update, only the values acquired during the fixed period from when the non-restricted state is entered, or the fixed period from when the non-restricted state enters the restricted state It is not necessary to use all the values notified from the speed information acquisition unit 5 and the connection link congestion information acquisition unit 6 in the non-restricted state as in the case of only the values acquired during May be limited to Furthermore, instead of the average value, the notified value itself may be used like the value notified at the end of the unrestricted state.

続いて、本発明によるトラヒック制御装置の送信側への適用について述べる。通常、基地局は、移動機に対して基地局での受信状態に関する情報を通知しないため、速度情報取得部5は、非制限状態における自装置のスループットの平均値Sから、
更新後のトークンレート=S×Y
として決定する。ここで、Yは受信側への適用にて説明したのと同様、表1に示す様に、接続リンク輻輳情報に応じたパラメータである。
Next, application of the traffic control device according to the present invention to the transmission side will be described. Usually, since the base station does not notify the mobile device of information related to the reception state at the base station, the speed information acquisition unit 5 uses the average value S of its own throughput in an unrestricted state,
Updated token rate = S x Y
Determine as. Here, Y is a parameter corresponding to the connection link congestion information as shown in Table 1 as described in the application to the receiving side.

以上、非制限状態、つまり、トークンバケットによるトラヒック制御が行われていない状態におけるリンク速度情報と、接続リンク輻輳情報とによりトークンレートを決定することで、通信リソースを共用している通信装置数を考慮したトラヒック制御が可能となる。なお、本発明は、通信リソースを共用している通信装置数をトラヒック制御装置において取得することが可能であれば、無線システムのみならず有線システムにおいても適用可能である。   As described above, the number of communication devices sharing communication resources is determined by determining the token rate based on link speed information and connection link congestion information in an unrestricted state, that is, in a state where traffic control by token bucket is not performed. Considerable traffic control is possible. Note that the present invention is applicable not only to a wireless system but also to a wired system as long as the number of communication devices sharing a communication resource can be acquired by the traffic control device.

本発明によるトラヒック制御装置のブロック図である。It is a block diagram of the traffic control apparatus by this invention. レート決定部が管理する状態遷移図である。It is a state transition diagram which a rate determination part manages. 各状態と、トークンレート及びスループットの関係を示す図である。It is a figure which shows the relationship between each state, a token rate, and a throughput. トークンバケットによるトラヒック制御のブロック図である。It is a block diagram of traffic control by a token bucket.

符号の説明Explanation of symbols

10 トークン
20 データ
1、11 トークン生成部
2、12 トークンバッファ
3、13 読出部
4、14 データバッファ
5 速度情報取得部
6 接続リンク輻輳情報取得部
7 トークンバッファ監視部
8 レート決定部
DESCRIPTION OF SYMBOLS 10 Token 20 Data 1, 11 Token generation part 2, 12 Token buffer 3, 13 Reading part 4, 14 Data buffer 5 Speed information acquisition part 6 Connection link congestion information acquisition part 7 Token buffer monitoring part 8 Rate determination part

Claims (9)

データを保持するデータバッファと、
トークンレートを決定して、決定したトークンレートに基づきトークン出力周期及び/又はトークン出力数を更新するレート決定手段と、
前記トークン出力周期ごとに、前記トークン出力数に等しい数のトークンを出力するトークン生成手段と、
トークン生成手段が出力したトークンを保持するトークンバッファと、
トークンバッファに保持されているトークンを消費するたびに、データバッファから所定量のデータを読み出す読出手段と、
トークンバッファに保持されているトークンを監視するトークンバッファ監視手段と、
ネットワークとの接続リンクに適用可能な通信速度であるリンク速度情報を取得する速度情報取得手段と、
ネットワークとの接続リンクの混雑度を示す接続リンク輻輳情報を取得する接続リンク輻輳情報取得手段と、
を備え、
レート決定手段は、トークンバッファにトークンが保持された状態における、リンク速度情報と接続リンク輻輳情報とに基づきトークンレートの更新後の値を決定すること、
を特徴とするトラヒック制御装置。
A data buffer to hold the data,
Rate determining means for determining a token rate and updating the token output period and / or the number of token outputs based on the determined token rate;
Token generating means for outputting a number of tokens equal to the number of token outputs for each token output period;
A token buffer that holds the token output by the token generating means;
Reading means for reading a predetermined amount of data from the data buffer each time the token held in the token buffer is consumed;
Token buffer monitoring means for monitoring tokens held in the token buffer;
Speed information acquisition means for acquiring link speed information, which is a communication speed applicable to a connection link with a network;
Connection link congestion information acquisition means for acquiring connection link congestion information indicating the degree of congestion of the connection link with the network;
With
The rate determining means determines a value after updating the token rate based on link speed information and connection link congestion information in a state where the token is held in the token buffer.
A traffic control device characterized by the above.
接続リンク輻輳情報は、ネットワークとの接続リンクを共用する通信装置数である保留チャネル数であること、
を特徴とする請求項1に記載のトラヒック制御装置。
The connection link congestion information is the number of reserved channels, which is the number of communication devices sharing the connection link with the network.
The traffic control device according to claim 1.
接続リンク輻輳情報は、割当て可能な無線リソース量と、割り当てられた無線リソース量の比であること、
を特徴とする請求項1に記載のトラヒック制御装置。
The connection link congestion information is the ratio of the assignable radio resource amount and the assigned radio resource amount,
The traffic control device according to claim 1.
接続リンク輻輳情報は、無線リンクの設定先である基地局より報知される、無線リンクを共用する通信装置の無線リソース利用量であること、
を特徴とする請求項1に記載のトラヒック制御装置。
The connection link congestion information is a radio resource usage amount of a communication device sharing a radio link, which is notified from a base station that is a radio link setting destination,
The traffic control device according to claim 1.
ネットワークとの接続には、符号分割多元接続方式による無線リンクを使用し、
無線リソース利用量は、無線リンクを共用する通信装置からの干渉信号による雑音電力であること、
を特徴とする請求項4に記載のトラヒック制御装置。
For connection to the network, a wireless link using the code division multiple access method is used,
Radio resource usage is noise power due to interference signals from communication devices sharing a radio link,
The traffic control device according to claim 4.
レート決定手段は、決定するトークンレートを、混雑度が大きくなるほど小さくすること、
を特徴とする請求項1から5のいずれか1項に記載のトラヒック制御装置。
The rate determination means reduces the token rate to be determined as the degree of congestion increases,
The traffic control device according to any one of claims 1 to 5, wherein:
読出手段は、混雑度が所定の値以上である場合に、データバッファからのデータ読み出しを停止すること、
を特徴とする請求項1から6のいずれか1項に記載のトラヒック制御装置。
The reading means stops reading data from the data buffer when the degree of congestion is a predetermined value or more;
The traffic control device according to any one of claims 1 to 6, wherein
通信装置における、トークンバケットによるトラヒック制御方法であって、
ネットワークとの接続リンクに適用可能な通信速度であるリンク速度情報を取得するステップと、
ネットワークとの接続リンクの混雑度を示す接続リンク輻輳情報を取得するステップと、
を有し、
トークンバッファにトークンが保持された状態における、リンク速度情報と接続リンク輻輳情報とに基づきトークンレートを決定すること、
を特徴とするトラヒック制御方法。
A traffic control method using a token bucket in a communication device,
Obtaining link speed information, which is a communication speed applicable to a connection link with a network;
Obtaining connection link congestion information indicating the degree of congestion of the connection link with the network;
Have
Determining the token rate based on link speed information and connection link congestion information in a state where the token is held in the token buffer;
A traffic control method characterized by the above.
コンピュータを、請求項1から7のいずれか1項に記載のトラヒック制御装置として機能させることを特徴とするプログラム。   A program that causes a computer to function as the traffic control device according to any one of claims 1 to 7.
JP2006171084A 2006-01-16 2006-06-21 Traffic control apparatus, method, and program using token bucket Active JP4577279B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2006171084A JP4577279B2 (en) 2006-06-21 2006-06-21 Traffic control apparatus, method, and program using token bucket
US11/608,015 US7944838B2 (en) 2006-01-16 2006-12-07 Apparatus, method and computer program for traffic control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006171084A JP4577279B2 (en) 2006-06-21 2006-06-21 Traffic control apparatus, method, and program using token bucket

Publications (2)

Publication Number Publication Date
JP2008005096A true JP2008005096A (en) 2008-01-10
JP4577279B2 JP4577279B2 (en) 2010-11-10

Family

ID=39009148

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006171084A Active JP4577279B2 (en) 2006-01-16 2006-06-21 Traffic control apparatus, method, and program using token bucket

Country Status (1)

Country Link
JP (1) JP4577279B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011135369A (en) * 2009-12-24 2011-07-07 Kyocera Corp Communication apparatus
JP2012060435A (en) * 2010-09-09 2012-03-22 Kddi Corp Method and device of controlling wireless communication traffic
US8542594B2 (en) 2010-06-28 2013-09-24 Kddi Corporation Traffic control method and apparatus for wireless communication
WO2015151612A1 (en) * 2014-04-02 2015-10-08 株式会社日立製作所 Network system, distribution management device, and distribution management method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07235945A (en) * 1994-02-25 1995-09-05 Fujitsu Ltd Communication control system for ring bus system
JP2004007230A (en) * 2002-05-31 2004-01-08 Logic Corp Communication band control system
US20050157723A1 (en) * 2004-01-19 2005-07-21 Bong-Cheol Kim Controlling traffic congestion
JP2005268846A (en) * 2004-03-16 2005-09-29 Fujitsu Ltd Multiplexed packet transfer system
JP2006279784A (en) * 2005-03-30 2006-10-12 Fujitsu Ltd Edge switch

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07235945A (en) * 1994-02-25 1995-09-05 Fujitsu Ltd Communication control system for ring bus system
JP2004007230A (en) * 2002-05-31 2004-01-08 Logic Corp Communication band control system
US20050157723A1 (en) * 2004-01-19 2005-07-21 Bong-Cheol Kim Controlling traffic congestion
JP2005268846A (en) * 2004-03-16 2005-09-29 Fujitsu Ltd Multiplexed packet transfer system
JP2006279784A (en) * 2005-03-30 2006-10-12 Fujitsu Ltd Edge switch

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011135369A (en) * 2009-12-24 2011-07-07 Kyocera Corp Communication apparatus
US8542594B2 (en) 2010-06-28 2013-09-24 Kddi Corporation Traffic control method and apparatus for wireless communication
JP2012060435A (en) * 2010-09-09 2012-03-22 Kddi Corp Method and device of controlling wireless communication traffic
WO2015151612A1 (en) * 2014-04-02 2015-10-08 株式会社日立製作所 Network system, distribution management device, and distribution management method

Also Published As

Publication number Publication date
JP4577279B2 (en) 2010-11-10

Similar Documents

Publication Publication Date Title
JP2008509585A (en) Method for controlling communication between two nodes of a communication system
US8379630B2 (en) Methods and apparatus related to controlling access to communications resources
US7944838B2 (en) Apparatus, method and computer program for traffic control
US7756096B2 (en) Transmission resource reservation management in wireless network
KR20130041832A (en) Methods and apparatus for using the unused tv spectrum by devices supporting several technologies
CN102934403A (en) Controlling data transmission over a network
US20090279496A1 (en) Dedicated and priority based allocation in multi-hop wireless systems
JP2009253981A (en) Managing method of tti bundling transmission, and communicating equipment
JP4577279B2 (en) Traffic control apparatus, method, and program using token bucket
CN104365125A (en) Method and apparatus for resource allocation for device-to-device communication
KR20030027607A (en) Method for transmitting a packet data communication system
KR20090094760A (en) Method and apparatus for performing buffer status reporting
JP2002057699A (en) Packet transmission system, packet transmission method and recording medium
JP4577230B2 (en) Traffic control apparatus, method, and program using token bucket
JP2005065258A (en) Communication method in wireless cellular communication system
RU2598293C1 (en) Method and apparatus for transmitting standard configuration data of improved system of selecting a transmitting protocol
JP4577220B2 (en) Traffic control apparatus, method, and program using token bucket
KR101223287B1 (en) Method and apparatus for allocating resource in a wireless communication system
JP2007281541A (en) Base station device and control method thereof
JP5704175B2 (en) Base station apparatus, terminal apparatus, radio communication system, and base station apparatus control method
TW201707477A (en) Method and network node for dynamic resource allocation for control channels
US10200871B2 (en) Radio resource allocation method and radio network controller
US20150124636A1 (en) System and Method for Delay Management for Traffic Engineering
CN104883212A (en) Data transmission method and apparatus based on cooperative relay and frequency spectrum aggregation
JP2007235941A (en) Wireless control station, mobile communication system and channel switching method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080815

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100518

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100702

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100727

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100809

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4577279

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250