JP2010177942A - Router - Google Patents

Router Download PDF

Info

Publication number
JP2010177942A
JP2010177942A JP2009017173A JP2009017173A JP2010177942A JP 2010177942 A JP2010177942 A JP 2010177942A JP 2009017173 A JP2009017173 A JP 2009017173A JP 2009017173 A JP2009017173 A JP 2009017173A JP 2010177942 A JP2010177942 A JP 2010177942A
Authority
JP
Japan
Prior art keywords
packet
transmission order
buffer
transmission
router device
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
JP2009017173A
Other languages
Japanese (ja)
Other versions
JP5100672B2 (en
Inventor
Kazuyoshi Miyazaki
和圭 宮崎
Hideki Kitahama
秀基 北濱
Ryo Saito
良 齊藤
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2009017173A priority Critical patent/JP5100672B2/en
Publication of JP2010177942A publication Critical patent/JP2010177942A/en
Application granted granted Critical
Publication of JP5100672B2 publication Critical patent/JP5100672B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a router that can equalize the line utilization rate in each physical link. <P>SOLUTION: The router 10 including a plurality of physical links L1 to L3 between itself and an adjacent router 20 in a packet communication network, includes a receiving unit 11 for receiving IP packets, a transmission order information providing unit 13 for determining an order of transmission in which the IP packets are transmitted to the adjacent router 20, a plurality of buffers 14a to 14c which correspond to the physical links L1 to L3, respectively and store the IP packets; a packet sorting unit 12 that selects one buffer which is less used than the other ones at a predetermined point of time, as a selected buffer, and causes the IP packets whose order of transmission has been determined to be stored in the selected buffer; and a packet transmission unit 15 that transmits the IP packets stored in the selected buffer to one corresponding physical link in the order of transmission determined by the transmission order information providing unit 13. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、パケットを送受信するパケット通信網において、隣接するルータ装置との間に複数の物理リンクが設けられたルータ装置に関する。   The present invention relates to a router device in which a plurality of physical links are provided between adjacent router devices in a packet communication network for transmitting and receiving packets.

IPパケットを送受信するパケット通信網では、ノードである複数のルータ装置が互いに接続されている。このようなパケット通信網においては、トラフィック量の増加に伴って、各ルータ装置間が複数の物理リンクによって接続されるようになってきている。   In a packet communication network that transmits and receives IP packets, a plurality of router devices that are nodes are connected to each other. In such a packet communication network, as the amount of traffic increases, router devices are connected by a plurality of physical links.

特開2006−262291号公報JP 2006-262291 A

ところで、複数の物理リンクによって接続されるルータ装置間では、IPパケット内の送信元アドレスSrcと送信先アドレスDestとからハッシュ値を計算し、計算されたハッシュ値に対応するそれぞれの物理リンク(使用帯域)に各IPパケットを振り分けるようにしている。このようなハッシュ値による振り分けでは、各IPパケットのフローが均等に分散される。   By the way, between router devices connected by a plurality of physical links, a hash value is calculated from the source address Src and destination address Dest in the IP packet, and each physical link corresponding to the calculated hash value (use Each IP packet is distributed to (bandwidth). In such sorting by hash values, the flow of each IP packet is evenly distributed.

しかしながら、ハッシュ値による振り分けでは、同じ送信元アドレスSrcと同じ送信先アドレスDestとを有するIPパケットを大量に送信する場合、複数の物理リンクのうち特定の物理リンクにIPパケットが集中してしまうため、複数の物理リンクでの送信状況に偏りが生じてしまう。そして、このような偏った送信状況の結果、物理リンクにおけるトラフィック量(回線使用率)が各物理リンクにおいてばらばらになり、物理リンクを必ずしも有効に活用できていない場合があった。   However, in the distribution based on the hash value, when a large number of IP packets having the same source address Src and the same destination address Dest are transmitted, the IP packets are concentrated on a specific physical link among a plurality of physical links. In this case, the transmission status of a plurality of physical links is biased. As a result of such a biased transmission situation, the traffic amount (line usage rate) in the physical link varies in each physical link, and the physical link may not always be effectively utilized.

本発明は、以上の問題点を解決するためになされたものであり、物理リンク毎の回線使用率をより均等にすることができるルータ装置を提供することを目的とする。   The present invention has been made to solve the above problems, and an object of the present invention is to provide a router device capable of making the line usage rate for each physical link more uniform.

上記目的を達成するために、本発明に係るルータ装置は、パケットを送受信するパケット通信網において隣接するルータ装置との間に複数の物理リンクが設けられたルータ装置であって、隣接するルータ装置のうち送信先のルータ装置に送信するためのパケットを取得するパケット取得手段と、パケット取得手段で取得されたパケットを送信先のルータ装置へ送信する送信順序を決定する送信順序決定手段と、複数の物理リンクそれぞれに対応し、パケット取得手段で取得されたパケットを格納する複数のバッファと、複数のバッファのうち他のバッファより所定の時点において少ないバッファ使用率である一のバッファを選択バッファとして選択すると共に、送信順序決定手段で送信順序が決定されたパケットを選択バッファに格納させるパケット振分手段と、パケット振分手段により選択バッファに格納されたパケットを、送信順序決定手段で決定された送信順序で、対応する一の物理リンクに送出するパケット送出手段と、を備えることを特徴とする。   To achieve the above object, a router device according to the present invention is a router device in which a plurality of physical links are provided between adjacent router devices in a packet communication network for transmitting and receiving packets, and the adjacent router devices A packet acquisition unit for acquiring a packet to be transmitted to the destination router device, a transmission order determination unit for determining a transmission order for transmitting the packet acquired by the packet acquisition unit to the destination router device, and a plurality of As a selection buffer, a plurality of buffers for storing packets acquired by the packet acquisition means and one buffer having a lower buffer usage rate at a predetermined time than other buffers among the plurality of buffers corresponding to each physical link In addition to selecting, the packet whose transmission order is determined by the transmission order determining means is stored in the selection buffer. Packet distribution means, and packet transmission means for transmitting the packets stored in the selection buffer by the packet distribution means to the corresponding one physical link in the transmission order determined by the transmission order determination means. Features.

この構成により、パケット振分手段は、複数のバッファのうち他のバッファより所定の時点において少ないバッファ使用率である選択バッファに送信順序が決定されたパケットを格納させ、パケット送出手段は、その選択バッファに格納されたパケットをその送信順序で、選択バッファに対応する一の物理リンクに送出する。バッファ使用率がより均等になるようにされた各バッファからパケットが送出されるので、これにより、物理リンク毎の回線使用率がより均等になるようにパケットを分散させて隣接する送信先のルータ装置に送信できる。なお、ここでいう「バッファ使用率」とは、複数のバッファそれぞれのバッファ総容量に対する格納データ容量(バッファ使用量)の比率を意味し、複数のバッファそれぞれの総容量が同等である場合等には、バッファ使用量をバッファ使用率として用いることもできる。   With this configuration, the packet distribution unit stores the packet whose transmission order is determined in the selection buffer that has a lower buffer usage rate at a predetermined time than the other buffers among the plurality of buffers, and the packet transmission unit selects the selected packet. Packets stored in the buffer are transmitted in the transmission order to one physical link corresponding to the selected buffer. Packets are sent from each buffer whose buffer usage rate is made more uniform, so that the packets are distributed so that the line usage rate for each physical link becomes more even and the adjacent destination routers Can be sent to the device. The "buffer usage rate" here means the ratio of the stored data capacity (buffer usage) to the total buffer capacity of each of the plurality of buffers, and when the total capacity of each of the plurality of buffers is the same. Can also use the buffer usage as the buffer usage rate.

また、送信順序決定手段は、パケット取得手段で取得されたパケットに対して、送信先のルータ装置への送信順序を示す送信順序情報を付与し、パケット送出手段は、パケット振分手段により選択バッファに入力されたパケットを対応する一の物理リンクに送出する際、パケットから送信順序情報を取り除いてもよい。この構成により、送信先のルータ装置へのパケットの送信順序を容易に決定できると共に、パケットの送信前に送信順序情報を取り除くことができるので、本発明を確実に実施できる。   The transmission order determining means assigns transmission order information indicating the transmission order to the destination router apparatus to the packet acquired by the packet acquiring means, and the packet sending means is selected by the packet sorting means. The transmission order information may be removed from the packet when the packet input to is sent to the corresponding one physical link. With this configuration, it is possible to easily determine the transmission order of packets to the destination router device and to remove transmission order information before transmitting the packets, so that the present invention can be reliably implemented.

また、送信順序決定手段は、パケット取得手段で取得されたパケットに対して、送信先のルータ装置への送信順序を示す送信順序情報を付与し、パケット送出手段は、送信順序決定手段により送信順序情報が付与されたパケットを対応する一の物理リンクに送出するようにしてもよい。この場合、ルータ装置で付与された送信順序情報を、送信先のルータ装置から更に先の送信先のルータ装置などへの送信処理に利用することができ、送信先のルータ装置で新たな送信順序情報を付与する必要がなくなることから、パケットの転送処理を早く行うことができる。   The transmission order determining means assigns transmission order information indicating the transmission order to the destination router apparatus to the packet acquired by the packet acquiring means, and the packet sending means is configured to transmit the transmission order by the transmission order determining means. A packet to which information is added may be transmitted to one corresponding physical link. In this case, the transmission order information given by the router device can be used for transmission processing from the destination router device to a further destination router device or the like. Since there is no need to add information, packet transfer processing can be performed quickly.

また、パケット取得手段は、隣接するルータ装置のうち送信元のルータ装置からルータ装置への送信順序を示す送信順序情報が付与されたパケットを受信することにより取得し、送信順序決定手段は、パケット取得手段で取得されたパケットを送信先のルータ装置へ送信する送信順序を、パケットに付与された送信順序情報に応じて決定するようにしてもよい。この場合、送信元のルータ装置で利用された送信順序情報を、ルータ装置から送信先のルータ装置への送信処理に利用することができ、ルータ装置で新たな送信順序情報を付与する必要がなくなることから、パケットの転送処理を早く行うことができる。   The packet obtaining means obtains the packet by receiving a packet to which transmission order information indicating the transmission order from the transmission source router apparatus to the router apparatus among the adjacent router apparatuses is received. You may make it determine the transmission order which transmits the packet acquired by the acquisition means to the router apparatus of a transmission destination according to the transmission order information provided to the packet. In this case, the transmission order information used in the transmission source router apparatus can be used for transmission processing from the router apparatus to the transmission destination router apparatus, and there is no need to add new transmission order information in the router apparatus. Thus, the packet transfer process can be performed quickly.

また、パケット振分手段は、複数のバッファのうち他のバッファに比べて所定の時点において最も少ないバッファ使用率である一のバッファを選択バッファとして選択することが好適である。この構成により、最もバッファ使用率が少ないバッファ及びそのバッファに対応する物理リンクを使用してパケットを送信するので、物理リンク毎の回線使用率が一層均等になるようにパケットを分散させて隣接するルータ装置に送信できる。   In addition, it is preferable that the packet distribution unit selects, as a selection buffer, one buffer that has the lowest buffer usage rate at a predetermined time point compared to the other buffers. With this configuration, since the packet is transmitted using the buffer with the smallest buffer usage rate and the physical link corresponding to the buffer, the packets are distributed adjacent to each other so that the line usage rate for each physical link becomes more uniform. Can be sent to the router device.

本発明によれば、複数のバッファのうち他のバッファより所定の時点において少ないバッファ使用率である選択バッファに優先的にパケットを入力するので、物理リンク毎の回線使用率をより均等にさせるようにパケットを分散させて送信できる。   According to the present invention, a packet is preferentially input to a selection buffer having a lower buffer usage rate at a predetermined time than other buffers among a plurality of buffers, so that the line usage rate for each physical link is made more even. Packets can be distributed and transmitted.

本実施形態に係るルータ装置を含むパケット通信網の一部構成を示すブロック図である。It is a block diagram which shows the partial structure of the packet communication network containing the router apparatus which concerns on this embodiment. 本実施形態に係るルータ装置におけるIPパケットの送信手順を模式的に示す図である。It is a figure which shows typically the transmission procedure of the IP packet in the router apparatus which concerns on this embodiment. IPパケットの構成を示す図である。It is a figure which shows the structure of an IP packet. 本実施形態に係るルータ装置のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the router apparatus which concerns on this embodiment. IPパケットの振分動作の手順を示すフローチャートである。It is a flowchart which shows the procedure of the distribution operation | movement of an IP packet. IPパケットの送出動作の手順を示すフローチャートである。It is a flowchart which shows the procedure of the transmission operation | movement of an IP packet. バッファ管理DBにおけるバッファ使用量の変化を示す図である。It is a figure which shows the change of the buffer usage-amount in buffer management DB. 送信順序管理DBにおける送信順序番号の変化を示す図である。It is a figure which shows the change of the transmission order number in transmission order management DB.

本発明の実施形態に係るルータ装置10について図1及び図2を参照して説明する。図1は、本実施形態に係るルータ装置10を含むパケット通信網の一部構成を示すブロック図であり、図2は、本実施形態に係るルータ装置10におけるIPパケットの送信手順を模式的に示す図である。なお、可能な場合には、同一の部分には同一の符号を付して、重複する説明を省略する。   A router device 10 according to an embodiment of the present invention will be described with reference to FIGS. 1 and 2. FIG. 1 is a block diagram illustrating a partial configuration of a packet communication network including a router device 10 according to the present embodiment. FIG. 2 schematically illustrates an IP packet transmission procedure in the router device 10 according to the present embodiment. FIG. If possible, the same parts are denoted by the same reference numerals, and redundant description is omitted.

ルータ装置10は、図1及び図2に示すように、隣接するルータ装置20(送信先のルータ装置)と複数の物理リンクL1,L2,L3によって接続され、ルータ装置10から隣接するルータ装置20へIPパケットを送信することができるようになっている。両ルータ装置10,20を接続する物理リンクL1,L2,L3は、例えば光ファイバによって構成される。この3つの物理リンクL1,L2,L3によって論理回線が形成され、各物理リンクL1,L2,L3は、回線番号♯1,♯2,♯3によって特定される。なお、隣接するルータ装置20は、ルータ装置10と同様の構成を有する。   As shown in FIGS. 1 and 2, the router device 10 is connected to an adjacent router device 20 (destination router device) by a plurality of physical links L1, L2, and L3. IP packets can be transmitted to The physical links L1, L2, and L3 that connect both the router devices 10 and 20 are configured by, for example, optical fibers. A logical line is formed by these three physical links L1, L2, and L3, and each physical link L1, L2, and L3 is specified by line numbers # 1, # 2, and # 3. The adjacent router device 20 has the same configuration as the router device 10.

ルータ装置10は、受信部11(パケット取得手段)と、パケット振分部12(パケット振分手段)と、送信順序情報付与部13(送信順序決定手段)と、バッファ14a,14b,14cと、パケット送出部15(パケット送出手段)とを備えている。受信部11は、図示省略した別のルータ装置(送信元のルータ装置)から物理リンクL4を介してIPパケットを受信することにより、隣接するルータ装置20に送信するためのIPパケットを取得する部分である。受信部11は、受信したIPパケットをパケット振分部12へ出力する。出力される各IPパケットとしては、例えば図2に示すように、IPパケットIP1,IP2,IP3,IP4などがあり、各IPパケットIP1〜IP4は、図3のIPパケットIP3で例示するのと同様に、IPヘッダ、レイヤ4ヘッダ(TCP、UDPなど)及びデータ部分をそれぞれ有する。   The router device 10 includes a reception unit 11 (packet acquisition unit), a packet distribution unit 12 (packet distribution unit), a transmission order information addition unit 13 (transmission order determination unit), buffers 14a, 14b, and 14c, A packet sending unit 15 (packet sending means). The receiving unit 11 receives an IP packet from another router device (transmission source router device) (not shown) via the physical link L4, thereby acquiring an IP packet to be transmitted to the adjacent router device 20. It is. The receiving unit 11 outputs the received IP packet to the packet sorting unit 12. As the output IP packets, for example, as shown in FIG. 2, there are IP packets IP1, IP2, IP3, IP4, etc., and each of the IP packets IP1 to IP4 is the same as exemplified in the IP packet IP3 of FIG. Each having an IP header, a layer 4 header (TCP, UDP, etc.) and a data portion.

パケット振分部12は、バッファ14a〜14cから一のバッファを選択し、そのバッファにIPパケットを格納させる振分動作を行う部分であり、バッファ使用量(バッファ使用率)を管理するバッファ管理データベース(以下「バッファ管理DB」と記す)とIPパケットの送信順序を管理する送信順序管理データベース(以下「送信順序管理DB」と記す)とを有する。パケット振分部12は、IPパケットを受信部11より受信すると、IPパケットのパケット長(データ容量)を検索する。そして、パケット振分部12は、IPパケットをバッファに格納する直前(所定の時点)にバッファ14a〜14cに格納されているIPパケットのデータ容量合計であるバッファ使用量をバッファ毎にバッファ管理DBを用いて検索する。このバッファ管理DBには、例えば図7(a)〜(c)に示すように、回線番号♯1〜♯3と、これら回線番号♯1〜♯3に対応する各バッファ14a〜14cそれぞれのバッファ使用量とが記憶されている。   The packet distribution unit 12 is a part that performs a distribution operation of selecting one buffer from the buffers 14a to 14c and storing the IP packet in the buffer, and a buffer management database that manages the buffer usage (buffer usage rate) (Hereinafter referred to as “buffer management DB”) and a transmission order management database (hereinafter referred to as “transmission order management DB”) for managing the transmission order of IP packets. When receiving the IP packet from the receiving unit 11, the packet sorting unit 12 searches for the packet length (data capacity) of the IP packet. Then, the packet distribution unit 12 sets the buffer usage that is the total data capacity of the IP packets stored in the buffers 14a to 14c immediately before storing the IP packet in the buffer (predetermined time) for each buffer. Search using. In this buffer management DB, for example, as shown in FIGS. 7A to 7C, the line numbers # 1 to # 3 and the buffers of the buffers 14a to 14c corresponding to the line numbers # 1 to # 3, respectively. Used amount is stored.

パケット振分部12は、バッファ管理DBを用いたバッファ使用量の検索により、他のバッファと比べて最も少ないバッファ使用量である一のバッファを選択バッファとして選択する。そして、パケット振分部12は、バッファ管理DBにおいて、選択バッファに対応する回線番号のバッファ使用量に対して、例えば図7(b)の回線番号♯1に示すように、検索したIPパケットのパケット長を加算させて、バッファ管理DBのバッファ使用量を更新させる。   The packet distribution unit 12 selects one buffer that has the smallest buffer usage as compared to other buffers as a selection buffer by searching for the buffer usage using the buffer management DB. Then, in the buffer management DB, the packet allocating unit 12 compares the buffer usage of the line number corresponding to the selected buffer with respect to the searched IP packet as indicated by the line number # 1 in FIG. The buffer usage is updated in the buffer management DB by adding the packet length.

また、パケット振分部12は、送信順序をIPパケットにマーキングするため、IPパケットを後述する送信順序情報付与部13へ一旦送信し、送信順序がマーキングされたIPパケットの送信順序の番号を送信順序管理DBに記憶させる。この送信順序管理DBには、例えば図8(a)〜(c)に示すように、回線番号♯1〜♯3と、これら回線番号♯1〜♯3に対応する各バッファ14a〜14cそれぞれに格納されているIPパケットにマーキングされた送信順序番号とが記憶されている。そして、このようなバッファ管理DBへのバッファ使用量の更新及び送信順序管理DBへの送信順序番号の更新が適切に行われた後、パケット振分部12は、IPパケットを選択バッファに格納させる。なお、パケット振分部12は、後述するパケット送出部15と双方向に接続されており、パケット送出部15がバッファ管理DBや送信順序管理DBにアクセスできるようになっている。   Further, the packet distribution unit 12 once transmits the IP packet to the transmission order information adding unit 13 described later in order to mark the transmission order of the IP packet, and transmits the transmission order number of the IP packet whose transmission order is marked. Store in the order management DB. In this transmission order management DB, for example, as shown in FIGS. 8A to 8C, the line numbers # 1 to # 3 and the buffers 14a to 14c corresponding to the line numbers # 1 to # 3, respectively. The transmission sequence number marked on the stored IP packet is stored. After appropriately updating the buffer usage amount in the buffer management DB and the transmission sequence number in the transmission order management DB, the packet distribution unit 12 stores the IP packet in the selection buffer. . The packet distribution unit 12 is bidirectionally connected to a packet transmission unit 15 to be described later so that the packet transmission unit 15 can access the buffer management DB and the transmission order management DB.

送信順序情報付与部13は、受信部11で受信した順序でIPパケットを隣接するルータ装置20へ送信する送信順序を決定する部分であり、パケット振分部12から送信された各IPパケットの先頭部分に、図3に示すような送信順序を示す送信順序情報(例えば“196”といった送信順序番号を示す情報)を付与するマーキングを行う。送信順序情報付与部13は、送信順序がマーキングされた各IPパケットをパケット振分部12に戻す。   The transmission order information adding unit 13 is a part that determines a transmission order for transmitting IP packets to the adjacent router device 20 in the order received by the receiving unit 11, and is the head of each IP packet transmitted from the packet distribution unit 12. The part is marked to give transmission order information indicating the transmission order as shown in FIG. 3 (for example, information indicating a transmission order number such as “196”). The transmission order information assigning unit 13 returns each IP packet whose transmission order is marked to the packet sorting unit 12.

バッファ14a〜14cは、受信部11で受信された1以上のIPパケットIP1〜IP4をパケット振分部12による振分動作に応じて一時的に格納する部分である。バッファ14a〜14cは、それぞれ同じバッファ総容量を有しており、例えば、図2に示すように、IPパケットIP1,IP4,IP2,IP3の順にデータ容量が大きくなる各IPパケットを格納する場合、パケット振分部12の振分動作により、IPパケットIP1とIPパケットIP4とがバッファ14aに,IPパケットIP2がバッファ14bに、IPパケットIP3がバッファ14cにそれぞれ格納されるようになっている。このような格納により、各バッファ14a〜14cのバッファ使用量、即ちバッファ使用率がより均等になるようにされている。また、バッファ14aは物理リンクL1に、バッファ14bは物理リンクL2に、バッファ14cは物理リンクL3にそれぞれ対応しており、格納されたIPパケットを対応する物理リンクに転送できるようになっている。   The buffers 14 a to 14 c are portions that temporarily store one or more IP packets IP <b> 1 to IP <b> 4 received by the receiving unit 11 in accordance with a sorting operation by the packet sorting unit 12. Each of the buffers 14a to 14c has the same total buffer capacity. For example, as shown in FIG. 2, when storing IP packets whose data capacity increases in the order of IP packets IP1, IP4, IP2, and IP3, By the sorting operation of the packet sorting unit 12, the IP packet IP1 and the IP packet IP4 are stored in the buffer 14a, the IP packet IP2 is stored in the buffer 14b, and the IP packet IP3 is stored in the buffer 14c. By such storage, the buffer usage of each of the buffers 14a to 14c, that is, the buffer usage rate is made more uniform. The buffer 14a corresponds to the physical link L1, the buffer 14b corresponds to the physical link L2, and the buffer 14c corresponds to the physical link L3. The stored IP packet can be transferred to the corresponding physical link.

パケット送出部15は、送信順序管理DBに基づき、バッファ14a〜14cに格納された各IPパケットIP1〜IP4を、物理リンクL1〜L3を通じて隣接するルータ装置20へ送信させるための部分である。パケット送出部15は、バッファ14a〜14cのいずれかに格納されたIPパケットIP1〜IP4の送信順序情報をパケット振分部12の送信順序管理DBにアクセスして読み取り、その送信順序情報における番号が小さいものから順に、その送信順序情報それぞれに対応付けられたIPパケットを送信する。具体的には、例えば図2に示すように、最初にバッファ14aに格納されているIPパケットIP1を、次にバッファ14bに格納されているIPパケットIP2を、続いてバッファ14cに格納されているIPパケットIP3、最後にバッファ14aに格納されているIPパケットIP4といった順序で、各IPパケットIP1〜IP4をバッファ14a〜14cに対応する物理リンクL1〜L3に送出する。   The packet sending unit 15 is a part for transmitting each IP packet IP1 to IP4 stored in the buffers 14a to 14c to the adjacent router device 20 through the physical links L1 to L3 based on the transmission order management DB. The packet sending unit 15 reads the transmission order information of the IP packets IP1 to IP4 stored in any of the buffers 14a to 14c by accessing the transmission order management DB of the packet sorting unit 12, and the number in the transmission order information is The IP packets associated with the transmission order information are transmitted in order from the smallest. Specifically, for example, as shown in FIG. 2, the IP packet IP1 stored first in the buffer 14a, the IP packet IP2 stored in the buffer 14b next, and then stored in the buffer 14c. The IP packets IP1 to IP4 are sent to the physical links L1 to L3 corresponding to the buffers 14a to 14c in the order of the IP packet IP3 and finally the IP packet IP4 stored in the buffer 14a.

パケット送出部15によってIPパケットが送出されると、パケット送出部15は、パケット振分部12のバッファ管理DBや送信順序管理DBにアクセスし、例えば図7(c)に示すように、送出したIPパケットのパケット長をバッファ管理DBの使用バッファ量から減算させて、バッファ管理DBのバッファ使用量を更新させると共に、例えば図8(c)に示すように、送出したIPパケットの送信順序番号を送信順序管理DBの送信順序番号から削除させて、送信順序管理DBの送信順序番号を更新させる。なお、パケット送出部15は、IPパケットを物理リンクL1〜L3に送出する際、送信順序情報をIPパケットから取り除いて、受信部11で受信したIPパケットの構成と同様の構成に戻す。   When an IP packet is sent out by the packet sending unit 15, the packet sending unit 15 accesses the buffer management DB and the transmission order management DB of the packet sorting unit 12 and sends them, for example, as shown in FIG. The packet length of the IP packet is subtracted from the buffer usage amount of the buffer management DB to update the buffer usage amount of the buffer management DB. For example, as shown in FIG. The transmission order number in the transmission order management DB is updated by deleting the transmission order number from the transmission order management DB. Note that when sending the IP packet to the physical links L1 to L3, the packet sending unit 15 removes the transmission order information from the IP packet and returns to the same configuration as the configuration of the IP packet received by the receiving unit 11.

以上が本実施形態に係るルータ装置10の機能構成である。引き続いて、図4に本実施形態に係るルータ装置10のハードウェア構成を示す。図4に示すように、ルータ装置10は、CPU(Central Processing Unit)101、RAM(Random Access Memory)102、ROM(Read Only Memory)103、通信モジュール104及び補助記憶装置105等のハードウェアにより構成されている。これらの構成要素は、バスを介して各種信号の入出力が可能なように接続されている。これらの構成要素が動作することにより、上述した機能が発揮される。   The functional configuration of the router device 10 according to the present embodiment has been described above. Subsequently, FIG. 4 shows a hardware configuration of the router device 10 according to the present embodiment. As illustrated in FIG. 4, the router device 10 includes hardware such as a CPU (Central Processing Unit) 101, a RAM (Random Access Memory) 102, a ROM (Read Only Memory) 103, a communication module 104, and an auxiliary storage device 105. Has been. These components are connected so that various signals can be input and output via a bus. The functions described above are exhibited by the operation of these components.

引き続いて、本実施形態に係るルータ装置10におけるパケット振分部12でのIPパケットの振分動作について図5、図7及び図8を参照して説明する。図5は、IPパケットの振分動作の手順を示すフローチャートであり、図7は、バッファ管理DBにおけるバッファ使用量の変化を示す図であり、図8は、送信順序管理DBにおける送信順序番号の変化を示す図である。   Subsequently, an IP packet distribution operation in the packet distribution unit 12 in the router device 10 according to the present embodiment will be described with reference to FIGS. 5, 7, and 8. FIG. 5 is a flowchart showing a procedure of IP packet distribution operation, FIG. 7 is a diagram showing a change in buffer usage in the buffer management DB, and FIG. 8 is a diagram of transmission sequence numbers in the transmission sequence management DB. It is a figure which shows a change.

まず、図5に示すように、パケット振分部12がIPパケットを受信する(S11)。パケット振分部12は、受信したIPパケットのIPパケット長を検索する(S12)。続いて、パケット振分部12は、物理リンクL1〜L3を特定する回線番号♯1,♯2,♯3に対応するバッファ使用量をバッファ管理DBで検索する(S13)。ステップS13におけるバッファ管理DBの検索結果としては、例えば図7(a)に示すように、回線番号♯1のバッファ使用量が0バイト、回線番号♯2のバッファ使用量が155バイト、回線番号♯3のバッファ使用量が230バイトである。   First, as shown in FIG. 5, the packet distribution unit 12 receives an IP packet (S11). The packet sorting unit 12 searches for the IP packet length of the received IP packet (S12). Subsequently, the packet distribution unit 12 searches the buffer management DB for the buffer usage corresponding to the line numbers # 1, # 2, and # 3 that specify the physical links L1 to L3 (S13). As a search result of the buffer management DB in step S13, for example, as shown in FIG. 7A, the buffer usage of the line number # 1 is 0 bytes, the buffer usage of the line number # 2 is 155 bytes, and the line number # 3 buffer usage is 230 bytes.

ステップS13で各回線番号♯1〜♯3におけるバッファ使用量を検索した後、その中で最小のバッファ使用量である回線番号♯1を選択する(S14)。なお、本実施形態では、最小のバッファ使用量を検索する際、最小のバッファ使用量が同じである回線が2つ以上ある場合は、物理リンクL1〜L3を特定する回線番号が小さい方を選択する。そして、選択された回線番号♯1のバッファ使用量に対して、ステップS12で検索したIPパケット長80バイトを図7(b)に示すように加算して(S15)、回線番号♯1のバッファ使用量を80バイトとする。   In step S13, after retrieving the buffer usage amount in each of the line numbers # 1 to # 3, the line number # 1 which is the minimum buffer usage amount is selected (S14). In this embodiment, when searching for the minimum buffer usage, if there are two or more lines with the same minimum buffer usage, the one with the smaller line number that identifies the physical links L1 to L3 is selected. To do. Then, the IP packet length of 80 bytes retrieved in step S12 is added to the buffer usage of the selected line number # 1 as shown in FIG. 7B (S15), and the buffer for the line number # 1 is added. The amount used is 80 bytes.

続いて、ステップS15でIPパケット長がバッファ管理DBに加算されたIPパケットを送信順序情報付与部13へ一旦送り、送信順序情報をそのIPパケットに付与して、IPパケットに送信順序番号をマーキングする(S16)。ステップS16で送信順序番号をIPパケットにマーキングした後、IPパケットをパケット振分部12に戻し、図8(a)に示す送信順序管理DBに対して、図8(b)に示すように、マーキングされたIPパケットの送信順序番号201を送信順序管理DBの回線番号♯1に追加する。その後、IPパケットをパケット振分部12で選択した回線番号♯1に対応するバッファに格納させる(S17)。このような振分動作を、IPパケットが受信される毎に行う(S18)。   Subsequently, in step S15, the IP packet with the IP packet length added to the buffer management DB is once sent to the transmission order information adding unit 13, the transmission order information is assigned to the IP packet, and the transmission order number is marked on the IP packet. (S16). After marking the transmission order number on the IP packet in step S16, the IP packet is returned to the packet sorting unit 12, and the transmission order management DB shown in FIG. The transmission order number 201 of the marked IP packet is added to the line number # 1 in the transmission order management DB. Thereafter, the IP packet is stored in a buffer corresponding to the line number # 1 selected by the packet distribution unit 12 (S17). Such a distribution operation is performed every time an IP packet is received (S18).

次に、本実施形態に係るルータ装置10におけるパケット送出部15でのIPパケットの送出動作について図6、図7及び図8を参照して説明する。図6は、IPパケットの送出動作の手順を示すフローチャートである。   Next, an IP packet sending operation in the packet sending unit 15 in the router device 10 according to the present embodiment will be described with reference to FIGS. 6, 7, and 8. FIG. 6 is a flowchart showing the procedure of the IP packet transmission operation.

まず、図6に示すように、パケット送出部15は、各回線番号♯1〜♯3(バッファ14a〜14c)の送信順序管理DBを監視する(S21)。ステップS21での監視により、パケット送出部15は、各回線番号♯1〜♯3のうち最小の送信順序番号を送信順序管理DBで検索する(S22)。そして、図8(b)に示すように、検索された最小の送信順序番号196が付与されたIPパケットを回線番号♯2のバッファから対応する物理リンクへ転送する(S23)。なお、転送する前に、IPパケットに付与された送信順序情報を取り除く。   First, as shown in FIG. 6, the packet sending unit 15 monitors the transmission order management DB of each of the line numbers # 1 to # 3 (buffers 14a to 14c) (S21). By monitoring in step S21, the packet sending unit 15 searches the transmission order management DB for the minimum transmission order number among the line numbers # 1 to # 3 (S22). Then, as shown in FIG. 8B, the retrieved IP packet with the minimum transmission order number 196 is transferred from the buffer of the line number # 2 to the corresponding physical link (S23). Note that the transmission order information attached to the IP packet is removed before transfer.

続いて、パケット送出部15は、ステップS23で転送されたIPパケットのバッファ使用量55バイトを、図7(c)に示すように、バッファ管理DBから削除させる(S24)。また、パケット送出部15は、転送されたIPパケットの送信順序番号196を、図8(c)に示すように、送信順序管理DBから削除させる(S25)。このような送出動作を、バッファにIPパケットがある場合には行う(S26)。   Subsequently, the packet sending unit 15 deletes the buffer usage 55 bytes of the IP packet transferred in step S23 from the buffer management DB as shown in FIG. 7C (S24). Further, the packet sending unit 15 deletes the transmission order number 196 of the transferred IP packet from the transmission order management DB as shown in FIG. 8C (S25). Such a sending operation is performed when there is an IP packet in the buffer (S26).

本実施形態によれば、ルータ装置10のパケット振分部12は、複数のバッファ14a〜14cのうち他のバッファより所定の時点において少ないバッファ使用量である選択バッファに送信順序が決定されたIPパケットを入力し、パケット送出部15は、その選択バッファに入力されたIPパケットを、上述した送信順序で選択バッファに対応する一の物理リンクに送出する。バッファ使用量がより均等になるようにされた各バッファ14a〜14cから各IPパケットIPが送出されるので、これにより、物理リンクL1〜L3毎の回線使用率がより均等になるようにIPパケットを分散させて隣接するルータ装置20に送信できる。その結果、送信速度が速くなり、無駄な回線増速を抑止できる。   According to the present embodiment, the packet distribution unit 12 of the router device 10 includes the IP whose transmission order is determined in the selected buffer that has a smaller buffer usage amount at a predetermined time than the other buffers among the plurality of buffers 14a to 14c. The packet is input, and the packet transmission unit 15 transmits the IP packet input to the selection buffer to one physical link corresponding to the selection buffer in the transmission order described above. Each IP packet IP is transmitted from each of the buffers 14a to 14c in which the buffer usage is made more uniform, so that the IP packet is made so that the line usage rate for each physical link L1 to L3 becomes more uniform. Can be distributed and transmitted to the adjacent router device 20. As a result, the transmission speed is increased and unnecessary line speedup can be suppressed.

また、本実施形態によれば、送信順序情報付与部13は、受信したIPパケットに対して、隣接するルータ装置20への送信順序を示す送信順序情報を付与し、パケット送出部15は、選択バッファに入力されたIPパケットを対応する物理リンクに送出する際、IPパケットから送信順序情報を取り除くようになっている。このため、隣接するルータ装置20への送信順序を容易に決定できると共に、IPパケットの送信前に送信順序情報を取り除くことができるので、パケット通信を確実に実施できる。なお、上述した送信順序情報をIPパケット自体に直接付与せずに、送信順序情報を、IPパケットを構成するデータやヘッダと対応づけて、IPパケットの送信順序を管理するようにしてもよい。   Further, according to the present embodiment, the transmission order information assigning unit 13 assigns transmission order information indicating the transmission order to the adjacent router device 20 to the received IP packet, and the packet sending unit 15 selects When the IP packet input to the buffer is transmitted to the corresponding physical link, the transmission order information is removed from the IP packet. For this reason, the transmission order to the adjacent router device 20 can be easily determined, and the transmission order information can be removed before transmission of the IP packet, so that packet communication can be reliably performed. Note that the transmission order of IP packets may be managed by associating the transmission order information with data or headers constituting the IP packet without directly assigning the transmission order information described above to the IP packet itself.

以上、本発明をその実施形態に基づき具体的に説明したが、本発明は、上記実施形態に限定されるものではない。例えば、上記実施形態では、バッファ14a〜14cのうち最も少ないバッファ使用量のバッファを選択バッファとして選択するようにしているが、少なくとも他のバッファより少ないバッファ使用量であるバッファを選択バッファとして選択するようにすれば、物理リンク毎の回線使用率をより均等にさせることができる。また、上記実施形態では、物理リンクL1〜L3の3本の回線を用意したが、この回線を例えば5本設けるようにしてもよく、少なくとも2本の回線があればよい。   As mentioned above, although this invention was concretely demonstrated based on the embodiment, this invention is not limited to the said embodiment. For example, in the above-described embodiment, the buffer having the smallest buffer usage amount among the buffers 14a to 14c is selected as the selection buffer, but at least a buffer having a buffer usage amount smaller than that of other buffers is selected as the selection buffer. By doing so, the line usage rate for each physical link can be made more even. In the above embodiment, three lines of physical links L1 to L3 are prepared. However, for example, five lines may be provided, and at least two lines may be provided.

また、上記実施形態では、送信元のルータ装置から受信されたIPパケットを隣接するルータ装置20へ送信する場合について説明したが、ルータ装置10自身において新たに生成したIPパケット又はルータ装置10に接続される他の機器から取得したIPパケットを隣接するルータ装置20へ送信する場合に本発明を適用させてももちろんよい。更に、上記実施形態では、受信部11の受信順序でIPパケットを隣接するルータ装置20へ送信するようにしているが、ルータ装置20への送信順序は必ずしも受信順に限られる訳ではなく、優先度を示す信号が含まれたIPパケットを取得した場合には、優先度に応じて隣接するルータ装置20へIPパケットを送信するようにしてもよい。   In the above-described embodiment, the case where the IP packet received from the transmission source router device is transmitted to the adjacent router device 20 has been described. However, the router device 10 itself connects to the IP packet newly generated or the router device 10. Of course, the present invention may be applied to the case where an IP packet acquired from another device is transmitted to the adjacent router device 20. Furthermore, in the above-described embodiment, the IP packets are transmitted to the adjacent router device 20 in the reception order of the reception unit 11, but the transmission order to the router device 20 is not necessarily limited to the reception order. May be transmitted to the adjacent router device 20 in accordance with the priority.

また、上記実施形態では、パケット送出部15から隣接するルータ装置20へIPパケットを送信する際、IPパケットに付与された送信順序情報を取り除くようにしているが、送信の際、送信順序情報を取り除かずに、送信順序情報が付与されたIPパケットをそのまま隣接するルータ装置20に送信するようにしてもよい。そして、送信順序情報が付与されたIPパケットを受信したルータ装置20の送信順序情報付与部(不図示)は、更なる送信先のルータ装置(宛先となるルータ装置含む)へIPパケットを送信する送信順序を、このIPパケットに付与された送信順序情報に応じて決定するようにしてもよい。ここで、ルータ装置20と、更なる送信先のルータ装置とは隣接しており、複数の物理リンクにより接続されている。また、ルータ装置20は、上記の送信順序の決定機能以外、上述したルータ装置10と同様の構成である。この場合、ルータ装置10で付与された送信順序情報を、送信先となる隣接するルータ装置20から更に先の送信先のルータ装置などへの送信処理に利用することができ、隣接するルータ装置20などで新たな送信順序情報を付与する必要がなくなることから、パケットの転送処理を早く行うことができる。   Further, in the above embodiment, when an IP packet is transmitted from the packet sending unit 15 to the adjacent router device 20, the transmission order information attached to the IP packet is removed. Instead of removing, the IP packet to which the transmission order information is assigned may be transmitted to the adjacent router device 20 as it is. Then, the transmission order information assigning unit (not shown) of the router device 20 that has received the IP packet to which the transmission order information is assigned transmits the IP packet to a further destination router device (including the destination router device). The transmission order may be determined according to the transmission order information given to the IP packet. Here, the router device 20 and a further destination router device are adjacent to each other and are connected by a plurality of physical links. The router device 20 has the same configuration as the router device 10 described above except for the transmission order determination function. In this case, the transmission order information given by the router device 10 can be used for transmission processing from an adjacent router device 20 as a transmission destination to a router device at a further destination, and the adjacent router device 20. Thus, it is not necessary to add new transmission order information, so that packet transfer processing can be performed quickly.

また、送信先のルータ装置へIPパケットを送信する際に送信順序情報を取り除くか、又は、取り除かずにIPパケットを送信して送信先のルータ装置で送信順序情報を利用するかは任意に設定することができる。例えば、隣接するルータ装置間を複数の物理リンクで接続する場合と1つの物理リンクで接続する場合とが混在するようなパケット通信網においては、送信順序情報の取り除き又はその利用についての設定情報を予めIPパケットに持たせておいて、一律に行わせるようにすることができる。また、送信先のルータ装置に応じて送信順序情報を取り除くか否かの情報を予めルータ装置10,20に記憶させておき、その情報に基いて送信順序情報を取り除くかを決定してもよい。   Also, it is arbitrarily set whether to remove the transmission order information when sending IP packets to the destination router device, or to use the transmission order information in the destination router device by sending IP packets without removing them. can do. For example, in a packet communication network in which a case where adjacent router devices are connected by a plurality of physical links and a case where they are connected by a single physical link are mixed, setting information regarding the removal of transmission order information or its use is provided. It can be given to IP packets in advance and uniformly performed. Further, information indicating whether or not to remove the transmission order information may be stored in advance in the router apparatuses 10 and 20 according to the destination router apparatus, and it may be determined whether or not to remove the transmission order information based on the information. .

10…ルータ装置、11…受信部(パケット取得手段)、12…パケット振分部(パケット振分手段)、13…送信順序情報付与部(送信順序決定手段)、14a〜14c…バッファ、15…パケット送出部(パケット送出手段)、20…隣接するルータ装置(送信先のルータ装置)、101…CPU、102…RAM、103…ROM、104…通信モジュール、105…補助記憶装置、IP1,IP2,IP3,IP4…IPパケット、L1,L2,L3…物理リンク。   DESCRIPTION OF SYMBOLS 10 ... Router apparatus, 11 ... Reception part (packet acquisition means), 12 ... Packet distribution part (packet distribution means), 13 ... Transmission order information provision part (transmission order determination means), 14a-14c ... Buffer, 15 ... Packet sending unit (packet sending means), 20 ... adjacent router device (destination router device), 101 ... CPU, 102 ... RAM, 103 ... ROM, 104 ... communication module, 105 ... auxiliary storage device, IP1, IP2, IP3, IP4 ... IP packet, L1, L2, L3 ... physical link.

Claims (5)

パケットを送受信するパケット通信網において隣接するルータ装置との間に複数の物理リンクが設けられたルータ装置であって、
前記隣接するルータ装置のうち送信先のルータ装置に送信するためのパケットを取得するパケット取得手段と、
前記パケット取得手段で取得されたパケットを前記送信先のルータ装置へ送信する送信順序を決定する送信順序決定手段と、
前記複数の物理リンクそれぞれに対応し、前記パケット取得手段で取得されたパケットを格納する複数のバッファと、
前記複数のバッファのうち他のバッファより所定の時点において少ないバッファ使用率である一のバッファを選択バッファとして選択すると共に、前記送信順序決定手段で送信順序が決定されたパケットを前記選択バッファに格納させるパケット振分手段と、
前記パケット振分手段により前記選択バッファに格納されたパケットを、前記送信順序決定手段で決定された送信順序で、対応する一の物理リンクに送出するパケット送出手段と、を備えることを特徴とするルータ装置。
A router device provided with a plurality of physical links between adjacent router devices in a packet communication network for transmitting and receiving packets,
Packet acquisition means for acquiring a packet for transmission to a destination router device among the adjacent router devices;
A transmission order determination means for determining a transmission order for transmitting the packet acquired by the packet acquisition means to the destination router device;
A plurality of buffers corresponding to each of the plurality of physical links and storing packets acquired by the packet acquisition unit;
One buffer having a lower buffer usage rate at a predetermined time than other buffers among the plurality of buffers is selected as a selection buffer, and a packet whose transmission order is determined by the transmission order determination unit is stored in the selection buffer. Packet distribution means for
A packet sending means for sending the packets stored in the selection buffer by the packet sorting means to the corresponding one physical link in the sending order determined by the sending order determining means. Router device.
前記送信順序決定手段は、前記パケット取得手段で取得されたパケットに対して、前記送信先のルータ装置への送信順序を示す送信順序情報を付与し、
前記パケット送出手段は、前記パケット振分手段により前記選択バッファに入力されたパケットを前記対応する一の物理リンクに送出する際、該パケットから前記送信順序情報を取り除くことを特徴とする請求項1に記載のルータ装置。
The transmission order determining means assigns transmission order information indicating a transmission order to the destination router device to the packet acquired by the packet acquisition means,
2. The packet sending means, when sending the packet input to the selection buffer by the packet sorting means to the corresponding physical link, removes the transmission order information from the packet. The router device described in 1.
前記送信順序決定手段は、前記パケット取得手段で取得されたパケットに対して、前記送信先のルータ装置への送信順序を示す送信順序情報を付与し、
前記パケット送出手段は、前記送信順序決定手段により前記送信順序情報が付与されたパケットを前記対応する一の物理リンクに送出することを特徴とする請求項1に記載のルータ装置。
The transmission order determining means assigns transmission order information indicating a transmission order to the destination router device to the packet acquired by the packet acquisition means,
The router apparatus according to claim 1, wherein the packet sending unit sends the packet to which the transmission order information is given by the transmission order determining unit to the corresponding one physical link.
前記パケット取得手段は、前記隣接するルータ装置のうち送信元のルータ装置から前記ルータ装置への送信順序を示す送信順序情報が付与されたパケットを受信することにより取得し、
前記送信順序決定手段は、前記パケット取得手段で取得された前記パケットを前記送信先のルータ装置へ送信する送信順序を、前記パケットに付与された前記送信順序情報に応じて決定することを特徴とする請求項1〜3のいずれか一項に記載のルータ装置。
The packet obtaining means obtains the packet by receiving a packet to which transmission order information indicating a transmission order from the router apparatus of the transmission source to the router apparatus is given among the adjacent router apparatuses,
The transmission order determining means determines a transmission order for transmitting the packets acquired by the packet acquisition means to the destination router device according to the transmission order information given to the packets. The router device according to any one of claims 1 to 3.
前記パケット振分手段は、前記複数のバッファのうち他のバッファに比べて所定の時点において最も少ないバッファ使用率である一のバッファを前記選択バッファとして選択することを特徴とする請求項1〜4のいずれか一項に記載のルータ装置。   5. The packet distribution unit selects, as the selection buffer, one buffer that has the lowest buffer usage rate at a predetermined time point compared to other buffers among the plurality of buffers. The router device according to any one of the above.
JP2009017173A 2009-01-28 2009-01-28 Router device Expired - Fee Related JP5100672B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009017173A JP5100672B2 (en) 2009-01-28 2009-01-28 Router device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009017173A JP5100672B2 (en) 2009-01-28 2009-01-28 Router device

Publications (2)

Publication Number Publication Date
JP2010177942A true JP2010177942A (en) 2010-08-12
JP5100672B2 JP5100672B2 (en) 2012-12-19

Family

ID=42708466

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009017173A Expired - Fee Related JP5100672B2 (en) 2009-01-28 2009-01-28 Router device

Country Status (1)

Country Link
JP (1) JP5100672B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014183350A (en) * 2013-03-18 2014-09-29 Fujitsu Ltd Communication device and communication method
US9942174B2 (en) 2013-03-13 2018-04-10 Panasonic Intellectual Property Management Co., Ltd. Bus control device, relay device, and bus system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001211203A (en) * 2000-01-26 2001-08-03 Hitachi Ltd Network router
JP2002009866A (en) * 2000-06-16 2002-01-11 Hitachi Ltd Method for distributing frame and information processor having its function
JP2005252333A (en) * 2004-03-01 2005-09-15 Fujitsu Ltd Transmission control system using link aggregation
JP2006005437A (en) * 2004-06-15 2006-01-05 Fujitsu Ltd Traffic distributed control unit
JP2007053564A (en) * 2005-08-17 2007-03-01 Fujitsu Ltd Network switching device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001211203A (en) * 2000-01-26 2001-08-03 Hitachi Ltd Network router
JP2002009866A (en) * 2000-06-16 2002-01-11 Hitachi Ltd Method for distributing frame and information processor having its function
JP2005252333A (en) * 2004-03-01 2005-09-15 Fujitsu Ltd Transmission control system using link aggregation
JP2006005437A (en) * 2004-06-15 2006-01-05 Fujitsu Ltd Traffic distributed control unit
JP2007053564A (en) * 2005-08-17 2007-03-01 Fujitsu Ltd Network switching device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9942174B2 (en) 2013-03-13 2018-04-10 Panasonic Intellectual Property Management Co., Ltd. Bus control device, relay device, and bus system
US10305825B2 (en) 2013-03-13 2019-05-28 Panasonic Intellectual Property Management Co., Ltd. Bus control device, relay device, and bus system
JP2014183350A (en) * 2013-03-18 2014-09-29 Fujitsu Ltd Communication device and communication method

Also Published As

Publication number Publication date
JP5100672B2 (en) 2012-12-19

Similar Documents

Publication Publication Date Title
US7072304B2 (en) Network path selection based on bandwidth
US9154442B2 (en) Concurrent linked-list traversal for real-time hash processing in multi-core, multi-thread network processors
CN101421991B (en) Hardware filtering support for denial-of-service attacks
JP5544429B2 (en) Method for processing a plurality of data and switching device for switching communication packets
JP4392294B2 (en) Communication statistics collection device
US8954691B2 (en) Identifying unallocated memory segments
JP3734704B2 (en) Packet classification engine
US9680745B2 (en) Multi-domain source routed forwarding based on collaborating network controllers
JP4267633B2 (en) Network system and traffic information aggregating apparatus
JP5931908B2 (en) Techniques for managing traffic in routers
KR100997182B1 (en) Flow information restricting apparatus and method
US20050171937A1 (en) Memory efficient hashing algorithm
CN102498694A (en) Communication system, forwarding node, path management server, communication method, and program
JP6589060B2 (en) Software-defined network entry generation and packet forwarding
KR20080083828A (en) Stateful packet filter and table management method thereof
WO2013067948A1 (en) Hardware-based dynamic load balancing that avoids flow packet reordering statistically
US20080130671A1 (en) Packet distributing apparatus and packet distributing method
EP2517410B1 (en) Tracing support in a router
US8867408B2 (en) Fast convergence on child link failures and weighted load balancing of aggregate ethernet/sonet bundles
JP5100672B2 (en) Router device
JP2007074074A (en) Traffic distribution control apparatus, packet communication network, and program
KR20110044273A (en) Message routing platform
JP2006270781A (en) Resource management apparatus, resource management system and method
JP4638849B2 (en) Function distributed communication apparatus and path control method
KR100770643B1 (en) Method of High Performance Packet Classification Using TCAM and Apparatus Thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110829

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120622

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120710

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120830

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

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

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

Free format text: PAYMENT UNTIL: 20151005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5100672

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees