JP6824027B2 - Communication equipment, its control method, and programs - Google Patents

Communication equipment, its control method, and programs Download PDF

Info

Publication number
JP6824027B2
JP6824027B2 JP2016251920A JP2016251920A JP6824027B2 JP 6824027 B2 JP6824027 B2 JP 6824027B2 JP 2016251920 A JP2016251920 A JP 2016251920A JP 2016251920 A JP2016251920 A JP 2016251920A JP 6824027 B2 JP6824027 B2 JP 6824027B2
Authority
JP
Japan
Prior art keywords
communication
node
communication device
transfer
data
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.)
Active
Application number
JP2016251920A
Other languages
Japanese (ja)
Other versions
JP2018107616A5 (en
JP2018107616A (en
Inventor
大輔 堀尾
大輔 堀尾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2016251920A priority Critical patent/JP6824027B2/en
Publication of JP2018107616A publication Critical patent/JP2018107616A/en
Publication of JP2018107616A5 publication Critical patent/JP2018107616A5/ja
Application granted granted Critical
Publication of JP6824027B2 publication Critical patent/JP6824027B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Description

通信装置、その制御方法、およびプログラムに関する。 Regarding communication devices, their control methods, and programs.

近年、Ethernetによるネットワーク通信が一般的に使用されており、インターネットから、ローカルエリアネットワーク、機器間通信に至るまで適用範囲が広がっている。例えば、従来からのファイル共有や転送、メールやHTTP(Hypertext Transfer Protocol)などのアプリケーションを使用したファイルデータの伝送に加えて、VOD(Video On Demand)に代表されるAudio/Video等のストリームデータ通信への適用が増大している。さらに、Ethernet を使用し、Audio/Video等のストリームデータ(以下、AVデータ)をリアルタイムに伝送し、他の通信ノードとの同期再生を可能とするプロトコル規格であるEthernet AVBが、プロオーディオや車載、産業系、放送系で注目され始めている。 In recent years, network communication by Ethernet has been generally used, and the range of application has expanded from the Internet to local area networks and inter-device communication. For example, in addition to conventional file sharing and forwarding, file data transmission using applications such as mail and HTTP (Hypertext Transfer Protocol), stream data communication such as Audio / Video represented by VOD (Video On Demand). The application to is increasing. Furthermore, Ethernet AVB, which is a protocol standard that uses Ethernet to transmit stream data such as Audio / Video (hereinafter referred to as AV data) in real time and enables synchronous playback with other communication nodes, is available for professional audio and in-vehicle equipment. , Industrial and broadcasting systems are beginning to attract attention.

Ethernet AVBでは、各通信ノードが備える機能として、ノード間の時刻同期を行う機能と、既定した遅延量以内にデータ伝送を行うためのQoS (Quality of Service)機能が規定されている。また、Ethernet AVBでは、既定の遅延で通信可能かつ、各々で時刻同期可能な複数の通信ノードのグループをAVBドメインと呼ぶ。AVBドメインでは、100M bit Ethernet(以下、100MbE)以上の通信リンク速度で接続されたノード間で、7ホップ、2msまでの遅延が保証される。 Ethernet AVB defines a function for synchronizing time between nodes and a QoS (Quality of Service) function for transmitting data within a predetermined delay amount as functions provided by each communication node. Further, in Ethernet AVB, a group of a plurality of communication nodes capable of communicating with a predetermined delay and being able to synchronize time with each other is called an AVB domain. In the AVB domain, a delay of up to 7 hops and 2 ms is guaranteed between nodes connected at a communication link speed of 100 Mbit Ethernet (hereinafter, 100 MbE) or higher.

Ethernet AVBでは、リアルタイム性を確保するために、通信ノードのうち送信側ノード(以下、送信ノード)が、受信側ノード(以下、受信ノード)に対して遅延量を把握可能なメッセージを送信する。また、送信ノードから送信されたメッセージを受信ノードに転送する(中継する)中継ノードは、メッセージを転送する際にメッセージ中の累積遅延量を加算、更新して伝送する。したがって、受信ノードは、受信したメッセージから、累積遅延量を把握してリアルタイム通信の可否を判断することができる。各通信ノード間の遅延量は、デバイス内部遅延、転送フレームサイズ、通信リンク速度、利用可能な帯域幅に基づいて算出される。 In Ethernet AVB, in order to ensure real-time performance, a transmitting node (hereinafter, transmitting node) among communication nodes transmits a message to a receiving node (hereinafter, receiving node) whose delay amount can be grasped. Further, the relay node that transfers (relays) the message transmitted from the transmitting node to the receiving node adds, updates, and transmits the cumulative delay amount in the message when transferring the message. Therefore, the receiving node can grasp the cumulative delay amount from the received message and determine whether or not real-time communication is possible. The amount of delay between each communication node is calculated based on the device internal delay, transfer frame size, communication link speed, and available bandwidth.

特許文献1では、パケット中継中に、リアルタイム通信の可否を判断する方法が提案されている。詳細には、中継ノードが、受信したパケットに含まれる情報から算出した送信予定時刻と、自局が保持する送信開始可能時刻との比較を行い、中継の可否を判定する。そして、中継ノードは、中継不可と判定した場合には、受信したパケットを破棄する。これにより、ネットワーク上のパケットの無駄な転送が回避され、効率よくリアルタイム通信を行うことが可能となる。 Patent Document 1 proposes a method for determining whether or not real-time communication is possible during packet relay. Specifically, the relay node compares the scheduled transmission time calculated from the information contained in the received packet with the transmission startable time held by the relay node, and determines whether or not the relay is possible. Then, when the relay node determines that the relay is not possible, the relay node discards the received packet. As a result, unnecessary forwarding of packets on the network is avoided, and real-time communication can be efficiently performed.

特開2009-260888号公報Japanese Unexamined Patent Publication No. 2009-260888

リアルタイム通信を意図するシステムにおいても、送信ノードからの既定ホップ数超過や処理性能が低い、あるいは処理負荷が高い受信ノードにおいては、既定の遅延量を満たせず、リアルタイム通信が破綻する可能性がある。リアルタイム通信が破綻した場合、受信ノードは、AVデータ等のストリーム再生において、再生品質の劣化が生じる。また、設定されたデータ再生時刻に間に合わないため、再生時に他の受信ノードとの同期ずれを生じるという課題がある。 Even in a system intended for real-time communication, if the default number of hops from the transmitting node is exceeded, the processing performance is low, or the processing load is high on the receiving node, the default delay amount may not be satisfied and real-time communication may break down. .. When the real-time communication is broken, the receiving node deteriorates the reproduction quality in the stream reproduction of AV data and the like. In addition, since the set data reproduction time is not met, there is a problem that synchronization with other receiving nodes occurs during reproduction.

本発明は、上記課題に鑑みてなされたものであり、複数の通信装置を有するネットワークにおいて、規定の遅延量を満たすリアルタイム通信を実現することを目的とする。 The present invention has been made in view of the above problems, and an object of the present invention is to realize real-time communication satisfying a specified delay amount in a network having a plurality of communication devices.

上記目的を達成するための一手段として、本発明の通信装置は以下の構成を有する。すなわち、ネットワーク内で送信装置からデータを受信する通信装置であって、前記送信装置から送信されたデータを所定の時間内に受信することができるか否かを判定する判定手段と、前記判定手段により前記送信装置から所定の時間内に前記データを受信することができないと判定された場合に、前記ネットワーク内の複数の他の通信装置の中で所定の条件を満たす装置を転送装置として選択する選択手段と、前記転送装置を識別するための情報を含む転送情報を前記送信装置と前記転送装置に送信する送信手段と、前記転送装置を経由して前記送信装置から前記データを受信する受信手段と、を有し、前記所定の条件は、前記送信装置から前記転送装置を経由して前記通信装置が前記データを受信するまでの時間が前記所定の時間内となるようにするための条件である。 As one means for achieving the above object, the communication device of the present invention has the following configuration. That is, a communication device that receives data from a transmission device in a network, and a determination means for determining whether or not the data transmitted from the transmission device can be received within a predetermined time, and the determination means. When it is determined that the data cannot be received from the transmitting device within a predetermined time, a device satisfying a predetermined condition is selected as the transfer device among a plurality of other communication devices in the network. A selection means, a transmission means for transmitting transfer information including information for identifying the transfer device to the transmission device and the transfer device, and a receiving means for receiving the data from the transmission device via the transfer device. When having a predetermined condition is a condition for the time from the transmitter to the transfer the communication device via the device receives the data to be within the predetermined time period is there.

本発明によれば、複数の通信装置を有するネットワークにおいて、規定の遅延量を満たすリアルタイム通信が実現される。 According to the present invention, real-time communication satisfying a predetermined delay amount is realized in a network having a plurality of communication devices.

実施形態における通信システムの概略的構成図。The schematic block diagram of the communication system in an embodiment. 実施形態1におけるデータ伝送例を示す図。The figure which shows the example of data transmission in Embodiment 1. FIG. ノードリスト例を示す図。The figure which shows the node list example. 実施形態における送信ノードの概略的内部ブロック図。Schematic internal block diagram of the transmitting node in the embodiment. 実施形態における受信ノードの概略的内部ブロック図。Schematic internal block diagram of the receiving node in the embodiment. 実施形態1における送信ノードの処理フローチャート。The processing flowchart of the transmission node in Embodiment 1. 実施形態1における受信ノードの処理フローチャート。The processing flowchart of the receiving node in Embodiment 1. 実施形態1における通信システムにおける各ノードの動作を示すシーケンスチャート。A sequence chart showing the operation of each node in the communication system according to the first embodiment. 実施形態2による送信ノードの処理フローチャート。The processing flowchart of the transmission node according to Embodiment 2.

以下、添付の図面を参照して、本発明をその実施形態に基づいて詳細に説明する。なお、以下の実施形態において示す構成は一例に過ぎず、本発明は図示された構成に限定されるものではない。 Hereinafter, the present invention will be described in detail based on the embodiments with reference to the accompanying drawings. The configuration shown in the following embodiments is only an example, and the present invention is not limited to the illustrated configuration.

[実施形態1]
図1に、本発明の実施形態における通信システム10の概略的な構成図を示す。図1に示す通信システム10は、放送系現場におけるリアルタイム通信システムを想定した構成を有する。通信システム10は、8台の通信ノード(通信装置)101〜108と4台の中継ノード111〜114、および、コンテンツソース110から構成される。通信ノード101の例は、撮像機能を有するビデオカメラである。通信ノード102〜108の例は、映像観賞用のプロジェクタや映像確認用の液晶ディスプレイ、映像の編集操作を行うための編集機材、映像の解析や合成等の動画処理演算を行うPC等である。
[Embodiment 1]
FIG. 1 shows a schematic configuration diagram of the communication system 10 according to the embodiment of the present invention. The communication system 10 shown in FIG. 1 has a configuration assuming a real-time communication system in a broadcasting system site. The communication system 10 is composed of eight communication nodes (communication devices) 101 to 108, four relay nodes 111 to 114, and a content source 110. An example of the communication node 101 is a video camera having an imaging function. Examples of communication nodes 102 to 108 are a projector for viewing a video, a liquid crystal display for checking a video, editing equipment for editing a video, a PC for performing video processing calculations such as analysis and composition of a video, and the like.

通信ノード101により撮像された映像データは、一旦、コンテンツソース110にバッファリングされる。その後、通信ノード101はコンテンツソース110から映像データを取り出し、既定の遅延量(遅延時間)を満たしつつ、通信ノード102〜108へ配信する。通信ノード102〜108の各々は、各機器に応じて、映像出力や編集、解析、映像合成等の様々なアプリケーションをリアルタイムに実行する。また例えば、通信ノード102と通信ノード103は、マルチプロジェクションを形成し、各々同期して映像を出力するように構成されてもよい。 The video data captured by the communication node 101 is temporarily buffered in the content source 110. After that, the communication node 101 takes out the video data from the content source 110 and delivers it to the communication nodes 102 to 108 while satisfying the predetermined delay amount (delay time). Each of the communication nodes 102 to 108 executes various applications such as video output, editing, analysis, and video composition in real time according to each device. Further, for example, the communication node 102 and the communication node 103 may be configured to form a multi-projection and output video in synchronization with each other.

ネットワーク内において、通信ノード101〜108は、リアルタイム通信に対応したネットワークハブである中継ノード111〜114を介して互いに接続される。ここで、通信ノード101〜108、および、中継ノード111〜114のそれぞれは、例えばEthernet AVB等のリアルタイム・同期通信が可能なプロトコル規格に対応しているものとする。また、通信ノード101〜108は、各々異なる通信速度に対応した通信インターフェースを備えるものとする。例えば、図1に示すように、通信ノード103、105、および107は、1GbEの通信インターフェースを備え、通信ノード102、104、106、および108は、100MbEの通信インターフェースを備えている。また、通信ノード101、および、中継ノード111〜114は1GbE以上の通信インターフェースを備えるものとする。 In the network, the communication nodes 101 to 108 are connected to each other via the relay nodes 111 to 114, which are network hubs that support real-time communication. Here, it is assumed that each of the communication nodes 101 to 108 and the relay nodes 111 to 114 corresponds to a protocol standard capable of real-time synchronous communication such as Ethernet AVB. Further, the communication nodes 101 to 108 are provided with communication interfaces corresponding to different communication speeds. For example, as shown in FIG. 1, communication nodes 103, 105, and 107 have a 1 GbE communication interface, and communication nodes 102, 104, 106, and 108 have a 100 MbE communication interface. Further, the communication node 101 and the relay nodes 111 to 114 shall be provided with a communication interface of 1 GbE or more.

図1に示したような通信システム10において、リアルタイム通信の開始以前に、通信ノード102〜108は、送信ノードである通信ノード101からのAVデータを既定の遅延量以内に受信可能か否かを判定する必要がある。通信システム10における遅延条件の一例として、遅延量2ms以下と規定し、以下に通信ノード102〜108において遅延条件を満たすか否かを判定する動作を説明する。 In the communication system 10 as shown in FIG. 1, before the start of real-time communication, the communication nodes 102 to 108 determine whether or not the AV data from the communication node 101, which is a transmission node, can be received within a predetermined delay amount. It is necessary to judge. As an example of the delay condition in the communication system 10, the delay amount is defined as 2 ms or less, and the operation of determining whether or not the delay condition is satisfied in the communication nodes 102 to 108 will be described below.

通信ノード101は、送信するAVデータの必要帯域幅を含むメッセージを、通信ノード102〜108へ送信する。その際に、各中継ノード111〜114は、各ホップで発生する遅延量を同メッセージに累積遅延量として追加(更新)して転送する。なお、転送されるメッセージには、必要帯域幅、累積遅延量以外にもEthernet AVBで規定されるAVストリームID やVLAN(Virtual Local Area Network) IDも含まれ得る。通信ノード102〜108は、受信したメッセージの累積遅延量、必要帯域幅等から、リアルタイム通信の可否を判定し、判定結果を通信ノード101へ通知する。 The communication node 101 transmits a message including the required bandwidth of the AV data to be transmitted to the communication nodes 102 to 108. At that time, each relay node 111 to 114 adds (updates) the delay amount generated in each hop to the same message as the cumulative delay amount and transfers it. The transferred message may include an AV stream ID and a VLAN (Virtual Local Area Network) ID specified by Ethernet AVB in addition to the required bandwidth and cumulative delay amount. The communication nodes 102 to 108 determine whether or not real-time communication is possible based on the cumulative delay amount of the received message, the required bandwidth, and the like, and notify the communication node 101 of the determination result.

図1の例では、通信ノード101は、帯域幅75MbpsでAVデータを送信するものとする。また、各ホップで発生する遅延量は、必要帯域幅等の情報を基に算出されるものとし、本例では1ホップあたり0.5msであるものとする。このような条件において、通信ノード101から通信ノード108までは5ホップ要することから、通信ノード108は、累積遅延量が2.5msとなる。上述のように、リアルタイム通信を行うために規定された遅延量は2ms以下であるから、通信ノード108における累積遅延量(2.5ms)は、当該規定の遅延量を満たすことができない。この場合、通信ノード108は、遅延量を満たせない旨を通信ノード101へ通知する。 In the example of FIG. 1, it is assumed that the communication node 101 transmits AV data with a bandwidth of 75 Mbps. Further, the amount of delay generated in each hop is calculated based on information such as the required bandwidth, and in this example, it is assumed to be 0.5 ms per hop. Under such conditions, it takes 5 hops from the communication node 101 to the communication node 108, so that the communication node 108 has a cumulative delay amount of 2.5 ms. As described above, since the delay amount specified for real-time communication is 2 ms or less, the cumulative delay amount (2.5 ms) at the communication node 108 cannot satisfy the specified delay amount. In this case, the communication node 108 notifies the communication node 101 that the delay amount cannot be satisfied.

以下では、図1における通信ノード108のような既定の遅延量を満たせない通信ノード(以下、遅延ノード)が発生した場合に、当該規定の遅延量を満たすように遅延ノードを救済する方法について説明する。本実施形態では、遅延ノードを救済するために、遅延ノードに対して遅延条件を達成できるようにデータ転送を行う通信ノード(以下、転送ノード)を設ける。 Hereinafter, when a communication node (hereinafter, delay node) that does not satisfy the predetermined delay amount such as the communication node 108 in FIG. 1 occurs, the method of relieving the delay node so as to satisfy the specified delay amount will be described. To do. In the present embodiment, in order to relieve the delayed node, a communication node (hereinafter referred to as a transfer node) that transfers data to the delayed node so that the delay condition can be achieved is provided.

ここで、図4と図5を参照して、本実施形態における送信ノードである通信ノード101と受信ノードである通信ノード102〜108の構成について説明する。 Here, the configurations of the communication node 101, which is a transmission node, and the communication nodes 102 to 108, which are reception nodes, will be described with reference to FIGS. 4 and 5.

図4は、送信ノードである通信ノード101の内部ブロック図を示す。プロセッサ405は、各機能ブロックを制御する。メモリ404は、各ブロックが共有して使用するメモリ空間である。プロセッサ405は、CPUまたはMPCにより構成され、メモリ404に記憶されたプログラムを実行することにより通信ノード101全体を制御する。例えば、後述する図6や図9のフローチャートは、メモリ404に記憶されたプログラムをプロセッサ405が実行することにより実現される。アドレス・データバス403は、各機能ブロック間のデータのやり取りに使用される。通信部400は、他の通信ノード102〜108及び、中継ノード111〜114とコンテンツソース110とのデータ通信用に使用される。通信部400は、コンテンツソース110とのデータ通信用に、他の通信ノード102〜108および中継ノード111〜114との通信用と独立した通信インターフェースを備えて構成されてもよい。 FIG. 4 shows an internal block diagram of the communication node 101, which is a transmitting node. Processor 405 controls each functional block. The memory 404 is a memory space shared and used by each block. The processor 405 is composed of a CPU or MPC, and controls the entire communication node 101 by executing a program stored in the memory 404. For example, the flowcharts of FIGS. 6 and 9 described later are realized by the processor 405 executing the program stored in the memory 404. The address data bus 403 is used to exchange data between functional blocks. The communication unit 400 is used for data communication between other communication nodes 102 to 108 and relay nodes 111 to 114 and the content source 110. The communication unit 400 may be configured to include a communication interface independent of communication with other communication nodes 102 to 108 and relay nodes 111 to 114 for data communication with the content source 110.

撮像部407において取得されたAVデータ(映像データ)は、AVデータ処理部408において必要に応じ圧縮等の処理がなされ、通信部400を介して一時的にコンテンツソース110に格納される。コンテンツソース110に格納されたAVデータは、既定の読み出し速度で通信部400から読み出され、他の通信ノード102〜108及び、中継ノード111〜114へ出力される。ただし、データ送信までの待ち時間が小さく、メモリ404にバッファリング可能なAVデータであれば、必ずしも一時的にコンテンツソース110に格納されなくてもよい。 The AV data (video data) acquired by the imaging unit 407 is subjected to processing such as compression as necessary in the AV data processing unit 408, and is temporarily stored in the content source 110 via the communication unit 400. The AV data stored in the content source 110 is read from the communication unit 400 at a predetermined read speed, and is output to the other communication nodes 102 to 108 and the relay nodes 111 to 114. However, if the waiting time until data transmission is short and the AV data can be buffered in the memory 404, it does not necessarily have to be temporarily stored in the content source 110.

ここで、通信部400による読み出し速度は、AVデータ処理部408におけるAVデータの圧縮率、通信ノード101がリアルタイム通信に利用可能な帯域幅、通信システム10における遅延条件、転送ノードの有無等により決定され得る。 Here, the read speed by the communication unit 400 is determined by the compression rate of AV data in the AV data processing unit 408, the bandwidth that the communication node 101 can use for real-time communication, the delay condition in the communication system 10, the presence or absence of the transfer node, and the like. Can be done.

転送ノード候補選出部401は、図3を参照して説明するようなノードリスト300を作成し、通信部400を介して、遅延ノードである通信ノード108へ送信する。 The transfer node candidate selection unit 401 creates a node list 300 as described with reference to FIG. 3, and transmits the node list 300 to the communication node 108, which is a delay node, via the communication unit 400.

ここで、転送ノード候補選出部401が作成するノードリストについて説明する。一般的に、転送ノードとして、送信ノードと通信リンク速度が速く、遅延ノードとのホップ数が最も小さい(距離が最も短い)通信ノードが適している。したがって、転送ノード候補選出部401は、まず、転送ノードの候補として、通信ノード101との間で、通信ノード101と通信ノード108間で確保される通信リンク速度(図1の例では100MbE)以上で通信可能な通信ノードを選出する。なお、転送ノード候補選出部401は、各通信ノード102〜108への通信リンク速度として、例えば、各通信ノード102〜108との通信リンク確立時に、メモリ404に格納されているものを参照する。転送ノード候補選出部401は選出した通信ノード(転送ノードの候補)から、図3に示すようなノードリスト300を作成する。図3に示すように、図1の構成では、転送ノードの候補は、通信ノード101との通信リンク速度が100MbE以上の、通信ノード103、105、および107となる。 Here, the node list created by the transfer node candidate selection unit 401 will be described. Generally, as the forwarding node, the communication node having a high communication link speed between the transmitting node and the delay node and having the shortest number of hops (shortest distance) is suitable. Therefore, the transfer node candidate selection unit 401 first, as a transfer node candidate, has a communication link speed (100 MbE in the example of FIG. 1) or more secured between the communication node 101 and the communication node 108. Select a communication node that can communicate with. The transfer node candidate selection unit 401 refers to the communication link speed to each communication node 102 to 108, for example, that is stored in the memory 404 when the communication link with each communication node 102 to 108 is established. The transfer node candidate selection unit 401 creates a node list 300 as shown in FIG. 3 from the selected communication nodes (transfer node candidates). As shown in FIG. 3, in the configuration of FIG. 1, the candidates for the transfer node are communication nodes 103, 105, and 107 having a communication link speed of 100 MbE or more with the communication node 101.

転送ノード候補選出部401により作成されたノードリスト300は、通信部400により遅延ノードである通信ノード108へ送信される。通信ノード108は、通信ノード101より受信したノードリスト300内で最も通信ノード108とのホップ数の小さいノードを、転送ノードとして決定する。図1の構成では、通信ノード108と通信ノード103、105、および107間のホップ数は、夫々5、3、2ホップであるため、最もホップ数の小さい通信ノード107が転送ノードとして選出される。ここで、ホップ数が同じ通信ノードが複数選出される場合には、送信ノードとの通信リンク速度ができる限り高速な通信ノードが転送ノードとして選出されてもよい。 The node list 300 created by the transfer node candidate selection unit 401 is transmitted by the communication unit 400 to the communication node 108, which is a delay node. The communication node 108 determines as the transfer node the node having the smallest number of hops with the communication node 108 in the node list 300 received from the communication node 101. In the configuration of FIG. 1, since the number of hops between the communication node 108 and the communication nodes 103, 105, and 107 is 5, 3, and 2 hops, respectively, the communication node 107 having the smallest number of hops is selected as the transfer node. .. Here, when a plurality of communication nodes having the same number of hops are selected, a communication node having a communication link speed with the transmitting node as high as possible may be selected as the transfer node.

次に、受信ノードである通信ノード102〜108の構成について説明する。図5は、受信ノードである通信ノード102〜108の内部ブロック図を示す。図4に示した送信ノードの構成と同様に、プロセッサ505は、各機能ブロックを制御する。メモリ504は、各ブロックが共有して使用するメモリ空間である。プロセッサ505は、CPUまたはMPCにより構成され、メモリ504に記憶されたプログラムを実行することにより通信ノード101全体を制御する。例えば、後述する図7のフローチャートは、メモリ504に記憶されたプログラムをプロセッサ505が実行することにより実現される。アドレス・データバス503は、各機能ブロック間のデータのやり取りに使用される。 Next, the configurations of the communication nodes 102 to 108, which are the receiving nodes, will be described. FIG. 5 shows an internal block diagram of communication nodes 102 to 108, which are receiving nodes. The processor 505 controls each functional block in the same manner as the transmission node configuration shown in FIG. The memory 504 is a memory space shared and used by each block. The processor 505 is composed of a CPU or MPC, and controls the entire communication node 101 by executing a program stored in the memory 504. For example, the flowchart of FIG. 7, which will be described later, is realized by the processor 505 executing the program stored in the memory 504. The address data bus 503 is used for exchanging data between each functional block.

通信ノード102〜108は、他の通信ノード101〜108及び、中継ノード111〜114とのデータ通信用として通信部500を備える。通信部500において受信した通信ノード101からのAVデータは、一旦メモリ504に格納される。AV処理部508において、メモリに格納されたAVデータが読み出され、映像出力部507で表示可能なデータへ変換される。なお、本実施形態では、受信ノードの構成は液晶プロジェクタやディスプレイを例にした構成であるが、この限りではなく編集機材であってもよい。編集機材である場合には、映像出力部507は、モニタ出力とスイッチやボリューム等のユーザインターフェースであってもよい。 The communication nodes 102 to 108 include a communication unit 500 for data communication with other communication nodes 101 to 108 and relay nodes 111 to 114. The AV data from the communication node 101 received by the communication unit 500 is temporarily stored in the memory 504. The AV processing unit 508 reads the AV data stored in the memory and converts it into data that can be displayed by the video output unit 507. In the present embodiment, the configuration of the receiving node is a configuration in which a liquid crystal projector or a display is used as an example, but the configuration is not limited to this and may be editing equipment. In the case of editing equipment, the video output unit 507 may be a monitor output and a user interface such as a switch or a volume.

転送ノード決定部501は、自局が遅延ノードである場合には、送信ノードから受信したノードリスト300から転送ノードを決定(選択)する。続いて、転送ノード決定部501は、転送情報を作成する。転送ノード決定部501は、転送情報に、決定した転送ノードの識別情報を含める。識別情報は、IPアドレス等、転送ノードが特定できる情報とする。また、転送情報には、遅延ノードのIPアドレス等、遅延ノードの識別情報が含まれてもよい。さらに、転送ノード決定部501は、送信ノードと転送ノード間の通信速度、および、転送ノードと遅延ノード間の通信速度を導出し、識別情報に含める。これらの通信速度は、例えば、送信ノードと転送ノード間、および転送ノードと遅延ノード間の、ホップ数、遅延量、通信リンク速度等により算出される。 When the own station is a delay node, the transfer node determination unit 501 determines (selects) the transfer node from the node list 300 received from the transmission node. Subsequently, the transfer node determination unit 501 creates transfer information. The transfer node determination unit 501 includes the determined transfer node identification information in the transfer information. The identification information is information that can be identified by the transfer node, such as an IP address. Further, the transfer information may include identification information of the delay node such as the IP address of the delay node. Further, the transfer node determination unit 501 derives the communication speed between the transmission node and the transfer node and the communication speed between the transfer node and the delay node, and includes them in the identification information. These communication speeds are calculated based on, for example, the number of hops, the amount of delay, the communication link speed, and the like between the transmission node and the transfer node, and between the transfer node and the delay node.

ここで、各通信速度を算出する場合に各経路で確保可能な帯域占有率等を含めても良い。更に、各通信ノード間のホップ数、もしくは遅延量は予め受信ノードで把握しているものして説明を行ったが、転送情報の送信後、各通信ノード間で上述した累積遅延量の取得方法と同様にして計測しても良い。 Here, when calculating each communication speed, the bandwidth occupancy rate and the like that can be secured in each route may be included. Further, although the number of hops or the delay amount between each communication node is grasped in advance by the receiving node, the above-mentioned cumulative delay amount acquisition method between each communication node is described after the transfer information is transmitted. It may be measured in the same manner as above.

転送ノード(図1の例では通信ノード107)の構成は、図4に受信ノードと同様であるものとする。ただし、通信部500は、送信ノードから送信されるAVデータを、遅延ノードへ転送することができるものとする。 It is assumed that the configuration of the transfer node (communication node 107 in the example of FIG. 1) is the same as that of the receive node in FIG. However, the communication unit 500 shall be able to transfer the AV data transmitted from the transmitting node to the delay node.

続いて、図2に、本実施形態におけるデータ伝送例を示す。図2では、遅延ノードが通信ノード108であり、転送ノードを通信ノード107とする。ここで、通信ノード107は、データ送信を行う通信ノード101と1GbEの通信リンクを形成可能であり、通信ノード101と通信ノード108は100MbEの通信リンクを形成するものとする。 Subsequently, FIG. 2 shows an example of data transmission in this embodiment. In FIG. 2, the delay node is the communication node 108, and the transfer node is the communication node 107. Here, it is assumed that the communication node 107 can form a communication link of 1 GbE with the communication node 101 that transmits data, and the communication node 101 and the communication node 108 form a communication link of 100 MbE.

通信ノード101は、通信ノード108の遅延条件を達成するために、図1に示した伝送例の5倍の通信速度である375Mbpsで、AVデータを通信ノード107へ送信する。通信ノード101から通信ノード107までは、高レート(375Mbps)でAVデータを伝送可能であるため、1ホップあたりの遅延量は0.15msとなる。従って、通信ノード101から通信ノード107までの累積遅延量は0.75msとなる。なお、計算の簡単化のために、各中継ノード111〜114での内部処理で発生する遅延量等を同一であるものと仮定しているが、各中継ノード111〜114で異なる遅延量を有していてもよい。 In order to achieve the delay condition of the communication node 108, the communication node 101 transmits AV data to the communication node 107 at 375 Mbps, which is five times the communication speed of the transmission example shown in FIG. Since AV data can be transmitted at a high rate (375 Mbps) from the communication node 101 to the communication node 107, the delay amount per hop is 0.15 ms. Therefore, the cumulative delay amount from the communication node 101 to the communication node 107 is 0.75 ms. For the sake of simplification of calculation, it is assumed that the delay amount generated in the internal processing in each relay node 111 to 114 is the same, but each relay node 111 to 114 has a different delay amount. You may be doing it.

通信ノード107は、受信したAVデータを自局で実行するアプリケーション用にバッファリングし、同時に、通信ノード108へ転送する。この際、通信ノード107と通信ノード108間は、100MbEの通信リンク速度であるため、低レート(75Mbps)での通信を行う。そのため、通信ノード107と通信ノード108間では、1ホップあたりの遅延量は図1における伝送例の時と同様の0.5msとなる。従って、通信ノード101から通信ノード108までの累積遅延量は、転送経路を含め、1.75msとなり、通信ノード108では、規定の遅延量2ms以下という遅延条件を達成することが可能となる。 The communication node 107 buffers the received AV data for an application to be executed by its own station, and at the same time transfers it to the communication node 108. At this time, since the communication node 107 and the communication node 108 have a communication link speed of 100 MbE, communication is performed at a low rate (75 Mbps). Therefore, between the communication node 107 and the communication node 108, the delay amount per hop is 0.5 ms, which is the same as in the case of the transmission example in FIG. Therefore, the cumulative delay amount from the communication node 101 to the communication node 108 is 1.75 ms including the transfer path, and the communication node 108 can achieve the delay condition of the specified delay amount of 2 ms or less.

図6に、本実施形態における送信ノード(図2では通信ノード101)の処理フローチャートを示す。S600では、送信ノードは、受信ノード(図2では通信ノード102〜108)から遅延量を満たさないことを示す通知を受信したか否かにより、遅延ノードが存在するか否かを判定する。例えば一定時間内に当該通知を受信しないことにより、遅延ノードが存在しないと判定された場合には(S600でNo)、送信ノードは、AVデータを各受信ノード宛、もしくはブロードキャストに送信し、本フローチャートは終了する。一方、遅延ノードが存在すると判定された場合には(S600でYes)、遅延ノードを特定し、S601で、送信ノードは、送信ノードとの間で遅延ノードとの通信リンク速度以上の速度で通信可能なノード(すなわち、転送ノードの候補)を選出し、ノードリスト300を作成する。S602では、送信ノードは、ノードリスト300を遅延ノードへ送信する。 FIG. 6 shows a processing flowchart of the transmission node (communication node 101 in FIG. 2) in the present embodiment. In the S600, the transmitting node determines whether or not the delay node exists based on whether or not the receiving node (communication nodes 102 to 108 in FIG. 2) has received a notification indicating that the delay amount is not satisfied. For example, if it is determined that the delay node does not exist by not receiving the notification within a certain period of time (No in S600), the transmitting node transmits the AV data to each receiving node or to the broadcast, and this The flow chart ends. On the other hand, if it is determined that a delay node exists (Yes in S600), the delay node is identified, and in S601, the transmission node communicates with the transmission node at a speed higher than the communication link speed with the delay node. Select possible nodes (ie, transfer node candidates) and create a node list 300. In S602, the transmitting node transmits the node list 300 to the deferred node.

S603では、送信ノードは、遅延ノードから、選出された転送ノードの識別情報と、送信ノードと転送ノード間の通信速度、転送ノードと遅延ノード間の通信速度を含む転送情報を受信する。なお、本フローチャートでは、遅延ノードが、送信ノードと転送ノード間の通信速度及び、転送ノードと遅延ノード間の通信速度を導出して、当該各通信速度を転送情報に含めるとした。しかし、この限りではなく、送信ノードが、当該各通信速度を算出してもよい。送信ノードが各通信速度を算出する場合には、遅延ノードと転送ノード間、および、送信ノードと転送ノード間の、ホップ数、もしくは遅延量の情報を、遅延ノードから受信してもよい。またさらに、送信ノードと転送ノード間のホップ数、もしくは遅延量の情報が、転送ノード経由で送信ノードに送信される場合に、転送ノードがホップ数、もしくは遅延量を特定(追加)してもよい。 In S603, the transmitting node receives the identification information of the selected transfer node, the communication speed between the transmitting node and the transfer node, and the transfer information including the communication speed between the transfer node and the delay node from the delay node. In this flowchart, the delay node derives the communication speed between the transmission node and the transfer node and the communication speed between the transfer node and the delay node, and includes each communication speed in the transfer information. However, this is not the case, and the transmitting node may calculate each communication speed. When the transmitting node calculates each communication speed, information on the number of hops or the amount of delay between the delay node and the transfer node and between the transmission node and the transfer node may be received from the delay node. Furthermore, even if the forwarding node specifies (adds) the number of hops or the delay amount when the information on the number of hops or the delay amount between the transmitting node and the forwarding node is transmitted to the transmitting node via the forwarding node. Good.

また、S603において遅延ノードから送信ノードに送信される転送情報は、他の受信ノードにおいても受信可能であり、特定の受信ノードは、転送情報から、自局が転送ノードとして選出されたことを把握する。この時、転送情報に遅延ノードの識別情報が含まれる場合には、転送ノードは、AVデータの転送先を把握することができる。また、転送ノードは、送信ノードから遅延ノードに関する情報が送信されることにより、AVデータの転送先を把握するようにしてもよい。 In addition, the transfer information transmitted from the delay node to the transmission node in S603 can also be received by other receiving nodes, and a specific receiving node grasps from the transfer information that its own station has been selected as the transfer node. To do. At this time, if the transfer information includes the identification information of the delay node, the transfer node can grasp the transfer destination of the AV data. Further, the transfer node may grasp the transfer destination of the AV data by transmitting the information about the delay node from the transmission node.

S604では、送信ノードは、転送情報に従い、転送ノードへ高レートでデータを送信する。ここで、高レートとは、送信ノードと遅延ノード間の通信リンク速度に比較して高い通信速度であるものとする。 In S604, the transmitting node transmits data to the transfer node at a high rate according to the transfer information. Here, the high rate is assumed to be a communication speed higher than the communication link speed between the transmitting node and the delay node.

図7に、本実施形態における受信ノード(図2では、通信ノード102〜108)の処理フローチャートを示す。S700では、受信ノードは、送信ノード(図2では、通信ノード101)から各中継ノード(図2では、中継ノード111〜114)による累積遅延量やAVデータの必要帯域幅等を含むメッセージを受信し、自局が規定の遅延量を満たすか否か(閾値以上か否か)を判定する。既定の遅延量を満たす(閾値以上でない)と判定された場合には(S700でNo)、受信ノードは、送信ノードからのAVデータを受信して、所定の処理を介してリアルタイムに再生し、本フローチャートは終了する。一方、既定の遅延量を満たさない(閾値以上)と判定された場合には(S700でYes)、S701で、受信ノードは、自局が遅延ノードであることを送信ノードに通知する。 FIG. 7 shows a processing flowchart of the receiving nodes (communication nodes 102 to 108 in FIG. 2) in the present embodiment. In the S700, the receiving node receives a message from the transmitting node (communication node 101 in FIG. 2) including the cumulative delay amount by each relay node (relay nodes 111 to 114 in FIG. 2) and the required bandwidth of AV data. Then, it is determined whether or not the own station satisfies the specified delay amount (whether or not it is equal to or more than the threshold value). If it is determined that the predetermined delay amount is satisfied (not above the threshold value) (No in S700), the receiving node receives the AV data from the transmitting node and reproduces it in real time through a predetermined process. This flowchart ends. On the other hand, if it is determined that the predetermined delay amount is not satisfied (greater than or equal to the threshold value) (Yes in S700), the receiving node notifies the transmitting node that the own station is a delay node in S701.

S702では、受信ノードは、送信ノードからノードリスト300を受信する。S703では、受信ノードは、ノードリスト300から、自局とのホップ数、もしくは遅延量が最少の通信ノードを、転送ノードとして選出し、上述したような手法で転送情報を作成する。S704では、受信ノードは、転送情報を転送ノード及び、送信ノードへ送信する。S705では、受信ノードは、送信ノードからのAVデータを転送ノードから受信する。ここで、転送時の送信速度は、転送情報に従うものとする。転送ノードから遅延ノードへは低レートでAVデータが転送されるが、送信ノードから転送ノードへは当該AVデータは高レートで送信されるため、結果として、遅延ノードは、既定の遅延量を満たすことが可能となる。 In S702, the receiving node receives the node list 300 from the transmitting node. In S703, the receiving node selects the communication node having the smallest number of hops with its own station or the minimum amount of delay from the node list 300 as a transfer node, and creates transfer information by the method described above. In S704, the receiving node transmits the transfer information to the transfer node and the transmission node. In S705, the receiving node receives the AV data from the transmitting node from the forwarding node. Here, it is assumed that the transmission speed at the time of transfer follows the transfer information. AV data is transferred from the transfer node to the delay node at a low rate, but the AV data is transmitted from the transmission node to the transfer node at a high rate, and as a result, the delay node satisfies the predetermined delay amount. It becomes possible.

図8に、本実施形態における通信システム10における各ノードの動作を示すシーケンスチャートを示す。S800では、通信ノード101は各通信ノードに対して、送信するAVデータの必要帯域幅や累積遅延量等を含むメッセージを送信する。S801では、各中継ノード111〜114がメッセージ内の遅延量のフィールドに遅延量を加算、更新する。S802〜S804では、通信ノード102〜108は、累積遅延量を含むメッセージを受信する。S805では、通信ノード108は、既定の遅延量を自局で満たせないことをメッセージの累積遅延量より判断し、規定の遅延量(遅延条件)を満たせないことを通信ノード101へ通知する。 FIG. 8 shows a sequence chart showing the operation of each node in the communication system 10 according to the present embodiment. In the S800, the communication node 101 transmits a message including the required bandwidth and cumulative delay amount of the AV data to be transmitted to each communication node. In S801, each relay node 111 to 114 adds and updates the delay amount to the delay amount field in the message. In S802 to S804, communication nodes 102 to 108 receive a message including the cumulative delay amount. In S805, the communication node 108 determines from the cumulative delay amount of the message that the predetermined delay amount cannot be satisfied by the own station, and notifies the communication node 101 that the specified delay amount (delay condition) cannot be satisfied.

S806では、通信ノード101は、通信ノード108が遅延ノードであることを認識する。S807では、通信ノード101は、遅延ノードを救済可能な転送ノードの候補を選出し、ノードリスト300を作成する。S808では、通信ノード101は、作成したノードリスト300を遅延ノードである通信ノード108へ送信し、S809で通信ノード108がこれを受信する。 In S806, the communication node 101 recognizes that the communication node 108 is a delay node. In S807, the communication node 101 selects a candidate transfer node that can rescue the delay node and creates a node list 300. In S808, the communication node 101 transmits the created node list 300 to the communication node 108, which is a delay node, and the communication node 108 receives this in S809.

S810では、通信ノード108は、ノードリスト300から、最も自局とホップ数の小さい通信ノード107を、転送ノードとして決定する。また、通信ノード108は、通信ノード101と通信ノード107間、通信ノード107と通信ノード108間の、データ転送時の通信速度を導出して、転送情報に含める。なお、転送情報には、通信ノード107の識別情報(および通信ノード108の識別情報)も含まれる。S811では、通信ノード108は、転送情報を通信ノード107および、通信ノード101へ送信する。S812では、転送情報を受信した通信ノード107は、自局が通信ノード108の転送ノードであることを認識する。 In the S810, the communication node 108 determines the communication node 107 having the smallest number of hops and its own station as a transfer node from the node list 300. Further, the communication node 108 derives the communication speed at the time of data transfer between the communication node 101 and the communication node 107, and between the communication node 107 and the communication node 108, and includes the communication speed in the transfer information. The transfer information also includes the identification information of the communication node 107 (and the identification information of the communication node 108). In S811, the communication node 108 transmits the transfer information to the communication node 107 and the communication node 101. In S812, the communication node 107 that has received the transfer information recognizes that its own station is the transfer node of the communication node 108.

S813では、通信ノード101は、通信ノード108から受信した転送情報から、通信ノード107が転送ノードとして選出されたことを把握する。S814では、通信ノード101は、転送情報に従い、AVデータを、高レートで通信ノード107へ送信する。この時の通信レートは、送信ノードと転送ノード間、転送ノードと受信ノード間のホップ数、もしくは遅延量に対して、既定の遅延量が達成されるように決定される。 In S813, the communication node 101 grasps that the communication node 107 has been selected as the transfer node from the transfer information received from the communication node 108. In S814, the communication node 101 transmits AV data to the communication node 107 at a high rate according to the transfer information. The communication rate at this time is determined so that a predetermined delay amount is achieved with respect to the number of hops between the transmission node and the transfer node, the number of hops between the transfer node and the reception node, or the delay amount.

S815では、通信ノード107は、受信したAVデータを自局で実行するアプリケーション用にバッファリングするのと同時に、遅延ノードである通信ノード108へ低レートでデータ送信する。ここで、低レートとは、通信ノード101と通信ノード107間の通信に比較して通信速度が低いことを示す。また、本実施形態での低レートとは、100MbEの通信リンク速度で受信可能な通信速度であるものとする。 In the S815, the communication node 107 buffers the received AV data for an application to be executed by its own station, and at the same time, transmits data to the communication node 108, which is a delay node, at a low rate. Here, the low rate means that the communication speed is lower than the communication between the communication node 101 and the communication node 107. Further, the low rate in the present embodiment is assumed to be a communication speed that can be received at a communication link speed of 100 MbE.

S816では、通信ノード108が規定の遅延量以内にAVデータを受信し、受信データの同期再生を行うまでの間、受信AVデータをメモリ504にバッファリングする。S817では、通信ノード101は、通信ノード102〜106に対して、低レートで同AVデータを再度送信する。ここで、通信ノード107から通信ノード108へ低レートでAVデータを転送する際に、通信ノード102〜106もAVデータを受信してもよいが、既定の遅延量を満たさない通信ノードが発生する可能性がある。そのため、ここでは通信ノード101は、低レートでAVデータを再度送信することとする。また、本シーケンスチャートでは、AVデータの高レート送信と低レート送信は時系列に行われているが通信帯域に余裕があれば同時に送信してもよい。 In the S816, the received AV data is buffered in the memory 504 until the communication node 108 receives the AV data within the specified delay amount and performs synchronous playback of the received data. In S817, the communication node 101 retransmits the same AV data to the communication nodes 102 to 106 at a low rate. Here, when transferring AV data from the communication node 107 to the communication node 108 at a low rate, the communication nodes 102 to 106 may also receive the AV data, but some communication nodes do not satisfy the predetermined delay amount. there is a possibility. Therefore, here, the communication node 101 retransmits the AV data at a low rate. Further, in this sequence chart, high-rate transmission and low-rate transmission of AV data are performed in chronological order, but they may be transmitted at the same time if there is a margin in the communication band.

S819では、各通信ノード102〜108で同期して、データ再生等の種々のアプリケーションの実行が開始される。ここでは、通信システムにマルチプロジェクションを行うプロジェクタが存在したため、すべての受信ノードが同期再生を行うシーケンスチャートで説明を行った。しかし、この限りではなく、映像の解析、合成等の動画処理演算等の他のアプリケーションはAVデータの受信後、直ぐに開始していてもよい。 In S819, execution of various applications such as data reproduction is started in synchronization with each communication node 102 to 108. Here, since there was a projector that performs multi-projection in the communication system, a sequence chart in which all receiving nodes perform synchronous playback was described. However, this is not limited to this, and other applications such as video analysis and video processing operations such as compositing may be started immediately after receiving the AV data.

[実施形態2]
実施形態1では、送信ノードは、図6のS601において、単に送信ノードとの通信リンク速度が遅延ノードとの通信リンク速度以上の通信ノードを転送ノード候補として選出し、ノードリスト300を作成した。実施形態2では、送信ノードが、更に条件の良い通信ノードを転送ノード候補として選出する方法について説明する。以下、実施形態1と異なる部分について説明する。
[Embodiment 2]
In the first embodiment, in S601 of FIG. 6, the transmitting node simply selects a communication node whose communication link speed with the transmitting node is equal to or higher than the communication link speed with the delayed node as a transfer node candidate, and creates a node list 300. In the second embodiment, a method will be described in which the transmitting node selects a communication node with better conditions as a transfer node candidate. Hereinafter, a part different from the first embodiment will be described.

図9に、実施形態2における送信ノードの処理フローチャートを示す。S600では、送信ノードは、遅延ノードの有無を判定する。S601では、送信ノードは、送信ノードとの間で遅延ノードとの通信リンク速度以上の速度で通信可能なノードを選出する。S900では、送信ノードは、S601で選出したノードの中から、送信ノードとの通信に割り当てられる通信帯域の占有割合が閾値以上の通信ノードを選出する。 FIG. 9 shows a processing flowchart of the transmitting node in the second embodiment. In the S600, the transmitting node determines the presence or absence of the delayed node. In S601, the transmitting node selects a node capable of communicating with the transmitting node at a speed higher than the communication link speed with the delay node. In the S900, the transmitting node selects a communication node whose occupancy ratio of the communication band allocated to communication with the transmitting node is equal to or greater than the threshold value from the nodes selected in S601.

S901では、送信ノードは、S900で選出した通信ノード中から、高い優先度グループに属している通信ノードを選出する。このための前提として、各通信ノードには、複数の優先度グループのうちの、いずれかの優先度グループに属するものとする。例えば、Ethernet AVBでは、上記AVBドメインは、伝送されるストリーム(データ)の遅延条件と優先順位毎に形成される。そのため、各通信ノードは、ストリームの優先順位が異なれば異なるAVBドメインに属することとなる。ここで優先度グループとは、Ethernet AVB における上記AVBドメインと同様であるものとする。 In S901, the transmitting node selects a communication node belonging to a high priority group from the communication nodes selected in S900. As a premise for this, each communication node shall belong to one of a plurality of priority groups. For example, in Ethernet AVB, the AVB domain is formed for each delay condition and priority of the stream (data) to be transmitted. Therefore, each communication node belongs to a different AVB domain if the stream priority is different. Here, the priority group is the same as the above AVB domain in Ethernet AVB.

なお、S601、S900、およびS901の処理は、いずれか一つを採用しても良いし、処理順序を入れ替えても良いことは言うまでもない。以下の処理フローは、図6と同様であるため、説明を省略する。 Needless to say, any one of the processes of S601, S900, and S901 may be adopted, or the processing order may be changed. Since the following processing flow is the same as that in FIG. 6, the description thereof will be omitted.

このように、以上に説明した実施形態によれば、通信リンク速度が異なる複数の通信ノードが夫々既定の遅延量以内にデータ伝送を行う通信システムにおいて、遅延量を満たさない通信ノードを救済することが可能となる。詳細には、送信ノードが通信パケットを既定の遅延量で受信できない遅延ノードを検出した場合に、遅延ノードを救済可能な転送ノードが送信ノードから高速に受信した通信パケットを遅延ノードへ転送することで既定の遅延量を達成することができる。 As described above, according to the embodiment described above, in a communication system in which a plurality of communication nodes having different communication link speeds transmit data within a predetermined delay amount, the communication nodes that do not satisfy the delay amount are relieved. Is possible. Specifically, when the transmitting node detects a delayed node that cannot receive the communication packet with the predetermined delay amount, the forwarding node that can rescue the delayed node forwards the communication packet received at high speed from the transmitting node to the delayed node. The default amount of delay can be achieved with.

すなわち、既定の遅延量を満たさない受信ノードに対して、送信ノードから高速にパケット受信可能な転送ノードを設けることでリアルタイムに通信を行わせることが可能となる。また、1GbE (Gigabit Ethernet)や2.5GbE等に比較して低速な100MbE等を含むリアルタイム通信システムにおいて、低速な通信ノードを補助する転送ノードを設けることで更に遅延量を低減した通信を行うことが可能となる。遅延量が低減されることから、再生時に他の受信ノードとの同期ずれを生じることを防ぐことが可能となる。 That is, it is possible to make the receiving node that does not satisfy the predetermined delay amount communicate in real time by providing the forwarding node that can receive the packet from the transmitting node at high speed. In addition, in a real-time communication system including 100MbE, which is slower than 1GbE (Gigabit Ethernet) or 2.5GbE, it is possible to perform communication with a further reduced delay by providing a transfer node that assists the low-speed communication node. It will be possible. Since the amount of delay is reduced, it is possible to prevent synchronization deviation with other receiving nodes during playback.

なお、上記通信システムは、リアルタイム通信が必須である放送系現場を想定して説明を行ったが、この限りではなく他の種別の機器で構成されるマルチプロジェクション、ホームシアターシステムや産業系、車載系のアプリケーション等であってもよいものとする。 The above communication system has been described assuming a broadcasting site where real-time communication is indispensable, but it is not limited to this, and it is not limited to this, and multi-projection, home theater system, industrial system, and in-vehicle system composed of other types of devices are used. It may be an application of.

また、上述の図6、7、9のフローチャートは、送信ノード又は受信ノードのプロセッサがメモリに記憶されている制御プログラムを実行し、情報の演算および加工並びに各ハードウェアの制御を実行することにより実現されるものとして説明した。しかし、これらのフローチャートに示すステップの一部または全部を例えばASIC等のハードウェアで実現する構成としても良い。 Further, in the flowcharts of FIGS. 6, 7 and 9 described above, the processors of the transmitting node or the receiving node execute the control program stored in the memory, calculate and process the information, and control each hardware. It was explained as being realized. However, a configuration may be configured in which some or all of the steps shown in these flowcharts are realized by hardware such as an ASIC.

<その他の実施形態>
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
<Other Embodiments>
The present invention supplies a program that realizes one or more functions of the above-described embodiment to a system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by the processing to be performed. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

101〜108 通信ノード、111〜114 中継ノード、110 コンテンツソース、300 ノードリスト、401 転送ノード候補選出部、501 転送ノード決定部 101-108 communication node, 111-114 relay node, 110 content source, 300 node list, 401 transfer node candidate selection unit, 501 transfer node determination unit

Claims (13)

ネットワーク内で送信装置からデータを受信する通信装置であって、
前記送信装置から送信されたデータを所定の時間内に受信することができるか否かを判定する判定手段と、
前記判定手段により前記送信装置から所定の時間内に前記データを受信することができないと判定された場合に、前記ネットワーク内の複数の他の通信装置の中で所定の条件を満たす装置を転送装置として選択する選択手段と、
前記転送装置を識別するための情報を含む転送情報を前記送信装置と前記転送装置に送信する送信手段と、
前記転送装置を経由して前記送信装置から前記データを受信する受信手段と、
を有し、
前記所定の条件は、前記送信装置から前記転送装置を経由して前記通信装置が前記データを受信するまでの時間が前記所定の時間内となるようにするための条件であることを特徴とする通信装置。
A communication device that receives data from a transmitter in a network.
A determination means for determining whether or not the data transmitted from the transmission device can be received within a predetermined time, and
When the determination means determines that the data cannot be received from the transmission device within a predetermined time, the transfer device transfers a device that satisfies a predetermined condition among a plurality of other communication devices in the network. And the selection method to select as
A transmission means for transmitting transfer information including information for identifying the transfer device to the transmission device and the transfer device, and
A receiving means for receiving the data from the transmitting device via the transfer device, and
Have,
The predetermined condition is a condition for ensuring that the time from the transmitting device to the communication device receiving the data via the transfer device is within the predetermined time. Communication device.
前記判定手段により前記送信装置から送信されたデータを前記所定の時間内に受信することができないと判定された場合に、前記所定の時間内に前記データを受信することができないことを前記送信装置に通知する通知手段を更に有し、
前記選択手段は、前記通知手段による前記通知に応じて前記送信装置から受信された前記所定の条件のうちの通信速度に関する第1の条件を満たす前記他の通信装置のリストから、前記転送装置を選択することを特徴とする請求項1に記載の通信装置。
When the determination means determines that the data transmitted from the transmission device cannot be received within the predetermined time, the transmission device indicates that the data cannot be received within the predetermined time. Has more notification means to notify
The selection means selects the transfer device from a list of the other communication devices that satisfy the first condition regarding the communication speed among the predetermined conditions received from the transmission device in response to the notification by the notification means. The communication device according to claim 1, wherein the communication device is selected.
前記選択手段は、前記リストにおける前記第1の条件を満たす前記他の通信装置から、前記所定の条件のうちの前記通信装置からの距離に関する第2の条件を満たす通信装置を、前記転送装置として選択することを特徴とする請求項2に記載の通信装置。 The selection means uses a communication device that satisfies the second condition regarding the distance from the communication device among the predetermined conditions from the other communication device that satisfies the first condition in the list as the transfer device. The communication device according to claim 2, wherein the communication device is selected. 前記第1の条件は、前記送信装置との通信における通信速度が、前記送信装置と前記通信装置の間で確保される通信速度より速いことであり、前記第2の条件は、前記通信装置からの距離が、前記転送装置の候補となる装置の中で最も短いことであることを特徴とする請求項3に記載の通信装置。 The first condition is that the communication speed in communication with the transmission device is faster than the communication speed secured between the transmission device and the communication device, and the second condition is from the communication device. The communication device according to claim 3, wherein the distance is the shortest among the devices that are candidates for the transfer device. 前記転送情報は、前記転送装置を識別するための情報、前記送信装置と前記転送装置との間の通信における通信速度、および、前記転送装置と前記通信装置との間の通信における通信速度を含むことを特徴とする請求項1から4のいずれか1項に記載の通信装置。 The transfer information includes information for identifying the transfer device, a communication speed in communication between the transmission device and the transfer device, and a communication speed in communication between the transfer device and the communication device. The communication device according to any one of claims 1 to 4, wherein the communication device is characterized by the above. ネットワーク内の他の通信装置にデータを送信する通信装置であって、
前記ネットワーク内の他の通信装置の中で、前記通信装置から送信されたデータを所定の時間内に受信できない通信装置を特定する特定手段と、
前記他の通信装置の中で、所定の通信速度より速い速度で通信可能な通信装置の情報を前記特定された通信装置に通知する通知手段と、
前記特定された通信装置により、前記通知手段によって通知された情報に基づいて選択された通信装置であって、前記通信装置から送装置を経由して前記特定された通信装置が前記データを受信するまでの時間が前記所定の時間内となるように選択された前記転送装置の情報を含む転送情報を受信する受信手段と、
前記転送情報に基づいて、前記転送装置に前記データを送信する送信手段と、
を有することを特徴とする通信装置。
A communication device that sends data to other communication devices in the network.
Among other communication devices in the network, a specific means for identifying a communication device that cannot receive data transmitted from the communication device within a predetermined time, and
Among the other communication devices, a notification means for notifying the specified communication device of information on a communication device capable of communicating at a speed higher than a predetermined communication speed, and
Wherein the specified communication device, wherein a communication device selected based on the information notified by the notification unit, wherein the communication device receiving the said data the specified communication device via the transfer device from A receiving means for receiving transfer information including information of the transfer device selected so that the time required for the transfer is within the predetermined time.
A transmission means for transmitting the data to the transfer device based on the transfer information, and
A communication device characterized by having.
前記所定の通信速度は、前記通信装置と前記特定された通信装置の間で確保される通信速度であることを特徴とする請求項6に記載の通信装置。 The communication device according to claim 6, wherein the predetermined communication speed is a communication speed secured between the communication device and the specified communication device. 前記転送情報には、前記通信装置と前記転送装置との間の通信速度、および、前記転送装置と前記特定された通信装置との間の通信速度が含まれることを特徴とする請求項6に記載の通信装置。 6. The transfer information is characterized in that the communication speed between the communication device and the transfer device and the communication speed between the transfer device and the specified communication device are included in claim 6. The communication device described. 前記通知手段によって通知される情報は、前記所定の通信速度より速い速度で通信可能な通信装置のうち、前記通信装置との通信に割り当てられる通信帯域の占有割合が所定の閾値以上の通信装置の情報を含むことを特徴とする請求項6から8のいずれか1項に記載の通信装置。 The information notified by the notification means is that of a communication device capable of communicating at a speed higher than the predetermined communication speed, in which the occupancy ratio of the communication band allocated for communication with the communication device is equal to or higher than a predetermined threshold value. The communication device according to any one of claims 6 to 8, wherein the communication device includes information. 前記通知手段によって通知される情報は、前記所定の通信速度より速い速度で通信可能な通信装置のうち、高い優先度を有する通信装置を含むことを特徴とする請求項6から9のいずれか1項に記載の通信装置。 Any one of claims 6 to 9, wherein the information notified by the notification means includes a communication device having a high priority among communication devices capable of communicating at a speed higher than the predetermined communication speed. The communication device described in the section. ネットワーク内で送信装置からデータを受信する通信装置の制御方法であって、
前記送信装置から送信されたデータを所定の時間内に受信することができるか否かを判定する判定工程と、
前記判定工程において前記送信装置から所定の時間内に前記データを受信することができないと判定された場合に、前記ネットワーク内の複数の他の通信装置の中で所定の条件を満たす装置を転送装置として選択する選択工程と、
前記転送装置を識別するための情報を含む転送情報を前記送信装置と前記転送装置に送信する送信工程と、
前記転送装置を経由して前記送信装置から前記データを受信する受信工程と、
を有し、
前記所定の条件は、前記送信装置から前記転送装置を経由して前記通信装置が前記データを受信するまでの時間が前記所定の時間内となるようにするための条件であることを特徴とする制御方法。
A control method for a communication device that receives data from a transmitter in a network.
A determination step of determining whether or not the data transmitted from the transmission device can be received within a predetermined time, and a determination step.
When it is determined in the determination step that the data cannot be received from the transmission device within a predetermined time, a transfer device that satisfies a predetermined condition among a plurality of other communication devices in the network. The selection process to select as
A transmission step of transmitting transfer information including information for identifying the transfer device to the transmission device and the transfer device, and
A receiving step of receiving the data from the transmitting device via the transfer device, and
Have,
The predetermined condition is a condition for ensuring that the time from the transmitting device to the communication device receiving the data via the transfer device is within the predetermined time. Control method.
ネットワーク内の他の通信装置にデータを送信する通信装置の制御方法であって、
前記ネットワーク内の他の通信装置の中で、前記通信装置から送信されたデータを所定の時間内に受信できない通信装置を特定する特定工程と、
前記他の通信装置の中で、所定の通信速度より速い速度で通信可能な通信装置の情報を前記特定された通信装置に通知する通知工程と、
前記特定された通信装置により、前記通知工程において通知された情報に基づいて選択された通信装置である転送装置であって、前記通信装置から前記転送装置を経由して前記特定された通信装置が前記データを受信するまでの時間が前記所定の時間内となるように選択された前記転送装置の情報を含む転送情報を受信する受信工程と、
前記転送情報に基づいて、前記転送装置に前記データを送信する送信工程と、
を有することを特徴とする制御方法。
A control method for a communication device that sends data to other communication devices in the network.
A specific step of identifying a communication device that cannot receive data transmitted from the communication device within a predetermined time among other communication devices in the network.
A notification step of notifying the specified communication device of information on a communication device capable of communicating at a speed higher than a predetermined communication speed among the other communication devices.
A transfer device that is a communication device selected based on the information notified in the notification process by the specified communication device, wherein the specified communication device is transmitted from the communication device via the transfer device. A receiving step of receiving transfer information including information of the transfer device selected so that the time until receiving the data is within the predetermined time, and
A transmission step of transmitting the data to the transfer device based on the transfer information,
A control method characterized by having.
コンピュータを、請求項1から10のいずれか1項に記載の通信装置として機能させるためのプログラム。 A program for causing a computer to function as the communication device according to any one of claims 1 to 10.
JP2016251920A 2016-12-26 2016-12-26 Communication equipment, its control method, and programs Active JP6824027B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016251920A JP6824027B2 (en) 2016-12-26 2016-12-26 Communication equipment, its control method, and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016251920A JP6824027B2 (en) 2016-12-26 2016-12-26 Communication equipment, its control method, and programs

Publications (3)

Publication Number Publication Date
JP2018107616A JP2018107616A (en) 2018-07-05
JP2018107616A5 JP2018107616A5 (en) 2020-01-23
JP6824027B2 true JP6824027B2 (en) 2021-02-03

Family

ID=62787863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016251920A Active JP6824027B2 (en) 2016-12-26 2016-12-26 Communication equipment, its control method, and programs

Country Status (1)

Country Link
JP (1) JP6824027B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002268962A (en) * 2001-03-13 2002-09-20 Toshiba Corp Monitoring system
EP2399368B1 (en) * 2009-02-20 2013-07-24 Thomson Licensing Time synchronized resource reservation over packet switched networks
CN103597778A (en) * 2011-06-08 2014-02-19 三星电子株式会社 Enhanced stream reservation protocol for audio video networks
US8516130B2 (en) * 2011-06-30 2013-08-20 Harman International Industries, Incorporated Using non-AVB application layer interface and message to establish a connection over an AVB network

Also Published As

Publication number Publication date
JP2018107616A (en) 2018-07-05

Similar Documents

Publication Publication Date Title
JP7079866B2 (en) Packet processing method and device
CN110890994B (en) Method, device and system for determining message forwarding path
JP5069332B2 (en) COMMUNICATION DEVICE, COMMUNICATION SYSTEM, CONVERSION METHOD, AND PROGRAM THEREOF
WO2019134383A1 (en) Method for controlling network congestion, access device, and computer readable storage medium
CN107454000B (en) Network data transmission device and method
US9660836B2 (en) Network topology discovery
WO2014047784A1 (en) Method for determining packet forwarding path, network device and control device
CN103281257B (en) A kind of protocol message processing method and equipment
EP3264725B1 (en) Stream reservation class converter
KR20090068138A (en) Communication method in a network comprising a primary network and a secondary network
WO2021092839A1 (en) Data transmission method, electronic devices, system and storage medium
EP3420691B1 (en) Data streaming with layer 2 and layer 3 reservations
EP3297210B1 (en) Method and apparatus for setting packet transmission mode
US11271711B2 (en) Communication control device, communication control method, network switch, route control method, and communication system
US9537764B2 (en) Communication apparatus, control apparatus, communication system, communication method, method for controlling communication apparatus, and program
JP6824027B2 (en) Communication equipment, its control method, and programs
JP3519628B2 (en) Relay device
EP3420692B1 (en) Data streaming with layer 2 and layer 3 reservations
JP5094532B2 (en) Communication device
JP4380485B2 (en) Node device, packet communication method in node device, and program
JP2006311191A (en) Selective flow control system
JP2019021992A (en) Communication device and control method thereof
WO2023273788A1 (en) Data processing method and related apparatus
US20240236196A1 (en) Data transmission method and device
JP2007200076A (en) Data transmitting/receiving system, data transmitter, data transmitting/receiving method, and program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191203

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200914

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201002

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201120

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210112

R151 Written notification of patent or utility model registration

Ref document number: 6824027

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151