JP4774411B2 - Edge node and bandwidth control method - Google Patents

Edge node and bandwidth control method Download PDF

Info

Publication number
JP4774411B2
JP4774411B2 JP2008041444A JP2008041444A JP4774411B2 JP 4774411 B2 JP4774411 B2 JP 4774411B2 JP 2008041444 A JP2008041444 A JP 2008041444A JP 2008041444 A JP2008041444 A JP 2008041444A JP 4774411 B2 JP4774411 B2 JP 4774411B2
Authority
JP
Japan
Prior art keywords
data
window size
packet
target flow
service target
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 - Fee Related
Application number
JP2008041444A
Other languages
Japanese (ja)
Other versions
JP2009200916A (en
Inventor
恭太 服部
賢太郎 小川
勝 片山
道宏 青木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2008041444A priority Critical patent/JP4774411B2/en
Publication of JP2009200916A publication Critical patent/JP2009200916A/en
Application granted granted Critical
Publication of JP4774411B2 publication Critical patent/JP4774411B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Description

本発明は、端末間でネットワークを介してデータを送受信するシステムにおけるフロー制御に関する。   The present invention relates to flow control in a system that transmits and receives data between terminals via a network.

パソコンなどの端末の間ではインターネットなどのコンピュータネットワークを介した通信が行われる。この通信によってファイル等のデータが転送される。この種のデータ転送システムでは、トランスポート層のプロトコルとして、標準的なトランスポートプロトコルであるTCP(Transmission Control Protocol)が用いられることが多い。TCPでは、ウィンドウサイズをパケット廃棄に従って自律的に変化させる帯域制御が行われる。TCPのウィンドウサイズはACKの到着時に更新される。   Communication between terminals such as personal computers is performed via a computer network such as the Internet. Data such as a file is transferred by this communication. In this type of data transfer system, TCP (Transmission Control Protocol), which is a standard transport protocol, is often used as a transport layer protocol. In TCP, bandwidth control that autonomously changes the window size according to packet discard is performed. The TCP window size is updated when an ACK arrives.

データ転送においては大容量のデータを高速に転送することが要求されることがある。しかし、保証された帯域以上のトラヒックがネットワークに流入するのを防ぐためにネットワークの入り口で流入制限を行う帯域保証ネットワークでのデータ転送においては、上記帯域制御によってスループットが鋸歯状になり、保証された帯域を十分に活用できないという課題があった。   In data transfer, it may be required to transfer a large amount of data at high speed. However, in the data transfer in the bandwidth guarantee network that restricts the inflow at the entrance of the network in order to prevent the traffic exceeding the guaranteed bandwidth from flowing into the network, the above-mentioned bandwidth control makes the throughput serrated and guaranteed. There was a problem that the bandwidth could not be fully utilized.

これに対して、TCPプロトコルに変更を加えることで保証された帯域に合わせて一定のスループットでデータを送信する技術や、広告ウィンドウサイズを制御する
ことでデータのスループットを一定にする技術が検討されている。非特許文献1では、TCPのウィンドウサイズを制御することによりパケット廃棄を防止し、スループットを良好に維持する検討がなされている。
服部 恭太、他5名,“エッジルータにおけるTCPフローレート制御方式の検討”,電子情報通信学会総合大会(B−6−54),2007年3月,p.54
On the other hand, technologies for transmitting data at a constant throughput according to the guaranteed bandwidth by making changes to the TCP protocol and technologies for making the data throughput constant by controlling the advertisement window size have been studied. ing. In Non-Patent Document 1, studies have been made to prevent packet discard by controlling the TCP window size and maintain good throughput.
Yuta Hattori and five others, “Examination of TCP flow rate control method in edge router”, IEICE General Conference (B-6-54), March 2007, p. 54

非特許文献1には、ACKにて通知する広告ウィンドウサイズを、RTT(Round Trip Time)を基にして算出した適切な値に制御することによって、パケット廃棄の発生を防止する技術が開示されている。その技術は、計測したRTTを基に広告ウィンドウサイズが更新される毎にウィンドウサイズ分のデータの送受信が完了してACKが返送されることを前提としている。   Non-Patent Document 1 discloses a technique for preventing the occurrence of packet discard by controlling the advertisement window size notified by ACK to an appropriate value calculated based on RTT (Round Trip Time). Yes. The technique is based on the premise that transmission / reception of data for the window size is completed and ACK is returned every time the advertisement window size is updated based on the measured RTT.

しかし、TCPには、データ受信において複数個のデータに対してまとめて1つのACKを返すという遅延ACKアルゴリズムが搭載されている。この遅延ACKアルゴリズムが用いられれば、ウィンドウサイズ分のデータが送出されるのと同期してACKが返送されるとは限らない。ACKが返送されなければデータの送受信は完了しない。そのため、ACKでデータ送信端末に通知される広告ウィンドウサイズが適切な値に更新されない場合がある。その結果、スループットが一時的に上がってパケット廃棄が発生し、帯域制御によってスループットが極端に低下してしまう可能性があった。   However, the TCP is equipped with a delayed ACK algorithm that returns a single ACK for a plurality of data at the time of data reception. If this delayed ACK algorithm is used, an ACK is not always returned in synchronization with the transmission of data for the window size. If ACK is not returned, data transmission / reception is not completed. Therefore, the advertisement window size notified to the data transmission terminal by ACK may not be updated to an appropriate value. As a result, there is a possibility that the throughput temporarily increases and packet discard occurs, and the throughput is extremely reduced by the bandwidth control.

本発明の目的は、帯域保証ネットワークでのデータ転送において、遅延ACKアルゴリズムを考慮して、保証した帯域を効率よく利用して高いスループットを保つ装置を提供することである。   An object of the present invention is to provide an apparatus that maintains a high throughput by efficiently using a guaranteed bandwidth in consideration of a delayed ACK algorithm in data transfer in a bandwidth guaranteed network.

上記目的を達成するために、本発明のエッジノードは、
データ送信端末からデータ受信端末へ送信できる帯域が保証された帯域保証ネットワークにおいて前記データ送信端末と前記データ受信端末の間に配置されるエッジノードであって、
前記帯域保証ネットワークにて前記データ送信端末から前記データ受信端末へのサービス対象フローに割り当てられた保証帯域を保持する帯域情報保持部と、
前記サービス対象フローの伝搬遅延時間を計測する伝搬遅延時間算出部と、
前記帯域情報保持部に保持されている前記サービス対象フローの保証帯域と、前記伝搬遅延時間算出部で計測された伝搬遅延時間とから、前記サービス対象フローのデータが前記保証帯域内の帯域となるウィンドウサイズを算出するウィンドウサイズ算出部と、
前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズを、前記データ受信端末から前記データ送信端末への応答パケットによって前記データ送信端末に通知する広告ウィンドウサイズ書き込み部と、
前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズと、前記サービス対象フローにおける前記データ送信端末からのデータパケットに対する前記データ受信端末からの応答パケットの遅延メカニズムとに基づき、前記ウィンドウサイズ分のデータパケットが送られたときに前記応答パケットが返送されるように、前記サービス対象フローのデータパケットを分割するためのデータ分割数を算出するデータ分割数算出部と、
前記データ分割数算出部で算出された前記データ分割数に従って前記サービス対象フローのデータパケットを分割するデータ分割部と、
を有している。
In order to achieve the above object, the edge node of the present invention comprises:
An edge node disposed between the data transmitting terminal and the data receiving terminal in a bandwidth guaranteed network in which a bandwidth that can be transmitted from the data transmitting terminal to the data receiving terminal is guaranteed;
A bandwidth information holding unit for holding a guaranteed bandwidth allocated to a service target flow from the data transmitting terminal to the data receiving terminal in the bandwidth guaranteed network;
A propagation delay time calculating unit for measuring the propagation delay time of the service target flow;
Based on the guaranteed bandwidth of the service target flow held in the bandwidth information holding unit and the propagation delay time measured by the propagation delay time calculation unit, the data of the service target flow is within the guaranteed bandwidth. A window size calculator for calculating the window size;
An advertisement window size writing unit for notifying the data transmitting terminal of the window size calculated by the window size calculating unit by a response packet from the data receiving terminal to the data transmitting terminal;
Based on the window size calculated by the window size calculator and a delay mechanism of a response packet from the data receiving terminal to the data packet from the data transmitting terminal in the service target flow, the data packet for the window size A data division number calculating unit for calculating a data division number for dividing the data packet of the service target flow so that the response packet is returned when
A data dividing unit for dividing the data packet of the service target flow according to the data division number calculated by the data division number calculating unit;
have.

また、本発明のエッジノードにおいて、前記遅延メカニズムは、前記サービス対象フローにおいて前記データ送信端末からの何個のデータパケットに対応して前記データ受信端末から1個の応答パケットが送られるかを定義するアルゴリズムであるとしてもよい。   Further, in the edge node of the present invention, the delay mechanism defines how many data packets from the data transmitting terminal are sent in response to one response packet from the data receiving terminal in the service target flow. It may be an algorithm to perform.

また、本発明のエッジノードにおいて、前記データ分割数算出部は、前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズと前記遅延メカニズムとに基づき、前記ウィンドウサイズ分のデータパケットの個数が前記1個の応答パケットに対応する前記データパケットの個数の倍数となるように前記データ分割数を決定するとしてもよい。   In the edge node of the present invention, the data division number calculation unit may determine the number of data packets corresponding to the window size based on the window size calculated by the window size calculation unit and the delay mechanism. The data division number may be determined so as to be a multiple of the number of data packets corresponding to the response packet.

また、本発明のエッジノードにおいて、前記データ分割数算出部は、前記サービス対象フローにおける2つの応答パケット間で、該応答パケットに記載された、該応答パケットに対応するデータパケットを表示するACKナンバーの差を算出することにより、前記1個の応答パケットに対応する前記データパケットの個数を認識するとしてもよい。   Further, in the edge node of the present invention, the data division number calculation unit displays an ACK number indicating a data packet corresponding to the response packet described in the response packet between two response packets in the service target flow. It is also possible to recognize the number of the data packets corresponding to the one response packet by calculating the difference between the two.

また、本発明のエッジノードにおいて、前記データ分割部は、通過する前記サービス対象フローのデータパケットのデータサイズの積算値と前記ウィンドウサイズとを比較することにより、前記ウィンドウサイズ分のデータパケット群を認識するとしてもよい。   Further, in the edge node of the present invention, the data dividing unit compares the window size with the integrated value of the data size of the data packet of the service target flow that passes therethrough, thereby generating a data packet group corresponding to the window size. It may be recognized.

また、本発明のエッジノードにおいて、前記データ分割部は、前記ウィンドウサイズ分のデータパケット群の中で最後のデータパケットだけを分割することにより、前記ウィンドウサイズ分のデータパケットの個数を調整するとしてもよい。   In the edge node of the present invention, the data dividing unit adjusts the number of data packets for the window size by dividing only the last data packet in the data packet group for the window size. Also good.

また、本発明のエッジノードは、前記サービス対象フローを認識し、更に前記サービス対象フローのデータパケットと応答パケットを認識し、前記サービス対象フローのデータパケットを前記データ分割部に送り、前記サービス対象フローの応答パケットを前記広告ウィンドウサイズ書き込み部に送るフロー識別・振り分け部を更に有するとしてもよい。   The edge node of the present invention recognizes the service target flow, further recognizes a data packet and a response packet of the service target flow, sends the data packet of the service target flow to the data dividing unit, and A flow identification / distribution unit that sends a response packet of a flow to the advertisement window size writing unit may be further included.

また、本発明のエッジノードは、前記サービス対象フローのコネクション情報と、前記伝播遅延時間算出部で算出された前記サービス対象フローの伝播遅延時間とを対応付けて保持するフロー情報保持部を更に有し、
前記ウィンドウサイズ算出部は、前記フロー情報保持部に保持されている前記伝播遅延時間を、前記ウィンドウサイズの算出に用いるとしてもよい。
The edge node of the present invention further includes a flow information holding unit that holds the connection information of the service target flow and the propagation delay time of the service target flow calculated by the propagation delay time calculation unit in association with each other. And
The window size calculation unit may use the propagation delay time held in the flow information holding unit for calculation of the window size.

本発明によれば、データパケットに対する応答パケットの遅延メカニズムに応じて、ウィンドウサイズ内のデータパケットの個数を調整することにより、応答パケットの遅延の影響を抑制することができるので、保証帯域内で安定的にスループットを制御でき、保証帯域を効率よく利用することが可能となる。   According to the present invention, the influence of the delay of the response packet can be suppressed by adjusting the number of data packets within the window size according to the delay mechanism of the response packet with respect to the data packet. Throughput can be stably controlled and the guaranteed bandwidth can be used efficiently.

本発明を実施するための形態について図面を参照して詳細に説明する。   Embodiments for carrying out the present invention will be described in detail with reference to the drawings.

一般的なTCPでは広告ウィンドウと輻輳ウィンドウという2つのウィンドウが定義される。広告ウィンドウのサイズは受信側で受信バッファの状態に依存して決定される。輻輳ウィンドウのサイズはデータ送信側でパケット廃棄の状況に応じて決定される。フロー制御に用いるウィンドウサイズには広告ウィンドウサイズと輻輳ウィンドウサイズのうちいずれか小さいほうが選択される。このウィンドウサイズはACKが到着したときに更新される。   In general TCP, two windows, an advertisement window and a congestion window, are defined. The size of the advertisement window is determined on the receiving side depending on the state of the reception buffer. The size of the congestion window is determined on the data transmission side according to the packet discard situation. As the window size used for flow control, the smaller one of the advertisement window size and the congestion window size is selected. This window size is updated when an ACK arrives.

本実施形態では、データの送信側となるデータ送信端末と、データの受信側となるデータ受信端末との間は、帯域保証ネットワークによって、サービス対象フロー毎に帯域が保証される構成である。従って、保証帯域以下でデータを送出している限りパケットの廃棄が生じないことが想定される。それゆえ、データが保証帯域以下で送出されるように広告ウィンドウサイズを調節すればパケットの廃棄を防ぐことができる。パケットの廃棄が生じなければ輻輳ウィンドウサイズが小さくならないので常に広告ウィンドウサイズがTCPウィンドウサイズに採用されることになる。その結果、スループットが鋸歯状に変動することがなくなり保証帯域の効率的な利用が可能となる。   In the present embodiment, a band is guaranteed for each service target flow between a data transmitting terminal serving as a data transmitting side and a data receiving terminal serving as a data receiving side by a band guarantee network. Therefore, it is assumed that no packet is discarded as long as data is transmitted within the guaranteed bandwidth. Therefore, discarding packets can be prevented by adjusting the advertisement window size so that data is transmitted below the guaranteed bandwidth. If the packet discard does not occur, the congestion window size is not reduced, so the advertisement window size is always adopted as the TCP window size. As a result, the throughput does not fluctuate in a sawtooth shape, and the guaranteed bandwidth can be used efficiently.

そこで、本実施形態では、データ送信端末とデータ受信端末の間でエッジノードがデータ送信側とデータ受信側の間の伝搬遅延時間と、帯域保証ネットワークによる保証帯域とから、データが保証帯域以内で送出されるようなウィンドウサイズ(以下、BGWND)を算出し、データ受信端末からデータ送信端末へのACKパケットに記載される広告ウィンドウサイズを、BGWND値に書き換える。これにより、データ送信端末からデータ受信端末へ送信するデータのレートを保証帯域内で安定的に制御できるので、保証帯域を効率よく利用することができる。   Therefore, in this embodiment, the edge node between the data transmitting terminal and the data receiving terminal is within the guaranteed bandwidth from the propagation delay time between the data transmitting side and the data receiving side and the guaranteed bandwidth by the bandwidth guaranteed network. The window size to be transmitted (hereinafter referred to as BGWND) is calculated, and the advertisement window size described in the ACK packet from the data receiving terminal to the data transmitting terminal is rewritten to the BGWND value. As a result, the rate of data transmitted from the data transmitting terminal to the data receiving terminal can be stably controlled within the guaranteed bandwidth, so that the guaranteed bandwidth can be efficiently used.

また、エッジノードは、遅延ACKアルゴリズムによって何個のデータパケットに対して1つのACKパケットが返されるかを表す遅延ACKナンバーを基にして、送信端末からのデータパケットを分割することにより、BGWND内のデータパケットの個数が遅延ACKナンバーの倍数となるように調整する。   Also, the edge node divides the data packet from the transmitting terminal based on the delayed ACK number indicating how many ACK packets are returned for the number of data packets by the delayed ACK algorithm. The number of data packets is adjusted to be a multiple of the delayed ACK number.

その際、エッジノードは、データ受信端末からのACKパケット内のACKナンバーをモニターし、ACKパケット間のACKナンバーの差(以下、DiffACK)を計測する。このDiffACKによって遅延ACKナンバーが決まる。   At this time, the edge node monitors the ACK number in the ACK packet from the data receiving terminal, and measures the ACK number difference (hereinafter, DiffACK) between the ACK packets. The delayed ACK number is determined by this DiffACK.

また、データパケットの分割方法の例として以下の(1)および(2)がある。
(1)通過する全てのデータパケットのそれぞれを遅延ACKナンバーと同数に分割する。
(2)BGWND内のデータパケットの個数が遅延ACKナンバーの倍数となるように、BGWNDを単位として、BGWND内のデータパケットを分割する。その際、BGWND内のデータパケットの個数が遅延ACKナンバーの倍数となるように、BGWND内のいずれか1つのデータパケットだけを分割するのが好ましい。
Examples of the data packet dividing method include the following (1) and (2).
(1) Each of all data packets that pass through is divided into the same number as the delayed ACK number.
(2) The data packets in BGWND are divided in units of BGWND so that the number of data packets in BGWND is a multiple of the delayed ACK number. At that time, it is preferable to divide only one data packet in BGWND so that the number of data packets in BGWND is a multiple of the delayed ACK number.

このように、データパケットに対するACKパケットの遅延メカニズム(遅延ACKアルゴリズム)に応じて、BGWND内のデータパケットの個数を調整することにより、遅延ACKアルゴリズムにより発生するACKパケットの遅延の影響を抑制することができる。その結果、保証帯域内で安定的にスループットを制御できるので、保証帯域を効率よく利用することが可能となる。   In this way, the influence of the delay of the ACK packet generated by the delayed ACK algorithm is suppressed by adjusting the number of data packets in the BGWND according to the delay mechanism (delayed ACK algorithm) of the ACK packet with respect to the data packet. Can do. As a result, the throughput can be stably controlled within the guaranteed bandwidth, so that the guaranteed bandwidth can be used efficiently.

なお、本実施形態では、BGWND内のデータパケットの個数を遅延ACKナンバーの倍数に調整することにより、遅延ACKアルゴリズムにより発生するACKの遅延の影響を抑制している。より具体的には、データパケットを分割することにより、データパケットの個数を調整している。   In the present embodiment, the influence of the ACK delay generated by the delayed ACK algorithm is suppressed by adjusting the number of data packets in BGWND to a multiple of the delayed ACK number. More specifically, the number of data packets is adjusted by dividing the data packets.

以下、本実施形態について図面を参照して詳細に説明する。   Hereinafter, the present embodiment will be described in detail with reference to the drawings.

図1は、本実施形態によるデータ送信システムの構成を示すブロック図である。図1を参照すると、本実施形態のデータ送信システムは、エッジノード11,12および、帯域管理サーバ(RACS(Resource and Admission Control Subsystem))13を有している。   FIG. 1 is a block diagram showing the configuration of the data transmission system according to the present embodiment. Referring to FIG. 1, the data transmission system of this embodiment includes edge nodes 11 and 12 and a bandwidth management server (RACS (Resource and Admission Control System)) 13.

データ送信端末14はエッジノード11に接続され、データ受信端末15はエッジノード12に接続されている。エッジノード11とエッジノード12は帯域保証ネットワーク16上でデータを送受信することができる。これによりデータ送信端末14からのデータがエッジノード11とエッジノード12を介してデータ受信端末15へ転送される。   The data transmission terminal 14 is connected to the edge node 11, and the data reception terminal 15 is connected to the edge node 12. The edge node 11 and the edge node 12 can transmit and receive data on the bandwidth guarantee network 16. As a result, data from the data transmission terminal 14 is transferred to the data reception terminal 15 via the edge node 11 and the edge node 12.

帯域管理サーバ13は帯域保証ネットワーク16の全リンクの帯域情報を集中的に管理する装置である。帯域情報にはリンクに割り当てられた保証帯域の情報が含まれている。帯域管理サーバ13は管理している各リンクの帯域情報をエッジノード11,12に通知する。   The bandwidth management server 13 is a device that centrally manages bandwidth information of all links of the bandwidth guarantee network 16. The bandwidth information includes information on the guaranteed bandwidth allocated to the link. The bandwidth management server 13 notifies the edge nodes 11 and 12 of bandwidth information of each link being managed.

帯域管理サーバ13による帯域管理によって、データ送信端末14からデータ受信端末15へのリンクは帯域保証ネットワーク16での保証帯域が確保される。その結果、データ送信端末14が保証帯域以下でデータを送出する限り帯域保証ネットワーク16内でのパケット廃棄は発生しない。   As a result of bandwidth management by the bandwidth management server 13, a guaranteed bandwidth in the bandwidth guaranteed network 16 is secured for the link from the data transmitting terminal 14 to the data receiving terminal 15. As a result, as long as the data transmission terminal 14 transmits data below the guaranteed bandwidth, packet discard does not occur in the bandwidth guaranteed network 16.

エッジノード11は、データ送信端末14とデータ受信端末15の間の往復伝搬遅延時間(RTT)17を計測する。そして、エッジノード11は、往復伝搬遅延時間17と保証帯域とを用いて、データの送出帯域が保証帯域以内となるようなBGWNDを算出し、データ受信端末15からデータ送信端末14へのACKパケットのウィンドウフィールドにBGWNDの値を書き込む。   The edge node 11 measures a round-trip propagation delay time (RTT) 17 between the data transmission terminal 14 and the data reception terminal 15. Then, the edge node 11 uses the round-trip propagation delay time 17 and the guaranteed bandwidth to calculate BGWND so that the data transmission bandwidth is within the guaranteed bandwidth, and the ACK packet from the data receiving terminal 15 to the data transmitting terminal 14 The value of BGWND is written in the window field.

また、エッジノード11は、データ受信端末15からのACKパケット内のACKナンバー(シーケンスナンバー)をモニターし、DiffACKを計測する。TCPの遅延ACKアルゴリズムによって何個のデータパケットに対して1つのACKパケットが返されているかを表す遅延ACKナンバーがDiffACKによって決まる。   The edge node 11 monitors the ACK number (sequence number) in the ACK packet from the data receiving terminal 15 and measures DiffACK. The delayed ACK number representing how many data packets are returned by the TCP delayed ACK algorithm is determined by DiffACK.

また、エッジノード11は、その遅延ACKナンバーを基にして、データ送信端末14からのデータパケットを分割することにより、BGWND内のデータパケットの個数が遅延ACKナンバーの倍数となるように調整する。   Further, the edge node 11 divides the data packet from the data transmission terminal 14 based on the delayed ACK number, thereby adjusting the number of data packets in BGWND to be a multiple of the delayed ACK number.

図2は、本実施形態のエッジノードの構成を示すブロック図である。図2を参照すると、エッジノード11は、データ受信部21、フロー識別・振り分け部22、伝搬遅延時間算出部23、データ送信部24、帯域情報保持部25、フロー情報保持部26、ウィンドウサイズ算出部27、広告ウィンドウサイズ書き込み部28、データ分割部29、およびデータ分割数算出部30を有している。   FIG. 2 is a block diagram showing the configuration of the edge node of this embodiment. Referring to FIG. 2, the edge node 11 includes a data reception unit 21, a flow identification / distribution unit 22, a propagation delay time calculation unit 23, a data transmission unit 24, a band information holding unit 25, a flow information holding unit 26, and a window size calculation. A section 27, an advertisement window size writing section 28, a data dividing section 29, and a data dividing number calculating section 30.

データ受信部21は、データ送信端末14からデータパケットやACKパケットなどのパケットを受信し、フロー識別・振り分け部22に送る。   The data reception unit 21 receives a packet such as a data packet or an ACK packet from the data transmission terminal 14 and sends the packet to the flow identification / distribution unit 22.

フロー識別・振り分け部22は、帯域情報保持部25に帯域情報とともに保持されているユーザ情報を元に、帯域を保証したデータ転送のサービスの対象となるフロー(サービス対象フロー)と、帯域を保証したデータ転送のサービスの対象とならないフロー(サービス非対象フロー)とを識別する。さらにフロー識別・振り分け部22は、サービス対象フローのACKパケットを出力22aを通して広告ウィンドウサイズ書き込み部28へ、サービス対象フローのデータパケットを出力22bからデータ送信部24へ、サービス非対象フローのパケットを出力22cからデータ送信部24へと振り分ける。   The flow identification / distribution unit 22 guarantees the flow (service target flow) that is the target of the data transfer service that guarantees the bandwidth based on the user information that is held together with the bandwidth information in the bandwidth information holding unit 25. The flow that is not the target of the data transfer service (service non-target flow) is identified. Further, the flow identification / distribution unit 22 sends the ACK packet of the service target flow to the advertisement window size writing unit 28 through the output 22a, the data packet of the service target flow from the output 22b to the data transmission unit 24, and the packet of the non-service target flow. The output 22c is distributed to the data transmission unit 24.

伝搬遅延時間算出部23は、データ送信端末14とデータ受信端末15との間の往復伝播遅延時間を計測する。   The propagation delay time calculation unit 23 measures the round-trip propagation delay time between the data transmission terminal 14 and the data reception terminal 15.

データ送信部24は、フロー識別・振り分け部22からのパケットと、データ分割部29からのパケットと、広告ウィンドウサイズ書き込み部28からのパケットとを、帯域保証ネットワーク16を介してエッジノード12へ送信する。   The data transmission unit 24 transmits the packet from the flow identification / distribution unit 22, the packet from the data division unit 29, and the packet from the advertisement window size writing unit 28 to the edge node 12 via the bandwidth guarantee network 16. To do.

帯域情報保持部25は、帯域管理サーバ13から通知されたサービス対象フローの帯域情報とユーザ情報(宛先・送信元IPアドレス、宛先・送信元ポート番号)とを対応付けて保持する。帯域情報には、リンクに割り当てられた保証帯域の情報が含まれている。リンクは、ユーザ情報により識別することができる。   The bandwidth information holding unit 25 holds the bandwidth information of the service target flow notified from the bandwidth management server 13 and user information (destination / source IP address, destination / source port number) in association with each other. The bandwidth information includes information on the guaranteed bandwidth allocated to the link. The link can be identified by user information.

フロー情報保持部26は、フロー識別・振り分け部22で識別されるサービス対象フローのコネクション情報と、伝搬遅延時間算出部26で算出された往復伝搬遅延時間17とを対応付けて保持する。   The flow information holding unit 26 holds the connection information of the service target flow identified by the flow identification / distribution unit 22 and the round trip propagation delay time 17 calculated by the propagation delay time calculation unit 26 in association with each other.

ウィンドウサイズ算出部27は、フロー情報保持部26に保持されているデータ送信端末14とデータ受信端末15の間の往復伝搬遅延時間17と、帯域情報保持部25に保持されている帯域情報の保証帯域とを用いて、データの送出帯域が保証帯域以内となるようなウィンドウサイズを算出する。   The window size calculation unit 27 guarantees the round-trip propagation delay time 17 between the data transmission terminal 14 and the data reception terminal 15 held in the flow information holding unit 26 and the band information held in the band information holding unit 25. The window size is calculated using the bandwidth so that the data transmission bandwidth is within the guaranteed bandwidth.

広告ウィンドウサイズ書き込み部28は、データ受信端末15からデータ送信端末14へのACKパケットのウィンドウフィールドに、ウィンドウサイズ算出部27で算出されたウィンドウサイズの値を書き込み、そのACKパケットをデータ送信部24に送る。   The advertisement window size writing unit 28 writes the window size value calculated by the window size calculating unit 27 in the window field of the ACK packet from the data receiving terminal 15 to the data transmitting terminal 14, and the ACK packet is sent to the data transmitting unit 24. Send to.

データ分割部29は、フロー識別・振り分け部22から転送されたデータパケットのデータサイズを計測し、計測値をデータパケットカウンタにおいて積算していき、データパケットカウンタの値と、データ分割数算出部30から通知されたデータ分割数とに基づいて、データパケットに対する分割処理を行う。分割処理の詳細は後述する。   The data division unit 29 measures the data size of the data packet transferred from the flow identification / distribution unit 22, accumulates the measured value in the data packet counter, and determines the value of the data packet counter and the data division number calculation unit 30. Based on the number of data divisions notified from, the data packet is divided. Details of the division processing will be described later.

データ分割数算出部30は、フロー識別・振り分け部22から転送されたACKパケット内のACKナンバーの差(以下、DiffACK)を算出し、ウィンドウサイズ算出部27から通知されたウィンドウサイズとDiffACKとを基にデータ分割数を算出する。データ分割数の算出処理の詳細については後述する。   The data division number calculation unit 30 calculates an ACK number difference (hereinafter, DiffACK) in the ACK packet transferred from the flow identification / distribution unit 22, and calculates the window size and DiffACK notified from the window size calculation unit 27. Based on this, the number of data divisions is calculated. Details of the data division number calculation process will be described later.

図3は、フロー識別・振り分け部22によるパケット振り分けを説明するための図である。図3を参照して、フロー識別・振り分け部22によるパケット振り分けを詳細に説明する。   FIG. 3 is a diagram for explaining packet distribution by the flow identification / distribution unit 22. With reference to FIG. 3, packet distribution by the flow identification / distribution unit 22 will be described in detail.

データ送信端末14とデータ受信端末15間でコネクションが確立されると、データの転送が開始される。エッジノード11のフロー識別・振り分け部22は、データ受信端末15からのACKパケットを受信すると、サービス対象フローのACKパケットか否か判定をする。サービス対象フローのACKパケットであれば、フロー識別・振り分け部22は、前記ACKパケットを、出力22aを通して広告ウィンドウサイズ書き込み部28に送る。データ送信端末14からのデータパケットを受信すると、サービス対象フローのデータパケットか否か判定をする。サービス対象フローのデータパケットであれば、フロー識別・振り分け部22は前記データパケットを、出力22bを通してデータ分割部29に送る。サービス非対象フローのパケットに関しては、フロー識別・振り分け部22は、出力22cを通してデータ送信部24に送る。   When a connection is established between the data transmission terminal 14 and the data reception terminal 15, data transfer is started. When receiving the ACK packet from the data receiving terminal 15, the flow identification / distribution unit 22 of the edge node 11 determines whether or not it is an ACK packet of the service target flow. If it is an ACK packet of the service target flow, the flow identification / distribution unit 22 sends the ACK packet to the advertisement window size writing unit 28 through the output 22a. When a data packet from the data transmission terminal 14 is received, it is determined whether or not the data packet is a service target flow. If it is a data packet of a service target flow, the flow identification / distribution unit 22 sends the data packet to the data division unit 29 through the output 22b. The flow identification / distribution unit 22 sends the packet of the service non-target flow to the data transmission unit 24 through the output 22c.

図4は、往復伝搬遅延時間を計測する時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。ここでは、データ送信端末14とエッジノード11間の伝搬遅延時間が十分に小さいものとし、エッジノード11とデータ受信端末15の間の往復伝搬遅延時間が、データ送信端末14とデータ受信端末15の間の往復伝搬遅延時間17に等しいものとする。図4を参照すると、データ送信端末14側のエッジノード11において、フロー識別・振り分け部22がデータ送信端末14からのSYNパケットを観測すると(ステップ101)、サービス対象フローのユーザ情報と共に往復伝搬遅延時間計測開始要求を伝搬遅延時間算出部23に送る(ステップ102)。これにより伝搬遅延時間算出部23は往復伝搬遅延時間の計測を開始する。その後、フロー識別・振り分け部22は、そのSYNパケットに対するデータ受信端末15からのSYN/ACKパケットを観測すると(ステップ103)、ユーザ情報と共に往復伝搬遅延時間計測終了要求を伝搬遅延時間算出部23に送る(ステップ104)。これにより伝搬遅延時間算出部23は往復伝搬遅延時間の計測を終了する。往復伝搬遅延時間を計測し終えた伝搬遅延時間算出部23は、計測した往復伝搬遅延時間17をユーザ情報と関連付けて、往復伝搬遅延時間報告としてフロー情報保持部26に通知する(ステップ105)。   FIG. 4 is a sequence diagram showing exchange of signals between blocks in the edge node when the round-trip propagation delay time is measured. Here, it is assumed that the propagation delay time between the data transmission terminal 14 and the edge node 11 is sufficiently small, and the round-trip propagation delay time between the edge node 11 and the data reception terminal 15 is the difference between the data transmission terminal 14 and the data reception terminal 15. It is assumed to be equal to the round-trip propagation delay time 17 between. Referring to FIG. 4, in the edge node 11 on the data transmission terminal 14 side, when the flow identification / distribution unit 22 observes the SYN packet from the data transmission terminal 14 (step 101), the round-trip propagation delay together with the user information of the service target flow. A time measurement start request is sent to the propagation delay time calculation unit 23 (step 102). As a result, the propagation delay time calculation unit 23 starts measuring the round-trip propagation delay time. Thereafter, when the flow identification / distribution unit 22 observes the SYN / ACK packet from the data receiving terminal 15 with respect to the SYN packet (step 103), the flow identification / distribution unit 22 sends a round-trip propagation delay time measurement end request to the propagation delay time calculation unit 23 together with the user information. Send (step 104). Thus, the propagation delay time calculation unit 23 ends the round trip propagation delay time measurement. The propagation delay time calculation unit 23 that has finished measuring the round-trip propagation delay time associates the measured round-trip propagation delay time 17 with the user information and notifies the flow information holding unit 26 as a round-trip propagation delay time report (step 105).

図5は、ウィンドウサイズを算出するときのエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。フロー情報保持部26は、伝播遅延時間算出部23からの往復伝搬遅延時間報告を受信すると(ステップ201)、ウィンドウサイズ算出部27に対して、往復伝搬遅延時間17およびユーザ情報と共に帯域保証ウィンドウ計算要求を送る(ステップ202)。帯域保証ウィンドウ計算要求を受けたウィンドウサイズ算出部27は、そのユーザ情報を基にして、帯域情報保持部25に対してユーザ情報に対応する保証帯域を要求する(ステップ203)。帯域情報保持部25は、ウィンドウサイズ算出部27からの要求に応じて保証帯域を返送する(ステップ204)。往復伝搬遅延時間17と保証帯域とを受信したウィンドウサイズ算出部27は、それらの値を基に、データ送信端末14が保証帯域内でデータを送出するようなウィンドウサイズを算出する(ステップ205)。このとき、保証帯域と一致するレートでデータが送出されるようなウィンドウサイズが好適である。   FIG. 5 is a sequence diagram showing exchange of signals between blocks in the edge node when the window size is calculated. When the flow information holding unit 26 receives the round trip propagation delay time report from the propagation delay time calculating unit 23 (step 201), the flow size holding unit 26 calculates the bandwidth guarantee window calculation together with the round trip propagation delay time 17 and the user information to the window size calculating unit 27. Send a request (step 202). The window size calculation unit 27 that has received the bandwidth guarantee window calculation request requests the guaranteed bandwidth corresponding to the user information from the bandwidth information holding unit 25 based on the user information (step 203). The bandwidth information holding unit 25 returns the guaranteed bandwidth in response to the request from the window size calculation unit 27 (step 204). The window size calculation unit 27 that has received the round-trip propagation delay time 17 and the guaranteed bandwidth calculates a window size such that the data transmission terminal 14 transmits data within the guaranteed bandwidth based on these values (step 205). . At this time, a window size such that data is transmitted at a rate that matches the guaranteed bandwidth is preferable.

ウィンドウサイズの算出は、例えば式(1)により求めることができる。   The window size can be calculated by, for example, equation (1).

Figure 0004774411
Figure 0004774411

図6は、データ分割数算出時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。図6を参照すると、まずフロー識別・振り分け部22にサービス対象フローのACKパケットが到着すると(ステップ301)、フロー識別・振り分け部22は、そのACKパケットのACKナンバーとユーザ情報をデータ分割数算出部30に通知する(ステップ302)。ACKナンバーとユーザ情報を通知されたデータ分割数算出部30は、そのACKナンバーとユーザ情報を記憶する(ステップ303)。   FIG. 6 is a sequence diagram showing exchange of signals between blocks in the edge node when calculating the number of data divisions. Referring to FIG. 6, when the ACK packet of the service target flow arrives at the flow identification / distribution unit 22 (step 301), the flow identification / distribution unit 22 calculates the ACK number and user information of the ACK packet and calculates the number of data divisions. The unit 30 is notified (step 302). The data division number calculation unit 30 notified of the ACK number and user information stores the ACK number and user information (step 303).

その後、同じサービス対象フローの次のACKパケットがフロー識別・振り分け部22に到着すると(ステップ304)、フロー識別・振り分け部22は、そのACKパケットのACKナンバーとユーザ情報をデータ分割数算出部30へ通知する(ステップ305)。ACKナンバーとユーザ情報を通知されたデータ分割数算出部30は、今回のACKナンバーと、ステップ303で記憶した前回のACKナンバーとの差(DiffACK)を算出する(ステップ306)。このDiffACKが遅延ACKナンバーとなる。   Thereafter, when the next ACK packet of the same service target flow arrives at the flow identification / distribution unit 22 (step 304), the flow identification / distribution unit 22 uses the ACK number and user information of the ACK packet as the data division number calculation unit 30. (Step 305). The data division number calculation unit 30 notified of the ACK number and the user information calculates a difference (DiffACK) between the current ACK number and the previous ACK number stored in Step 303 (Step 306). This DiffACK becomes the delayed ACK number.

また、ウィンドウサイズ算出部27からデータ分割数算出部30へは、算出されたウィンドウサイズ(BGWND)が通知される(ステップ307)。データ分割数算出部30は、そのウィンドウサイズ内のデータパケットの個数が、遅延ACKナンバーの倍数となるようにデータ分割数を算出する。   In addition, the window size calculation unit 27 notifies the data division number calculation unit 30 of the calculated window size (BGWND) (step 307). The data division number calculation unit 30 calculates the data division number so that the number of data packets within the window size is a multiple of the delayed ACK number.

ここでは一例として、ウィンドウサイズ内のデータパケット群の最後のデータパケットをデータ分割数に分割することにより、ウィンドウサイズ内のデータパケットの個数を調整するものとする。その場合には式(2)によりデータ分割数を算出することができる。   Here, as an example, the number of data packets within the window size is adjusted by dividing the last data packet of the data packet group within the window size into the number of data divisions. In that case, the number of data divisions can be calculated by equation (2).

Figure 0004774411
Figure 0004774411

図7は、データ分割時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。図7を参照すると、まずデータ分割部29にデータ分割数算出部30からデータ分割数が通知される(ステップ401)。次に、フロー識別・振り分け部22からデータ分割部29にデータパケットが転送される(ステップ402)。前記データパケットがデータ分割部29に到着したとき、データカウンタには、前記データパケットのデータサイズ分が加算される(ステップ403)。次に、データ分割部29はデータカウンタのカウント値がBGWND以上か確認し(ステップ404)、データカウンタのカウント値がBGWND以上になったとき、データサイズを加算したデータパケットが、BGWND内のデータパケット群の最後のデータパケットであると認識される。そこで、データカウンタのカウント値をクリアし、最後のデータパケットをデータ分割数に分割し(ステップ406)、それぞれにシーケンス番号を付与してデータ送信部24へ送信する(ステップ407)。   FIG. 7 is a sequence diagram showing signal exchange between blocks in the edge node at the time of data division. Referring to FIG. 7, first, the data division number is notified from the data division number calculation unit 30 to the data division unit 29 (step 401). Next, the data packet is transferred from the flow identification / distribution unit 22 to the data division unit 29 (step 402). When the data packet arrives at the data dividing unit 29, the data counter is incremented by the data size of the data packet (step 403). Next, the data dividing unit 29 confirms whether the count value of the data counter is equal to or greater than BGWND (step 404). When the count value of the data counter is equal to or greater than BGWND, the data packet to which the data size is added is the data in BGWND. It is recognized as the last data packet in the packet group. Therefore, the count value of the data counter is cleared, the last data packet is divided into the number of data divisions (step 406), each is given a sequence number and transmitted to the data transmission unit 24 (step 407).

一方、ステップ404でデータカウンタのカウント値がBGWND未満の場合は、データパケットを分割せずにそのままデータ送信部24へ送信する(ステップ408)。   On the other hand, if the count value of the data counter is less than BGWND in step 404, the data packet is transmitted to the data transmission unit 24 as it is without being divided (step 408).

図8は、ACKパケットに広告ウィンドウサイズを書き込む時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。図8を参照すると、まずウィンドウサイズ算出部27がサービス対象フローのウィンドウサイズを算出する(ステップ501)。続いて、ウィンドウサイズ算出部27は算出したウィンドウサイズと、そのサービス対象フローのユーザ情報を広告ウィンドウサイズ書き込み部28に通知する(ステップ502)。広告ウィンドウサイズ書き込み部28は、ウィンドウサイズ算出部27から通知されたウィンドウサイズの値を、フロー識別・振り分け部22からのACKパケットのウィンドウフィールドに書き込む(ステップ503)。広告ウィンドウサイズ書き込み部28で広告ウィンドウサイズが書き込まれたACKパケットはデータ送信部24に送られる。   FIG. 8 is a sequence diagram showing signal exchange between blocks in the edge node when the advertisement window size is written in the ACK packet. Referring to FIG. 8, first, the window size calculator 27 calculates the window size of the service target flow (step 501). Subsequently, the window size calculation unit 27 notifies the calculated window size and the user information of the service target flow to the advertisement window size writing unit 28 (step 502). The advertisement window size writing unit 28 writes the window size value notified from the window size calculation unit 27 into the window field of the ACK packet from the flow identification / distribution unit 22 (step 503). The ACK packet in which the advertisement window size is written by the advertisement window size writing unit 28 is sent to the data transmission unit 24.

本実施形態によるデータ送信システムの構成を示すブロック図である。It is a block diagram which shows the structure of the data transmission system by this embodiment. 本実施形態のエッジノードの構成を示すブロック図である。It is a block diagram which shows the structure of the edge node of this embodiment. フロー識別・振り分け部22によるパケット振り分けを説明するための図である。6 is a diagram for explaining packet distribution by a flow identification / distribution unit 22. FIG. 往復伝搬遅延時間を計測する時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。It is a sequence diagram which shows the exchange of the signal between the blocks in an edge node when measuring a round-trip propagation delay time. ウィンドウサイズを算出するときのエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。It is a sequence diagram which shows the exchange of the signal between the blocks in an edge node when calculating a window size. データ分割数算出時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。It is a sequence diagram which shows the exchange of the signal between the blocks in the edge node at the time of data division number calculation. データ分割時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。It is a sequence diagram which shows exchange of the signal between the blocks in the edge node at the time of data division. ACKパケットに広告ウィンドウサイズを書き込む時のエッジノード内のブロック間の信号のやりとりを示すシーケンス図である。It is a sequence diagram which shows exchange of the signal between the blocks in an edge node when writing advertisement window size in an ACK packet.

符号の説明Explanation of symbols

11,12 エッジノード
13 帯域管理サーバ(RACS)
14 データ送信端末
15 データ受信端末
16 帯域保証ネットワーク
21 データ受信部
22 フロー識別・振り分け部
23 伝搬遅延時間算出部
24 データ送信部
25 帯域情報保持部
26 フロー情報保持部
27 ウィンドウサイズ算出部
28 広告ウィンドウサイズ書き込み部
29 データ分割部
30 データ分割数算出部
11, 12 Edge node 13 Bandwidth management server (RACS)
DESCRIPTION OF SYMBOLS 14 Data transmission terminal 15 Data reception terminal 16 Band guarantee network 21 Data reception part 22 Flow identification and distribution part 23 Propagation delay time calculation part 24 Data transmission part 25 Band information holding part 26 Flow information holding part 27 Window size calculation part 28 Advertising window Size writing unit 29 Data division unit 30 Data division number calculation unit

Claims (9)

データ送信端末からデータ受信端末へ送信できる帯域が保証された帯域保証ネットワークにおいて前記データ送信端末と前記データ受信端末の間に配置されるエッジノードであって、
前記帯域保証ネットワークにて前記データ送信端末から前記データ受信端末へのサービス対象フローに割り当てられた保証帯域を保持する帯域情報保持部と、
前記サービス対象フローの伝搬遅延時間を計測する伝搬遅延時間算出部と、
前記帯域情報保持部に保持されている前記サービス対象フローの保証帯域と、前記伝搬遅延時間算出部で計測された伝搬遅延時間とから、前記サービス対象フローのデータが前記保証帯域内の帯域となるウィンドウサイズを算出するウィンドウサイズ算出部と、
前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズを、前記データ受信端末から前記データ送信端末への応答パケットによって前記データ送信端末に通知する広告ウィンドウサイズ書き込み部と、
前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズと、前記サービス対象フローにおける前記データ送信端末からのデータパケットに対する前記データ受信端末からの応答パケットの遅延メカニズムとに基づき、前記ウィンドウサイズ分のデータパケットが送られたときに前記応答パケットが返送されるように、前記サービス対象フローのデータパケットを分割するためのデータ分割数を算出するデータ分割数算出部と、
前記データ分割数算出部で算出された前記データ分割数に従って前記サービス対象フローのデータパケットを分割するデータ分割部と、
を有するエッジノード。
An edge node disposed between the data transmitting terminal and the data receiving terminal in a bandwidth guaranteed network in which a bandwidth that can be transmitted from the data transmitting terminal to the data receiving terminal is guaranteed;
A bandwidth information holding unit for holding a guaranteed bandwidth allocated to a service target flow from the data transmitting terminal to the data receiving terminal in the bandwidth guaranteed network;
A propagation delay time calculating unit for measuring the propagation delay time of the service target flow;
Based on the guaranteed bandwidth of the service target flow held in the bandwidth information holding unit and the propagation delay time measured by the propagation delay time calculation unit, the data of the service target flow is within the guaranteed bandwidth. A window size calculator for calculating the window size;
An advertisement window size writing unit for notifying the data transmitting terminal of the window size calculated by the window size calculating unit by a response packet from the data receiving terminal to the data transmitting terminal;
Based on the window size calculated by the window size calculator and a delay mechanism of a response packet from the data receiving terminal to the data packet from the data transmitting terminal in the service target flow, the data packet for the window size A data division number calculating unit for calculating a data division number for dividing the data packet of the service target flow so that the response packet is returned when
A data dividing unit for dividing the data packet of the service target flow according to the data division number calculated by the data division number calculating unit;
An edge node having
前記遅延メカニズムは、前記サービス対象フローにおいて前記データ送信端末からの何個のデータパケットに対応して前記データ受信端末から1個の応答パケットが送られるかを定義するアルゴリズムである、請求項1に記載のエッジノード。   The delay mechanism is an algorithm that defines how many data packets from the data transmitting terminal correspond to one response packet from the data receiving terminal in the service target flow. The listed edge node. 前記データ分割数算出部は、前記ウィンドウサイズ算出部で算出された前記ウィンドウサイズと前記遅延メカニズムとに基づき、前記ウィンドウサイズ分のデータパケットの個数が前記1個の応答パケットに対応する前記データパケットの個数の倍数となるように前記データ分割数を決定する、請求項1または2に記載のエッジノード。   The data division number calculating unit, based on the window size calculated by the window size calculating unit and the delay mechanism, the number of data packets corresponding to the window size corresponds to the one response packet. The edge node according to claim 1 or 2, wherein the number of data divisions is determined so as to be a multiple of the number of. 前記データ分割数算出部は、前記サービス対象フローにおける2つの応答パケット間で、該応答パケットに記載された、該応答パケットに対応するデータパケットを表示するACKナンバーの差を算出することにより、前記1個の応答パケットに対応する前記データパケットの個数を認識する、請求項3に記載のエッジノード。   The data division number calculation unit calculates a difference between ACK numbers indicating data packets corresponding to the response packet described in the response packet between the two response packets in the service target flow. The edge node according to claim 3, wherein the number of the data packets corresponding to one response packet is recognized. 前記データ分割部は、通過する前記サービス対象フローのデータパケットのデータサイズの積算値と前記ウィンドウサイズとを比較することにより、前記ウィンドウサイズ分のデータパケット群を認識する、請求項1から4のいずれか1項に記載のエッジノード。   The data division unit recognizes a data packet group corresponding to the window size by comparing the window size with an integrated value of the data size of the data packet of the service target flow that passes therethrough. The edge node according to any one of the above. 前記データ分割部は、前記ウィンドウサイズ分のデータパケット群の中で最後のデータパケットだけを分割することにより、前記ウィンドウサイズ分のデータパケットの個数を調整する、請求項5に記載のエッジノード。   6. The edge node according to claim 5, wherein the data dividing unit adjusts the number of data packets for the window size by dividing only the last data packet in the data packet group for the window size. 前記サービス対象フローを認識し、更に前記サービス対象フローのデータパケットと応答パケットを認識し、前記サービス対象フローのデータパケットを前記データ分割部に送り、前記サービス対象フローの応答パケットを前記広告ウィンドウサイズ書き込み部に送るフロー識別・振り分け部を更に有する、請求項1から6のいずれか1項に記載のエッジノード。   Recognizing the service target flow, further recognizing a data packet and a response packet of the service target flow, sending the data packet of the service target flow to the data dividing unit, and sending the response packet of the service target flow to the advertisement window size The edge node according to claim 1, further comprising a flow identification / distribution unit to be sent to the writing unit. 前記サービス対象フローのコネクション情報と、前記伝播遅延時間算出部で算出された前記サービス対象フローの伝播遅延時間とを対応付けて保持するフロー情報保持部を更に有し、
前記ウィンドウサイズ算出部は、前記フロー情報保持部に保持されている前記伝播遅延時間を、前記ウィンドウサイズの算出に用いる、請求項1から7のいずれか1項に記載のエッジノード。
A flow information holding unit that holds the connection information of the service target flow in association with the propagation delay time of the service target flow calculated by the propagation delay time calculation unit;
The edge node according to claim 1, wherein the window size calculation unit uses the propagation delay time held in the flow information holding unit for calculation of the window size.
データ送信端末からデータ受信端末へ送信できる帯域が保証された帯域保証ネットワークにおいて、前記データ送信端末から前記データ受信端末へのデータ送信の帯域を制御するための帯域制御方法であって、
前記帯域保証ネットワークにて前記データ送信端末から前記データ受信端末へのサービス対象フローに割り当てられた保証帯域を予め保持し、
前記サービス対象フローの伝搬遅延時間を計測し、
保持している前記サービス対象フローの保証帯域と、計測した伝搬遅延時間とから、前記サービス対象フローのデータが前記保証帯域内の帯域となるウィンドウサイズを算出し、
算出した前記ウィンドウサイズを、前記データ受信端末から前記データ送信端末への応答パケットによって前記データ送信端末に通知し、
算出した前記ウィンドウサイズと、前記サービス対象フローにおけるデータパケットに対する前記データ受信端末からの応答パケットの遅延メカニズムとに基づき、前記ウィンドウサイズ分のデータパケットが送られたときに前記応答パケットが返送されるように、前記サービス対象フローのデータパケットを分割するためのデータ分割数を算出し、
算出した前記データ分割数に従って前記サービス対象フローのデータパケットを分割する、帯域制御方法。
A bandwidth control method for controlling a bandwidth of data transmission from the data transmission terminal to the data reception terminal in a bandwidth guarantee network in which a bandwidth that can be transmitted from the data transmission terminal to the data reception terminal is guaranteed,
In advance, the guaranteed bandwidth allocated to the service target flow from the data transmitting terminal to the data receiving terminal in the bandwidth guaranteed network,
Measure the propagation delay time of the service target flow,
From the guaranteed bandwidth of the service target flow that is held and the measured propagation delay time, calculate the window size in which the data of the service target flow is a bandwidth within the guaranteed bandwidth,
Notifying the data transmitting terminal of the calculated window size by a response packet from the data receiving terminal to the data transmitting terminal;
Based on the calculated window size and the delay mechanism of the response packet from the data receiving terminal for the data packet in the service target flow, the response packet is returned when the data packet for the window size is sent As described above, a data division number for dividing the data packet of the service target flow is calculated,
A bandwidth control method for dividing a data packet of the service target flow according to the calculated data division number.
JP2008041444A 2008-02-22 2008-02-22 Edge node and bandwidth control method Expired - Fee Related JP4774411B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008041444A JP4774411B2 (en) 2008-02-22 2008-02-22 Edge node and bandwidth control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008041444A JP4774411B2 (en) 2008-02-22 2008-02-22 Edge node and bandwidth control method

Publications (2)

Publication Number Publication Date
JP2009200916A JP2009200916A (en) 2009-09-03
JP4774411B2 true JP4774411B2 (en) 2011-09-14

Family

ID=41143924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008041444A Expired - Fee Related JP4774411B2 (en) 2008-02-22 2008-02-22 Edge node and bandwidth control method

Country Status (1)

Country Link
JP (1) JP4774411B2 (en)

Also Published As

Publication number Publication date
JP2009200916A (en) 2009-09-03

Similar Documents

Publication Publication Date Title
KR102187810B1 (en) Apparatus and method for controlling data flow in a communication system
EP2903192B1 (en) Packet handling method and forwarding device
EP2760182B1 (en) Data communication apparatus, data transmission method, and computer system
US9729459B2 (en) System and method for credit-based link level flow control
EP3547690B1 (en) Real-time video transmission method of multipath network
Shihada et al. A novel implementation of TCP Vegas for optical burst switched networks
JP4698645B2 (en) Flow control apparatus and flow control method
US11165671B2 (en) Performance measurement in a packet-switched communication network
JP2008205932A (en) Node device and band control method
JP5039677B2 (en) Edge node and bandwidth control method
KR101039550B1 (en) Method for calculating transfer rate and method for setting bandwidth by using the same
EP3560152B1 (en) Determining the bandwidth of a communication link
JP5087595B2 (en) Edge node, window size control method and program
JP4774411B2 (en) Edge node and bandwidth control method
JP2009296304A (en) Tcp communication quality estimating method and tcp communication quality estimating device
JP4828555B2 (en) Node device and bandwidth control method
JP2009105662A (en) Multi-hop communication system, multi-hop communication method, terminal device and repeating device
Kalav et al. Congestion control in communication network using RED, SFQ and REM algorithm
JP4766703B2 (en) Edge node and bandwidth control method
Ho et al. Performance improvement of delay-based TCPs in asymmetric networks
JP4797033B2 (en) Flow rate control method and edge node in TCP flow rate control edge node
JP4977677B2 (en) Edge node and bandwidth control method
JP2004172706A (en) Method and system for measuring packet loss ratio
JP5087594B2 (en) Edge node, window size control method and program
Ahmad et al. Packet loss estimation using Poisson random process for improving multimedia transmission in MANETs

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100118

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110610

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: 20110615

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: 20110627

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

Free format text: PAYMENT UNTIL: 20140701

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees