JP4926763B2 - Packet transfer method and control device - Google Patents

Packet transfer method and control device Download PDF

Info

Publication number
JP4926763B2
JP4926763B2 JP2007056351A JP2007056351A JP4926763B2 JP 4926763 B2 JP4926763 B2 JP 4926763B2 JP 2007056351 A JP2007056351 A JP 2007056351A JP 2007056351 A JP2007056351 A JP 2007056351A JP 4926763 B2 JP4926763 B2 JP 4926763B2
Authority
JP
Japan
Prior art keywords
transfer
control device
identification number
destination
information
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
JP2007056351A
Other languages
Japanese (ja)
Other versions
JP2008219644A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2007056351A priority Critical patent/JP4926763B2/en
Publication of JP2008219644A publication Critical patent/JP2008219644A/en
Application granted granted Critical
Publication of JP4926763B2 publication Critical patent/JP4926763B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Description

本発明は、オーバレイネットワークにおけるパケット転送方法に関するものである。   The present invention relates to a packet transfer method in an overlay network.

オーバレイネットワークにおいてノード間通信およびデータ(コンテンツデータなど)の分散配置をスケーラブルに行う方法として、分散ハッシュテーブル(DHT:Distributed Hash Table)方式がある。その代表的な一例であるChordシステムでは、ネットワークを構成するノードとそこに配置するデータの双方にハッシュ関数を用いて固定長のID(Identifier)値(識別番号)を割り当てる。各々のデータは、ID値が最も近くなるノードによって管理されるようにして、データが分散して配置されるようにしている。   There is a distributed hash table (DHT) method as a method for scalable communication between nodes and data (content data, etc.) in an overlay network. In the Chord system, which is a typical example, a fixed-length ID (Identifier) value (identification number) is assigned to both the nodes constituting the network and the data arranged therein using a hash function. Each data is managed by the node having the closest ID value so that the data is distributed.

このとき、ハッシュ関数の性質によってノードはID空間上にまんべんなく配置される。しかし、ID空間上で隣接するノード同士の間隔、すなわちID空間上で隣接するノード間のID値の間隔は一定ではなくばらつきが生じる。各ノードに配置されるデータ数の期待値は、ノードの隣接するノード間のID値の間隔に比例すると考えられるため、この間隔のばらつきによってノード間に負荷の偏りが発生することになる。   At this time, the nodes are evenly arranged in the ID space according to the nature of the hash function. However, the interval between adjacent nodes in the ID space, that is, the interval of ID values between adjacent nodes in the ID space is not constant and varies. Since the expected value of the number of data arranged in each node is considered to be proportional to the interval of ID values between adjacent nodes, the variation in the interval causes a load bias between the nodes.

これを緩和する方法として、たとえば下記非特許文献1では、一つのノードに複数のID値を割り当てて、それぞれを仮想的なノードとして動作することにより負荷を均等化するという手法が提案されている。複数の仮想ノードを束ねることによって、ノード間のID値の間隔のばらつきが平均化されて物理的なノードごとの負荷の偏りを緩和することができる。   As a method for alleviating this, for example, the following Non-Patent Document 1 proposes a method in which a plurality of ID values are assigned to one node and each load is operated as a virtual node to equalize the load. . By bundling a plurality of virtual nodes, variations in the interval of ID values between the nodes can be averaged, and the load unevenness of each physical node can be reduced.

”Chord:A Scalable Peer-to-Peer Lookup Service for Internet Applications",Proc. ACM SIGCOMM,2001“Chord: A Scalable Peer-to-Peer Lookup Service for Internet Applications”, Proc. ACM SIGCOMM, 2001

しかしながら、上記従来の非特許文献1の技術によれば、仮に一つの物理ノードにn個の仮想ノードを割り当てたとすると、システムに参加するノードの総数がn倍に増加することになる。一組のノード間の通信に必要な転送回数の平均はノード総数に対しておよそ対数オーダーで増加する。対数オーダーでの緩やかな増加であるため、スケーラビリティは損なわれないが、分散ハッシュテーブルの探索を頻繁に行うシステムでは転送回数がネットワークのコストに大きく影響するため、転送回数の増加を可能な限り抑えることが望ましい。   However, according to the technique of the conventional Non-Patent Document 1, if n virtual nodes are assigned to one physical node, the total number of nodes participating in the system increases n times. The average number of transfers required for communication between a set of nodes increases approximately in logarithmic order with respect to the total number of nodes. Scalability is not lost because it is a gradual increase in logarithmic order. However, in a system that frequently searches the distributed hash table, the number of transfers greatly affects the network cost. It is desirable.

一方、一般的にDHTシステムにおいて、各々のノードが転送に利用可能なノード間リンクの本数を増やすと、一組のノード間通信にかかる平均転送回数は減少する。したがって、単純にリンクの本数を増加させるだけでも平均転送回数を抑えることはできる。しかしながら、リンクの本数を増やすとその維持・管理にかかるコストも増大するため、リンクの本数を増やすという対応には限界があり、転送回数の増加を抑えることは困難であるという問題があった。   On the other hand, in general, in the DHT system, when the number of inter-node links that can be used by each node for transfer is increased, the average number of transfers for a pair of inter-node communication decreases. Therefore, the average number of transfers can be suppressed by simply increasing the number of links. However, if the number of links is increased, the cost for maintenance and management also increases. Therefore, there is a limit to how to increase the number of links, and it is difficult to suppress the increase in the number of transfers.

本発明は、上記に鑑みてなされたものであって、コストを増大させることなく、仮想ノードがもたらす負荷分散効果を損なわずに転送回数の少ないノード間通信を実現するパケット転送方法および制御装置を得ることを目的とする。   The present invention has been made in view of the above, and provides a packet transfer method and control device that realize inter-node communication with a small number of transfers without increasing the cost and without losing the load distribution effect provided by the virtual node. The purpose is to obtain.

上述した課題を解決し、目的を達成するために、本発明は、複数の仮想制御装置を備える制御装置を含みオーバレイネットワークを構成する通信システムにおいて、固有の識別番号が付与されかつ前記識別番号に基づき識別番号空間における管理領域が個別に割り当てられている仮想制御装置におけるパケット転送方法であって、前記識別番号に基づき転送先のリストである転送情報を生成し、生成した転送情報を、同一の制御装置に属する全ての仮想制御装置間で共有可能に保持する転送情報生成ステップと、前記全ての仮想制御装置のうちのデータを受信した仮想制御装置が、受信データに含まれる最終的な宛先を示す宛先識別番号が自装置の管理領域でない場合に、前記宛先識別番号に基づき、前記共有可能に保持された転送情報の中から転送先を選択する転送先選択ステップと、前記データを受信した仮想制御装置が前記選択した転送先に受信データを転送する転送ステップと、を含むことを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention provides a unique identification number assigned to an identification number in a communication system that includes a control device including a plurality of virtual control devices and constitutes an overlay network. A packet transfer method in a virtual control device in which a management area in an identification number space is individually allocated based on the transfer number that is a transfer destination list based on the identification number, and A transfer information generation step that is held so as to be sharable among all virtual control devices belonging to the control device, and the virtual control device that has received the data among all the virtual control devices determines the final destination included in the received data. When the destination identification number indicated is not the management area of the own device, the transfer information held in a sharable manner is based on the destination identification number. And transfer destination selection step of selecting et transfer destination, the virtual controller which has received the data is characterized in that it comprises a and a transfer step of transferring the received data to the transfer destination and the selected.

この発明によれば、同一の物理ノードに属する仮想ノード間で転送情報を共有し、さらに転送情報の重複部分を削除するようにしたので、コストを増大させることなく、仮想ノードがもたらす負荷分散効果を損なわずに転送回数の少ないノード間通信を実現するという効果を奏する。   According to the present invention, since the transfer information is shared between the virtual nodes belonging to the same physical node, and the redundant portion of the transfer information is deleted, the load balancing effect brought about by the virtual node without increasing the cost There is an effect of realizing inter-node communication with a small number of transfers without impairing the above.

以下に、本発明にかかるパケット転送方法および制御装置の実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Hereinafter, embodiments of a packet transfer method and a control device according to the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

実施の形態1.
図1は、本発明にかかる制御装置の実施の形態1の機能構成例を示す図である。図1に示すように、本実施の形態の制御装置1は、外部ネットワークへデータを送信する送信処理部2と、外部ネットワークからデータを受信する受信処理部3と、受信データを仮想制御装置5−1〜5−4のいずれかに転送する共通処理部4と、仮想制御装置5−1〜5−4と、仮想制御装置5−1〜5−4間を接続するインタフェース9と、で構成される。また、仮想制御装置5−i(i=1〜4)は、受信データを解析する演算処理部6−iと、パケットの転送情報などの制御情報を保持する制御情報管理部7−iと、オーバレイネットワーク上に分散配置されたコンテンツデータのうち自仮想ノードに割り当てられたデータを保持するコンテンツ管理部8−iと、で構成される。
Embodiment 1 FIG.
FIG. 1 is a diagram illustrating a functional configuration example of a control device according to a first embodiment of the present invention. As shown in FIG. 1, the control device 1 according to the present embodiment includes a transmission processing unit 2 that transmits data to an external network, a reception processing unit 3 that receives data from the external network, and a virtual control device 5 that receives the received data. A common processing unit 4 that transfers to any one of -1 to 5-4, virtual control devices 5-1 to 5-4, and an interface 9 that connects the virtual control devices 5-1 to 5-4 Is done. The virtual control device 5-i (i = 1 to 4) includes an arithmetic processing unit 6-i that analyzes received data, a control information management unit 7-i that holds control information such as packet transfer information, A content management unit 8-i that holds data allocated to the own virtual node among the content data distributed on the overlay network.

図2は、本実施の形態の制御装置1と通信端末10−1〜10−5を接続して構築されるオーバレイネットワークの一例を示す図である。図2において、制御装置1−1〜1−5は、それぞれ図1に示した制御装置1と同様の機能構成を有する。制御装置1−1〜1−5のそれぞれの間には論理的な通信路が設定されており、片方向または双方向の通信が可能である。また、たとえば、制御装置1−1と通信端末10−1,制御装置1−3と通信端末10−2のように、通信端末10−1〜10−5とそれぞれ接続されている制御装置1−1〜1−5との間にも、論理的な通信路が設定されており、片方向または双方向の通信が可能である。   FIG. 2 is a diagram illustrating an example of an overlay network constructed by connecting the control device 1 according to the present embodiment and the communication terminals 10-1 to 10-5. In FIG. 2, control devices 1-1 to 1-5 each have the same functional configuration as the control device 1 shown in FIG. A logical communication path is set between each of the control devices 1-1 to 1-5, and one-way or two-way communication is possible. Further, for example, the control device 1-connected to the communication terminals 10-1 to 10-5 like the control device 1-1 and the communication terminal 10-1, the control device 1-3 and the communication terminal 10-2, respectively. A logical communication path is also set between 1 and 1-5, and one-way or two-way communication is possible.

本実施の形態のオーバレイネットワークにおいては、Chordシステムを適用することとし、各ノード(ここでは仮想制御装置)および各コンテンツデータにID(IDentifier)値が割り当てられる。各データは、そのデータに割り当てられたID値と、最も近いID値を持つ仮想制御装置が管理する。そして、本実施の形態における送受信データには、最終宛先を示す宛先IDが含まれているものとする。なお、ここでは、宛先IDとは、コンテンツ取得要求の場合には取得を要求するコンテンツデータのIDとし、制御情報(制御装置の追加など)の場合にはその制御情報の最終送信先の制御装置のIDとする。   In the overlay network of the present embodiment, the Chord system is applied, and an ID (IDentifier) value is assigned to each node (here, a virtual control device) and each content data. Each data is managed by a virtual control device having the ID value closest to the ID value assigned to the data. It is assumed that the transmission / reception data in the present embodiment includes a destination ID indicating the final destination. Here, the destination ID is the ID of the content data that requests acquisition in the case of a content acquisition request, and in the case of control information (such as addition of a control device), the control device that is the final transmission destination of the control information ID.

ここで、本実施の形態の制御装置1の動作を説明するために、まず、仮想化を行わない単独制御装置を例にあげて動作を説明する。図3は、単独制御装置11の機能構成例を示す図である。図1の制御装置1と同様の機能のものは、同一の番号を付して説明を省略する。単独制御装置11は、図1の制御装置1の仮想制御装置5−1〜5−4,共通処理部4に替えて、演算処置部6a,制御情報管理部7,コンテンツ管理部8を備えている。制御情報管理部7,コンテンツ管理部8は、それぞれ制御情報管理部7−i,コンテンツ管理部8−iと同様の機能を備える。   Here, in order to describe the operation of the control device 1 of the present embodiment, first, the operation will be described by taking a single control device that does not perform virtualization as an example. FIG. 3 is a diagram illustrating a functional configuration example of the single control device 11. Components having the same functions as those of the control device 1 in FIG. The single control device 11 includes an arithmetic processing unit 6a, a control information management unit 7, and a content management unit 8 instead of the virtual control devices 5-1 to 5-4 and the common processing unit 4 of the control device 1 of FIG. Yes. The control information management unit 7 and the content management unit 8 have the same functions as the control information management unit 7-i and the content management unit 8-i, respectively.

まず、Chordシステムにおける一般的な転送方法の一例について説明する。Chordシステムにおいては、ID空間(IDサークル)上で自装置のIDから時計回りにみて最初に存在する制御装置をsuccessorとよび、逆周りに最初に存在する制御装置をpredecessorとよぶ。各制御装置は、predecessorのIDより大きく自分ID以下となるID空間を自制御装置の管理領域とし、管理領域内のIDをもつコンテンツデータなどを管理する。また、各制御装置は、送信されたデータが効率的に宛先の制御装置に転送されるように、「自ID+2i-1(i=1〜mの自然数、mはIDのビット数)」のIDを持つm個の制御装置への転送情報(Chordシステムでは一般にfinger tableとよばれる)を保持している。そして、各制御装置は、管理領域外の宛先IDのデータを受信した場合は、finger tableのなかから、宛先IDより小さく、かつ、宛先に最も近いIDを持つ転送先を選択し、選択した転送先にその受信データを転送する。 First, an example of a general transfer method in the Chord system will be described. In the Chord system, the control device that exists first in the clockwise direction from the ID of its own device in the ID space (ID circle) is called successor, and the control device that exists first in the reverse direction is called predecessor. Each control device uses the ID space larger than the predecessor ID and less than or equal to its own ID as the management area of the own control apparatus, and manages the content data having the ID in the management area. In addition, each control device has “own ID + 2 i−1 (i = 1 to m is a natural number, m is the number of bits of ID)” so that the transmitted data is efficiently transferred to the destination control device. Transfer information (generally called a finger table in the Chord system) to m control devices having IDs is held. When each control device receives destination ID data outside the management area, each control device selects a transfer destination having an ID smaller than the destination ID and closest to the destination from the finger table, and selects the selected transfer The received data is transferred first.

たとえば、端末が、コンテンツを取得したい場合には、そのコンテンツデータのID(以下、コンテンツIDという)を含んだコンテンツ取得要求を送信する。そして、その取得要求はコンテンツIDに基づいて、順次、そのコンテンツIDにより近いIDをもつ制御装置に転送されていき、最終的にそのコンテンツIDを管理する制御装置(最終宛先)に転送される。そのコンテンツIDを管理する制御装置は、コンテンツデータの所在などの情報を送信元の端末などに送信する。このようにして、端末は、コンテンツデータを取得することができるようになる。   For example, when the terminal wants to acquire content, the terminal transmits a content acquisition request including the ID of the content data (hereinafter referred to as content ID). Then, the acquisition request is sequentially transferred to the control device having an ID closer to the content ID based on the content ID, and finally transferred to the control device (final destination) that manages the content ID. The control device that manages the content ID transmits information such as the location of the content data to the transmission source terminal. In this way, the terminal can acquire content data.

つづいて、単独制御装置11の動作について説明する。単独制御装置11においても、制御情報管理部7が、上記のChordシステムにおける一般的な転送方法の一例と同様に、転送情報と、successor,predecessorの情報を保持している。また、ここでは、制御装置11のコンテンツ管理部8は、自装置の管理領域内のコンテンツを保持しているものとする。   Next, the operation of the single control device 11 will be described. Also in the single control device 11, the control information management unit 7 holds transfer information, successor and predecessor information, as in the example of the general transfer method in the Chord system. Here, it is assumed that the content management unit 8 of the control device 11 holds the content in the management area of the own device.

まず、単独制御装置11は、外部ネットワークに接続されており、受信処理部3が外部ネットワーク経由でデータを受信する。そして、演算処理部6aは、受信データを解析して、宛先IDが自制御装置の管理領域のIDであるか否かを判断する。自制御装置の管理領域のIDである場合、演算処理部6aは、受信データが制御情報については制御情報管理部7へ、コンテンツ取得要求についてはコンテンツ管理部8へ、それぞれ受信データを転送する。   First, the single control device 11 is connected to an external network, and the reception processing unit 3 receives data via the external network. Then, the arithmetic processing unit 6a analyzes the received data and determines whether or not the destination ID is the ID of the management area of the own control device. When the ID is the management area of the own control device, the arithmetic processing unit 6a transfers the received data to the control information managing unit 7 for the control information and to the content managing unit 8 for the content acquisition request.

受信データがコンテンツ取得要求であった場合には、コンテンツ管理部8は、演算処理部6aから転送された受信データに含まれるコンテンツ取得要求に従い、コンテンツデータを演算処理部6aに出力する。演算処理部6aは、コンテンツ取得要求の送信元を宛先とし、コンテンツデータを、送信処理部2および外部ネットワーク経由で送信する。   If the received data is a content acquisition request, the content management unit 8 outputs the content data to the arithmetic processing unit 6a in accordance with the content acquisition request included in the received data transferred from the arithmetic processing unit 6a. The arithmetic processing unit 6a transmits the content data via the transmission processing unit 2 and the external network with the transmission source of the content acquisition request as the destination.

受信データが制御要求であった場合には、制御情報管理部7は演算処理部6aから転送された受信データに含まれる制御要求の内容を反映する。たとえば、関連する制御装置の追加があった場合に、転送情報の書き換えを行う。   If the received data is a control request, the control information management unit 7 reflects the content of the control request included in the received data transferred from the arithmetic processing unit 6a. For example, when related control devices are added, the transfer information is rewritten.

一方、演算処理部6aが、宛先IDが自制御装置の管理領域のIDでないと判断した場合には、その受信データの宛先IDに基づいて転送先を選択し、選択した転送先に受信データを送信処理部2経由で転送する。このときの転送方法は、上述のChordシステムにおける一般的な転送方法とする。   On the other hand, if the arithmetic processing unit 6a determines that the destination ID is not the ID of the management area of the own control device, the processing unit 6a selects a transfer destination based on the destination ID of the received data, and receives the received data at the selected transfer destination. Transfer is performed via the transmission processing unit 2. The transfer method at this time is a general transfer method in the Chord system described above.

ここでは、単独制御装置11のコンテンツ管理部8は、自装置の管理領域内のコンテンツを保持しているものとするが、コンテンツデータを別の制御装置等に格納して、コンテンツ管理部8は自装置の管理領域内のコンテンツの所在のみを管理するようにしてもよい。   Here, it is assumed that the content management unit 8 of the independent control device 11 holds the content in the management area of the own device, but the content management unit 8 stores the content data in another control device or the like. Only the location of content in the management area of the own device may be managed.

つづいて、仮想化について説明する。図4は、物理的に1つの制御装置を4つの仮想制御装置として動作させる場合の機能構成例を示す図である。仮想制御装置5−1〜5−4には、ChordシステムにおけるIDが割り当てられている。それぞれ図4に示す制御装置12は、インタフェース9を備えていないが、それ以外は図1の制御装置1と同様である。図4において、図1と同様の機能のものは同一の符号を付している。   Next, virtualization will be described. FIG. 4 is a diagram illustrating a functional configuration example in the case where one control device is physically operated as four virtual control devices. IDs in the Chord system are assigned to the virtual control devices 5-1 to 5-4. Each of the control devices 12 shown in FIG. 4 does not include the interface 9, but is otherwise the same as the control device 1 of FIG. 1. 4, components having the same functions as those in FIG. 1 are denoted by the same reference numerals.

図4の例では、物理的に1つの制御装置12を、仮想化により4つの仮想制御装置として動作させており、仮想制御装置5−1〜5−4にそれぞれ異なるIDを割り当てられている。このような構成の場合の動作の一例について説明する。まず、受信処理部3がデータを受信し、共通処理部4が仮想制御装置5−1〜5−4のいずれか1つを選択して、選択した仮想制御装置5−1〜5−4に受信データを転送する。このときの受信データに含まれる宛先ID値が仮想制御装置5−1〜5−4のいずれかのID値に一致する場合には、その一致するID値の仮想制御装置に転送する。   In the example of FIG. 4, one physical control device 12 is physically operated as four virtual control devices by virtualization, and different IDs are assigned to the virtual control devices 5-1 to 5-4, respectively. An example of operation in the case of such a configuration will be described. First, the reception processing unit 3 receives data, and the common processing unit 4 selects any one of the virtual control devices 5-1 to 5-4 to the selected virtual control devices 5-1 to 5-4. Transfer received data. When the destination ID value included in the received data at this time matches one of the ID values of the virtual control devices 5-1 to 5-4, the destination ID value is transferred to the virtual control device having the matching ID value.

宛先ID値が仮想制御装置5−1〜5−4のいずれのID値とも一致しない場合には、たとえば、宛先ID以外に転送する仮想制御装置5−1〜5−4を識別する情報(たとえばIPアドレス、ポート番号など)が含まれていればそれを用いて転送先の仮想制御装置5−1〜5−4を選択する。また、たとえば、共通処理部4が、宛先IDと転送先仮想制御装置との対応情報をあらかじめ保持しておき、受信データに含まれる宛先IDに対応する転送先を対応情報から検索して、転送先として選択するようにしてもよい。これに限らず、転送先の仮想制御装置5−1〜5−4の選択方法については、特に制約はなく従来行われている方法を用いればよい。   If the destination ID value does not match any of the ID values of the virtual control devices 5-1 to 5-4, for example, information for identifying the virtual control devices 5-1 to 5-4 other than the destination ID (for example, (IP address, port number, etc.) are included, the destination virtual control devices 5-1 to 5-4 are selected. Further, for example, the common processing unit 4 holds correspondence information between the destination ID and the destination virtual control device in advance, searches the correspondence information for the destination corresponding to the destination ID included in the received data, and transfers the information. You may make it select as a destination. However, the method of selecting the transfer destination virtual control devices 5-1 to 5-4 is not particularly limited, and a conventionally performed method may be used.

そして、受信データが転送された演算処理部6−n(n=1〜4)は、受信データを受け取ると、宛先IDが自装置の管理領域内であるか否かを判断し、自装置の管理領域内でない場合には各々が単独制御装置11の演算処理部6aと同様の転送処理を行う。なお、制御情報管理部7−1〜7−4は、それぞれが自仮想装置のIDに基づいた転送情報を保持している。   Then, upon receiving the received data, the arithmetic processing unit 6-n (n = 1 to 4) to which the received data is transferred determines whether or not the destination ID is within the management area of the own device, and When not in the management area, each performs the same transfer processing as the arithmetic processing unit 6a of the single control device 11. Each of the control information management units 7-1 to 7-4 holds transfer information based on the ID of the own virtual device.

演算処理部6−nが、自装置の管理領域内であると判断した場合には、受信データがコンテンツの取得要求のときにはコンテンツ管理部8−nに受信データを転送し、受信データが制御要求のときには制御情報管理部7−nに転送する。そして、コンテンツ管理部8−nがコンテンツ管理部8と同様の動作をし、制御情報管理部7−nが制御情報管理部7と同様の動作をする。そして、コンテンツ管理部8−nから出力されたコンテンツデータは、演算処理部6−nおよび共通処理部4を経由して送信処理部2が送信する。すなわち、仮想制御装置5−1〜5−4は、送受信の動作以外は、各々が独立の単独制御装置11と同様の動作を行う。   If the arithmetic processing unit 6-n determines that the received data is within the management area of the own device, the received data is transferred to the content management unit 8-n when the received data is a content acquisition request, and the received data is a control request. Is transferred to the control information management unit 7-n. Then, the content management unit 8-n performs the same operation as the content management unit 8, and the control information management unit 7-n performs the same operation as the control information management unit 7. Then, the content data output from the content management unit 8-n is transmitted by the transmission processing unit 2 via the arithmetic processing unit 6-n and the common processing unit 4. That is, the virtual control devices 5-1 to 5-4 perform the same operation as that of the independent single control device 11 except for the transmission / reception operation.

つづいて、図1に示した本実施の形態の制御装置1の制御情報管理部7−1〜7−4が保持する転送情報について説明する。図4の制御装置12においては、物理的には1つの制御装置であるが、Chordシステムにおける転送は全く独立に行われる。たとえば、仮想制御装置5−1に転送された受信データに含まれる宛先IDが、仮想制御装置5−2の保持する転送情報に含まれる制御装置の管理領域の宛先IDであったとする。そして、仮想制御装置5−1は、自装置の保持する転送情報のなかには、その受信データに含まれる宛先IDを管理する制御情報はないものとする。このとき、仮想制御装置5−1は、自装置の保持する転送情報のなかから宛先IDに最も近いIDをもつ装置に転送を行うため、最終的にその宛先IDを管理領域に持つ装置に転送されるまで、最低さらにもう1回の転送が必要となる。   Next, transfer information held by the control information management units 7-1 to 7-4 of the control device 1 according to the present embodiment illustrated in FIG. 1 will be described. In the control device 12 of FIG. 4, although it is physically one control device, the transfer in the Chord system is performed completely independently. For example, it is assumed that the destination ID included in the received data transferred to the virtual control device 5-1 is the destination ID of the management area of the control device included in the transfer information held by the virtual control device 5-2. Then, it is assumed that the virtual control device 5-1 has no control information for managing the destination ID included in the received data in the transfer information held by the virtual control device 5-1. At this time, since the virtual control device 5-1 performs transfer to the device having the ID closest to the destination ID from the transfer information held by the own device, the virtual control device 5-1 finally transfers the destination ID to the device having the management area. Until it is done, at least one more transfer is required.

一方、仮想制御装置5−1〜5−4間で転送情報を共有しているとすると、仮想制御装置5−1は、仮想制御装置5−2の保持する転送情報に基づいてその受信データに含まれる宛先IDを管理する装置に直接転送でき、転送回数は1回となる。このように、仮想制御装置5−1〜5−4が転送情報を共有することにより、転送回数を減らすことができる。なお、仮想制御装置5−1〜5−4が保持する転送情報は、それぞれ演算処理部6−1〜6−4または制御情報管理部7−1〜7−4が自装置に割り当てられたID値に基づいて算出した後に保持しているものとする。本実施の形態では、制御情報管理部7−1〜7−4は、インタフェース9を介してお互いの転送情報を参照することにより転送情報を共有する。   On the other hand, assuming that the transfer information is shared among the virtual control devices 5-1 to 5-4, the virtual control device 5-1 converts the received data into the received data based on the transfer information held by the virtual control device 5-2. The included destination ID can be directly transferred to the device that manages the destination ID, and the number of transfers is one. As described above, the virtual control devices 5-1 to 5-4 can share the transfer information, thereby reducing the number of transfers. The transfer information held by the virtual control devices 5-1 to 5-4 is the ID assigned to the own device by the arithmetic processing units 6-1 to 6-4 or the control information management units 7-1 to 7-4, respectively. Assume that it is held after being calculated based on the value. In the present embodiment, the control information management units 7-1 to 7-4 share transfer information by referring to each other's transfer information via the interface 9.

以下、本実施の形態の転送情報の共有方法について具体的に説明する。転送情報を共有する方法として、たとえば、仮想制御装置5−1〜5−4が保持する転送情報を、それぞれがお互いに独立に参照する方法がある。この方法では、転送情報に重複する情報がある場合、重複する情報を多重に保持することになる。このため、本実施の形態では、さらに、制御情報管理部7−1〜7−4の保持する転送情報から重複する情報を削除することにより、転送情報を削減する。なお、ここでは、転送情報の重複部分を削除するようにしたが、削除せずにそのまま用いるようにしてもよい。   Hereinafter, the transfer information sharing method of this embodiment will be described in detail. As a method for sharing the transfer information, for example, there is a method in which the transfer information held by the virtual control devices 5-1 to 5-4 is referred to independently of each other. In this method, when there is overlapping information in the transfer information, the overlapping information is held in multiple. For this reason, in this embodiment, the transfer information is further reduced by deleting redundant information from the transfer information held by the control information management units 7-1 to 7-4. In this example, the overlapping portion of the transfer information is deleted, but it may be used as it is without being deleted.

図5−1〜5−3は転送情報の削減方法を示す図である。図5−1は、仮想制御装置5−1が自装置に割り当てられているID値に基づいて算出した転送情報A−1の一例を示す図である。図5−1において、横軸はID値(識別番号)を示し、ここでは右側がID値の数値の増加方向とする。なお、図5−1〜図5−3では、仮想装置5−1または仮想装置5−2の自装置のID値を黒四角で示し、転送情報A−1または転送情報A−2に含まれる転送先のID値を白抜き四角で示している。なお、本実施の形態では「仮想制御装置5−1のID値<仮想制御装置5−2のID値<仮想制御装置5−3のID値<仮想制御装置5−4のID値」とする。   5A to 5C are diagrams illustrating a method for reducing transfer information. FIG. 5A is a diagram illustrating an example of the transfer information A-1 calculated by the virtual control device 5-1 based on the ID value assigned to the own device. 5A, the horizontal axis indicates the ID value (identification number), and here, the right side is the increasing direction of the numerical value of the ID value. In FIGS. 5A to 5C, the ID value of the virtual device 5-1 or the virtual device 5-2 is indicated by a black square and is included in the transfer information A-1 or the transfer information A-2. The transfer destination ID value is indicated by a white square. In the present embodiment, “ID value of virtual control device 5-1 <ID value of virtual control device 5-2 <ID value of virtual control device 5-3 <ID value of virtual control device 5-4”. .

図5−2は、仮想制御装置5−1の保持している転送情報A−1と、仮想制御装置5−2の保持している転送情報A−2の一例を示す図である。転送情報A−1と転送情報A−2には図5−2に示すように重複区間が生じることがある。図5−3は、転送情報A−1から転送情報A−2と重複する部分を削除した例を示す図である。図5−3では、転送情報A−1のうち、仮想制御装置5−2のIDを超えているIDを持つ転送先(ここでは、仮想制御装置5−3)を削除した例を示している。   FIG. 5-2 is a diagram illustrating an example of transfer information A-1 held by the virtual control device 5-1, and transfer information A-2 held by the virtual control device 5-2. As shown in FIG. 5B, there may be an overlap section between the transfer information A-1 and the transfer information A-2. FIG. 5C is a diagram illustrating an example in which a portion overlapping with the transfer information A-2 is deleted from the transfer information A-1. FIG. 5C illustrates an example in which a transfer destination (here, the virtual control device 5-3) having an ID exceeding the ID of the virtual control device 5-2 is deleted from the transfer information A-1. .

本実施の形態では、図5−1〜図5−3で例示したように、仮想制御装置5−1〜5−4をIDの小さい順にならべ、IDの最も小さい仮想制御装置5−1〜5−4の転送情報から、IDが2番目に小さい仮想制御装置5−1〜5−4のIDを超えるIDを持つ転送先を削除する。同様に、IDが2番目に小さい仮想制御装置5−1〜5−4の転送情報から、IDが3番目に小さい仮想制御装置5−1〜5−4のIDを超えるIDを持つ転送先を削除する。また、同様に、IDが3番目に小さい仮想制御装置5−1〜5−4の転送情報から、IDが一番大きい仮想制御装置5−1〜5−4のIDを超えるIDを持つ転送先を削除する。   In the present embodiment, as illustrated in FIGS. 5A to 5C, the virtual control devices 5-1 to 5-4 are arranged in ascending order of IDs, and the virtual control devices 5-1 to 5-5 having the smallest IDs are arranged. -4, the transfer destination having an ID exceeding the IDs of the virtual control devices 5-1 to 5-4 having the second smallest ID is deleted. Similarly, from the transfer information of the virtual control devices 5-1 to 5-4 having the second smallest ID, transfer destinations having IDs exceeding the IDs of the virtual control devices 5-1 to 5-4 having the third smallest ID are selected. delete. Similarly, a transfer destination having an ID exceeding the ID of the virtual control device 5-1 to 5-4 having the largest ID from the transfer information of the virtual control device 5-1 to 5-4 having the third smallest ID. Is deleted.

このように、仮想制御装置5−1〜5−4は、IDが自装置の次にIDの大きい仮想制御装置5−1〜5−4のIDを超えるIDを持つ転送先を削除することにより、重複部分を削除することができる。このため、転送情報の容量を削減することができる。また、これらの転送情報を用いて、後述の転送処理において宛先ID値に最も近い転送先を検索する場合にも、重複した検索が不要となり処理負荷も削減することができる。   As described above, the virtual control devices 5-1 to 5-4 delete the transfer destination having an ID whose ID exceeds the ID of the virtual control device 5-1 to 5-4 having the next largest ID. , You can delete the duplicate part. For this reason, the capacity of the transfer information can be reduced. In addition, when searching for a transfer destination closest to the destination ID value in the transfer process described later using these transfer information, a duplicate search is unnecessary and the processing load can be reduced.

つづいて、本実施の形態の動作について説明する。送信処理部2,受信処理部3,共通処理部4の動作は図4に示した制御装置12と同様である。ここでは、仮想制御装置5−1が共通処理部4から受信データを転送された場合を例にあげて説明するが、仮想制御装置5−2〜5−4に受信データが転送された場合も、各仮想制御装置5−2〜5−4の動作は同様となる。   Next, the operation of the present embodiment will be described. The operations of the transmission processing unit 2, the reception processing unit 3, and the common processing unit 4 are the same as those of the control device 12 shown in FIG. Here, a case will be described as an example where the virtual control device 5-1 has received reception data transferred from the common processing unit 4, but there are cases where reception data is transferred to the virtual control devices 5-2 to 5-4. The operations of the virtual control devices 5-2 to 5-4 are the same.

仮想制御装置5−1の演算処理部6−1は、共通処理部4から受信データを受け取ると、まず、宛先ID値が自装置の管理領域(predecessorのID値より大きく、かつ自分のID以下)であるか否かを判断する。宛先ID値が自装置の管理領域のID値であると判断した場合、自装置内の処理として、制御装置12と同様に、受信データがコンテンツの取得要求のときにはコンテンツ管理部8−1に受信データを転送し、受信データが制御要求のときには制御情報管理部7−1に転送する。コンテンツ管理部8−1,制御情報管理部7−1の動作は、それぞれ上述の制御装置11のコンテンツ管理部8,制御情報管理部7の動作と同様である。   When the arithmetic processing unit 6-1 of the virtual control device 5-1 receives the received data from the common processing unit 4, first, the destination ID value is larger than its own management area (predecessor ID value and less than its own ID). ) Or not. When it is determined that the destination ID value is the ID value of the management area of the own device, the content management unit 8-1 receives the received data as a content acquisition request, as in the control device 12, as a process in the own device. Data is transferred, and when the received data is a control request, it is transferred to the control information manager 7-1. The operations of the content management unit 8-1 and the control information management unit 7-1 are the same as the operations of the content management unit 8 and the control information management unit 7 of the control device 11, respectively.

演算処理部6−1が、宛先ID値が自装置の管理領域のID値でないと判断した場合、以下に示す転送処理を行う。図6は、本実施の形態の転送処理手順の一例を示すフローチャートである。なお、本実施の形態では、図5で示した重複部分を削除した転送情報を制御情報管理部7−1〜7−4が算出して保持しているものとする。また、演算処理部6−1〜6−4は、それぞれ、制御装置1内の全ての仮想制御装置5−1〜5−4のID値を仮想制御装置5−1〜5−4の識別子と対応付けて保持しているものとする。なお、フローチャートにおいては、仮想制御装置を仮想ノードと表現し、単にノードという場合には、制御装置と仮想制御装置の区別なく、独立のIDをもつ装置とする。   When the arithmetic processing unit 6-1 determines that the destination ID value is not the ID value of the management area of its own device, the following transfer process is performed. FIG. 6 is a flowchart illustrating an example of a transfer processing procedure according to the present embodiment. In the present embodiment, it is assumed that the control information management units 7-1 to 7-4 calculate and hold the transfer information from which the overlapping portions shown in FIG. 5 are deleted. The arithmetic processing units 6-1 to 6-4 use the ID values of all the virtual control devices 5-1 to 5-4 in the control device 1 as the identifiers of the virtual control devices 5-1 to 5-4, respectively. Assume that they are held in association. In the flowchart, a virtual control device is expressed as a virtual node, and when it is simply referred to as a node, it is a device having an independent ID without distinction between the control device and the virtual control device.

まず、仮想制御装置5−1の演算処理部6−1は、共通処理部4から転送された受信データの宛先ID値が、predecessorのID値より大きく、かつ自分のID値以下(自装置の管理領域)であるか否かを判断する(ステップS1)。自装置の管理領域の宛先ID値である場合(ステップS1 YES)には、転送を行う必要がないため転送処理をそのまま終了する。自装置の管理領域の宛先ID値でない場合(ステップS1 NO)には、宛先ID値がsuccessorのID以下であるか否かを判断する(ステップS2)。なお、ステップS1については、上述のように、すでに転送処理を行うか自装置内の処理を行うかの判断において、同様の処理がされているため、ステップS1を省略し、ステップS2から開始するようにしてもよい。   First, the arithmetic processing unit 6-1 of the virtual control device 5-1 has the destination ID value of the received data transferred from the common processing unit 4 larger than the ID value of the predecessor and less than or equal to its own ID value (of its own device). It is determined whether it is a management area) (step S1). If it is the destination ID value in the management area of the own device (YES in step S1), the transfer process is terminated as it is because there is no need to transfer. If it is not the destination ID value of the management area of the own apparatus (step S1 NO), it is determined whether the destination ID value is equal to or less than the successor ID (step S2). As for the step S1, as described above, since the same processing is already performed in determining whether the transfer processing is already performed or the processing in the own device is performed, the step S1 is omitted and the processing starts from the step S2. You may do it.

宛先IDがsuccessorのID以下でないと判断した場合(ステップS2 NO)には、演算処理部6−1は、さらに、宛先ID値が次の仮想ノード(同一制御装置内でID値が自装置の次に大きい仮想ノード:この例では、仮想制御装置5−2)のID値未満であるか否かを判断する(ステップS3)。宛先ID値が次の仮想ノードのID値未満でないと判断した場合(ステップS3 NO)は、演算処理部6−1は、さらに、宛先ID値以下で最大のID値をもつ仮想ノードを選択する(ステップS4)。つぎに、演算処理部6−1は、その選択した仮想ノード(5−jとする。j=2〜4)の制御情報管理部7−jが保持している転送情報を参照して、そのなかから宛先ID以下で最大のID値を持つ転送先(ノード)を選択する(ステップS5)。そして、演算処理部6−1は、選択したノードに、共通処理部4,送信処理部2経由で、受信データを転送する(ステップS6)。   If it is determined that the destination ID is not less than or equal to the successor ID (NO in step S2), the arithmetic processing unit 6-1 further determines that the destination ID value is the next virtual node (within the same control device, the ID value is the own device). Next largest virtual node: In this example, it is determined whether it is less than the ID value of the virtual control device 5-2) (step S3). If it is determined that the destination ID value is not less than the ID value of the next virtual node (NO in step S3), the arithmetic processing unit 6-1 further selects a virtual node having a maximum ID value equal to or smaller than the destination ID value. (Step S4). Next, the arithmetic processing unit 6-1 refers to the transfer information held by the control information management unit 7-j of the selected virtual node (5-j, j = 2 to 4), and Among them, a transfer destination (node) having a maximum ID value less than or equal to the destination ID is selected (step S5). Then, the arithmetic processing unit 6-1 transfers the received data to the selected node via the common processing unit 4 and the transmission processing unit 2 (Step S6).

一方、ステップS2において、宛先ID値がsuccessorのID値以下であると判断した場合(ステップS2 YES)は、演算処理部6−1は、successorノードに、共通処理部4,送信処理部2経由で、受信データを転送する(ステップS7)。   On the other hand, if it is determined in step S2 that the destination ID value is equal to or less than the successor ID value (YES in step S2), the arithmetic processing unit 6-1 passes the common processing unit 4 and transmission processing unit 2 to the successor node. The received data is transferred (step S7).

また、ステップS3において、宛先ID値が次の仮想ノードのID値未満であると判断した場合(ステップS3 YES)は、演算処理部6−1は、制御情報管理部7−1が保持している転送情報を参照して、そのなかから宛先ID以下で最大のID値を持つ転送先(ノード)を選択し(ステップS8)、ステップS6に進む。   When it is determined in step S3 that the destination ID value is less than the ID value of the next virtual node (YES in step S3), the arithmetic processing unit 6-1 is held by the control information management unit 7-1. The transfer destination (node) having the maximum ID value below the destination ID is selected from among the transfer information (step S8), and the process proceeds to step S6.

ステップS1,ステップS2は通常のChordシステムと同様であるが、本実施の形態のステップS3〜ステップS5では、同一制御装置内の別の仮想制御装置の転送情報を参照するようにしている。このため、より宛先ID値に近いノードへ転送を行うことができ、最終宛先ノードまでの到達にかかる転送回数を減らすことができる。なお、ここでは、重複した部分を削除した転送情報を用いる転送処理手順を示したが、重複した部分を削除しない場合には、ステップS3〜ステップS5,ステップS8のかわりに、演算処理部6−1が、全ての仮想制御装置の転送情報を順次参照して、そのなかから宛先ID値以下で最大のID値をもつノードを選択する処理を行い、ステップS6にすすむようにすればよい。   Steps S1 and S2 are the same as those in the ordinary Chord system, but in steps S3 to S5 of this embodiment, transfer information of another virtual control device in the same control device is referred to. For this reason, transfer can be performed to a node closer to the destination ID value, and the number of transfers required to reach the final destination node can be reduced. Here, the transfer processing procedure using the transfer information from which the duplicated part is deleted is shown. However, when the duplicated part is not deleted, the arithmetic processing unit 6- 6 is replaced with steps S3 to S5 and step S8. 1 may refer to the transfer information of all the virtual control devices in sequence, select a node having a maximum ID value less than or equal to the destination ID value, and proceed to step S6.

なお、本実施の形態では、1つの物理的な制御装置1を4つの仮想制御装置5−1〜5−4として動作させる例について説明したが、これに限らず、1つの物理的な制御装置1に対する仮想制御装置の数がどのような数であっても本実施の形態の転送方法を適用することができる。   In this embodiment, an example in which one physical control device 1 is operated as four virtual control devices 5-1 to 5-4 has been described. However, the present invention is not limited to this, and one physical control device. The transfer method of the present embodiment can be applied to any number of virtual control devices for one.

このように、本実施の形態では、仮想制御装置5−1〜5−4の制御情報管理部7−1〜7−4がインタフェース9を介してお互いの転送情報を参照するようにして、全ての転送情報のなかから、宛先ID値以下で最も宛先ID値に近いID値を持つ転送先に受信データを転送するようにした。さらに、制御情報管理部7−1〜7−4間で転送情報の重複部分を削除するようにした。このため、1回の転送でより宛先ID値に近いノードへ転送を行うことができ、最終宛先ノードまでの到達にかかる転送回数が減らすことができる。さらに、転送情報の重複部分を削減しない場合に比べ記憶容量と処理負荷を削減することができる。   Thus, in the present embodiment, the control information management units 7-1 to 7-4 of the virtual control devices 5-1 to 5-4 refer to each other's transfer information via the interface 9, and all The received data is transferred to a transfer destination having an ID value that is not more than the destination ID value and is closest to the destination ID value. Furthermore, the redundant part of the transfer information is deleted between the control information management units 7-1 to 7-4. For this reason, it is possible to transfer to a node closer to the destination ID value by one transfer, and it is possible to reduce the number of transfers required to reach the final destination node. Furthermore, the storage capacity and processing load can be reduced as compared with the case where the overlapping portion of the transfer information is not reduced.

実施の形態2.
図7は、本発明にかかる制御装置の実施の形態2の機能構成例を示す図である。図7に示すように、本実施の形態の制御装置1aは、実施の形態1の制御装置1からインタフェース9を削除し、制御情報管理部7−1〜7−4,仮想制御装置5−1〜5−4に替えてそれぞれ制御情報管理部7a,仮想制御装置5a−1〜5a−4を備える以外は、実施の形態1の制御装置1と同様である。実施の形態1と同様の機能のものは同一の符号を付して説明を省略する。
Embodiment 2. FIG.
FIG. 7 is a diagram illustrating a functional configuration example of the control device according to the second embodiment of the present invention. As illustrated in FIG. 7, the control device 1a according to the present embodiment deletes the interface 9 from the control device 1 according to the first embodiment, and controls the control information management units 7-1 to 7-4 and the virtual control device 5-1. Are the same as the control device 1 of the first embodiment except that the control information management unit 7a and the virtual control devices 5a-1 to 5a-4 are provided instead of the control information management unit 7a. Components having the same functions as those of the first embodiment are denoted by the same reference numerals and description thereof is omitted.

本実施の形態では、制御装置1aは、全ての仮想制御装置5a−1〜5a−4の制御情報を一元管理する制御情報管理部7aを設けて、各々の演算処理部6−1〜6−4から制御情報管理部7aが保持する情報を参照できるようにしている。制御情報管理部7aは、実施の形態1で説明した制御情報管理部7−1〜7−4がそれぞれ保持していた転送情報を統合した制御情報を保持している。ここで、保持される転送情報は実施の形態1と同様に重複部分を削除したものである。また、さらに、制御情報管理部7aは、仮想制御装置5a−1〜5a−4に接続する通信端末などへのパケット配信に必要な情報(配信情報)を一元管理する。配信情報は、たとえばマルチキャストグループのパケットを配信している通信端末の情報(マルチキャスト配信情報)などである。   In the present embodiment, the control device 1a includes a control information management unit 7a that centrally manages the control information of all the virtual control devices 5a-1 to 5a-4, and each arithmetic processing unit 6-1 to 6-6. 4, the information held by the control information management unit 7a can be referred to. The control information management unit 7a holds control information obtained by integrating the transfer information held by the control information management units 7-1 to 7-4 described in the first embodiment. Here, the transfer information to be held is obtained by deleting the overlapping portion as in the first embodiment. Furthermore, the control information management unit 7a centrally manages information (distribution information) necessary for packet distribution to communication terminals connected to the virtual control devices 5a-1 to 5a-4. The distribution information is, for example, information (communication distribution information) of communication terminals that distribute packets of the multicast group.

つづいて、本実施の形態の転送方法について説明する。本実施の形態の転送方法以外の動作については、実施の形態1と同様である。以下、実施の形態1と異なる部分について説明する。   Next, the transfer method according to this embodiment will be described. Operations other than the transfer method of the present embodiment are the same as those of the first embodiment. Hereinafter, a different part from Embodiment 1 is demonstrated.

図8は、本実施の形態の転送処理手順の一例を示すフローチャートである。ステップS11,ステップS12は、それぞれ実施の形態1のステップS1,ステップS2と同様であるため説明を省略する。ステップS12において、ステップS11において、宛先IDがsuccessorのID以下でないと判断した場合(ステップS12 NO)には、演算処理部6−1は、さらに、制御情報管理部7aが保持している転送情報を参照して、そのなかから宛先ID値以下で最大のID値を持つ転送先(ノード)を選択する(ステップS13)。ステップS14,ステップS15は、実施の形態1のステップS6,ステップS7とそれぞれ同様であるため説明を省略する。このように、本実施の形態では、実施の形態1のステップS3,S4,S5,S8の替わりに、ステップS13のみを行えばよく、実施の形態1に比べ転送処理手順を簡素化できる。   FIG. 8 is a flowchart illustrating an example of a transfer processing procedure according to the present embodiment. Step S11 and step S12 are the same as step S1 and step S2 of the first embodiment, respectively, and thus description thereof is omitted. In step S12, when it is determined in step S11 that the destination ID is not equal to or less than the successor ID (NO in step S12), the arithmetic processing unit 6-1 further transfers the transfer information held by the control information management unit 7a. , A transfer destination (node) having a maximum ID value that is equal to or smaller than the destination ID value is selected (step S13). Steps S14 and S15 are the same as steps S6 and S7 of the first embodiment, respectively, and thus description thereof is omitted. Thus, in this embodiment, it is only necessary to perform step S13 instead of steps S3, S4, S5, and S8 of the first embodiment, and the transfer processing procedure can be simplified as compared with the first embodiment.

つづいて、本実施の形態のマルチキャスト配信情報の共有について説明する。オーバレイネットワークを利用したマルチキャストパケット配信を行う場合、同一の制御装置に属する複数の仮想制御装置が、同一のマルチキャストパケットの配信を受けることが起こりうる。この場合、マルチキャストパケットが重複して同一の制御装置に送信されることになりトラフィックに無駄が生じてしまう。本実施の形態では、この重複受信をさけるためにマルチキャスト配信情報の共有を行う。   Next, sharing of multicast distribution information according to the present embodiment will be described. When multicast packet distribution using an overlay network is performed, a plurality of virtual control apparatuses belonging to the same control apparatus may receive distribution of the same multicast packet. In this case, multicast packets are duplicated and transmitted to the same control device, and traffic is wasted. In the present embodiment, multicast distribution information is shared in order to avoid this duplicate reception.

図9は、マルチキャスト配信情報の共有によってパケットの二重配信を回避する方法を示す図である。図10は、配信情報の一例を示す図である。図10には、仮想制御装置5a−1に関する配信情報を示している。このような配信情報が、仮想制御装置5a−1〜5a−4の全てについて保持されている。まず、仮想制御装置5a−1に通信端末10a−1が接続し、マルチキャストグループxのパケット配信を受けているとする。図10の上段には、この状態の仮想制御装置5a−1の配信情報を示している。仮想制御装置5a−1の配信情報には、このように、マルチキャストグループごとにその配信を受けている通信端末が格納されている。   FIG. 9 is a diagram illustrating a method of avoiding double packet distribution by sharing multicast distribution information. FIG. 10 is a diagram illustrating an example of distribution information. FIG. 10 shows distribution information related to the virtual control device 5a-1. Such distribution information is held for all of the virtual control devices 5a-1 to 5a-4. First, it is assumed that the communication terminal 10a-1 is connected to the virtual control device 5a-1 and receives packet distribution of the multicast group x. The upper part of FIG. 10 shows distribution information of the virtual control device 5a-1 in this state. In this way, the distribution information of the virtual control device 5a-1 stores the communication terminals receiving the distribution for each multicast group.

つぎに、仮想制御装置5a−2に接続されている通信端末10a−2が、マルチキャストグループxの配信要求を送信する。仮想制御装置5a−2の演算処理部6−2は、受信処理部3,共通処理部4経由でマルチキャストグループの配信要求を受信すると、制御情報管理部7aが保持している配信情報を参照して、マルチキャストグループxへの配信情報を含む仮想制御装置5a−1〜5a−4を検索する。   Next, the communication terminal 10a-2 connected to the virtual control device 5a-2 transmits a distribution request for the multicast group x. When the arithmetic processing unit 6-2 of the virtual control device 5a-2 receives the multicast group distribution request via the reception processing unit 3 and the common processing unit 4, the arithmetic processing unit 6-2 refers to the distribution information held by the control information management unit 7a. Thus, the virtual control devices 5a-1 to 5a-4 including distribution information to the multicast group x are searched.

この場合、演算処理部6−2は、マルチキャストグループxへの配信情報を含む仮想制御装置5a−1〜5a−4を検索した結果として、仮想制御装置5a−1を得ることになる。そして、演算処理部6−2は、仮想制御装置5a−1の配信情報に通信端末10a−2を追加する。図10の下段は、通信端末10a−2が追加された状態の仮想制御装置5a−1の配信情報(マルチキャストxに対応する行)を示している。   In this case, the arithmetic processing unit 6-2 obtains the virtual control device 5a-1 as a result of searching for the virtual control devices 5a-1 to 5a-4 including the distribution information to the multicast group x. Then, the arithmetic processing unit 6-2 adds the communication terminal 10a-2 to the distribution information of the virtual control device 5a-1. The lower part of FIG. 10 shows distribution information (a row corresponding to multicast x) of the virtual control device 5a-1 with the communication terminal 10a-2 added.

図11は、本実施の形態のマルチキャスト配信設定処理手順の一例を示すフローチャートである。以下、図9と同様に、仮想制御装置5a−2が、自装置に接続される通信端末10a−2からマルチキャストグループの配信要求を受信した場合について説明する。まず、仮想制御装置5a−2の演算処理部6−2は、制御情報管理部7aが保持している仮想制御装置5a−1の配信情報を検索して、配信要求のあったマルチキャストグループと同じマルチキャストグループのエントリ(情報)があるか否かを判断する(ステップS21)。同じマルチキャストグループのエントリがあると判断した場合(ステップS21 YES)には、仮想制御装置5a−1の配信情報に、通信端末10a−2を追加し(ステップS22)、マルチキャスト配信設定処理を終了する。   FIG. 11 is a flowchart illustrating an example of a multicast distribution setting process procedure according to the present embodiment. Hereinafter, similarly to FIG. 9, a case where the virtual control device 5a-2 receives a multicast group distribution request from the communication terminal 10a-2 connected to the own device will be described. First, the arithmetic processing unit 6-2 of the virtual control device 5a-2 searches the distribution information of the virtual control device 5a-1 held by the control information management unit 7a, and is the same as the multicast group that requested the distribution. It is determined whether there is a multicast group entry (information) (step S21). If it is determined that there is an entry for the same multicast group (YES in step S21), the communication terminal 10a-2 is added to the distribution information of the virtual control device 5a-1 (step S22), and the multicast distribution setting process is terminated. .

一方、ステップS21において、同じマルチキャストグループのエントリがないと判断した場合(ステップS21 NO)には、演算処理部6−2は、全ての仮想ノード(ここでは仮想制御装置5a−1〜5a−4)を検索済みが否かを判断する(ステップS23)。全ての仮想ノードを検索済みでないと判断した場合(ステップS23 NO)には、未検索の仮想ノードのうちの1つを選択し(ステップS24)、ステップS21以降の処理を繰り返す。   On the other hand, when it is determined in step S21 that there is no entry of the same multicast group (NO in step S21), the arithmetic processing unit 6-2 determines that all the virtual nodes (here, the virtual control devices 5a-1 to 5a-4). ) Is determined (step S23). If it is determined that not all virtual nodes have been searched (NO in step S23), one of the unsearched virtual nodes is selected (step S24), and the processes in and after step S21 are repeated.

また、ステップS23において、全ての仮想ノードを検索済みであると判断した場合(ステップS23 YES)には、演算処理部6−2は、そのマルチキャストグループに参加するためのマルチキャストパケット配信要求を共通処理部4,送信処理部2経由でマルチパケット配信要求の送信先(マルチパケット要求を管理する装置,他のマルチパケット配信を受けている制御装置など)へ送信する(ステップS25)。そして、自装置(5a−2)の、そのマルチパケットグループの配信情報に通信端末10a−2を追加する(ステップS22)。   If it is determined in step S23 that all virtual nodes have been searched (YES in step S23), the arithmetic processing unit 6-2 performs a common process on a multicast packet distribution request for joining the multicast group. The multi-packet distribution request is transmitted to the transmission destination of the multi-packet distribution request (a device that manages the multi-packet request, another control device that receives multi-packet distribution, etc.) via the unit 4 and the transmission processing unit 2 (step S25). Then, the communication terminal 10a-2 is added to the distribution information of the multi-packet group of the own device (5a-2) (step S22).

なお、本実施の形態では、制御情報管理部7aが配信情報を一元管理するようにしたが、実施の形態1の制御装置1と同様の構成として、制御情報管理部7−1〜7−4をお互いに参照することにより、図11に示した手順を行うようにしてもよい。この場合、演算処理部6−2は、制御情報管理部7aの配信情報を参照する替わりに、制御情報管理部7−1の配信情報を順次参照して全ての仮想ノード分を検索するようにすればよい。   In the present embodiment, the control information management unit 7a manages the distribution information in a unified manner, but the control information management units 7-1 to 7-4 have the same configuration as the control device 1 of the first embodiment. The steps shown in FIG. 11 may be performed by referring to each other. In this case, the arithmetic processing unit 6-2 searches all the virtual nodes by sequentially referring to the distribution information of the control information management unit 7-1 instead of referring to the distribution information of the control information management unit 7a. do it.

なお、本実施の形態では、配信情報を仮想制御装置ごとに保持するようにしたが、配信情報を統合し、全ての仮想制御装置5a−1〜5a−4の配信情報を1つの配信情報として管理するようにしてもよい。図12は、このように、配信情報を統合した場合のマルチキャスト配信設定処理手順の一例を示すフローチャートである。   In this embodiment, the distribution information is held for each virtual control device. However, the distribution information is integrated, and the distribution information of all the virtual control devices 5a-1 to 5a-4 is set as one distribution information. You may make it manage. FIG. 12 is a flowchart illustrating an example of a multicast distribution setting process procedure when the distribution information is integrated as described above.

図12を用いてこの場合の処理を説明する。まず、仮想制御装置5a−2は、制御情報管理部7aが保持している統合された配信情報を検索して、配信要求のあったマルチキャストグループと同じマルチキャストグループのエントリがあるか否かを判断する(ステップS31)。   The process in this case will be described with reference to FIG. First, the virtual control device 5a-2 searches the integrated distribution information held by the control information management unit 7a, and determines whether there is an entry for the same multicast group as the multicast group that requested the distribution. (Step S31).

同じマルチキャストグループのエントリがあった場合(ステップS31 YES)は、統合された配信情報に通信端末6−2を追加する(ステップS32)。同じマルチキャストグループのエントリがない場合(ステップS31 NO)は、そのマルチキャストグループに参加するためのマルチキャストパケット配信要求を、共通処理部4,送信処理部2経由でマルチパケット配信要求の送信先(マルチパケット要求を管理する装置,他のマルチパケット配信を受けている制御装置など)へ送信する(ステップS33)。そして、自装置(5a−2)の、そのマルチパケットグループの配信情報に通信端末10a−2を追加する(ステップS32)。このように、統合された配信情報を用いると、処理手順を図11の場合に比べて簡略化することができる。   If there is an entry for the same multicast group (YES in step S31), the communication terminal 6-2 is added to the integrated distribution information (step S32). If there is no entry for the same multicast group (NO in step S31), a multicast packet distribution request for participating in the multicast group is sent to the destination of the multi-packet distribution request via the common processing unit 4 and the transmission processing unit 2 (multi-packet). The request is transmitted to a device that manages the request, another control device that receives multi-packet distribution, or the like (step S33). Then, the communication terminal 10a-2 is added to the distribution information of the multi-packet group of the own device (5a-2) (step S32). Thus, when the integrated distribution information is used, the processing procedure can be simplified as compared with the case of FIG.

このように、本実施の形態では、制御情報管理部7aが、転送情報および制御情報を一元管理するようにした。このため、実施の形態1にくらべ転送処理を簡略化することができ、同一のマルチキャストグループの重複配信を避けることができる。また、さらに、配信情報を統合化することにより、マルチキャストグループの配信設定処理を簡略化することができる。   As described above, in this embodiment, the control information management unit 7a manages the transfer information and the control information in an integrated manner. For this reason, the transfer process can be simplified as compared with the first embodiment, and the duplicate distribution of the same multicast group can be avoided. Further, by integrating the distribution information, it is possible to simplify the multicast group distribution setting process.

以上のように、本発明にかかるパケット転送方法および制御装置は、オーバレイネットワークにおけるパケット転送に有用であり、特に、仮想ノードを含むChordシステムにおけるパケット転送に適している。   As described above, the packet transfer method and control device according to the present invention are useful for packet transfer in an overlay network, and are particularly suitable for packet transfer in a Chord system including a virtual node.

本発明にかかる制御装置の実施の形態1の機能構成例を示す図である。It is a figure which shows the function structural example of Embodiment 1 of the control apparatus concerning this invention. 実施の形態1のオーバレイネットワークの一例を示す図である。2 is a diagram illustrating an example of an overlay network according to Embodiment 1. FIG. 単独制御装置の機能構成例を示す図である。It is a figure which shows the function structural example of a single control apparatus. 物理的に1つの制御装置を4つの仮想制御装置として動作させる場合の機能構成例を示す図である。It is a figure which shows the function structural example in the case of operating one control apparatus physically as four virtual control apparatuses. 仮想制御装置5−1の転送情報を示す図である。It is a figure which shows the transfer information of the virtual control apparatus 5-1. 仮想制御装置5−1の保持している転送情報と、仮想制御装置5−2の保持している転送情報の一例を示す図である。It is a figure which shows an example of the transfer information which the virtual control apparatus 5-1 hold | maintains, and the transfer information which the virtual control apparatus 5-2 hold | maintains. 重複部分を削除した転送情報を示す図である。It is a figure which shows the transfer information which deleted the duplication part. 実施の形態1の転送手順の一例を示すフローチャートである。3 is a flowchart illustrating an example of a transfer procedure according to the first embodiment. 本発明にかかる制御装置の実施の形態2の機能構成例を示す図である。It is a figure which shows the function structural example of Embodiment 2 of the control apparatus concerning this invention. 実施の形態2の転送処理手順の一例を示すフローチャートである。10 is a flowchart illustrating an example of a transfer processing procedure according to the second embodiment. マルチキャスト配信情報の共有によってパケットの二重配信を回避する方法を示す図である。It is a figure which shows the method of avoiding double delivery of a packet by sharing multicast delivery information. 仮想制御装置5a−1の配信情報の一例を示す図である。It is a figure which shows an example of the delivery information of virtual control apparatus 5a-1. 実施の形態2のマルチキャスト配信設定処理手順の一例を示すフローチャートである。10 is a flowchart illustrating an example of a multicast distribution setting process procedure according to the second embodiment. 配信情報を統合した場合のマルチキャスト配信設定処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the multicast delivery setting processing procedure at the time of integrating delivery information.

符号の説明Explanation of symbols

1,1a,12 制御装置
2 送信処理部
3 受信処理部
4 共通処理部
5−1〜5−4,5a−1〜5a−4 仮想制御装置
6−1〜6−4,6a 演算処理部
7,7−1〜7−4,7a 制御情報管理部
8,8−1〜8−4 コンテンツ管理部
9 インタフェース
10−1〜10−5,10a−1,10a−2 通信端末
11 単独制御装置
1, 1a, 12 Controller 2 Transmission processor 3 Reception processor 4 Common processor 5-1 to 5-4, 5a-1 to 5a-4 Virtual controller 6-1 to 6-4, 6a Arithmetic processor 7 , 7-1 to 7-4, 7a Control information management unit 8, 8-1 to 8-4 Content management unit 9 Interface 10-1 to 10-5, 10a-1, 10a-2 Communication terminal 11 Single control device

Claims (11)

複数の仮想制御装置を備える制御装置を含みオーバレイネットワークを構成する通信システムにおいて、固有の識別番号が付与されかつ前記識別番号に基づき識別番号空間における管理領域が個別に割り当てられ前記管理領域内の識別番号を有するコンテンツを管理する仮想制御装置におけるパケット転送方法であって、
前記識別番号に基づいて所定の個数の識別番号を生成し、生成した識別番号を有する装置を転送先とした転送情報を生成し、前記転送情報を、同一の制御装置に属する全ての仮想制御装置間で共有可能に保持する転送情報生成ステップと、
前記全ての仮想制御装置のうちのデータを受信した仮想制御装置が、受信データに含まれる最終的な宛先を示す宛先識別番号が自装置の管理領域でない場合に、前記宛先識別番号に基づき、前記共有可能に保持された転送情報の中から転送先を選択する転送先選択ステップと、
前記受信データを受信した仮想制御装置が前記選択した転送先に前記受信データを転送する転送ステップと、
を含むことを特徴とするパケット転送方法。
In a communication system comprising an overlay network including a control device including a plurality of virtual control devices, a unique identification number is assigned and a management area in an identification number space is individually assigned based on the identification number, and identification in the management area A packet transfer method in a virtual control device that manages content having a number ,
On the basis of the identification number to generate the identification number of the predetermined number, the apparatus having a generated identification number to generate a transfer information and a transfer destination, the transfer information, all the virtual controller belonging to the same control device A transfer information generation step that can be shared between them,
The virtual control device that has received the data among all the virtual control devices, when the destination identification number indicating the final destination included in the received data is not the management area of the own device, based on the destination identification number, A transfer destination selection step for selecting a transfer destination from transfer information held in a sharable manner;
A transfer step of virtual controller which has received the reception data transfers the received data to a transfer destination and the selected,
A packet transfer method comprising:
前記転送情報生成ステップにおいては、各仮想制御装置が、固有の識別情報に基づきそれぞれ前記転送情報を生成することを特徴とする請求項1に記載のパケット転送方法。   2. The packet transfer method according to claim 1, wherein, in the transfer information generation step, each virtual control device generates the transfer information based on unique identification information. 前記転送情報生成ステップにおいては、同一制御装置に属する仮想制御装置のなかで自装置の次に前記識別番号が大きい仮想制御装置の識別番号未満の識別番号を持つ転送先の転送情報を生成することを特徴とする請求項2に記載のパケット転送方法。   In the transfer information generation step, transfer information of a transfer destination having an identification number less than the identification number of the virtual control device having the next largest identification number among the virtual control devices belonging to the same control device is generated. The packet transfer method according to claim 2. 前記転送先選択ステップにおいては、前記宛先識別番号が前記次に識別番号が大きい仮想制御装置の識別番号未満である場合には、自装置の転送情報に基づき転送先を選択し、一方、前記宛先識別番号が前記次に識別番号が大きい仮想制御装置の識別番号以上である場合には、同一制御装置に属する仮想制御装置のうちの、前記宛先識別番号以下で最大の識別番号を有する仮想制御装置の転送情報に基づいて転送先を選択することを特徴とする請求項3に記載のパケット転送方法。   In the transfer destination selection step, when the destination identification number is less than the identification number of the virtual control device having the next largest identification number, a transfer destination is selected based on the transfer information of the own device, while the destination If the identification number is equal to or greater than the identification number of the virtual control device having the next largest identification number, the virtual control device having the largest identification number not more than the destination identification number among the virtual control devices belonging to the same control device 4. The packet transfer method according to claim 3, wherein a transfer destination is selected based on the transfer information. 前記転送情報生成ステップにおいては、仮想制御装置ごとに生成された転送先のリストを統合して、1つの転送情報を生成することを特徴とする請求項1に記載のパケット転送方法。   The packet transfer method according to claim 1, wherein in the transfer information generation step, one transfer information is generated by integrating a list of transfer destinations generated for each virtual control device. 前記転送先選択ステップにおいては、前記転送情報のなかから、前記宛先識別番号以下で最大の識別番号を持つ転送先を選択することを特徴とする請求項1〜5のいずれか1つに記載のパケット転送方法。   The transfer destination selecting step selects a transfer destination having a maximum identification number equal to or less than the destination identification number from the transfer information. Packet transfer method. 前記仮想制御装置に接続する端末からマルチキャストグループの配信要求があった場合に、前記全ての仮想制御装置が保持し、マルチキャストグループの配信を受けている配下の端末が格納されている、配信情報を検索し、前記配信要求のあったマルチキャストグループと同一のマルチキャストグループの配信情報が検索結果として得られた場合には、得られた配信情報に前記端末を追加する配信設定処理ステップ、
をさらに含むことを特徴とする請求項1〜6のいずれか1つに記載のパケット転送方法。
When there is a multicast group distribution request from a terminal connected to the virtual control apparatus, distribution information stored in all the virtual control apparatuses and stored in the subordinate terminals receiving the multicast group distribution is stored. A distribution setting processing step of searching and adding the terminal to the obtained distribution information when the distribution information of the same multicast group as the multicast group requested for distribution is obtained as a search result;
The packet transfer method according to claim 1, further comprising:
前記配信情報を、仮想制御装置ごとに保持し、
前記配信設定処理ステップにおいては、仮想制御装置ごとに配信情報を検索することを特徴とする請求項7に記載のパケット転送方法。
The distribution information is held for each virtual control device,
The packet transfer method according to claim 7, wherein in the distribution setting processing step, distribution information is searched for each virtual control device.
前記全ての仮想制御装置の配信情報を統合して1つの配信情報として保持することを特徴とする請求項7に記載のパケット転送方法。   8. The packet transfer method according to claim 7, wherein distribution information of all the virtual control devices is integrated and held as one distribution information. オーバレイネットワークを構成し、固有の識別番号に基づき識別番号空間における管理領域が個別に割り当てられ前記管理領域内の識別番号を有するコンテンツを管理する複数の仮想制御装置を備える制御装置であって、
前記各仮想制御装置が、
前記識別番号に基づいて所定の個数の識別番号を生成し、生成した識別番号を有する装置を転送先とした転送情報を生成し、前記転送情報を、同一の制御装置に属する全ての仮想制御装置間で共有可能に保持する制御情報管理手段と、
受信データに含まれる最終的な宛先を示す宛先識別番号が自装置の管理領域でない場合に、前記宛先識別番号に基づき、前記共有可能に保持された転送情報の中から転送先を選択して転送する演算手段と、
を備えることを特徴とする制御装置。
A control device comprising a plurality of virtual control devices that configure an overlay network and that manage content having an identification number in the management area, each of which is assigned a management area in an identification number space based on a unique identification number,
Each of the virtual control devices
On the basis of the identification number to generate the identification number of the predetermined number, the apparatus having a generated identification number to generate a transfer information and a transfer destination, the transfer information, all the virtual controller belonging to the same control device Control information management means to be held sharable between,
When the destination identification number indicating the final destination included in the received data is not in the management area of its own device, based on the destination identification number, the transfer destination is selected from the transfer information held in a sharable manner and transferred. Computing means for
A control device comprising:
オーバレイネットワークを構成し、固有の識別番号に基づき識別番号空間における管理領域が個別に割り当てられ前記管理領域内の識別番号を有するコンテンツを管理する複数の仮想制御装置を備える制御装置であって、
前記仮想制御装置ごとの、前記識別番号に基づいて生成された所定の個数の識別番号を有する装置を転送先とした転送情報を、統合して1つの転送情報として保持する制御情報管理手段と、
を備え、
前記仮想制御装置が、
受信データに含まれる最終的な宛先を示す宛先識別番号が自装置の管理領域でない場合に、前記宛先識別番号に基づき、前記共有可能に保持された転送情報の中から転送先を選択して転送する演算手段と、
を備えることを特徴とする制御装置。
A control device comprising a plurality of virtual control devices that configure an overlay network and that manage content having an identification number in the management area, each of which is assigned a management area in an identification number space based on a unique identification number,
Control information management means for integrating and holding transfer information for each virtual control device, with transfer devices having a predetermined number of identification numbers generated based on the identification number as transfer destinations ,
With
The virtual control device is
When the destination identification number indicating the final destination included in the received data is not in the management area of its own device, based on the destination identification number, the transfer destination is selected from the transfer information held in a sharable manner and transferred. Computing means for
A control device comprising:
JP2007056351A 2007-03-06 2007-03-06 Packet transfer method and control device Expired - Fee Related JP4926763B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007056351A JP4926763B2 (en) 2007-03-06 2007-03-06 Packet transfer method and control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007056351A JP4926763B2 (en) 2007-03-06 2007-03-06 Packet transfer method and control device

Publications (2)

Publication Number Publication Date
JP2008219644A JP2008219644A (en) 2008-09-18
JP4926763B2 true JP4926763B2 (en) 2012-05-09

Family

ID=39839124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007056351A Expired - Fee Related JP4926763B2 (en) 2007-03-06 2007-03-06 Packet transfer method and control device

Country Status (1)

Country Link
JP (1) JP4926763B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5429179B2 (en) * 2008-10-02 2014-02-26 日本電気株式会社 Network node and load balancing method thereof

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7613796B2 (en) * 2002-09-11 2009-11-03 Microsoft Corporation System and method for creating improved overlay network with an efficient distributed data structure
JP2004221807A (en) * 2003-01-14 2004-08-05 Hitachi Ltd Distribution routing table management system and router
JP4556761B2 (en) * 2005-05-06 2010-10-06 株式会社日立製作所 Packet transfer device

Also Published As

Publication number Publication date
JP2008219644A (en) 2008-09-18

Similar Documents

Publication Publication Date Title
US11121968B2 (en) Systems and methods for dynamic routing on a shared IP address
US9762494B1 (en) Flow distribution table for packet flow load balancing
US9438520B2 (en) Synchronizing state among load balancer components
JP6129928B2 (en) Agile data center network architecture
JP6169251B2 (en) Asymmetric packet flow in distributed load balancers
JP5381998B2 (en) Cluster control system, cluster control method, and program
US7353276B2 (en) Bi-directional affinity
US7693050B2 (en) Stateless, affinity-preserving load balancing
US7315896B2 (en) Server network controller including packet forwarding and method therefor
US20120230187A1 (en) Load balancing sctp associations using vtag mediation
US20140304361A1 (en) Systems and methods for distributed hash table contract renewal
JP5861772B2 (en) Network appliance redundancy system, control device, network appliance redundancy method and program
US20120233240A1 (en) Sctp association endpoint relocation in a load balancing system
WO2021083375A1 (en) Method and apparatus for detecting link states
CN101534255A (en) A method and device for realizing oriented processing of certain request
JP4926763B2 (en) Packet transfer method and control device
WO2023207189A1 (en) Load balancing method and system, computer storage medium, and electronic device
JP2007013804A (en) Attribute designated communication method and communication apparatus thereof
JP2004264911A (en) Computer node, cluster system, cluster control method, and cluster control program
US9118581B2 (en) Routing network traffic
JP2008005449A (en) Method and system for managing distributed data
WO2021155663A1 (en) Method and apparatus for determining link forwarding service flow
Kimmatkar et al. Applications sharing using binding server for distributed environment
JP2012043330A (en) Data retrieval system, data retrieval method, node and computer program of the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110707

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

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

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

Free format text: PAYMENT UNTIL: 20150217

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees