JP2009141391A - Overlay multicast packet communication system - Google Patents

Overlay multicast packet communication system Download PDF

Info

Publication number
JP2009141391A
JP2009141391A JP2007312233A JP2007312233A JP2009141391A JP 2009141391 A JP2009141391 A JP 2009141391A JP 2007312233 A JP2007312233 A JP 2007312233A JP 2007312233 A JP2007312233 A JP 2007312233A JP 2009141391 A JP2009141391 A JP 2009141391A
Authority
JP
Japan
Prior art keywords
control device
multicast
packet
communication
distribution 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.)
Granted
Application number
JP2007312233A
Other languages
Japanese (ja)
Other versions
JP4906693B2 (en
Inventor
Hajime Hirai
肇 平井
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 JP2007312233A priority Critical patent/JP4906693B2/en
Publication of JP2009141391A publication Critical patent/JP2009141391A/en
Application granted granted Critical
Publication of JP4906693B2 publication Critical patent/JP4906693B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To obtain an overlay multicast packet communication system enabling efficient overlay multicast communication by suppressing consumption in a communication line having a narrow bandwidth. <P>SOLUTION: The overlay multicast packet communication system is divided into a plurality of subaggregates comprising a group of control units connected without using any narrow-band communication paths based on the width of a physical communication path, where the respective control units are connected by the aggregate of the control units. The control unit in each subaggregate communicatively forms a logical communication path without using the communication path between the subaggregates. A first control unit in charge of distribution transmits a multicast packet to one second control unit selected per subaggregate by unicast. The second control unit duplicates a packet and distributes it to the control unit of a distribution destination belonging to the same subaggregate along the logical communication path. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、狭帯域を含むオーバレイネットワークにおいてマルチキャストパケット通信を行う、オーバレイマルチキャストパケット通信システムに関するものである。   The present invention relates to an overlay multicast packet communication system that performs multicast packet communication in an overlay network including a narrow band.

従来、オーバレイネットワークを用いたノード間通信、ならびにデータの分散配置をスケーラブルに行う方法として、非特許文献1に代表される分散ハッシュテーブル(DHT:Distributed Hash Table)技術がある。DHTを用いたオーバレイネットワークでは、ネットワークを構成するノードとそこに配置するデータの双方にハッシュ関数を用いて固定長のID値を割り当てる。各々のデータはID値が最も近くなるノードが管理するようにして、データを分散配置する。   Conventionally, there is a distributed hash table (DHT) technique typified by Non-Patent Document 1 as a method for performing scalable communication between nodes using an overlay network and distributed data. In an overlay network using DHT, a fixed-length ID value is assigned to both the nodes constituting the network and the data arranged therein using a hash function. Each data is distributed and arranged so that the node having the closest ID value manages it.

このDHTを用いて多数のノードとユーザ端末によるオーバレイネットワークを構成し、このネットワーク上でマルチキャスト通信を行う場合、パケットの複製配信処理を何れか1つのノード(配信ノード)が担当する。配信ノードでは参加ユーザが接続する全てのノードを配信情報として管理しており、ある参加ユーザ端末から受信したパケットを複製・配信して全ての参加ユーザにマルチキャストパケットが行き渡る。   When this DHT is used to form an overlay network of a large number of nodes and user terminals and multicast communication is performed on this network, one of the nodes (distribution node) is in charge of packet replication distribution processing. In the distribution node, all nodes to which the participating users connect are managed as distribution information, and packets received from a certain participating user terminal are copied and distributed, and multicast packets are distributed to all participating users.

また、DHT技術以外の方法では、例えば特許文献1に、複雑なVPN管理が不要で且つ種々のトンネル技術に適用可能なマルチキャスト通信の方法が示されている。   As a method other than the DHT technique, for example, Patent Document 1 discloses a multicast communication method that does not require complicated VPN management and can be applied to various tunnel techniques.

“Chord: A Scalable Peer―to―Peer Lookup Service for Internet Applications”, Proc. ACM SIGCOMM, 2001“Cord: A Scalable Peer-to-Peer Lookup Service for Internet Applications”, Proc. ACM SIGCOMM, 2001 特開2002−176436号公報JP 2002-176436 A

しかしながら、DHT技術を用いて構成したオーバレイネットワークを用いてマルチキャスト通信を行う場合、配信ノードはハッシュ関数の出力値であるノードIDに基づいて選ばれ、参加ユーザ端末やそれが接続するノードの配置とは無関係に決定される。そのため、ユーザ端末から配信ノードまでの通信経路に帯域が狭い回線が存在する場合には、配信ノードへパケットを往復転送することにより、その回線の帯域消費および通信の遅延を生じる。特に下りパケット(配信ノードからユーザ端末に向けて送られてくるパケット)は配信ノードによって複製されているため、自他の通信に及ぼす影響が大きくなる。このように、オーバレイマルチキャスト通信行う際に発生する狭帯域の通信回線への負担を軽減することが課題であった。   However, when performing multicast communication using an overlay network configured using the DHT technology, a distribution node is selected based on a node ID that is an output value of a hash function, and the arrangement of participating user terminals and nodes to which the distribution user terminal is connected Is determined independently. For this reason, when a line with a narrow band exists in the communication path from the user terminal to the distribution node, a packet is reciprocally transferred to the distribution node, resulting in band consumption of the line and communication delay. In particular, since downlink packets (packets sent from the distribution node to the user terminal) are duplicated by the distribution node, the influence on the other communication becomes large. As described above, it has been a problem to reduce the burden on a narrow-band communication line that occurs when performing overlay multicast communication.

また、特許文献1の技術によれば、無視できない帯域の違いが存在するネットワークにおいてその帯域差を考慮した転送経路制御によってマルチキャスト配信を行う方法については言及されていない。   In addition, according to the technique of Patent Document 1, there is no mention of a method for performing multicast distribution by transfer path control in consideration of a bandwidth difference in a network in which a bandwidth difference that cannot be ignored exists.

本発明は、上記に鑑みてなされたものであって、帯域の狭い通信回線の消費を抑制し、効率的なオーバレイマルチキャスト通信を行うことが出来るオーバレイマルチキャストパケット通信システムを得ることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to provide an overlay multicast packet communication system capable of suppressing the consumption of a communication line with a narrow band and performing efficient overlay multicast communication.

上述した課題を解決し、目的を達成するために、本発明は、物理的な通信路を介して相互に接続される制御装置と、前記制御装置に接続する通信端末とを有し、マルチキャストグループとマルチキャストパケットの配信先の制御装置の関係を示すマルチキャスト配信情報がマルチキャストグループごとに一意に決定される一つの第一の制御装置に夫々分散されて保持され、該マルチキャスト配信情報に基づいて前記マルチキャストパケットを転送するオーバレイマルチキャストパケット通信システムにおいて、制御装置間を接続する物理的な通信路の広狭に基づき狭帯域通信路を介さずに接続されている複数の制御装置を夫々含む複数の副集合に分割され、制御装置は、自装置と同じ副集合に所属する全ての制御装置へ通信可能に論理的な通信路を追加し、前記第一の制御装置に保持されるマルチキャスト配信情報は、前記マルチキャストパケットの配信先の制御装置として、副集合毎に一台選択される第二の制御装置を設定し、前記第二の制御装置は、マルチキャストグループと、自分と同じ副集合に所属し、マルチキャスト配信先の通信端末が接続されている制御装置と、の関係を示す中継配信情報を保持し、前記第一の制御装置は、前記マルチキャスト配信情報に基づきマルチキャストパケットを前記第二の制御装置にユニキャストで送信し、該ユニキャストで送られてきたパケットを受信した前記第二の制御装置は、前記中継配信情報が示す宛先のマルチキャストグループの配信先の制御装置に、前記パケットを複製して前記論理的な通信路に沿って配信する、ことを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention includes a control device connected to each other via a physical communication path, a communication terminal connected to the control device, and a multicast group. And multicast distribution information indicating the relationship between the multicast packet distribution destination control devices are distributed and held in one first control device uniquely determined for each multicast group, and the multicast distribution information is based on the multicast distribution information. In an overlay multicast packet communication system for transferring packets, a plurality of sub-sets each including a plurality of control devices connected without passing through a narrowband communication path based on the width of a physical communication path connecting the control apparatuses. The control device is divided and logically communicated to all control devices belonging to the same subset as its own device. The multicast distribution information added to the first control device is set as the second control device selected for each subset as the control device of the multicast packet distribution destination, The second control device retains relay distribution information indicating a relationship between the multicast group and a control device that belongs to the same subset as itself and to which the communication terminal of the multicast distribution destination is connected. The control device transmits the multicast packet to the second control device by unicast based on the multicast distribution information, and the second control device that receives the packet transmitted by the unicast receives the relay distribution information. The packet is replicated and distributed along the logical communication path to the control device of the distribution destination of the multicast group of the destination indicated by To.

この発明によれば、一定以上の広さの通信帯域の物理的な通信路で接続されている制御装置群をひとつの副集合とし、各副集合内の制御装置は、副集合間の通信路を使用しなくても通信可能に論理的な通信路を形成し、マルチキャストパケットは、各副集合つき一台定められている所定第一の制御装置に夫々ユニキャストで送信されるので、帯域の狭い通信回線の消費を抑制し、効率的なオーバレイマルチキャスト通信を行うことが出来るオーバレイマルチキャストパケット通信システムを得ることができるという効果を奏する。   According to the present invention, a group of control devices connected by a physical communication path having a communication band of a certain width or more is defined as one subset, and the control devices in each subset are communication paths between the subsets. A logical communication path is formed so that communication can be performed without using a multicast packet, and a multicast packet is transmitted by unicast to a predetermined first control device defined for each sub-set. It is possible to obtain an overlay multicast packet communication system capable of suppressing the consumption of a narrow communication line and performing efficient overlay multicast communication.

以下に、本発明にかかるオーバレイマルチキャストパケット通信システムの実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of an overlay multicast packet communication system according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

実施の形態1.
最初に、本発明の実施の形態1にかかるオーバレイマルチキャストパケット通信システムのネットワーク構成を説明する。図1に、本発明の実施の形態1にかかるオーバレイマルチキャストパケット通信システムのネットワーク構成の一例を示す。
Embodiment 1.
First, the network configuration of the overlay multicast packet communication system according to the first exemplary embodiment of the present invention will be described. FIG. 1 shows an example of a network configuration of an overlay multicast packet communication system according to the first exemplary embodiment of the present invention.

図1において、実施の形態1にかかるオーバレイマルチキャストパケット通信システムは、制御装置1および通信端末7で構成され、事業者が設置する制御装置1にユーザが通信端末7を接続してマルチキャストパケット通信を行う。制御装置1と別の制御装置1、および制御装置1と通信端末7の間にはそれぞれ論理的な通信路が設定されており、各々の通信路において片方向あるいは双方向の通信が可能である。パケット転送においてはこの論理的通信路に沿った経路を選択することができる。   In FIG. 1, the overlay multicast packet communication system according to the first embodiment is composed of a control device 1 and a communication terminal 7, and a user connects the communication terminal 7 to the control device 1 installed by an operator to perform multicast packet communication. Do. A logical communication path is set between the control apparatus 1 and another control apparatus 1, and between the control apparatus 1 and the communication terminal 7, and one-way or two-way communication is possible in each communication path. . In packet transfer, a route along this logical communication path can be selected.

夫々の制御装置1および通信端末7は、何れかのネットワークアイランド8に配属されている。ネットワークアイランド8とは、ネットワーク上のある地点から帯域の狭い通信経路を使用しないで到達可能な領域であり、互いに異なるネットワークアイランド8に属する制御装置1を接続する通信路は同一のネットワークアイランド8に属する制御装置1を接続する通信路に比べて狭い通信帯域を有する。通信帯域が狭い通信路とは、具体的には、実際に早い通信速度が得られない通信路のほか、インターネット・エクスチェンジやISPの接点など、実際は広い帯域が確保されている場所であっても、構造的にアクセスが集中するために1通信あたりに広い通信帯域が確保できないか、負荷をかけることが望ましくない箇所を含む。ネットワークアイランド8への分割は、IPレイヤや実際の通信速度の計測結果に基づいて、事業者により行われる。   Each control device 1 and communication terminal 7 are assigned to one of the network islands 8. The network island 8 is an area that can be reached from a certain point on the network without using a narrow-band communication path. The communication path connecting the control devices 1 belonging to different network islands 8 is the same network island 8. It has a narrower communication band than the communication path connecting the control devices 1 to which it belongs. A communication channel with a narrow communication band is specifically a communication channel that does not actually provide a high communication speed, as well as a place where a wide band is actually secured, such as an Internet exchange or ISP contact point. Included are places where a wide communication band cannot be secured per communication due to structurally concentrated access or where it is not desirable to apply a load. The division into the network islands 8 is performed by the operator based on the measurement result of the IP layer and the actual communication speed.

次に、このようなネットワークを構成する制御装置1の機能構成を説明する。図2は、本発明の実施の形態1にかかるオーバレイマルチキャストパケット通信システムを構成するノードの役割を果たす制御装置1の構成を示す図である。   Next, a functional configuration of the control device 1 configuring such a network will be described. FIG. 2 is a diagram showing a configuration of the control device 1 serving as a node constituting the overlay multicast packet communication system according to the first embodiment of the present invention.

図2において、制御装置1は、制御情報管理部2、データベース管理部3、演算処理部4、送信処理部5および受信処理部6を備える。   2, the control device 1 includes a control information management unit 2, a database management unit 3, an arithmetic processing unit 4, a transmission processing unit 5, and a reception processing unit 6.

制御情報管理部2は、装置間におけるパケット転送のための転送情報を保持する。転送情報は、自装置1の識別番号である識別番号と、パケット転送可能な相手の制御装置1の識別番号とに関する情報である。識別番号は、自装置1に固有の値からハッシュ関数によって生成した固定長のビット列の上位ビットを、それが所属するネットワークアイランド8に対して一意に割り当てられた識別番号の数字に置き換えられた値である。転送可能な相手の制御装置1は、この識別番号に基づいて設定され、自装置1は、転送可能な相手の制御装置1と論理的な通信路を形成する。各制御装置1がこのように論理的な通信路を形成することにより、図1に示されるネットワークが形成される。   The control information management unit 2 holds transfer information for packet transfer between devices. The transfer information is information regarding the identification number that is the identification number of the own device 1 and the identification number of the partner control device 1 that can transfer the packet. The identification number is a value obtained by replacing the high-order bits of a fixed-length bit string generated by a hash function from a value unique to the own device 1 with the number of the identification number uniquely assigned to the network island 8 to which the identification number belongs. It is. The transferable counterpart control device 1 is set based on this identification number, and the own device 1 forms a logical communication path with the transferable counterpart control device 1. Each control device 1 forms a logical communication path in this way, thereby forming the network shown in FIG.

データベース管理部3は、オーバレイネットワーク上に分散配置するデータベースを保持する。データベースは、ユーザが属するマルチキャストグループの識別番号と、転送先の制御装置1または通信端末の識別番号とに関する情報(以下、単にエントリという)のデータベースである。制御装置1は、マルチキャスト通信において制御装置1が担う役割によって異なるタイプのデータベースを保持する。制御装置1は、その役割により、配信制御装置1x、中継制御装置1y、および末端制御装置1zの3種類に分けられる。各役割は兼任される場合があってもよい。配信制御装置1xは、マルチキャストグループにおける配信機能を担当する制御装置1である。中継制御装置1yは、各ネットワークアイランド8に一台選択された、配信制御装置1zからのパケットを複製して末端制御装置1zに配信する制御装置1である。末端制御装置1zは、マルチキャストグループに属するユーザの通信端末7が接続される制御装置1である。   The database management unit 3 holds a database that is distributed on the overlay network. The database is a database of information (hereinafter simply referred to as entries) regarding the identification number of the multicast group to which the user belongs and the identification number of the control apparatus 1 or communication terminal as the transfer destination. The control device 1 holds different types of databases depending on the role of the control device 1 in multicast communication. The control device 1 is divided into three types according to its role: a distribution control device 1x, a relay control device 1y, and a terminal control device 1z. Each role may be combined. The distribution control device 1x is the control device 1 in charge of the distribution function in the multicast group. The relay control device 1y is a control device 1 that duplicates a packet from the distribution control device 1z selected for each network island 8 and distributes the packet to the end control device 1z. The end control device 1z is the control device 1 to which the communication terminals 7 of users belonging to the multicast group are connected.

図3は、データベースの例を説明する図である。この例に示すデータベースは、マルチキャストグループと宛先の中継制御装置1yとに関するエントリのデータベースである。以下、図3のような、宛先が中継制御装置1yのエントリのデータベースをマルチキャスト配信情報とよび、後述する中継制御装置1yや末端制御装置1zが保持するデータベースと区別する。マルチキャスト配信情報は、分散ハッシュによって何れかの制御装置1のデータベース管理部3に保存されており、各マルチキャストグループにとって、該グループのエントリが含まれるマルチキャスト配信情報を保持する制御装置1が、配信制御装置1xとなる。   FIG. 3 is a diagram illustrating an example of a database. The database shown in this example is a database of entries related to the multicast group and the destination relay control device 1y. Hereinafter, the database of entries whose destination is the relay control device 1y as shown in FIG. 3 is referred to as multicast distribution information, and is distinguished from the databases held by the relay control device 1y and the end control device 1z described later. The multicast distribution information is stored in the database management unit 3 of one of the control devices 1 by a distributed hash. For each multicast group, the control device 1 that holds the multicast distribution information including the entry of the group performs distribution control. Device 1x.

中継制御装置1yは、配信制御装置1xから送信されるパケットを、同じネットワークアイランド8に所属し、マルチキャストグループに参加している通信端末7が接続されている末端制御装置1zの数だけ複製し、該末端制御装置1zを宛先として論理的な通信路に沿って転送する。このようにパケットを転送するために、中継制御装置1yのデータベース管理部3には、図3のデータベースにおいて、各エントリのパケットの複製配信先として中継制御装置1yの代わりに末端制御装置1zの識別番号が記されているデータベースが保持されている。   The relay control device 1y duplicates the packet transmitted from the distribution control device 1x by the number of terminal control devices 1z to which the communication terminals 7 belonging to the same network island 8 and participating in the multicast group are connected, The terminal control device 1z is transferred as a destination along a logical communication path. In order to transfer the packet in this way, the database management unit 3 of the relay control apparatus 1y identifies the end control apparatus 1z instead of the relay control apparatus 1y as a copy distribution destination of the packet of each entry in the database of FIG. A database with numbers is maintained.

末端制御装置1zのデータベースには、図3のデータベースにおいて、各エントリのパケットの複製配信先として、中継制御装置1yの代わりに、自装置1zに接続され、マルチキャストグループに参加している通信端末7の識別番号が記されている。   In the database of the terminal control device 1z, the communication terminals 7 connected to the own device 1z and participating in the multicast group as a copy distribution destination of the packet of each entry in the database of FIG. 3 instead of the relay control device 1y. The identification number is marked.

送信処理部5および受信処理部6は、外部ネットワークとの通信を行う。   The transmission processing unit 5 and the reception processing unit 6 communicate with an external network.

演算処理部4は、制御情報管理部2、データベース管理部3、送信処理部5および受信処理部6を連結し、受信処理部6から到達するデータを解析し、それがネットワークの制御要求であれば制御情報処理部2へ、データベースの取得要求であればデータベース管理部3へ、また他の制御装置1へ転送すべきデータであれば制御情報処理部2を参照の上で送信処理部5より外部ネットワークへ転送する。   The arithmetic processing unit 4 connects the control information management unit 2, the database management unit 3, the transmission processing unit 5 and the reception processing unit 6 and analyzes the data arriving from the reception processing unit 6. If this is a network control request, For example, if it is a database acquisition request to the control information processing unit 2, the transmission processing unit 5 refers to the control information processing unit 2 if referring to the control information processing unit 2 if it is data to be transferred to the other control device 1. Transfer to external network.

次に、実施の形態1にかかるオーバレイマルチキャストパケット通信システムにおいてマルチキャストパケットが転送される動作を説明する。図4は、実施の形態1にかかるオーバレイマルチキャストパケット通信システムにおけるマルチキャストパケットの配信経路を説明する図である。   Next, an operation of transferring a multicast packet in the overlay multicast packet communication system according to the first embodiment will be described. FIG. 4 is a diagram for explaining a multicast packet distribution route in the overlay multicast packet communication system according to the first embodiment.

図4において、何れかの通信端末7からマルチキャストパケットを受信した制御装置1は、論理的通信路を用いてそのパケットを中継制御装置1yに転送し、該中継制御装置1yがそのパケットを配信制御装置1xに転送する。配信制御装置1xはそのデータベース管理部3に保存されたマルチキャスト配信情報を参照し、マルチキャストグループ識別番号に対応するエントリを検索する。エントリで指定された配信数だけパケットを複製し、配信先の中継制御装置1y群に1パケットずつそれぞれユニキャストで送信する。次に、中継制御装置1yは、データベース管理部3に保持されるデータベースを参照し、マルチキャストグループ識別番号に対応するエントリを検索し、配信制御装置1xからユニキャストで受信したパケットを複製して宛先の末端制御装置1z群にそれぞれユニキャストで送信する。パケットを受信した末端制御装置1zは、自装置1zのデータベース管理部3のデータベースを参照し、マルチキャストグループ識別番号に対応するエントリを検索し、自宛先の通信端末7にパケットを送信し、該通信端末7はマルチキャストパケットを受信する。   In FIG. 4, the control device 1 that has received a multicast packet from any one of the communication terminals 7 transfers the packet to the relay control device 1 y using a logical communication path, and the relay control device 1 y controls distribution of the packet. Transfer to device 1x. The distribution control device 1x refers to the multicast distribution information stored in the database management unit 3 and searches for an entry corresponding to the multicast group identification number. Packets are duplicated by the number of distributions specified in the entry, and each packet is transmitted unicast to the distribution destination relay control device 1y group. Next, the relay control device 1y refers to the database held in the database management unit 3, searches for an entry corresponding to the multicast group identification number, duplicates the packet received by unicast from the distribution control device 1x, Each of the terminal control devices 1z is transmitted by unicast. The terminal control device 1z that has received the packet refers to the database of the database management unit 3 of the own device 1z, searches for an entry corresponding to the multicast group identification number, transmits the packet to the communication terminal 7 that is the destination, and Terminal 7 receives the multicast packet.

このように、実施の形態1によるマルチキャストパケット通信においては、各ネットワークアイランド8の中継制御装置1yに夫々ユニキャストでパケットが送信され、中継制御装置1yは該パケットを複製して同一のネットワークアイランド8に所属する末端制御装置1zに送信する。因みに、非特許文献1のような一般的なDHT技術のみに基づいて構築されたオーバレイネットワークにおいて、マルチキャストパケット通信を行う場合、実施の形態1による構成に示したような中継制御装置1yを持たないので、図5に示すように、配信を担当する制御装置(実施の形態1における配信制御装置1xに相当)は、受信する通信端末が接続されている制御装置(末端制御装置1zに相当)に向け、該送信先の制御装置の数だけパケットを複製して送信する。このことからわかるように、実施の形態1によるマルチキャストパケット通信の通信方法によれば、ネットワークアイランド8間の狭帯域の通信路を通過するパケットの数を低減することができる。   As described above, in the multicast packet communication according to the first embodiment, a packet is transmitted by unicast to the relay control device 1y of each network island 8, and the relay control device 1y duplicates the packet to transmit the same network island 8 Is transmitted to the terminal control device 1z belonging to. Incidentally, when performing multicast packet communication in an overlay network constructed only based on a general DHT technology such as Non-Patent Document 1, the relay control device 1y as shown in the configuration according to the first embodiment is not provided. Therefore, as shown in FIG. 5, the control device in charge of distribution (corresponding to the distribution control device 1x in the first embodiment) is connected to the control device (corresponding to the terminal control device 1z) to which the receiving communication terminal is connected. The packet is copied and transmitted by the number of control devices of the transmission destination. As can be seen from the above, according to the communication method of multicast packet communication according to the first embodiment, the number of packets passing through the narrowband communication path between the network islands 8 can be reduced.

次に、実施の形態1によるオーバレイマルチキャストパケット通信システムの、あるユーザの通信端末7があるマルチキャストグループに参加する場合の動作を説明する。図6は、通信端末7があるマルチキャストグループに参加する参加処理動作を説明するフローチャートである。   Next, the operation of the overlay multicast packet communication system according to Embodiment 1 when a certain user communication terminal 7 joins a certain multicast group will be described. FIG. 6 is a flowchart for explaining the join processing operation for joining a certain multicast group with the communication terminal 7.

図6において、通信端末7が接続する末端制御装置1zにマルチキャストパケットの参加要求メッセージを送信する(ステップS1)と、末端制御装置1zの演算処理部4は、自装置1zのデータベース管理部3に保持されるデータベースを参照し、参加要求があったマルチキャストグループのエントリを検索することにより、そのマルチキャストグループのパケットを自装置1zに接続している別の通信端末7に配信しているかどうかを判定する(ステップS2)。既に他の通信端末7に配信している場合(ステップS2、Yes)、自装置1zまでパケットを届ける経路は存在するので、参加要求を出した通信端末7にパケットを複製配信するように自装置1zのデータベースに記載されるマルチキャストグループの宛先に追加し(ステップS7)、処理を終了する。   In FIG. 6, when a multicast packet participation request message is transmitted to the terminal control device 1z to which the communication terminal 7 is connected (step S1), the arithmetic processing unit 4 of the terminal control device 1z sends to the database management unit 3 of the own device 1z. By referring to the stored database and searching for the entry of the multicast group for which the participation request has been made, it is determined whether or not the packet of the multicast group is distributed to another communication terminal 7 connected to the own apparatus 1z. (Step S2). If the packet has already been delivered to another communication terminal 7 (Yes in step S2), there is a route for delivering the packet to the own device 1z, so that the own device is duplicated and delivered to the communication terminal 7 that has issued the participation request. It adds to the destination of the multicast group described in the 1z database (step S7), and ends the process.

要求メッセージを受信した末端制御装置1zの演算処理部4が、自装置1zに接続されている通信端末7のうち、他にこのマルチキャストグループの配信を受けている通信端末7がないと判定する場合(ステップS2、No)、末端制御装置1zは、データベースにこのマルチキャストグループの識別番号と要求メッセージを送信した通信端末7のエントリを加えるとともに、自装置1が所属するネットワークアイランド8の中継制御装置1yに対し、自装置1zにパケットを複製配信するよう要求メッセージを送信する(ステップS3)。中継制御装置1yが該要求メッセージを受信すると、該中継制御装置1yの演算処理部4は、データベース管理部3に保持されるデータベースを参照し、参加要求があったマルチキャストグループのエントリを検索することにより、そのマルチキャストグループのパケットを、自装置1yが所属するネットワークアイランド8に所属する末端制御装置1zで、要求メッセージを送信した末端制御装置1z以外の末端制御装置1zに配信しているかどうかを判定する(ステップS4)。既に他の末端制御装置1zに配信している場合(ステップS4、Yes)、自装置1yまでパケットを届ける経路は存在するので、要求メッセージを送信した末端制御装置1zをデータベースに記載されるパケット複製配信先に加えることで、該末端制御装置1zにパケットを複製配信するように設定し(ステップS8)、処理を終了する。   When the arithmetic processing unit 4 of the terminal control device 1z that has received the request message determines that there is no other communication terminal 7 receiving the distribution of this multicast group among the communication terminals 7 connected to the own device 1z. (Step S2, No), the end control device 1z adds the identification number of the multicast group and the entry of the communication terminal 7 that transmitted the request message to the database, and the relay control device 1y of the network island 8 to which the own device 1 belongs. In response to this, a request message is transmitted so as to duplicate and distribute the packet to its own device 1z (step S3). When the relay control device 1y receives the request message, the arithmetic processing unit 4 of the relay control device 1y refers to the database held in the database management unit 3 and searches for the entry of the multicast group for which the participation request has been made. Thus, it is determined whether the packet of the multicast group is distributed to the terminal control device 1z other than the terminal control device 1z that transmitted the request message by the terminal control device 1z belonging to the network island 8 to which the own device 1y belongs. (Step S4). When the packet is already distributed to another terminal control device 1z (step S4, Yes), there is a route for delivering the packet to the own device 1y, so the terminal control device 1z that transmitted the request message is copied in the database. By adding it to the delivery destination, the terminal control device 1z is set to replicate and deliver the packet (step S8), and the process ends.

要求メッセージを受信した中継制御装置1yの演算処理部4が、自装置1yから配信している末端制御装置1zのうち、他にこのマルチキャストグループの配信を受けている末端制御装置1zがないと判定する場合(ステップS4、No)、要求メッセージを受信した中継制御装置1yは、データベースにこのマルチキャストグループの識別番号と要求メッセージを送信した末端制御装置1zのエントリを加えるとともに、配信制御装置1xに対して自装置1yにパケットを複製配信するよう要求メッセージを送信する(ステップS5)。要求メッセージを受信した配信制御装置1xは、自装置1xの演算処理部4が、自装置1xのデータベース管理部3に保持されるデータベースに、そのマルチキャストグループの複製配信先に、要求メッセージを送信した中継制御装置1yを追加することで、該中継制御装置1yに複製配信するように設定し(ステップS6)、処理を終了する。   Receiving the request message, the arithmetic processing unit 4 of the relay control device 1y determines that there is no other end control device 1z receiving the multicast group distribution among the end control devices 1z distributed from the own device 1y. If the relay control device 1y receives the request message (step S4, No), it adds the identification number of this multicast group and the entry of the end control device 1z that transmitted the request message to the database, and sends it to the distribution control device 1x. Then, a request message is transmitted so as to duplicate and deliver the packet to the own apparatus 1y (step S5). When the distribution control device 1x receives the request message, the arithmetic processing unit 4 of the own device 1x transmits the request message to the replication distribution destination of the multicast group to the database held in the database management unit 3 of the own device 1x. By adding the relay control apparatus 1y, the relay control apparatus 1y is set to be replicated and distributed (step S6), and the process is terminated.

このように、マルチパケット通信を行っている通信端末7と同一のネットワークアイランド8に所属する通信端末7が新規にマルチキャストパケットの受信を希望する場合、できるだけ配信制御装置1xのデータベースを変更することなく通信端末7のマルチパケット通信への参加処理が実行されるので、参加要求メッセージがネットワークアイランド8間を通過することによる狭帯域回線の負荷を低減することができる。   In this way, when a communication terminal 7 belonging to the same network island 8 as the communication terminal 7 performing multi-packet communication desires to newly receive a multicast packet, the database of the distribution control device 1x is not changed as much as possible. Since the participation process for the multi-packet communication of the communication terminal 7 is executed, it is possible to reduce the load on the narrowband line due to the participation request message passing between the network islands 8.

このように、実施の形態1にかかるオーバレイマルチキャストパケット通信システムによれば、一定以上の広さの通信帯域の物理的な通信路で接続されている制御装置群をひとつの副集合(ネットワークアイランド)とし、各副集合内の制御装置は、副集合間の通信路を使用しなくても通信可能に論理的な通信路を形成し、マルチキャストパケットは、各副集合につき一台定められている所定第一の制御装置に夫々ユニキャストで送信され、前記所定第一の制御装置は、該ユニキャストで送られてきたパケットを、マルチキャスト配信先である制御装置に複製配信するように構成されているので、帯域の狭い通信回線の消費を抑制し、効率的なオーバレイマルチキャスト通信を行うことが出来る。   As described above, according to the overlay multicast packet communication system according to the first embodiment, a group of control devices connected by a physical communication path having a communication band of a certain width or more is formed as one sub-set (network island). The control device in each sub-set forms a logical communication path so that communication is possible without using a communication path between the sub-sets, and one multicast packet is defined for each sub-set. Each of the first control devices is transmitted to the first control device by unicast, and the predetermined first control device is configured to replicate and distribute the packet transmitted by the unicast to the control device which is the multicast distribution destination. Therefore, it is possible to suppress the consumption of a communication line with a narrow bandwidth and perform efficient overlay multicast communication.

実施の形態2.
次に、本発明の実施の形態2にかかるオーバレイマルチキャストパケット通信システムについて説明する。実施の形態2にかかるオーバレイマルチキャストパケット通信システムは、ある通信端末7からマルチキャストパケットをマルチキャストグループに送信したとき、配信制御装置1xが、そのパケットを配信制御装置1xに宛てて送信した中継制御装置1yに対してマルチキャスト配信情報の該当するエントリを送信することが特徴である。ネットワーク構成、制御装置の機能構成、およびマルチキャストグループへの参加処理は、実施の形態1と同等であるので説明を省略し、本実施の形態のパケット通信システムの特徴であるあるマルチキャスト配信情報の複製を送信する動作についてのみ説明する。
Embodiment 2.
Next, an overlay multicast packet communication system according to the second embodiment of the present invention will be described. In the overlay multicast packet communication system according to the second embodiment, when a multicast packet is transmitted from a certain communication terminal 7 to a multicast group, the distribution control device 1x transmits the packet to the distribution control device 1x. Is characterized by transmitting a corresponding entry of multicast distribution information. Since the network configuration, the functional configuration of the control device, and the process of joining the multicast group are the same as those in the first embodiment, description thereof will be omitted, and the multicast distribution information that is a feature of the packet communication system of the present embodiment will be duplicated. Only the operation of transmitting is described.

図7は、図2のネットワークにおいて、中継制御装置1yに対してマルチキャスト配信情報の複製を送信する動作を説明する図である。   FIG. 7 is a diagram for explaining an operation of transmitting a copy of multicast distribution information to the relay control device 1y in the network of FIG.

図7において、中継制御装置1yが同一のネットワークアイランド8に所属する通信端末7から末端制御装置1zを経由してマルチキャストパケットを受信すると、そのパケットは配信制御装置1xに転送される(図中破線矢印(1))。一回マルチキャストパケットを受信した配信中継装置1xは、パケットを転送してきた中継制御装置1yに対してマルチキャスト配信情報の中から宛先のマルチキャストグループに関するエントリの複製を、前記するマルチキャストパケットを中継した中継制御装置1yに送信し、これを受信した中継制御装置1yはこのマルチキャスト配信情報のエントリを自装置1yのデータベース管理部3に記憶する(図中点線矢印(2))。こうして、中継制御装置1yは、このマルチキャストグループに関して、配信制御装置1xとしての機能が付加される。   In FIG. 7, when the relay control device 1y receives a multicast packet from the communication terminal 7 belonging to the same network island 8 via the terminal control device 1z, the packet is transferred to the distribution control device 1x (broken line in the figure). Arrow (1)). The distribution relay device 1x that has received the multicast packet once transmits a copy of the entry related to the destination multicast group from the multicast distribution information to the relay control device 1y that has transferred the packet, and relay control that relays the multicast packet described above. The relay control apparatus 1y that has transmitted to and received the apparatus 1y stores the multicast distribution information entry in the database management unit 3 of the own apparatus 1y (dotted line arrow (2) in the figure). In this way, the relay control device 1y is added with the function as the distribution control device 1x for this multicast group.

この状態で配下の何れかの通信端末7(最初の通信端末と同一でなくてもよい)が上記と同一のマルチキャストグループに宛てたパケットを送信すると、そのパケットは中継制御装置1yに転送され、前記するデータベース管理部3に記憶されたマルチキャスト配信情報を参照することによって自らパケットを複製し、リストに記載される宛先の中継制御装置1yに配信する(図中破線矢印(3))。その後の転送処理は、実施の形態1にかかるオーバレイマルチキャストパケット通信システムのパケットを送信する動作と同様である。   In this state, when any subordinate communication terminal 7 (which may not be the same as the first communication terminal) transmits a packet addressed to the same multicast group as described above, the packet is transferred to the relay control device 1y, By referring to the multicast distribution information stored in the database management unit 3 described above, the packet itself is duplicated and distributed to the destination relay control device 1y described in the list (broken line arrow (3) in the figure). The subsequent transfer processing is the same as the operation of transmitting the packet of the overlay multicast packet communication system according to the first embodiment.

このように、実施の形態2にかかるオーバレイマルチキャストパケット通信システムによれば、配信制御装置1xがマルチキャストパケットを受信すると、該パケットが経由して送られてきた中継制御装置1yに該当するマルチキャスト配信情報を複製して送信し、該中継制御装置1yは、送信されてきたマルチキャスト配信情報と、保持する中継配信情報とに基づいて該当するマルチキャストグループ宛のパケットを転送するようにしたので、実施の形態1にかかるオーバレイマルチキャストパケット通信システムに比較して、中継制御装置1yへの配信に当たって配信制御装置1xを経由する必要がなくなるため、ネットワークアイランド8間の狭帯域の通信路上での転送回数が低減される。また、送信元の通信端末7と同一のネットワークアイランド8に存在する通信端末7への配信パケットは中継制御装置1yで折り返して配信されるので、ネットワークアイランド8外部の通信路を経由せずに配信される。   Thus, according to the overlay multicast packet communication system according to the second embodiment, when the distribution control device 1x receives the multicast packet, the multicast distribution information corresponding to the relay control device 1y transmitted via the packet is received. Since the relay control apparatus 1y transfers the packet addressed to the corresponding multicast group based on the transmitted multicast distribution information and the relay distribution information held therein, the embodiment Compared with the overlay multicast packet communication system according to FIG. 1, since it is not necessary to go through the distribution control device 1x for distribution to the relay control device 1y, the number of transfers on the narrowband communication path between the network islands 8 is reduced. The Also, since the delivery packet to the communication terminal 7 existing on the same network island 8 as the transmission source communication terminal 7 is looped back and delivered by the relay control device 1y, the delivery packet is delivered without going through the communication path outside the network island 8. Is done.

ところで、実施の形態1および実施の形態2によるオーバレイマルチキャストパケット通信システムにおいて、各ネットワークアイランド8間の通信路は、中継制御装置1yのみが保持できるように構成してもよい。このようにすることで、同一のネットワークアイランド8内の転送回数をさらに低減することができる。   By the way, in the overlay multicast packet communication system according to the first embodiment and the second embodiment, the communication path between the network islands 8 may be configured to be held only by the relay control device 1y. In this way, the number of transfers within the same network island 8 can be further reduced.

以上のように、本発明にかかるオーバレイマルチキャストパケット通信システムは、狭帯域を含むオーバレイネットワークにおいてマルチキャストパケット通信を行うオーバレイマルチキャストパケット通信システムに適用して好適である。   As described above, the overlay multicast packet communication system according to the present invention is suitable for application to an overlay multicast packet communication system that performs multicast packet communication in an overlay network including a narrow band.

実施の形態1にかかるオーバレイマルチキャストパケット通信システムのネットワーク構成の一例を説明する図である。1 is a diagram for explaining an example of a network configuration of an overlay multicast packet communication system according to a first embodiment; FIG. 実施の形態1にかかる制御装置の機能構成を説明する図である。FIG. 3 is a diagram illustrating a functional configuration of a control device according to the first embodiment. データベースの例を説明する図である。It is a figure explaining the example of a database. 実施の形態1のパケット通信システムにおけるマルチキャストパケットの配信経路を説明する図である。6 is a diagram for explaining a multicast packet distribution route in the packet communication system according to the first embodiment; FIG. 一般的なオーバレイマルチキャストパケット通信システムにおけるマルチキャストパケットの配信経路を説明する図である。It is a figure explaining the delivery route of the multicast packet in a general overlay multicast packet communication system. 実施の形態1のパケット通信システムにおいて、通信端末がマルチキャストグループに参加する参加処理動作を説明するフローチャートである。5 is a flowchart for explaining a join processing operation in which a communication terminal joins a multicast group in the packet communication system according to the first embodiment. 実施の形態2のパケット通信システムにおいて、中継制御装置に対してマルチキャスト配信情報のエントリの複製を送信する動作を説明する図である。FIG. 11 is a diagram for explaining an operation of transmitting a duplicate of multicast distribution information entry to the relay control device in the packet communication system according to the second embodiment.

符号の説明Explanation of symbols

1 制御装置
1x 配信制御装置
1y 中継制御装置
1z 末端制御装置
2 制御情報管理部
3 データベース管理部
4 演算処理部
5 送信処理部
6 受信処理部
7 通信端末
8 ネットワークアイランド
DESCRIPTION OF SYMBOLS 1 Control apparatus 1x Distribution control apparatus 1y Relay control apparatus 1z End control apparatus 2 Control information management part 3 Database management part 4 Arithmetic processing part 5 Transmission processing part 6 Reception processing part 7 Communication terminal 8 Network island

Claims (4)

物理的な通信路を介して相互に接続される制御装置と、前記制御装置に接続する通信端末とを有し、マルチキャストグループとマルチキャストパケットの配信先の制御装置の関係を示すマルチキャスト配信情報がマルチキャストグループごとに一意に決定される一つの第一の制御装置に夫々分散されて保持され、該マルチキャスト配信情報に基づいて前記マルチキャストパケットを転送するオーバレイマルチキャストパケット通信システムにおいて、
制御装置間を接続する物理的な通信路の広狭に基づき狭帯域通信路を介さずに接続されている複数の制御装置を夫々含む複数の副集合に分割され、制御装置は、自装置と同じ副集合に所属する全ての制御装置へ通信可能に論理的な通信路を追加し、
前記第一の制御装置に保持されるマルチキャスト配信情報は、前記マルチキャストパケットの配信先の制御装置として、副集合毎に一台選択される第二の制御装置を設定し、
前記第二の制御装置は、マルチキャストグループと、自分と同じ副集合に所属し、マルチキャスト配信先の通信端末が接続されている制御装置と、の関係を示す中継配信情報を保持し、
前記第一の制御装置は、前記マルチキャスト配信情報に基づきマルチキャストパケットを前記第二の制御装置にユニキャストで送信し、
該ユニキャストで送られてきたパケットを受信した前記第二の制御装置は、前記中継配信情報が示す宛先のマルチキャストグループの配信先の制御装置に、前記パケットを複製して前記論理的な通信路に沿って配信する、
ことを特徴とするオーバレイマルチキャストパケット通信システム。
Multicast distribution information including a control device connected to each other via a physical communication path and a communication terminal connected to the control device, and indicating a relationship between a multicast group and a control device to which multicast packets are distributed, is multicast. In an overlay multicast packet communication system that is distributed and held in one first control device uniquely determined for each group and forwards the multicast packet based on the multicast distribution information,
Based on the width of the physical communication path connecting the control devices, the control device is divided into a plurality of sub-sets each including a plurality of control devices connected without going through a narrowband communication path. Add a logical communication path to enable communication to all control devices belonging to the subset.
The multicast distribution information held in the first control device sets a second control device that is selected for each subset as a control device to which the multicast packet is distributed,
The second control device holds relay distribution information indicating a relationship between the multicast group and a control device that belongs to the same subset as the control device to which the multicast distribution destination communication terminal is connected,
The first control device transmits a multicast packet unicast to the second control device based on the multicast distribution information,
The second control device that has received the packet transmitted by the unicast copies the packet to the distribution destination control device of the destination multicast group indicated by the relay distribution information and copies the logical communication path. Deliver along
An overlay multicast packet communication system characterized by the above.
前記第二の制御装置同士のみが異なる副集合間に論理的な通信路を形成する、
ことを特徴とする請求項1に記載のオーバレイマルチキャストパケット通信システム。
Only the second control device forms a logical communication path between different subsets,
The overlay multicast packet communication system according to claim 1.
新規に通信端末がマルチキャストグループへの参加を所望する場合、該通信端末は前記第二の制御装置に参加要求メッセージを送信し、
該メッセージを受信した前記第二の制御装置は、前記通信端末が接続されている制御装置を、前記中継配信情報の前記マルチキャストグループのマルチキャスト配信先に追加する、
ことを特徴とする請求項1または2に記載のオーバレイマルチキャストパケット通信システム。
When a communication terminal newly desires to join a multicast group, the communication terminal transmits a participation request message to the second control device,
The second control device that has received the message adds the control device to which the communication terminal is connected to the multicast distribution destination of the multicast group of the relay distribution information.
The overlay multicast packet communication system according to claim 1 or 2,
マルチキャストグループに所属する通信端末がマルチキャストパケットを送信したとき、制御装置は、該パケットを、前記論理的な通信路に沿って自装置と同一の副集合に所属する第二の制御装置を経由する転送経路をとって、前記マルチキャストグループに関するマルチキャスト配信情報を保持する第一の制御装置に転送し、
前記パケットを受信した前記第一の制御装置は、前記パケットが経由した前記第二の制御装置に前記マルチキャスト配信情報を複製して送信し、前記マルチキャスト配信情報を受信した前記第二の制御装置は、自装置と同一の副集合に属する制御装置に接続されている通信端末から前記マルチキャストグループ宛のマルチキャストパケットを受け取ると、前記受信したマルチキャスト配信情報に基づき、異なる副集合に属する第二の制御装置にユニキャストで前記マルチキャストパケットを送信するとともに、自装置の中継配信情報に保持される前記マルチキャストグループに所属する通信端末が接続している制御装置へ、前記マルチキャストグループ宛のパケットを複製して前記論理的な通信路に沿って配信する、
ことを特徴とする請求項1〜3の何れかひとつに記載のオーバレイマルチキャストパケット通信システム。
When a communication terminal belonging to a multicast group transmits a multicast packet, the control device passes the packet through a second control device belonging to the same subset as the own device along the logical communication path. Take a transfer path, transfer to the first control device holding the multicast distribution information about the multicast group,
The first control device that has received the packet replicates and transmits the multicast distribution information to the second control device through which the packet has passed, and the second control device that has received the multicast distribution information When a multicast packet addressed to the multicast group is received from a communication terminal connected to a control device belonging to the same subset as the own device, the second control device belonging to a different subset based on the received multicast distribution information The multicast packet is transmitted by unicast to the control device connected to the communication terminal belonging to the multicast group held in the relay distribution information of the own device, and the packet addressed to the multicast group is duplicated. Deliver along a logical channel,
The overlay multicast packet communication system according to any one of claims 1 to 3.
JP2007312233A 2007-12-03 2007-12-03 Overlay multicast packet communication system Expired - Fee Related JP4906693B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007312233A JP4906693B2 (en) 2007-12-03 2007-12-03 Overlay multicast packet communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007312233A JP4906693B2 (en) 2007-12-03 2007-12-03 Overlay multicast packet communication system

Publications (2)

Publication Number Publication Date
JP2009141391A true JP2009141391A (en) 2009-06-25
JP4906693B2 JP4906693B2 (en) 2012-03-28

Family

ID=40871616

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007312233A Expired - Fee Related JP4906693B2 (en) 2007-12-03 2007-12-03 Overlay multicast packet communication system

Country Status (1)

Country Link
JP (1) JP4906693B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011101082A (en) * 2009-11-04 2011-05-19 Yokogawa Electric Corp Information transfer system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063598A (en) * 1996-08-22 1998-03-06 Nippon Telegr & Teleph Corp <Ntt> Method, system, and server for multicast communication
JP2003188918A (en) * 2001-12-20 2003-07-04 Nec Corp Application layer multi-cast system and its relay node system
JP2006237828A (en) * 2005-02-23 2006-09-07 Ntt Docomo Inc Data distribution system, relaying apparatus, and data distribution method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1063598A (en) * 1996-08-22 1998-03-06 Nippon Telegr & Teleph Corp <Ntt> Method, system, and server for multicast communication
JP2003188918A (en) * 2001-12-20 2003-07-04 Nec Corp Application layer multi-cast system and its relay node system
JP2006237828A (en) * 2005-02-23 2006-09-07 Ntt Docomo Inc Data distribution system, relaying apparatus, and data distribution method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011101082A (en) * 2009-11-04 2011-05-19 Yokogawa Electric Corp Information transfer system

Also Published As

Publication number Publication date
JP4906693B2 (en) 2012-03-28

Similar Documents

Publication Publication Date Title
JP3925188B2 (en) Application layer multicast method and relay node system
US9847931B2 (en) Processing of multicast traffic in computer networks
KR101086111B1 (en) Routing protocol for multicast in a meshed network
JP4328283B2 (en) Packet delivery control method
US9143333B2 (en) System and method for multicast transmission
JP5340062B2 (en) Network relay device and network system
JP4415773B2 (en) Multicast packet relay device for virtual router
US6791980B1 (en) System, device, and method for reducing the number of multicast routes maintained in a multicast routing information base
JP3888209B2 (en) Multicast communication apparatus and system
JP2013520137A (en) Rate-variable multicast transmission for clock distribution in packet networks
JP2008079175A (en) Frame transfer system
WO2000064100A1 (en) Method and apparatus for forwarding multicast data
CN102598586A (en) Method and devices for dealing multicast
CN105144639A (en) Efficient multicast delivery to dually connected (VPC) hosts in overlay networks
US8514696B2 (en) Multicast tree state replication
JP2006237828A (en) Data distribution system, relaying apparatus, and data distribution method
CN103609063A (en) Protocol independent multicast last hop router discovery
JP2010045732A (en) Device and method for transferring multicast packet
JP2014506765A (en) Efficient multicast in distributed systems architecture
JP2009272803A (en) Communication method, and communication system
Ballardie et al. Core Based Tree (CBT) Multicast
JP4906693B2 (en) Overlay multicast packet communication system
WO2013035286A1 (en) Group-to-group broadcast distribution path establishing method and communication devices
JP4982434B2 (en) Communication system and decoding apparatus
JP4083543B2 (en) Node device, management node device, data distribution system, data distribution method, management node device control program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101004

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111118

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

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

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

Free format text: PAYMENT UNTIL: 20150120

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees