JP2005130368A - Communication network system - Google Patents

Communication network system Download PDF

Info

Publication number
JP2005130368A
JP2005130368A JP2003365976A JP2003365976A JP2005130368A JP 2005130368 A JP2005130368 A JP 2005130368A JP 2003365976 A JP2003365976 A JP 2003365976A JP 2003365976 A JP2003365976 A JP 2003365976A JP 2005130368 A JP2005130368 A JP 2005130368A
Authority
JP
Japan
Prior art keywords
address
terminal
packet
transmission
communication network
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.)
Pending
Application number
JP2003365976A
Other languages
Japanese (ja)
Inventor
Naoyuki Rokusha
直幸 六車
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2003365976A priority Critical patent/JP2005130368A/en
Publication of JP2005130368A publication Critical patent/JP2005130368A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a communication network system capable of reducing processing loads of a control station and a terminal and efficient utilization of a network. <P>SOLUTION: The communication network is constituted so that the control station 101 distributes data to a first terminal 102 when a data distributing destination is determined to be the first terminal 102 by an address management part 203, when the data distributing destination is determined to be the first, third terminals 102, 104, acquires an address of the first terminal 102 to which the data are already distributed by the address management part 203, creates a notification packet for changing to the address by packet management 201, transmits the notification packet to the network by a transmission and reception control part 202 and the third terminal 104 on the receiving side receives the notification packet by a transmission and reception control part 302, discriminates that the notification packet is address change notification by a packet management part 301, changes an address of the own station by an address management part 303 and starts reception of the packet transmitted to the changed address. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、通信ネットワークシステムに関し、特にマルチキャスト通信に関するものである。   The present invention relates to a communication network system, and more particularly to multicast communication.

従来、TCP/IP(Transmission Control Protocol/Internet Protocol)に代表される1対1の通信では、複数の通信相手に同じデータを配信する場合、同一の通信手順を通信相手の数だけ繰り返す必要があり、データを配信する制御局の負荷やネットワークのトラフィックが端末の数に比例して増大する。また、ネットワーク内にある全ての端末にデータを配信するブロードキャスト通信は対象外の端末まで受信してしまい、端末内部の上位プロトコルで破棄するか受理するかの判断処理を行わなければならない。   Conventionally, in the one-to-one communication represented by TCP / IP (Transmission Control Protocol / Internet Protocol), when the same data is distributed to a plurality of communication partners, it is necessary to repeat the same communication procedure by the number of communication partners. The load on the control station that distributes data and the network traffic increase in proportion to the number of terminals. In addition, broadcast communication that distributes data to all terminals in the network is received up to non-target terminals, and it is necessary to determine whether to discard or accept with higher-level protocols inside the terminals.

これに対して、特定のグループに属している端末だけに配信するのがマルチキャスト通信である。代表的な仕組みとしては、IPアドレスを使用して、マルチキャストグループに対して参加/脱会の手続きをマルチキャスト管理サーバに対して行うもので、その仕様がRFC−2236 「Internet Group Management Protocol ver.2」等で規定されている。   In contrast, multicast communication is distributed only to terminals belonging to a specific group. As a typical mechanism, the IP address is used to perform the join / unjoin procedure for the multicast group to the multicast management server. The specification is RFC-2236 “Internet Group Management Protocol ver.2”. Etc.

従来の方法では、送信先のアドレスからマルチキャストアドレスを生成し、受信側では、受信したマルチキャストアドレスと自局のアドレスから破棄するか、受理するか判断する方法があり(例えば特許文献1参照)、また、一連のデータパケットの送信前に配信先となる各端末に対して送出先グループアドレスを通知することで、マルチキャスト配信を実現する方法が知られている(例えば特許文献2参照)。
特許第3392599号公報 特開2002−368751号公報
In the conventional method, there is a method of generating a multicast address from the address of the transmission destination, and determining on the receiving side whether to discard or accept from the received multicast address and the address of the own station (for example, see Patent Document 1). In addition, a method for realizing multicast distribution by notifying each terminal serving as a distribution destination before transmitting a series of data packets is known (for example, see Patent Document 2).
Japanese Patent No. 3392599 JP 2002-368551 A

しかしながら、上記従来の技術には、以下のような問題がある。特許第3392599号公報に開示されている方法では、グループに対する参加/脱会を行う必要がないが、送信グループに属している端末のアドレスから送信するたびにアドレスを計算するため、受信側では、そのあて先に自局が含まれているかどうかを常に確認しなければならず、実質ブロードキャスト通信と変わりがないという問題があった。また、特開2002−368751号公報に開示されている方法では、グループに含まれる端末とそのグループアドレスを管理する必要があり、端末台数とグループ数が増えると参加/登録の手続きやグループアドレスの管理が複雑になるという問題があった。   However, the above conventional techniques have the following problems. In the method disclosed in Japanese Patent No. 3392599, it is not necessary to join / leave the group. However, since the address is calculated every time transmission is performed from the address of the terminal belonging to the transmission group, There is a problem that it is necessary to always check whether or not the destination station is included in the destination, which is not different from the actual broadcast communication. In addition, in the method disclosed in Japanese Patent Laid-Open No. 2002-368551, it is necessary to manage the terminals included in the group and their group addresses. When the number of terminals and the number of groups increase, the participation / registration procedure and the group address There was a problem that management became complicated.

本発明は、上記のような従来の問題点を解決するためになされたもので、制御局において、配信先が1端末の場合はその端末宛に配信し、さらに配信要求を別の端末から受けた場合は、その端末のアドレスをすでに配信している端末のアドレスに変更させることにより、制御局、端末の処理負荷を軽減し、ネットワークの効率利用を可能とする通信ネットワークシステムを提供することを目的とする。   The present invention has been made to solve the above-described conventional problems. In the control station, when the distribution destination is one terminal, the distribution is made to that terminal, and the distribution request is received from another terminal. If this happens, it is possible to reduce the processing load on the control station and the terminal by changing the address of the terminal to the address of the terminal that has already been distributed, and to provide a communication network system that enables efficient use of the network. Objective.

上記課題を解決するため、本発明の請求項1による通信ネットワークシステムは、ネットワークに接続された少なくとも1台以上の端末と前記端末を管理する制御局から構成される通信ネットワークシステムにおいて、前記制御局は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、接続されている前記端末の固有アドレスと現在の変更アドレスを管理するアドレス管理手段を備え、前記端末は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、自局のアドレス情報を管理するアドレス管理手段を備え、前記制御局は、前記アドレス管理手段によりデータ配信先が1つの端末であると判断された場合は前記端末宛に配信し、データ配信先が複数の端末であると判断された場合は、すでにデータを配信している端末のアドレスを前記アドレス管理手段により取得し、前記アドレスに変更するための通知パケットを前記パケット管理手段により作成し、前記送受信制御手段により前記通知パケットをネットワークへ送信し、受信側である前記端末は、前記送受信制御手段により前記通知パケットを受信し、前記パケット管理手段により前記通知パケットがアドレス変更通知であることを識別し、前記アドレス管理手段により自局のアドレスを変更し、変更したアドレス宛に送信されたパケットの受信を開始することを特徴とするものである。   In order to solve the above problems, a communication network system according to claim 1 of the present invention is a communication network system comprising at least one terminal connected to a network and a control station that manages the terminal, wherein the control station Manages packet management means for generating transmission packets and analyzing contents of received packets, transmission / reception control means for controlling transmission / reception to / from the network, and managing the unique address and current change address of the connected terminal An address management means, wherein the terminal is a packet management means for generating a transmission packet and analyzing the contents of the received packet; a transmission / reception control means for controlling transmission / reception to / from the network; and an address for managing address information of the own station Management means, and the control station distributes data by the address management means. Is determined to be one terminal, and when it is determined that the data distribution destination is a plurality of terminals, the address management means determines the address of the terminal that has already distributed the data. The packet management unit creates a notification packet to be acquired and changed to the address, transmits the notification packet to the network by the transmission / reception control unit, and the terminal on the receiving side transmits the notification packet by the transmission / reception control unit. The notification packet is received, the packet management unit identifies that the notification packet is an address change notification, the address management unit changes the address of the local station, and the packet transmitted to the changed address is received. It is characterized by starting.

本発明の請求項2による通信ネットワークシステムは、請求項1に記載の通信ネットワークシステムにおいて、前記端末は、アドレスを変更した前記端末からデータ配信停止要求のパケットを送信する時は、自局の固有アドレスを前記アドレス管理手段により取得し、前記パケット管理手段により前記固有アドレスを前記パケットに付与し、前記送受信制御手段により前記パケットを前記ネットワークへ送信することを特徴とするものである。   The communication network system according to claim 2 of the present invention is the communication network system according to claim 1, wherein when the terminal transmits a data distribution stop request packet from the terminal whose address has been changed, it The address is acquired by the address management means, the unique address is given to the packet by the packet management means, and the packet is transmitted to the network by the transmission / reception control means.

本発明の請求項3による通信ネットワークシステムは、請求項2に記載の通信ネットワークシステムにおいて、前記端末は、受信パケットのあて先が、前記アドレス管理手段により管理される前記端末の固有アドレス、前記端末が参加しているグループアドレス、または前記変更したアドレスである場合は前記送受信制御手段により前記パケットを受信し、前記固有アドレス、前記グループアドレス、または前記変更したアドレスでない場合は前記パケットを破棄することを特徴とするものである。   The communication network system according to claim 3 of the present invention is the communication network system according to claim 2, wherein the terminal has a destination address of the received packet managed by the address management means, and the terminal The packet is received by the transmission / reception control means if it is a participating group address or the changed address, and the packet is discarded if it is not the unique address, the group address or the changed address. It is a feature.

本発明の請求項4による通信ネットワークシステムは、請求項1に記載の通信ネットワークシステムにおいて、前記アドレスは、固有アドレスもしくはグループアドレスを示す情報であり、前記端末の固有アドレスを変換することにより得られるグループアドレスに、前記端末が起動時から参加していることを特徴とするものである。   A communication network system according to a fourth aspect of the present invention is the communication network system according to the first aspect, wherein the address is information indicating a unique address or a group address, and is obtained by converting the unique address of the terminal. The group address is characterized in that the terminal participates from the time of activation.

本発明の通信ネットワークシステムによれば、ネットワークに接続された少なくとも1台以上の端末と前記端末を管理する制御局から構成される通信ネットワークシステムにおいて、前記制御局は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、接続されている前記端末の固有アドレスと現在の変更アドレスを管理するアドレス管理手段を備え、前記端末は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、自局のアドレス情報を管理するアドレス管理手段を備え、前記制御局は、前記アドレス管理手段によりデータ配信先が1つの端末であると判断された場合は前記端末宛に配信し、データ配信先が複数の端末であると判断された場合は、すでにデータを配信している端末のアドレスを前記アドレス管理手段により取得し、前記アドレスに変更するための通知パケットを前記パケット管理手段により作成し、前記送受信制御手段により前記通知パケットをネットワークへ送信し、受信側である前記端末は、前記送受信制御手段により前記通知パケットを受信し、前記パケット管理手段により前記通知パケットがアドレス変更通知であることを識別し、前記アドレス管理手段により自局のアドレスを変更し、変更したアドレス宛に送信されたパケットの受信を開始するようにしたので、データ配信先が複数存在しても、配信端末は特定のアドレスに配信すればよく、またアドレスの管理が簡単になり、制御局、端末の処理負荷を軽減し、ネットワークの効率利用が可能になるという効果が得られる。   According to the communication network system of the present invention, in the communication network system including at least one terminal connected to the network and a control station that manages the terminal, the control station generates and receives a transmission packet. Packet management means for analyzing packet contents, transmission / reception control means for controlling transmission / reception to / from the network, and address management means for managing the unique address and current change address of the connected terminal, A packet management means for generating a transmission packet and analyzing the contents of the received packet; a transmission / reception control means for controlling transmission / reception to / from the network; and an address management means for managing address information of the own station. The address management means determines that the data distribution destination is one terminal. If the address is distributed to the terminal and the data distribution destination is determined to be a plurality of terminals, the address of the terminal that has already distributed the data is acquired by the address management means and changed to the address The notification packet is generated by the packet management means, the notification packet is transmitted to the network by the transmission / reception control means, and the terminal on the receiving side receives the notification packet by the transmission / reception control means, and the packet management means To identify that the notification packet is an address change notification, change the address of the own station by the address management means, and start receiving packets sent to the changed address. Even if there are multiple URLs, the distribution terminal only needs to distribute to a specific address, and address management becomes easy. , The control station, to reduce the processing load of the terminal, the effect is obtained that allows the efficient use of the network.

以下に、本発明の通信ネットワークシステムについて、図面を用いて詳細に説明する。
(実施の形態1)
図1は、本発明の実施の形態1による通信ネットワークシステムの構成図である。
図1において、101は通信ネットワークを管理する制御局であり、データ配信を行う端末とする。102、103、104はそれぞれデータ受信を行う第1〜第3の端末であり、105は通信ネットワーク媒体を介して制御局101と第1〜第3の端末102〜104が接続されている通信ネットワークである。
The communication network system of the present invention will be described in detail below with reference to the drawings.
(Embodiment 1)
FIG. 1 is a configuration diagram of a communication network system according to Embodiment 1 of the present invention.
In FIG. 1, reference numeral 101 denotes a control station that manages a communication network, and is a terminal that distributes data. Reference numerals 102, 103, and 104 denote first to third terminals that respectively receive data, and reference numeral 105 denotes a communication network in which the control station 101 and the first to third terminals 102 to 104 are connected via a communication network medium. It is.

図2は、本発明の実施の形態1による通信ネットワークシステムの制御局101の基本内部構成を示すブロック図である。
図2において、201は、パケットの生成、解析を行うパケット管理部であり、202は、ネットワークとのインタフェースをもち、パケットの送受信を制御する送受信制御部であり、203は、通信ネットワーク105において接続された第1〜第3の端末102〜104のアドレスを管理するアドレス管理部の一例である。
FIG. 2 is a block diagram showing a basic internal configuration of control station 101 of the communication network system according to Embodiment 1 of the present invention.
In FIG. 2, 201 is a packet management unit that generates and analyzes packets, 202 is a transmission / reception control unit that has an interface with the network and controls transmission / reception of packets, and 203 is connected in the communication network 105. It is an example of an address management unit that manages the addresses of the first to third terminals 102 to 104.

図3は、本発明の実施の形態1による通信ネットワークシステムの第1〜第3の端末102〜104の基本内部構成を示すブロック図である。
図3において、301は、パケットの生成、解析を行うパケット管理部であり、302は、ネットワークとのインタフェースをもち、パケットの送受信を制御する送受信制御部であり、303は、自局のアドレス情報を管理するアドレス管理部の一例である。
FIG. 3 is a block diagram showing a basic internal configuration of first to third terminals 102 to 104 of the communication network system according to the first embodiment of the present invention.
In FIG. 3, 301 is a packet management unit that generates and analyzes packets, 302 is a transmission / reception control unit that controls the transmission / reception of packets with an interface with the network, and 303 is address information of the local station. 2 is an example of an address management unit that manages

なお、送受信制御部302は、受信パケットのあて先がアドレス管理部303によって管理される端末の固有アドレス、端末が参加しているグループアドレス、または変更しているアドレスである場合はパケットの受信処理を行い、そうでない場合は破棄する。   The transmission / reception control unit 302 performs packet reception processing when the destination of the received packet is a unique address of a terminal managed by the address management unit 303, a group address in which the terminal participates, or a changed address. If not, discard it.

図4〜図7は、本発明の実施の形態1による通信ネットワークシステムの制御局から第1〜第3の端末に対してデータ配信する場合の制御手順を示す図であり、システムの構成要素は図1および図2、図3に示すものと同一である。同図において縦軸は時間を表し、下方向に時間が経過するものとし、横軸は各時点における各端末の動作、もしくはその状態を示す。   4-7 is a figure which shows the control procedure in the case of data distribution to the 1st-3rd terminal from the control station of the communication network system by Embodiment 1 of this invention, The component of a system is This is the same as that shown in FIGS. In the figure, the vertical axis represents time, the time passes downward, and the horizontal axis represents the operation of each terminal at each time point or the state thereof.

以下、配信開始制御手順について説明する。
図4において、第1の端末102がデータ配信サービスを受けたいと判断したとき、まず第1の端末102のパケット管理部301において、制御局101宛にデータ配信要求パケットを作成し、第1の端末102の送受信制御部302により、通信ネットワーク105へ送信される(401)。制御局101は、送受信制御部202によってパケットを受信し、パケット管理部201によってデータ配信要求であることを識別し、アドレス管理部203によってまだデータ配信を行っていないことを認識し、第1の端末102に対して配信していることを示す情報を記録して(402)、パケット管理部201によって配信用パケットを作成し、送受信制御部202によって第1の端末102のアドレスA宛にパケット送信を開始する(403)。
Hereinafter, the delivery start control procedure will be described.
In FIG. 4, when the first terminal 102 determines that it wants to receive the data distribution service, the packet management unit 301 of the first terminal 102 first creates a data distribution request packet addressed to the control station 101, The data is transmitted to the communication network 105 by the transmission / reception control unit 302 of the terminal 102 (401). The control station 101 receives the packet by the transmission / reception control unit 202, identifies the data distribution request by the packet management unit 201, recognizes that the data is not yet distributed by the address management unit 203, and Information indicating distribution to the terminal 102 is recorded (402), a packet for distribution is created by the packet management unit 201, and the packet is transmitted to the address A of the first terminal 102 by the transmission / reception control unit 202. Is started (403).

次に、第1の端末102に対してデータ配信を行っているときに、第3の端末104がデータ配信サービスを受けたいと判断した場合、第3の端末104のパケット管理部301において、制御局101宛にデータ配信要求パケットを作成し、第3の端末104の送受信制御部302により、通信ネットワーク105へ送信される(404)。制御局101は、パケット管理部201によって第3の端末104からのデータ配信要求であることを識別し、アドレス管理部203によって第1の端末102に対して配信中であることを認識して、第3の端末104のアドレスCを第1の端末102のアドレスAに変更することを決定し、その情報をアドレス管理部203に記録する(405)。その後、パケット管理部201によってアドレス変更パケットを作成し、送受信制御部202によって第3の端末104宛にパケット送信を開始する(406)。第3の端末104の送受信制御部302によって受信したパケットを、パケット管理部301によってアドレス変更通知であることを認識し、アドレス管理部303によって自局のアドレスを第1の端末102に変更させる(407)。   Next, when the third terminal 104 determines to receive the data distribution service while performing data distribution to the first terminal 102, the packet management unit 301 of the third terminal 104 performs control. A data distribution request packet is created for the station 101 and transmitted to the communication network 105 by the transmission / reception control unit 302 of the third terminal 104 (404). The control station 101 identifies that the packet management unit 201 is a data distribution request from the third terminal 104, recognizes that the address management unit 203 is distributing to the first terminal 102, and It is decided to change the address C of the third terminal 104 to the address A of the first terminal 102, and the information is recorded in the address management unit 203 (405). After that, the packet management unit 201 creates an address change packet, and the transmission / reception control unit 202 starts packet transmission to the third terminal 104 (406). The packet received by the transmission / reception control unit 302 of the third terminal 104 is recognized by the packet management unit 301 as an address change notification, and the address management unit 303 changes the address of the local station to the first terminal 102 ( 407).

図4のアドレス管理処理405における制御局101のアドレス管理部203が管理する情報の例を表1に示す。また、図4のアドレス管理処理407における第3の端末104のアドレス管理部303が管理する情報の例を表2に示す。

Figure 2005130368
Figure 2005130368
Table 1 shows an example of information managed by the address management unit 203 of the control station 101 in the address management process 405 of FIG. Table 2 shows an example of information managed by the address management unit 303 of the third terminal 104 in the address management process 407 of FIG.
Figure 2005130368
Figure 2005130368

表1では、第1の端末102宛にデータ配信を行っており、第3の端末104の固有アドレスが第1の端末102の固有アドレスであるAに変更していることを示し、表2では、第3の端末104の固有アドレスがCであり、固有アドレスCを変換することにより取得可能なグループアドレスGrpCと、現在のアドレスがAであることを示している。   Table 1 shows that data is distributed to the first terminal 102, and the unique address of the third terminal 104 is changed to A, which is the unique address of the first terminal 102. The unique address of the third terminal 104 is C, the group address GrpC that can be obtained by converting the unique address C, and the current address is A.

ここで、第3の端末104にアドレス変更通知を送信した制御局101は、第1の端末102宛にデータの配信を続けることにより、第1の端末102は、自局の固有アドレスと一致するため、第1の端末102の送受信制御部302によって第1の端末102のアドレスA宛のパケットを受信し(408)、また、第3の端末104は、自局アドレスを第1の端末102のアドレスAに変更しているので、第3の端末104の送受信制御部302によって第1の端末102のアドレスA宛のパケットを受信する(409)ことが可能になる。従って、制御局101、第1、第3の端末102、104の処理負荷を軽減し、ネットワークの効率利用が可能になる。   Here, the control station 101 that has transmitted the address change notification to the third terminal 104 continues to distribute data addressed to the first terminal 102, so that the first terminal 102 matches the unique address of its own station. Therefore, the transmission / reception control unit 302 of the first terminal 102 receives the packet addressed to the address A of the first terminal 102 (408), and the third terminal 104 sets its own address to that of the first terminal 102. Since the address A is changed, the transmission / reception control unit 302 of the third terminal 104 can receive a packet addressed to the address A of the first terminal 102 (409). Therefore, the processing load on the control station 101, the first and third terminals 102 and 104 can be reduced, and the network can be used efficiently.

次に、配信停止制御手順について説明する。
図5において、制御局101が第2の端末103および第3の端末104に対し、第1の端末102のアドレスAに変更するよう通知し(501)、それを受けた第2の端末103および第3の端末104はそれぞれ自局アドレスを第1の端末102のアドレスAに変更しており(502、503)、制御局101が第1の端末102のアドレスA宛にデータの配信を行い、第1の端末102、および第2の端末103、第3の端末104がデータを受信している状態を示している(504〜506)。
Next, the delivery stop control procedure will be described.
In FIG. 5, the control station 101 notifies the second terminal 103 and the third terminal 104 to change to the address A of the first terminal 102 (501), and receives the second terminal 103 and The third terminal 104 has changed its own station address to the address A of the first terminal 102 (502, 503), and the control station 101 distributes data to the address A of the first terminal 102, The first terminal 102, the second terminal 103, and the third terminal 104 are receiving data (504 to 506).

このとき第2の端末103がデータ配信における受信を停止することを決定した場合、第2の端末103のアドレス管理部303によって変更していた自局のアドレスAを解除し(507)、第2の端末103のパケット管理部301において配信停止要求を意味する制御局101宛のパケットを作成し、自局の固有アドレスBをアドレス管理部303を用いて取得し、パケット管理部301により前記固有アドレスBをパケットに付与し(図示せず)、送受信制御部302によって送信する(508)。   At this time, if the second terminal 103 decides to stop the reception in the data distribution, the address A of the own station changed by the address management unit 303 of the second terminal 103 is canceled (507), and the second terminal 103 The packet management unit 301 of the terminal 103 creates a packet addressed to the control station 101 that means a distribution stop request, acquires the unique address B of the own station using the address management unit 303, and the packet management unit 301 uses the unique address. B is added to the packet (not shown) and transmitted by the transmission / reception control unit 302 (508).

送受信制御部202でパケットを受信した制御局101は、パケット管理部201において、第2の端末103からの配信停止要求であることを認識し、アドレス管理部203において第2の端末103の変更アドレスAを無効にする(509)。   The control station 101 that has received the packet by the transmission / reception control unit 202 recognizes that the packet management unit 201 is a distribution stop request from the second terminal 103, and the address management unit 203 changes the changed address of the second terminal 103. A is invalidated (509).

制御局101は、引き続き第1の端末102宛にデータ配信を行うとき、第1の端末102は固有アドレスAと一致するため、データの受信が可能であり(510)、また、第3の端末104は変更アドレスを第1の端末102のアドレスAとしているため、データの受信が可能である(511)が、第2の端末103は変更アドレスAを無効にしたことにより、自局の固有アドレスBと一致しないのでデータを受信することがない。従って、第2、第3の端末103、104の自局アドレスを第1の端末102のアドレスAに変更した後、第2の端末103がデータ配信における受信を停止するときはその旨のパケットを制御局101に送信することで、複数のデータ配信先のうち、第2の端末103へのデータ配信を停止し、第1、第3の端末102、104へのデータ配信を続けることができ、制御局101、および第1〜第3の端末102、103、104の処理負荷を軽減し、ネットワークの効率利用が可能になる。   When the control station 101 continues to distribute data to the first terminal 102, the first terminal 102 can receive data because it matches the unique address A (510), and the third terminal Since the change address 104 is the address A of the first terminal 102, data can be received (511). However, the second terminal 103 invalidates the change address A, so that the unique address of its own station is obtained. Since it does not match B, no data is received. Therefore, when the second terminal 103 stops receiving data distribution after changing the own address of the second and third terminals 103 and 104 to the address A of the first terminal 102, a packet to that effect is sent. By transmitting to the control station 101, data distribution to the second terminal 103 among a plurality of data distribution destinations can be stopped, and data distribution to the first and third terminals 102 and 104 can be continued. The processing load on the control station 101 and the first to third terminals 102, 103, and 104 is reduced, and the network can be used efficiently.

次に、他の配信停止制御手順について説明する。
図6において、制御局101が第2の端末103および第3の端末104に対し、第1の端末102のアドレスAに変更するよう通知し(601)、それを受けた第2の端末103および第3の端末104はそれぞれ自局の固有アドレスを第1の端末102のアドレスAに変更しており(602、603)、制御局101が第1の端末102のアドレスA宛にデータの配信を行い、第1の端末102、および第2の端末103、第3の端末104が受信している状態を示している(604〜606)。
Next, another delivery stop control procedure will be described.
In FIG. 6, the control station 101 notifies the second terminal 103 and the third terminal 104 to change to the address A of the first terminal 102 (601), and receives the second terminal 103 and Each of the third terminals 104 changes its own unique address to the address A of the first terminal 102 (602, 603), and the control station 101 distributes data to the address A of the first terminal 102. The first terminal 102, the second terminal 103, and the third terminal 104 are receiving data (604 to 606).

このとき第1の端末102がデータ配信における受信を停止することを決定した場合、第1の端末102のパケット管理部301において配信停止要求を意味する制御局101宛のパケットを作成し、送受信制御部302によって制御局101へ送信する(607)。   At this time, if the first terminal 102 decides to stop reception in data distribution, the packet management unit 301 of the first terminal 102 creates a packet addressed to the control station 101 that means a distribution stop request, and performs transmission / reception control. The data is transmitted to the control station 101 by the unit 302 (607).

送受信制御部202でパケットを受信した制御局101は、パケット管理部201において第1の端末102からの配信停止要求であることを認識し、アドレス管理部203において第1の端末102宛に配信中である情報を削除する。ここで、制御局101は、アドレス管理部203において、第2の端末103および第3の端末104が、それぞれ自局のアドレスを現在第1の端末102のアドレスAに変更していることを識別し(608、610)、第2の端末103に対しアドレス変更を解除するパケット(609)、及び第3の端末104に対し第2の端末103のアドレスBに変更するパケット(612)をパケット管理部201において作成し、送受信制御部202において通信ネットワーク105へ送信し、アドレス変更解除パケット(609)を第2の端末103へ、アドレス変更要求パケット(612)を第3の端末104へ送信する。   The control station 101 that has received the packet at the transmission / reception control unit 202 recognizes that the packet management unit 201 is a distribution stop request from the first terminal 102, and is currently distributing to the first terminal 102 at the address management unit 203. Delete the information that is. Here, the control station 101 identifies in the address management unit 203 that each of the second terminal 103 and the third terminal 104 is currently changing its own address to the address A of the first terminal 102. (608, 610), packet management (609) for releasing the address change for the second terminal 103 and packet (612) for changing the address B of the second terminal 103 to the third terminal 104. Created in unit 201, transmitted to communication network 105 in transmission / reception control unit 202, transmits an address change release packet (609) to second terminal 103, and sends an address change request packet (612) to third terminal 104.

アドレス変更解除パケット(609)を送受信制御部302で受信した第2の端末103は、パケット管理部301においてアドレス変更解除であることを識別し、自局のアドレス変更を解除する(611)。また、アドレス変更要求パケット(612)を送受信制御部302で受信した第3の端末104は、パケット管理部301においてアドレス変更要求であることを認識し、自局のアドレスを第2の端末103のアドレスBに変更する(613)。   The second terminal 103 that has received the address change release packet (609) by the transmission / reception control unit 302 identifies that the packet change is in the packet management unit 301, and releases the address change of its own station (611). Also, the third terminal 104 that has received the address change request packet (612) by the transmission / reception control unit 302 recognizes that the packet management unit 301 is an address change request, and sets the address of its own station to the second terminal 103. Change to address B (613).

制御局101は、第2の端末103宛てにデータを配信することにより、第2の端末103および第3の端末104宛てにデータを配信することが可能となり(614、615)、制御局101、および第1〜第3の端末102、103、104の処理負荷を軽減し、ネットワークの効率利用が可能になる。   The control station 101 can distribute the data to the second terminal 103 and the third terminal 104 by distributing the data to the second terminal 103 (614, 615). In addition, the processing load on the first to third terminals 102, 103, and 104 can be reduced, and the network can be used efficiently.

次に、他の配信開始制御手順について説明する。
図7において、IEEE802.11などのパケットを受信するとその受信確認パケットを返す通信ネットワーク手段を用いた場合のデータ配信手順を示している。ここで、IEEE802.11を用いた場合、端末のアドレスを他の端末のアドレスに変更すると、ひとつのパケットに対して複数の端末から受信確認パケットが同時に送信されてしまい、受信側で受信確認パケットを正確に受信することができない。
Next, another distribution start control procedure will be described.
FIG. 7 shows a data distribution procedure in the case of using communication network means for returning a reception confirmation packet when a packet such as IEEE 802.11 is received. Here, when IEEE802.11 is used, if the address of a terminal is changed to the address of another terminal, reception confirmation packets are simultaneously transmitted from a plurality of terminals for one packet, and the reception confirmation packet is received on the reception side. Cannot be received correctly.

図7において、第1の端末102からのデータ配信要求(701)を受信した制御局101がそのアドレス管理部に第1の端末102のアドレスA宛てに送信することを記録し(702)、第1の端末102宛てにデータの配信を開始する(703)手順までは、図4の401から403と同じである。   In FIG. 7, it is recorded that the control station 101 that has received the data distribution request (701) from the first terminal 102 transmits to the address management unit addressed to the address A of the first terminal 102 (702). The procedure from the start of data distribution to one terminal 102 (703) is the same as 401 to 403 in FIG.

その後、第3の端末104からのデータ配信要求(704)を送受信制御部202において受信した制御局101は、パケット管理部201においてデータ配信要求であることを識別し、アドレス管理部203において第3の端末104のアドレスを第1の端末102のアドレスAに変えさせるのではなく、第1の端末102のグループアドレスGrpAに変更させる事を決定し記録し(705)、パケット管理部201において第3の端末104宛てにGrpAアドレスに変更する通知パケットを作成し、送受信制御部202によって通信ネットワーク105へ送信する(706)。   After that, the control station 101 that has received the data distribution request (704) from the third terminal 104 in the transmission / reception control unit 202 identifies that the request is a data distribution request in the packet management unit 201, and the address management unit 203 Instead of changing the address of the terminal 104 to the address A of the first terminal 102, it is determined and recorded to change to the group address GrpA of the first terminal 102 (705). A notification packet to be changed to a GrpA address is created for the terminal 104 of the mobile station, and is transmitted to the communication network 105 by the transmission / reception control unit 202 (706).

送受信制御部302でパケットを受信した第3の端末104は、パケット管理部301によって、アドレスをGrpAに変更する要求であることを認識し、アドレス管理部303において自局のアドレスをGrpAに変更する(707)。   The third terminal 104 that has received the packet by the transmission / reception control unit 302 recognizes that the request is to change the address to GrpA by the packet management unit 301, and changes the address of its own station to GrpA by the address management unit 303. (707).

制御局101は、それまで第1の端末102のアドレスA宛てに行っていたデータ配信先アドレスをパケット管理部201においてGrpAに変更し、送受信制御部202において通信ネットワーク105へ送信する。第1の端末102および第3の端末104の送受信制御部302は、それぞれ自局が参加しているグループアドレスと一致し、自局のアドレスと一致するため、受信処理を開始する(708、709)。第2の端末103の送受信制御部302は、自局のグループアドレス、自局の変更したアドレスに一致しないので受信処理をしない。これにより、制御局101がGrpAアドレス宛にデータを配信することで第1の端末102及び第3の端末104がデータを受信でき、制御局101、および第1、第3の端末102、104の処理負荷を軽減し、ネットワークの効率利用が可能になる。   The control station 101 changes the data distribution destination address that has been addressed to the address A of the first terminal 102 so far to GrpA in the packet management unit 201, and transmits it to the communication network 105 in the transmission / reception control unit 202. The transmission / reception control units 302 of the first terminal 102 and the third terminal 104 coincide with the group address in which the local station participates and match the address of the local station, and thus start reception processing (708, 709). ). Since the transmission / reception control unit 302 of the second terminal 103 does not match the group address of the own station and the changed address of the own station, it does not perform reception processing. As a result, the control station 101 distributes the data to the GrpA address so that the first terminal 102 and the third terminal 104 can receive the data, and the control station 101 and the first and third terminals 102 and 104 can receive the data. The processing load is reduced and the network can be used efficiently.

なお、本実施の形態1では、通信ネットワークの管理とデータ配信を制御局101が行うものとしているが、制御局101が通信ネットワークの管理を行い、端末がデータ配信を行ってもよい。   In the first embodiment, the control station 101 performs communication network management and data distribution. However, the control station 101 may manage the communication network and the terminal may perform data distribution.

また、アドレスは、固有アドレスもしくはグループアドレスを示す情報であり、グループアドレスは、前記端末の固有アドレスを変換することによって得られ、前記端末が起動時から参加しているものとする。   The address is information indicating a unique address or a group address, and the group address is obtained by converting the unique address of the terminal, and the terminal participates from the time of activation.

このように本実施の形態1によれば、ネットワーク105に接続された第1〜第3の端末102〜104と前記端末を管理する制御局101から構成される通信ネットワークシステムにおいて、前記制御局101は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理部201と、前記ネットワークへの送受信を制御する送受信制御部202と、接続されている前記端末の固有アドレスと現在の変更アドレスを管理するアドレス管理部203を備え、前記第1〜第3の端末102〜104は、送信パケットの生成、及び受信パケットの内容解析を行うパケット管理部301と、前記ネットワークへの送受信を制御する送受信制御部302と、自局のアドレス情報を管理するアドレス管理部303を備え、前記制御局101は、前記アドレス管理部203によりデータ配信先が第1の端末102であると判断された場合は前記端末宛に配信し、データ配信先が第1、第3の端末102、104であると判断された場合は、すでにデータを配信している第1の端末102のアドレスを前記アドレス管理部203により取得し、前記アドレスに変更するための通知パケットを前記パケット管理部201により作成し、前記送受信制御部202により前記通知パケットをネットワーク105へ送信し、受信側である前記第3の端末104は、前記送受信制御部302により前記通知パケットを受信し、前記パケット管理部301により前記通知パケットがアドレス変更通知であることを識別し、前記アドレス管理部303により自局のアドレスを第1の端末102のアドレスに変更し、変更したアドレス宛に送信されたパケットの受信を開始するようにしたので、制御局、第1〜第3の端末の処理負荷を軽減し、ネットワークの効率利用を可能にできるという効果がある。   As described above, according to the first embodiment, in the communication network system including the first to third terminals 102 to 104 connected to the network 105 and the control station 101 that manages the terminals, the control station 101 Includes: a packet management unit 201 that generates transmission packets and analyzes the contents of received packets; a transmission / reception control unit 202 that controls transmission / reception to / from the network; and a unique address and a current change address of the connected terminal. The first to third terminals 102 to 104 include a packet management unit 301 that performs transmission packet generation and content analysis of received packets, and transmission / reception that controls transmission / reception to the network. A control unit 302; and an address management unit 303 that manages address information of the local station. When the address management unit 203 determines that the data distribution destination is the first terminal 102, the address management unit 203 distributes the data to the terminal, and determines that the data distribution destination is the first and third terminals 102 and 104. If the address management unit 203 acquires the address of the first terminal 102 that has already distributed data, the packet management unit 201 creates a notification packet for changing to the address, and the transmission / reception control The third terminal 104 on the receiving side receives the notification packet by the transmission / reception control unit 302, and the packet management unit 301 changes the address of the notification packet. The address management unit 303 assigns the address of the local station to the address of the first terminal 102. It is possible to reduce the processing load on the control station and the first to third terminals and to make efficient use of the network possible. effective.

なお、配信データは動画像信号または音声信号等のようにリアルタイム性を必要とするディジタル化信号であれば、どのような信号でも良く、また通信ネットワーク手段としてはマルチキャスト機能をサポートするものであればどのようなものでもよいが、本実施の形態では伝送速度100Mbpsの100BASE−Tイーサネット(登録商標)(IEEE802.3u)を使用し、リピーターを介して制御局と端末を接続するものとする。   The distribution data may be any signal as long as it is a digitized signal that requires real-time characteristics, such as a moving image signal or an audio signal, and the communication network means supports the multicast function. In this embodiment, 100BASE-T Ethernet (registered trademark) (IEEE 802.3u) having a transmission rate of 100 Mbps is used, and the control station and the terminal are connected via a repeater.

また、イーサネット(登録商標)で使用されるアドレスには、固有/グループを現すビットがあり、本実施の形態1では、例えば第1の端末102の固有アドレスAは、通信ネットワーク内において一意に決定され、固有/グループビットは「0」である。また、第1の端末102が参加しているグループアドレスGrpAは、第1の端末102のアドレスの固有/グループビットを「1」に設定したものとする。   In addition, the address used in Ethernet (registered trademark) has a bit indicating a unique / group. In the first embodiment, for example, the unique address A of the first terminal 102 is uniquely determined in the communication network. The unique / group bit is “0”. Further, it is assumed that the unique / group bit of the address of the first terminal 102 is set to “1” for the group address GrpA in which the first terminal 102 participates.

本発明にかかる通信ネットワークシステムは、制御局、および端末の処理負荷を軽減し、ネットワークの効率利用が可能になる効果を有する通信ネットワークシステム等に有用である。   The communication network system according to the present invention is useful for a communication network system having an effect of reducing the processing load on the control station and the terminal and enabling efficient use of the network.

本発明の実施の形態1における通信ネットワークシステムの構成図である。It is a block diagram of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの制御局の基本内部構成を示す図である。It is a figure which shows the basic internal structure of the control station of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの端末の基本内部構成を示す図である。It is a figure which shows the basic internal structure of the terminal of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの配信開始制御手順を示す図である。It is a figure which shows the delivery start control procedure of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの配信停止制御手順を示す図である。It is a figure which shows the delivery stop control procedure of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの配信停止制御手順を示す図である。It is a figure which shows the delivery stop control procedure of the communication network system in Embodiment 1 of this invention. 本発明の実施の形態1における通信ネットワークシステムの配信開始制御手順を示す図である。It is a figure which shows the delivery start control procedure of the communication network system in Embodiment 1 of this invention.

符号の説明Explanation of symbols

101 制御局
102 第1の端末
103 第2の端末
104 第3の端末
105 通信ネットワーク
201 制御局のパケット管理部
202 制御局の送受信制御部
203 制御局のアドレス管理部
301 端末のパケット管理部
302 端末の送受信制御部
303 端末のアドレス管理部
401 配信要求パケット
402 アドレス管理処理
403 データ配信パケット
404 データ配信要求パケット
405 アドレス管理処理
406 アドレス変更通知パケット
407 アドレス管理処理
408 データ配信パケット
409 データ配信パケット
501 アドレス管理処理
502 アドレス管理処理
503 アドレス管理処理
504 データ配信パケット
505 データ配信パケット
506 データ配信パケット
507 アドレス管理処理
508 データ配信停止パケット
509 アドレス管理処理
510 データ配信パケット
511 データ配信パケット
601 アドレス管理処理
602 アドレス管理処理
603 アドレス管理処理
604 データ配信パケット
605 データ配信パケット
606 データ配信パケット
607 データ配信停止パケット
608 アドレス管理処理
609 アドレス変更解除パケット
610 アドレス管理処理
611 アドレス管理処理
612 アドレス変更要求パケット
613 アドレス管理処理
614 データ配信パケット
615 データ配信パケット
701 配信要求パケット
702 アドレス管理処理
703 データ配信パケット
704 データ配信要求パケット
705 アドレス管理処理
706 アドレス変更通知パケット
707 アドレス管理処理
708 データ配信パケット
709 データ配信パケット
DESCRIPTION OF SYMBOLS 101 Control station 102 1st terminal 103 2nd terminal 104 3rd terminal 105 Communication network 201 Packet management part of control station 202 Transmission / reception control part of control station 203 Address management part of control station 301 Packet management part of terminal 302 Terminal Transmission / reception control unit 303 terminal address management unit 401 distribution request packet 402 address management processing 403 data distribution packet 404 data distribution request packet 405 address management processing 406 address change notification packet 407 address management processing 408 data distribution packet 409 data distribution packet 501 address Management processing 502 Address management processing 503 Address management processing 504 Data distribution packet 505 Data distribution packet 506 Data distribution packet 507 Address management processing 508 Data Distribution stop packet 509 Address management processing 510 Data distribution packet 511 Data distribution packet 601 Address management processing 602 Address management processing 603 Address management processing 604 Data distribution packet 605 Data distribution packet 606 Data distribution packet 607 Data distribution stop packet 608 Address management processing 609 Address Change release packet 610 Address management processing 611 Address management processing 612 Address change request packet 613 Address management processing 614 Data distribution packet 615 Data distribution packet 701 Distribution request packet 702 Address management processing 703 Data distribution packet 704 Data distribution request packet 705 Address management processing 706 Address change notification packet 707 Address management processing 708 Data distribution Packet 709 Data distribution packet

Claims (4)

ネットワークに接続された少なくとも1台以上の端末と前記端末を管理する制御局から構成される通信ネットワークシステムにおいて、
前記制御局は、
送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、接続されている前記端末の固有アドレスと現在の変更アドレスを管理するアドレス管理手段を備え、
前記端末は、
送信パケットの生成、及び受信パケットの内容解析を行うパケット管理手段と、前記ネットワークへの送受信を制御する送受信制御手段と、自局のアドレス情報を管理するアドレス管理手段を備え、
前記制御局は、
前記アドレス管理手段によりデータ配信先が1つの端末であると判断された場合は前記端末宛に配信し、データ配信先が複数の端末であると判断された場合は、すでにデータを配信している端末のアドレスを前記アドレス管理手段により取得し、前記アドレスに変更するための通知パケットを前記パケット管理手段により作成し、前記送受信制御手段により前記通知パケットをネットワークへ送信し、
受信側である前記端末は、
前記送受信制御手段により前記通知パケットを受信し、前記パケット管理手段により前記通知パケットがアドレス変更通知であることを識別し、前記アドレス管理手段により自局のアドレスを変更し、変更したアドレス宛に送信されたパケットの受信を開始する、
ことを特徴とする通信ネットワークシステム。
In a communication network system comprising at least one terminal connected to a network and a control station that manages the terminal,
The control station
Packet management means for generating transmission packets and analyzing contents of received packets, transmission / reception control means for controlling transmission / reception to / from the network, and address management for managing the unique address and current change address of the connected terminal With means,
The terminal
A packet management unit for generating a transmission packet and analyzing the contents of the received packet; a transmission / reception control unit for controlling transmission / reception to / from the network; and an address management unit for managing address information of the own station,
The control station
When the address management means determines that the data distribution destination is one terminal, the data is distributed to the terminal. When the data distribution destination is determined to be a plurality of terminals, the data is already distributed. Obtaining the address of the terminal by the address management means, creating a notification packet for changing to the address by the packet management means, transmitting the notification packet to the network by the transmission / reception control means,
The terminal on the receiving side is:
The transmission / reception control means receives the notification packet, the packet management means identifies that the notification packet is an address change notification, the address management means changes its own address, and transmits it to the changed address Start receiving received packets,
A communication network system characterized by the above.
請求項1に記載の通信ネットワークシステムにおいて、
前記端末は、
アドレスを変更した前記端末からデータ配信停止要求のパケットを送信する時は、自局の固有アドレスを前記アドレス管理手段により取得し、前記パケット管理手段により前記固有アドレスを前記パケットに付与し、前記送受信制御手段により前記パケットを前記ネットワークへ送信する、
ことを特徴とする通信ネットワークシステム。
The communication network system according to claim 1,
The terminal
When transmitting a data distribution stop request packet from the terminal whose address has been changed, the unique address of the local station is acquired by the address management means, the unique address is given to the packet by the packet management means, and the transmission / reception is performed. Sending the packet to the network by control means;
A communication network system characterized by the above.
請求項2に記載の通信ネットワークシステムにおいて、
前記端末は、
受信パケットのあて先が、前記アドレス管理手段により管理される前記端末の固有アドレス、前記端末が参加しているグループアドレス、または前記変更したアドレスである場合は前記送受信制御手段により前記パケットを受信し、前記固有アドレス、前記グループアドレス、または前記変更したアドレスでない場合は前記パケットを破棄する、
ことを特徴とする通信ネットワークシステム。
The communication network system according to claim 2,
The terminal
If the destination of the received packet is a unique address of the terminal managed by the address management means, a group address in which the terminal participates, or the changed address, the packet is received by the transmission / reception control means, Discard the packet if not the unique address, the group address, or the changed address;
A communication network system characterized by the above.
請求項1に記載の通信ネットワークシステムにおいて、
前記アドレスは、固有アドレスもしくはグループアドレスを示す情報であり、
前記端末の固有アドレスを変換することにより得られるグループアドレスに、前記端末が起動時から参加している、
ことを特徴とする通信ネットワークシステム。
The communication network system according to claim 1,
The address is information indicating a unique address or a group address,
The terminal participates in the group address obtained by converting the unique address of the terminal from the time of startup,
A communication network system characterized by the above.
JP2003365976A 2003-10-27 2003-10-27 Communication network system Pending JP2005130368A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003365976A JP2005130368A (en) 2003-10-27 2003-10-27 Communication network system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003365976A JP2005130368A (en) 2003-10-27 2003-10-27 Communication network system

Publications (1)

Publication Number Publication Date
JP2005130368A true JP2005130368A (en) 2005-05-19

Family

ID=34644466

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003365976A Pending JP2005130368A (en) 2003-10-27 2003-10-27 Communication network system

Country Status (1)

Country Link
JP (1) JP2005130368A (en)

Similar Documents

Publication Publication Date Title
US7450580B2 (en) Application layer multicast system and intermediate node therefor
JP4077330B2 (en) Data generator
JP3644009B2 (en) Multicast session management device
JP4486902B2 (en) Network system and gateway device
US7606227B2 (en) Method, apparatus and system for distributing multicast data
TWI237480B (en) Methods and apparatus for supporting group communications
EP2675134B1 (en) Method for transmitting data from a participant device in a session in an internet protocol (IP) system
KR20070012678A (en) Multimedia communication and collaboration system and protocols
WO2002079899A2 (en) Method and system for multicast to unicast bridging
EP2269346A1 (en) Method and apparatus for multicast tree management in multi-hop relay communication system
US20100046409A1 (en) Signalling Control for a Point-To-Multipoint Content Transmission Network
WO2012065531A1 (en) Method, device, and system for implementing relay selection
CN102257764A (en) Multicast quality of service module and method
CN1722692A (en) Casual network prefix dispatching system and method
JP2006074132A (en) Multicast communication method and gateway device
JP2006222659A (en) Radio communication device, system and method
JP2006279937A (en) Wireless base station, wireless terminal, and wireless access network
CA2628052C (en) Method and apparatus for determining pt server having controlling function
JP2004040666A (en) Node device, terminal equipment, program, and recording medium
JP2005130368A (en) Communication network system
CN111327534B (en) Cross-domain unicast-to-multicast transmission method and device
JP2004129159A (en) Method, device and program for converting packet, packet communication system and recording medium
CN101039205A (en) Method and route equipment for retransmitted layer proxy PIM
JP2014096765A (en) Communication device, communication method, and communication control program
CN102347937B (en) Method of sending streaming media data and virtual manager (VM)