JP2009253949A - Communicating system, transmitting device and program - Google Patents

Communicating system, transmitting device and program Download PDF

Info

Publication number
JP2009253949A
JP2009253949A JP2008103368A JP2008103368A JP2009253949A JP 2009253949 A JP2009253949 A JP 2009253949A JP 2008103368 A JP2008103368 A JP 2008103368A JP 2008103368 A JP2008103368 A JP 2008103368A JP 2009253949 A JP2009253949 A JP 2009253949A
Authority
JP
Japan
Prior art keywords
data
divided data
packet
transmission
transmitted
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.)
Withdrawn
Application number
JP2008103368A
Other languages
Japanese (ja)
Inventor
Kenji Ishihara
健二 石原
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.)
Yamaha Corp
Original Assignee
Yamaha Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yamaha Corp filed Critical Yamaha Corp
Priority to JP2008103368A priority Critical patent/JP2009253949A/en
Publication of JP2009253949A publication Critical patent/JP2009253949A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To satisfy both reliability and efficiency of data communication between a transmitting device and a plurality of receiving devices while avoiding an excessive increase in the load imposed on communication networks linking the transmitting device and the plurality of receiving devices. <P>SOLUTION: In the transmitting device of this communication system where transmission object data are divided into a plurality of divided block data, and respective divided data are written in a data part, the system has a processing of a packet having in its header including an identifier of the divided data which uniquely identify the divided data is sent by a multicast transmission, and also a processing, when retransmission of previously transmitted divided data are requested from any one of receiving devices, that the packet is sent as a unicast transmission to the requesting receiving device. On the other hand, for each receiver, the presence/absence of the divided data is determined from an identifier of the divided data written in the header of the received packet, and if the divided data is absent, the retransmission of the data is requested to the transmitting device. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、通信網を介したデータ通信に関し、特に、複数の受信装置へ同一データを送信する技術に関する。   The present invention relates to data communication via a communication network, and more particularly to a technique for transmitting the same data to a plurality of receiving apparatuses.

複数の受信装置へ同一データを送信する技術の一例としては、マルチキャスト通信が挙げられる。マルチキャスト通信は、複数の受信装置が属するマルチキャストグループ宛にデータを送信する処理を送信装置に実行させ、このようにして送信されたデータを通信網内に設けられたマルチキャスト対応ルータ等で適宜複製しつつ各受信装置へ送り届けることで実現される。複数の受信装置の各々との間に通信コネクションを確立し各通信コネクションを介して別個にユニキャスト送信する態様では、宛先となる受信装置の数が増えるほど送信装置にかかる処理負荷が高くなるが、マルチキャスト通信による態様ではこのような問題が生じない。   An example of a technique for transmitting the same data to a plurality of receiving apparatuses is multicast communication. In multicast communication, a transmitting device executes processing for transmitting data to a multicast group to which a plurality of receiving devices belong, and the transmitted data is appropriately copied by a multicast-compatible router or the like provided in the communication network. However, it is realized by delivering to each receiving device. In an aspect in which a communication connection is established with each of a plurality of receiving apparatuses and unicast transmission is performed separately via each communication connection, the processing load on the transmitting apparatus increases as the number of receiving apparatuses as destinations increases. Such a problem does not occur in the multicast communication mode.

通信網を介したデータ通信では、送信対象のデータを複数の分割データに分割し、各分割データにその宛先や送信元の通信アドレス等を書き込んだヘッダ部を付与したパケット単位で送受信することが一般的である。このようなパケット単位でデータの送受信を行う通信態様では、送信装置から送信される複数のパケットのうちの何れか1つでも受信装置へ到達しないものがあると、受信装置側では分割前のデータを復元することができずデータ処理に支障が生じる。以下、送信装置から送信されたパケットがその伝送過程で消失し、その宛先へ到達しないことをパケットロスと呼ぶ。このようなパケットロスの発生原因としては種々のものがあるが、その代表例としては、送信装置と受信装置とのデータ通信を仲介する通信網の輻輳が挙げられる。   In data communication via a communication network, data to be transmitted can be divided into a plurality of divided data, and transmitted and received in packet units each having a header portion in which the destination and the communication address of the transmission source are written. It is common. In such a communication mode in which data is transmitted and received in units of packets, if any one of a plurality of packets transmitted from the transmission device does not reach the reception device, the data before division is received on the reception device side. Cannot be restored, and data processing is hindered. Hereinafter, the loss of a packet transmitted from a transmission device during the transmission process and the arrival at the destination is referred to as packet loss. There are various causes for the occurrence of such packet loss. A typical example is congestion of a communication network that mediates data communication between a transmission device and a reception device.

TCP(Transmission Control
Protocol)に代表されるコネクション型の通信プロトコルでは、パケットロスの発生を検出しその再送信を行う仕組みが設けられている。しかし、マルチキャスト通信では、データ通信の信頼性よりも通信効率が重視されるためUDP(User Datagram Protocol)などのコネクションレス型の通信プロトコルが用いられることが一般的である。コネクションレス型の通信プロトコルでは、パケットロスの検出および再送信を行う仕組みは設けられていないため、マルチキャスト通信を利用した通信システムでは、パケットロスにより受信装置側でのデータ処理に支障が生じることを回避できない、といった問題があった。
TCP (Transmission Control
In connection-type communication protocols represented by (Protocol), a mechanism for detecting occurrence of packet loss and retransmitting it is provided. However, in multicast communication, since communication efficiency is more important than data communication reliability, a connectionless communication protocol such as UDP (User Datagram Protocol) is generally used. The connectionless communication protocol does not provide a mechanism for detecting and retransmitting packet loss. Therefore, in a communication system using multicast communication, data processing on the receiver side may be hindered by packet loss. There was a problem that it could not be avoided.

このような問題を解決するために、マルチキャスト通信においてパケットロスの検出および再送信を可能にする技術が種々提案されており、その一例としては、1998年にCiscoSystems社により発表されたPGM(Pragmatic General
Multicast)が挙げられる。PGMでは、受信装置にパケットロスを検出させ、パケットロスの検出を契機としてそのパケットロスしたパケットの再送信を要求する旨の応答(NAK(Negative AcKnowledgement))を返信する処理を受信装置に実行させる。一方、送信装置には、NAKの受信を契機として、そのNAKにより再送信を要求されたパケットを再度マルチキャスト送信する処理を実行させる。
特開平11−196041号公報
In order to solve such problems, various techniques for enabling detection and retransmission of packet loss in multicast communication have been proposed. As an example, PGM (Pragmatic General) announced by Cisco Systems in 1998 was proposed.
Multicast). In the PGM, the receiving device detects packet loss, and triggers the receiving device to send back a response (NAK (Negative AcKnowledgement)) requesting retransmission of the packet lost when the packet loss is detected. . On the other hand, with the reception of the NAK, the transmission apparatus is caused to execute a process of multicasting again a packet requested to be retransmitted by the NAK.
JP-A-11-196041

しかし、PGMでは、パケットの再送信がマルチキャストで行われるため、再送信が頻発するとデータ通信を仲介する通信網に含まれるネットワーク機器にかかる処理負荷が過剰に高くなるといった問題がある。前述したように、通信網が輻輳状態であるとパケットロスが発生し易くなるが、通信網に含まれるネットワーク機器にかかる処理負荷が過剰に高くなると、その通信網の輻輳をさらに悪化させる虞がある。このため、特許文献1では、複数の受信装置(特許文献1では、「受信局」)を相互に通信可能なもの同士グループ化し、グループ毎に予め定められた代表局にのみNAKの送信を行わせるようにしている。これは、同一のパケットについてのパケットロスが複数の受信装置で検出され、それら受信装置の各々がNAKを返信することによって、同一のパケットについての再送信が複数回行われることを回避するためである。このように、特許文献1に開示された技術によれば、同一パケットについてのマルチキャストによる再送信が複数回行われることは回避されるものの、パケットの再送信がマルチキャストで行われることには変わりなく、パケットの再送信により通信網の輻輳を悪化させる虞があることには変わりはない。   However, in PGM, since retransmission of packets is performed by multicast, there is a problem that processing load on a network device included in a communication network that mediates data communication becomes excessive if retransmissions occur frequently. As described above, packet loss is likely to occur when the communication network is in a congested state. However, if the processing load on the network device included in the communication network becomes excessively high, the congestion of the communication network may be further deteriorated. is there. For this reason, in Patent Document 1, a plurality of receiving apparatuses ("Receiving Station" in Patent Document 1) are grouped together and NAK is transmitted only to a representative station predetermined for each group. I try to make it. This is to avoid the case where a packet loss for the same packet is detected by a plurality of receiving apparatuses, and each of the receiving apparatuses returns a NAK, thereby retransmitting the same packet a plurality of times. is there. As described above, according to the technology disclosed in Patent Document 1, it is avoided that retransmission of the same packet by multicast is performed a plurality of times, but packet retransmission is still performed by multicast. There is no change in that there is a possibility of exacerbating the congestion of the communication network due to retransmission of packets.

本発明は上記課題に鑑みて為されたものであり、送信装置と複数の受信装置との間のデータ通信を仲介する通信網に含まれるネットワーク機器にかかる負荷が過剰に高くなることを回避しつつ、送信装置と複数の受信装置との間のデータ通信の信頼性と効率とを両立させることを可能にする技術を提供することを目的とする。   The present invention has been made in view of the above problems, and avoids an excessive increase in the load on a network device included in a communication network that mediates data communication between a transmission device and a plurality of reception devices. On the other hand, an object of the present invention is to provide a technique that makes it possible to achieve both the reliability and efficiency of data communication between a transmission device and a plurality of reception devices.

上記課題を解決するために本発明は、送信対象のデータを分割して得られる複数の分割データを、マルチキャストグループ宛に送信するパケットのデータ部に1個ずつ、または連続する複数個ずつ書き込むとともに、当該パケットのヘッダ部に当該1または複数の分割データの前記送信対象のデータ内での位置を示す分割データ識別子を書き込んでマルチキャスト送信する処理と、送信済みの分割データの再送信を要求された場合に、その分割データをその要求元へユニキャスト送信する処理と、を実行する送信装置と、前記マルチキャストグループ宛に送信されてくるパケットを受信し、受信したパケットのヘッダ部に書き込まれていた分割データ識別子を参照して分割データの欠落の有無を判定し、欠落した分割データの再送信を前記送信装置へ要求する処理、を各々実行する複数の受信装置と、を有することを特徴とする通信システムを提供する。このような通信システムにおいては、分割データの再送信を要求した受信装置に対してのみその分割データがユニキャストで送信されるため、マルチキャストで再送信を行う態様に比較して送信装置と複数の受信装置とのデータ通信を仲介する通信網に含まれるルータ等のネットワーク機器に過剰な負荷がかかることはない。   In order to solve the above-described problem, the present invention writes a plurality of divided data obtained by dividing data to be transmitted one by one or a plurality of continuous data into a data portion of a packet transmitted to a multicast group. , A process of multicast transmission by writing a divided data identifier indicating the position of the one or more pieces of divided data in the transmission target data in the header portion of the packet, and retransmission of the transmitted divided data are requested In this case, a process for unicasting the divided data to the request source, and a packet transmitted to the multicast group are received and written in the header part of the received packet. Referring to the divided data identifier, it is determined whether or not the divided data is missing, and the retransmission of the missing divided data is transmitted. A plurality of receiving apparatus for performing processing of requesting the device, respectively, to provide a communication system characterized by having a. In such a communication system, since the divided data is transmitted by unicast only to the receiving apparatus that has requested retransmission of the divided data, a plurality of transmission apparatuses and a plurality of transmission apparatuses are compared with a mode in which retransmission is performed by multicast. An excessive load is not applied to a network device such as a router included in a communication network that mediates data communication with the receiving device.

より好ましい態様においては、前記通信システムに含まれる送信装置は、同一のデータ部を有するパケットをM(2以上の整数)個ずつ連続させてマルチキャスト送信することを特徴とする。また、別の好ましい態様においては、マルチキャストグループ宛に送信するパケットのデータ部に書き込める分割データの個数の最大値M(2以上の整数)が予め定められており、前記送信装置は、連続して送信するM個のパケットの各々に同一の分割データが少なくとも1つ含まれるように各パケットに書き込む分割データの範囲を調整することを特徴とする。これらの態様によれば、各分割データがM個ずつマルチキャスト送信されるため、送信装置から連続してマルチキャスト送信されたM−1個のパケットが消失しても受信装置側で分割データの欠落が生じることはない。   In a more preferred aspect, the transmission device included in the communication system is characterized in that M (an integer greater than or equal to 2) packets having the same data part are continuously transmitted by multicast transmission. In another preferred aspect, a maximum value M (an integer of 2 or more) of the number of pieces of divided data that can be written in a data portion of a packet transmitted to a multicast group is determined in advance. The range of the divided data written in each packet is adjusted so that at least one identical divided data is included in each of the M packets to be transmitted. According to these aspects, since each piece of divided data is multicast-transmitted M times, even if M-1 packets continuously multicast-transmitted from the transmitting apparatus are lost, the divided data is missing on the receiving apparatus side. It does not occur.

また、上記課題を解決するために本発明は、送信対象のデータを分割して得られる複数の分割データを、マルチキャストグループ宛に送信するパケットのデータ部に1個ずつ、または連続する複数個ずつ書き込むとともに、当該パケットのヘッダ部に当該1または複数の分割データの前記送信対象のデータ内での位置を示す分割データ識別子を書き込んでマルチキャスト送信する送信手段と、送信済みの分割データの再送信を要求された場合にその分割データをその要求元へユニキャスト送信する再送信手段とを有することを特徴とする送信装置、および、コンピュータ装置を上記各手段として機能させることを特徴とするプログラムを提供する。   In order to solve the above problems, the present invention provides a plurality of pieces of divided data obtained by dividing data to be transmitted one by one in a data portion of a packet transmitted to a multicast group, or a plurality of pieces of continuous data. A transmission means for writing and transmitting the divided data identifier indicating the position of the one or more pieces of divided data in the transmission target data in the header portion of the packet, and retransmitting the transmitted divided data Providing a transmitter characterized by having retransmission means for unicasting the divided data to the request source when requested, and a program for causing a computer device to function as each of the means To do.

以下、本発明を実施するための最良の形態を図面を参照しつつ説明する。
(A:第1実施形態)
図1は、本発明の第1実施形態に係る通信システム1Aの構成例を示すブロック図である。図1に示すように、通信システム1Aには、送信装置10Aと、受信装置20A−k(k=1〜N:Nは2以上の整数)とが含まれており、これら各装置は何れも通信網30に接続されている。通信網30は、例えばインターネットなどの電気通信回線であり、自網に接続されている通信装置間で所定の通信プロトコルにしたがって行われるデータ通信を仲介するためのものである。上記通信プロトコルとしては、プロトコル階層毎に種々のものを用いることが考えられる。本実施形態では、ネットワーク層についてはIP(Internet Protocol)が、トランスポート層についてはTCPまたはUDPが用いられる。
The best mode for carrying out the present invention will be described below with reference to the drawings.
(A: 1st Embodiment)
FIG. 1 is a block diagram showing a configuration example of a communication system 1A according to the first embodiment of the present invention. As shown in FIG. 1, the communication system 1A includes a transmission device 10A and reception devices 20A-k (k = 1 to N: N is an integer equal to or greater than 2). It is connected to the communication network 30. The communication network 30 is an electric communication line such as the Internet, for example, and mediates data communication performed in accordance with a predetermined communication protocol between communication devices connected to the own network. Various communication protocols may be used for each protocol layer. In this embodiment, IP (Internet Protocol) is used for the network layer, and TCP or UDP is used for the transport layer.

送信装置10Aは、音声データや画像データなどの各種データを通信網30を介してマルチキャスト送信する電子機器である。このマルチキャスト通信では、データ通信の効率を重視し、トランスポート層の通信プロトコルとしてUDPが用いられる。一方、受信装置20A−kは、通信網30を介してマルチキャスト送信されてくるデータを受信し、そのデータの種類に応じた処理を実行する電子機器である。例えば、送信装置10Aからマルチキャスト送信されるデータが音声データである場合には、受信装置20A−kは、音声コーデックやスピーカを含む音声出力装置(図示省略)へ受信したデータを引渡し、そのデータに応じた音声を放音させる。また、送信装置10Aからマルチキャスト送信されるデータが画像データである場合には、受信装置20A−kは、液晶ディスプレイやその駆動回路を含む画像表示装置(同図示省略)へ受信したデータを引渡し、そのデータの表す画像を表示させる。   The transmission device 10A is an electronic device that multicasts various data such as audio data and image data via the communication network 30. In this multicast communication, importance is placed on the efficiency of data communication, and UDP is used as a transport layer communication protocol. On the other hand, the receiving devices 20A-k are electronic devices that receive data multicast-transmitted via the communication network 30 and execute processing according to the type of the data. For example, when the data multicast-transmitted from the transmission device 10A is audio data, the reception devices 20A-k deliver the received data to an audio output device (not shown) including an audio codec and a speaker, and the data is sent to the data. The corresponding sound is emitted. In addition, when the data transmitted by multicast from the transmission device 10A is image data, the reception devices 20A-k deliver the received data to an image display device (not shown) including a liquid crystal display and its drive circuit. The image represented by the data is displayed.

通信システム1Aにおいて、送信装置10Aから受信装置20A−kへのマルチキャスト送信は、従来と同様に、パケット単位で行われる。本実施形態では、受信装置20A−kの属するマルチキャストグループが予め定められており、そのマルチキャストグループに割り当てられているマルチキャストアドレスが送信装置10Aや受信装置20A−kに予め記憶されている。送信装置10Aは、送信対象となるデータ(例えば、送信装置10Aに予め記憶されているデータや、USB(Universal Serial Bus)メモリなどの記録媒体経由で外部から与えられるデータ)を複数の分割データに分割し、それら分割データを書き込んだパケットを上記マルチキャストアドレス宛に送信することで、その送信対象データのパケット単位でのマルチキャスト送信を実現する。   In the communication system 1A, multicast transmission from the transmission device 10A to the reception device 20A-k is performed in units of packets, as in the past. In the present embodiment, a multicast group to which the receiving device 20A-k belongs is determined in advance, and a multicast address assigned to the multicast group is stored in advance in the transmitting device 10A and the receiving device 20A-k. The transmission apparatus 10A converts data to be transmitted (for example, data stored in the transmission apparatus 10A in advance or data given from outside via a recording medium such as a USB (Universal Serial Bus) memory) into a plurality of divided data. By dividing and transmitting the packet in which the divided data is written to the multicast address, multicast transmission in units of packets of the transmission target data is realized.

図2は、送信装置10Aからマルチキャスト送信されるパケットのデータフォーマットの一例を示す図である。図2に示すように、このパケットは、ヘッダ部とデータ部により構成される。図2のデータ部には、分割データが1つずつ書き込まれる。一方、ヘッダ部には、パケットの送信順を示すシーケンス番号が書き込まれる。本実施形態では、若いシーケンス番号を有するパケットほど、分割前の送信対象データの先頭に近い部分に位置する分割データがそのデータ部に書き込まれる。このため、上記シーケンス番号は、データ部に書き込まれている分割データについての送信対象データ内での位置を示す分割データ識別子の役割を果たす。なお、図2に示すヘッダ部にはシーケンス番号以外にも他のデータが書き込まれるが、これら他のデータは本実施形態とは直接関係しないため、図2ではその記載が省略されている。   FIG. 2 is a diagram illustrating an example of a data format of a packet multicast-transmitted from the transmission apparatus 10A. As shown in FIG. 2, this packet includes a header part and a data part. The divided data is written one by one in the data portion of FIG. On the other hand, a sequence number indicating the packet transmission order is written in the header portion. In the present embodiment, as the packet has a lower sequence number, the divided data located in the portion closer to the beginning of the transmission target data before division is written in the data portion. For this reason, the sequence number serves as a divided data identifier indicating the position in the transmission target data for the divided data written in the data part. In addition to the sequence number, other data is written in the header portion shown in FIG. 2, but since these other data are not directly related to the present embodiment, the description is omitted in FIG.

受信装置20A−kでは、従来のパケット単位のデータ通信と同様に、通信網30を介して受信したパケットのデータ部に書き込まれている分割データを同ヘッダ部に書き込まれているシーケンス番号が若い順に連結することで、分割前の送信対象データが復元される。したがって、通信網30の輻輳などによりパケットロスが発生すると、受信装置20A−k側では、送信対象データを復元することができず、以降のデータ処理に支障が生じ得る。しかし、本実施形態では、通信網30や送信装置10Aに過剰な負荷をかけることなく、パケットロスにより欠落した分割データの再送信を送信装置10Aおよび受信装置20A−kに行わせ、この問題を解決したことに特徴がある。以下、本実施形態の特徴を示す送信装置10Aおよび受信装置20A−kを中心に説明する。   In the receiving device 20A-k, the sequence number in which the divided data written in the data portion of the packet received via the communication network 30 is written in the header portion is the same as in the conventional packet unit data communication. By concatenating sequentially, the transmission target data before division is restored. Therefore, when packet loss occurs due to congestion of the communication network 30, the receiving device 20A-k cannot restore the transmission target data, which may hinder subsequent data processing. However, in the present embodiment, the transmitter 10A and the receivers 20A-k are allowed to retransmit the divided data lost due to the packet loss without imposing an excessive load on the communication network 30 and the transmitter 10A. There is a feature in solving it. Hereinafter, the description will focus on the transmission device 10A and the reception devices 20A-k that show the features of the present embodiment.

図3は、送信装置10Aの構成例を示すブロック図である。図3に示すように、送信装置10Aは、制御部110、通信インタフェース(以下、I/F)部120、記憶部130およびこれら構成要素間のデータ授受を仲介するバス140を含んでいる。   FIG. 3 is a block diagram illustrating a configuration example of the transmission device 10A. As illustrated in FIG. 3, the transmission device 10 </ b> A includes a control unit 110, a communication interface (hereinafter referred to as I / F) unit 120, a storage unit 130, and a bus 140 that mediates data exchange between these components.

制御部110は、例えばCPU(Central Processing Unit)である。この制御部110は、記憶部130に予め格納されている送信制御プログラム132aにしたがって作動し、送信装置10Aの制御中枢の役割を果たす。制御部110が送信制御プログラム132aにしたがって実行する処理については後に明らかにする。通信I/F部120は例えばNIC(Network Interface Card)であり、通信網30に接続されている。この通信I/F部120は、通信網30を介して送信されてくるデータを受信しそのデータを制御部110へ引渡す一方、制御部110から引渡されるデータを通信網30へと送出する。   The control unit 110 is, for example, a CPU (Central Processing Unit). The control unit 110 operates according to the transmission control program 132a stored in advance in the storage unit 130, and serves as a control center of the transmission device 10A. The processing executed by the control unit 110 according to the transmission control program 132a will be clarified later. The communication I / F unit 120 is, for example, a NIC (Network Interface Card) and is connected to the communication network 30. The communication I / F unit 120 receives data transmitted via the communication network 30 and delivers the data to the control unit 110, while sending the data delivered from the control unit 110 to the communication network 30.

記憶部130は、図3に示すように揮発性記憶部131と不揮発性記憶部132とを含んでいる。揮発性記憶部131は、例えば、RAM(Random Access Memory)であり、制御プログラム132aを実行する際のワークエリアとして利用される。また、揮発性記憶部131は、通信網30を介してマルチキャスト送信した分割データを一定期間格納しておくバッファとしても利用される。このように送信済みの分割データをその送信のときから一定期間だけ保持しておくのは、送信済みの分割データの再送信に備えるためである。なお、上記バッファサイズについては、受信装置20A−kにてパケットロスを検出する際のタイムアウト時間(後に詳細に説明する)との兼ね合いで定めるようにすれば良い。不揮発性記憶部132は、例えばハードディスクやFlashメモリであり、前述した送信制御プログラム132aを予め格納している。この送信制御プログラム132aは、送信処理および再送信処理の2つの処理を制御部110に実行させるプログラムである。   As shown in FIG. 3, the storage unit 130 includes a volatile storage unit 131 and a nonvolatile storage unit 132. The volatile storage unit 131 is, for example, a RAM (Random Access Memory), and is used as a work area when the control program 132a is executed. Further, the volatile storage unit 131 is also used as a buffer for storing the divided data transmitted by multicast via the communication network 30 for a certain period. The reason why the transmitted divided data is held for a certain period from the time of transmission is to prepare for retransmission of the transmitted divided data. The buffer size may be determined in consideration of a timeout time (described in detail later) when detecting a packet loss in the receiving device 20A-k. The nonvolatile storage unit 132 is a hard disk or a flash memory, for example, and stores the transmission control program 132a described above in advance. The transmission control program 132a is a program that causes the control unit 110 to execute two processes of a transmission process and a retransmission process.

図3の送信処理は、送信対象データを分割して得られる複数の分割データの各々を、マルチキャストグループ宛に送信する各パケットのデータ部に書き込んでマルチキャスト送信する処理である。この送信処理は、送信対象データの配信開始を要求する旨の通信メッセージ(以下、配信開始要求)を受信したことを契機として実行される。より詳細に説明すると、図3に示す送信処理では、まず、送信対象データの配信開始を通知する通信メッセージ(以下、配信開始通知)をマルチキャスト送信する処理が複数回(例えば、10回)実行され、その後、送信対象データのマルチキャスト送信が開始される。ここで、配信開始通知のマルチキャスト送信を複数回実行するのは、その配信開始通知に関してパケットロスが発生し各受信装置20A−kに配信開始通知が全く到達しないことを回避するためである。また、図3に示す送信処理では、送信済みのパケットのデータ部に書き込まれていた分割データをその分割データについての分割データ識別子(本実施形態では、シーケンス番号)に対応付けて揮発性記憶部131内のバッファへ書き込む処理も実行される。ただし、揮発性記憶部131内のバッファは、その記憶容量に限りがあるため、記憶容量に空きがなくなると最も古い分割データから順に新たな分割データで上書きされる。   The transmission process of FIG. 3 is a process of multicast transmission by writing each of a plurality of divided data obtained by dividing the transmission target data into the data portion of each packet transmitted to the multicast group. This transmission process is executed in response to reception of a communication message (hereinafter referred to as a distribution start request) requesting the start of distribution of transmission target data. More specifically, in the transmission process shown in FIG. 3, first, a process of multicast transmission of a communication message (hereinafter referred to as distribution start notification) for notifying the start of distribution of transmission target data is executed a plurality of times (for example, 10 times). Thereafter, multicast transmission of the transmission target data is started. Here, the multicast transmission of the distribution start notification is executed a plurality of times in order to avoid that a packet loss occurs with respect to the distribution start notification and the distribution start notification does not reach each receiving device 20A-k at all. In the transmission processing shown in FIG. 3, the volatile storage unit associates the divided data written in the data part of the transmitted packet with the divided data identifier (sequence number in this embodiment) for the divided data. A process of writing to the buffer in 131 is also executed. However, since the buffer in the volatile storage unit 131 has a limited storage capacity, when the storage capacity becomes full, the buffer is overwritten with new divided data in order from the oldest divided data.

図4は、送信制御プログラム132aにしたがって制御部110が実行する再送信処理の流れを示すフローチャートである。図4に示すように、この再送信処理では、まず、送信済みの分割データの再送信を要求する旨の通信メッセージ(以下、再送信要求)を受信したか否かが判定され(ステップSA10)、この判定結果が“No”である間は、ステップSA10の処理が繰り返し実行される。そして、ステップSA10の判定結果が“Yes”になると、制御部110は、再送信を要求された分割データの再送信が可能であるか否かを判定する(ステップSA20)。より詳細に説明すると、制御部110は、再送信を要求された分割データが上記バッファに格納されている場合には、その再送信が可能であると判定し、逆に、該当する分割データが上記バッファに格納されていない場合には、再送信不可能と判定する。   FIG. 4 is a flowchart showing the flow of retransmission processing executed by the control unit 110 in accordance with the transmission control program 132a. As shown in FIG. 4, in this retransmission process, it is first determined whether or not a communication message (hereinafter referred to as a retransmission request) requesting retransmission of the transmitted divided data has been received (step SA10). While the determination result is “No”, the process of step SA10 is repeatedly executed. When the determination result in step SA10 is “Yes”, the control unit 110 determines whether or not the divided data requested to be retransmitted can be retransmitted (step SA20). More specifically, when the divided data requested to be retransmitted is stored in the buffer, the control unit 110 determines that the retransmission can be performed. If it is not stored in the buffer, it is determined that retransmission is impossible.

制御部110は、ステップSA20の判定結果が“Yes”である場合には、再送信を要求された分割データをデータ部に書き込んだパケットをTCPに準拠したユニキャスト送信でその要求元へ送信する処理を実行し(ステップSA30)、後述するステップSA50の処理を実行する。ここで、TCPに準拠したデータ通信を行うためには、その通信相手となる相手装置との間に予め通信コネクションを確立しておく必要があり、その確立を行うタイミングとしては以下の2つの態様が考えられる。第1に、送信処理によるパケットのマルチキャスト送信の実行に先立ってそのパケットの受け手である各受信装置20A−kからの要求に応じてその通信コネクションを確立しておく態様である。第2に、パケット再送信処理による再送信が必要になる度に受信装置20A−kからの要求に応じて上記再送信用の通信コネクションを確立する態様である。これら2つの態様のうち、本実施形態では、第1の態様が採用されている。その理由は、送信装置10Aからマルチキャスト送信されるパケットについてパケットロスが一定の頻度以上発生する状況下では、通信網30に輻輳が発生していると想定され、このような状況下では、通信コネクション確立のための通信(所謂3ウェイハンドシェーク型の通信)に支障が生じ、再送信用の通信コネクションの確立に失敗する虞があるからである。   When the determination result in step SA20 is “Yes”, the control unit 110 transmits the packet in which the divided data requested to be retransmitted is written in the data unit to the request source by unicast transmission conforming to TCP. The process is executed (step SA30), and the process of step SA50 described later is executed. Here, in order to perform data communication in conformity with TCP, it is necessary to establish a communication connection with a counterpart device as a counterpart of communication in advance. Can be considered. First, prior to execution of multicast transmission of a packet by transmission processing, a communication connection is established in response to a request from each receiving device 20A-k that is a recipient of the packet. Second, every time retransmission by packet retransmission processing is required, the above-described retransmission trust communication connection is established in response to a request from the receiving device 20A-k. Of these two modes, the first mode is employed in the present embodiment. The reason is that congestion is assumed to occur in the communication network 30 under a situation where packet loss occurs more than a certain frequency for a packet multicast-transmitted from the transmitting apparatus 10A. This is because there is a possibility that communication for establishment (so-called three-way handshake type communication) may be hindered and establishment of a communication connection for re-transmission credit may fail.

ステップSA20の判定結果が“No”である場合には、制御部110は、リスタート処理(ステップSA40)を実行する。ここで、リスタート処理とは、前述した送信処理を最初からやり直す処理である。次いで、制御部110は、操作部(図示省略)を介して送信制御プログラム132aの実行終了を指示されたか否かを判定し(ステップSA50)、その判定結果が“No”である場合には、ステップSA10以降の処理を繰り返し実行し、逆に、ステップSA50の判定結果が“Yes”である場合には、本再送信処理を終了する。
以上が送信装置10Aの構成である。
When the determination result in step SA20 is “No”, the control unit 110 executes a restart process (step SA40). Here, the restart process is a process for restarting the transmission process described above. Next, the control unit 110 determines whether or not the execution end of the transmission control program 132a is instructed via the operation unit (not shown) (step SA50). If the determination result is “No”, The processing after Step SA10 is repeatedly executed. Conversely, when the determination result at Step SA50 is “Yes”, the retransmission processing is terminated.
The above is the configuration of the transmission apparatus 10A.

次いで、受信装置20A−kの構成について図5を参照しつつ説明する。
図5は、受信装置20A−kの構成例を示すブロック図であり、図3と同一の構成要素には、同一の符号が付されている。図3と図5とを比較すれば明らかように、受信装置20A−kのハードウェア構成は送信装置10Aのハードウェア構成と同一であり、送信制御プログラム132aに代えて受信制御プログラム132bが不揮発性記憶部132に格納されている点のみが異なっている。この受信制御プログラム132bは、前述した再送信用の通信コネクションを確立する処理の他に、図5に示す受信処理と再送信要求処理を受信装置20A−kの制御部110に実行させるプログラムである。
Next, the configuration of the receiving device 20A-k will be described with reference to FIG.
FIG. 5 is a block diagram illustrating a configuration example of the receiving device 20A-k, and the same components as those in FIG. 3 are denoted by the same reference numerals. As apparent from a comparison between FIG. 3 and FIG. 5, the hardware configuration of the receiving device 20A-k is the same as the hardware configuration of the transmitting device 10A, and the receiving control program 132b is non-volatile instead of the transmitting control program 132a. Only the points stored in the storage unit 132 are different. This reception control program 132b is a program that causes the control unit 110 of the receiving apparatus 20A-k to execute the reception process and the retransmission request process shown in FIG. 5 in addition to the above-described process for establishing a communication connection for retransmission.

図5の受信処理では、操作部(図示省略)を介して配信開始要求の送信を指示されたことを契機として、配信開始要求を送信装置10Aへ送信する処理が実行され、さらに、送信装置10Aから送信されてくる配信開始通知を受信したことを契機として、パケットのマルチキャスト送信を待ち受ける処理が実行される。また、この受信処理では、通信網30を介してマルチキャスト送信されてくるパケットを受信して揮発性記憶部131の所定の記憶領域へ書き込むとともに、その受信状況から分割データの欠落の有無を判定する処理も実行される。本実施形態では、各パケットには互いに異なる分割データが1個ずつ書き込まれているため、パケットロスが発生すれば必ず分割データの欠落が発生する。このため、本実施形態では、パケットロスの発生を検出した場合に、分割データの欠落が発生したと判定される。ここで、パケットロス(分割データの欠落)の検出手法としては種々のものが考えられるが、本実施形態では、以下に述べる2つの態様が採用されている。   In the reception process of FIG. 5, a process of transmitting a distribution start request to the transmission device 10 </ b> A is executed in response to an instruction to transmit a distribution start request via an operation unit (not shown). A process of waiting for multicast transmission of a packet is executed in response to reception of a delivery start notification transmitted from. In this reception process, a packet transmitted by multicast transmission via the communication network 30 is received and written to a predetermined storage area of the volatile storage unit 131, and the presence / absence of divided data is determined from the reception status. Processing is also performed. In the present embodiment, each piece of divided data is written in each packet one by one. Therefore, if a packet loss occurs, the divided data is always lost. For this reason, in this embodiment, when the occurrence of packet loss is detected, it is determined that the lack of divided data has occurred. Here, various methods for detecting packet loss (missing divided data) are conceivable. In the present embodiment, the following two modes are employed.

第1に、通信網30を介して送信装置10Aからマルチキャスト送信されるパケットを順次受信する過程で、受信したパケットのヘッダ部に書き込まれている分割データ識別子(本実施形態では、シーケンス番号)に不連続が発生した場合(例えば、シーケンス番号“m”がヘッダ部に書き込まれたパケットの次に、シーケンス番号“m+j”(jは2以上の整数)がヘッダ部に書き込まれたパケットを受信した場合など)に、その不連続が発生した時から所定のタイムアウト時間(例えば、500ミリ秒)が経過してもその不連続が解消しなければ、その不連続に応じた数分のパケットロスが発生したと判定する態様である。換言すれば、分割データ識別子に不連続が発生した場合であっても、その発生の時から所定のタイムアウト時間が経過する前にその不連続部分に対応する分割データ識別子がヘッダ部に書き込まれたパケットを受信した場合には、受信装置20A−kの制御部110はパケットロスは発生していないと判定する。これは、通信網30の利用状況によっては、送信装置10Aから順次送信されたパケットがその送信順に受信装置20A−kに到達するとは限らないからである。第2に、直近にパケットを受信した時点或いは配信開始通知を受信した時点から所定のタイムアウト時間(例えば、500ミリ秒)が経過しても後続のパケットを受信しなかった場合に、その後続のパケットについてパケットロスが発生したと判定する態様である。なお、分割データ識別子に不連続が発生した場合のタイムアウト時間、直近にパケットを受信した時点からのタイムアウト時間、および、配信開始通知を受信した時点からのタイムアウト時間については、各々別個の時間長としても勿論良い。   First, in the process of sequentially receiving packets multicast-transmitted from the transmitting apparatus 10A via the communication network 30, the divided data identifiers (sequence numbers in this embodiment) written in the header part of the received packets are used. When discontinuity occurs (for example, after a packet in which the sequence number “m” is written in the header portion, a packet in which the sequence number “m + j” (j is an integer of 2 or more) is written in the header portion is received. If the discontinuity is not resolved even after a predetermined timeout period (for example, 500 milliseconds) has elapsed since the occurrence of the discontinuity, a packet loss of several minutes corresponding to the discontinuity occurs. This is a mode for determining that the error has occurred. In other words, even when a discontinuity occurs in the divided data identifier, the divided data identifier corresponding to the discontinuous portion is written in the header portion before the predetermined timeout period has elapsed since the occurrence. When a packet is received, the control unit 110 of the receiving device 20A-k determines that no packet loss has occurred. This is because the packets sequentially transmitted from the transmission device 10A do not always reach the reception devices 20A-k in the order of transmission depending on the usage status of the communication network 30. Second, if a subsequent packet is not received even after a predetermined time-out period (for example, 500 milliseconds) has elapsed since the most recent packet reception or distribution start notification was received, In this mode, it is determined that a packet loss has occurred for a packet. In addition, regarding the timeout time when discontinuity occurs in the divided data identifier, the timeout time from the time when the packet was most recently received, and the timeout time from the time when the delivery start notification is received, each is a separate time length. Is of course good.

パケットロス(すなわち、分割データの欠落)が発生していないと判定された場合には、受信装置20A−kの制御部110は、受信したパケットのデータ部から分割データを読み出して送信対象データを復元しそのデータの種類に応じたデータ処理を実行する。逆に、パケットロスが発生したと判定された場合には、制御部110は再送信要求処理を実行する。この再送信要求処理では、受信装置20A−kに到達しなかったパケットのシーケンス番号(すなわち、パケットロスにより欠落した分割データを示す分割データ識別子)を書き込んだ再送信要求を、前述した再送信用の通信コネクションを介して送信装置10Aにユニキャスト送信する処理が実行される。なお、複数のパケットについてのパケットロスが検出された場合は、制御部110は、それら複数のパケットの各々のシーケンス番号を書き込んだ再送信要求を送信する。
以上が受信装置20A−kの構成である。
When it is determined that no packet loss (that is, missing divided data) has occurred, the control unit 110 of the receiving device 20A-k reads the divided data from the data portion of the received packet, and sets the transmission target data. Restore and execute data processing according to the data type. Conversely, if it is determined that a packet loss has occurred, the control unit 110 executes a retransmission request process. In this retransmission request processing, a retransmission request in which a sequence number of a packet that has not arrived at the receiving device 20A-k (that is, a divided data identifier indicating a divided data that has been lost due to packet loss) is written is retransmitted as described above. Processing for unicast transmission to the transmission device 10A via the communication connection is executed. If packet loss is detected for a plurality of packets, control unit 110 transmits a retransmission request in which the sequence numbers of the plurality of packets are written.
The above is the configuration of the receiving device 20A-k.

図6および図7は、通信システム1Aにて送信装置10Aと受信装置20A−kとが行うデータ通信の通信シーケンスの一例を示す図である。
図6は、パケットロスが発生し、そのパケットの再送信が可能である場合の通信シーケンスを示す図である。図6には、送信装置10Aからマルチキャスト送信された3つのパケット(シーケンス番号=1、2および3を有するパケット)のうち、シーケンス番号が2であるパケットについてパケットロスが発生した場合について例示されている。図6に示す例では、受信装置20A−kの制御部110は、受信したパケットのシーケンス番号が不連続であること(すなわち、シーケンス場号が1であるパケットの次にシーケンス番号が3であるパケットを受信したこと)から、パケットロス(すなわち、シーケンス番号が2であるパケットのパケットロス)が発生したと判定し再送信要求を送信する。送信装置10Aは、再送信要求にて再送信を要求された分割データの再送信が可能である場合(すなわち、再送信要求に書き込まれているシーケンス番号に対応する分割データがバッファ内に格納されている場合)には、図6に示すように、その分割データを書き込んだパケットをTCPに準拠したユニキャスト送信で、上記再送信要求の送信元へ送信する。
6 and 7 are diagrams illustrating an example of a communication sequence of data communication performed by the transmission device 10A and the reception devices 20A-k in the communication system 1A.
FIG. 6 is a diagram illustrating a communication sequence when packet loss occurs and retransmission of the packet is possible. FIG. 6 illustrates a case where a packet loss occurs for a packet with a sequence number of 2 among three packets (packets having sequence numbers = 1, 2 and 3) multicast-transmitted from the transmission apparatus 10A. Yes. In the example illustrated in FIG. 6, the control unit 110 of the reception device 20 </ b> A-k indicates that the sequence number of the received packet is discontinuous (that is, the sequence number is 3 next to the packet whose sequence field number is 1). From the fact that a packet has been received), it is determined that a packet loss (that is, a packet loss of a packet having a sequence number of 2) has occurred, and a retransmission request is transmitted. When the transmission apparatus 10A can retransmit the divided data requested to be retransmitted by the retransmission request (that is, the divided data corresponding to the sequence number written in the retransmission request is stored in the buffer). 6), as shown in FIG. 6, the packet in which the divided data is written is transmitted to the transmission source of the retransmission request by unicast transmission compliant with TCP.

一方、図7は、パケットロスが発生し、そのパケットの再送信が不可能である場合の通信シーケンスを示す図である。図7には、送信装置10Aからマルチキャスト送信された2002個のパケット(シーケンス番号=1〜2002の各々を有するパケット)のうち、シーケンス番号が2〜2001までのパケットについてパケットロスが発生した場合について例示されている。図7に示す例では、受信装置20A−kの制御部110は、受信したパケットのシーケンス番号が不連続であること(すなわち、シーケンス番号が1であるパケットの次に、シーケンス番号が2002であるパケットを受信したこと)から、パケットロス(すなわち、シーケンス番号が2〜2001までのパケットのパケットロス)が発生したと判定し再送信要求を送信する。送信装置10Aは、再送信要求にて再送信を要求された分割データの再送信が不可能である場合(すなわち、再送信を要求された分割データのうちにバッファに格納されていないものが含まれている場合)には、前述したリスタート処理を実行し、図7に示すように、配信開始通知を再度送信し、シーケンス番号1を有するパケットからマルチキャスト送信をし直す。   On the other hand, FIG. 7 is a diagram showing a communication sequence when packet loss occurs and retransmission of the packet is impossible. FIG. 7 shows a case where a packet loss occurs for packets having sequence numbers 2 to 2001 among 2002 packets (packets having sequence numbers = 1 to 2002) multicast-transmitted from the transmitting apparatus 10A. Illustrated. In the example illustrated in FIG. 7, the control unit 110 of the reception device 20A-k indicates that the sequence number of the received packet is discontinuous (that is, the sequence number is 2002 next to the packet with the sequence number of 1). From the fact that a packet has been received), it is determined that a packet loss (that is, a packet loss of packets with sequence numbers from 2 to 2001) has occurred, and a retransmission request is transmitted. When the retransmission of the divided data requested to be retransmitted by the retransmission request is impossible, the transmitting device 10A includes the data that is not stored in the buffer among the divided data requested to be retransmitted. If it is, the restart process described above is executed, and a delivery start notification is transmitted again as shown in FIG. 7, and multicast transmission is restarted from the packet having sequence number 1.

このように、本実施形態では、送信装置10Aから受信装置20A−kへのデータの送信はマルチキャストで行われるため、各受信装置20A−kに対してパケットをユニキャスト送信する態様に比較して送信装置10Aにかかる処理負荷を軽減することができる。加えて、本実施形態では、何れかの受信装置20A−kでパケットロスが検出されると、その受信装置20A−kに対してのみユニキャスト送信でそのパケットを再送信する処理が実行される。このため、本実施形態によれば、一般的なマルチキャスト通信に比較して信頼性を向上させることができる。また、本実施形態によれば、マルチキャストで再送信を行う態様に比較して通信網30に過剰な負荷をかけることもない。このように本実施形態によれば、通信網に過剰に高くなることを回避しつつ、送信装置と複数の受信装置との間のデータ通信の信頼性と効率とを両立させることを可能になる。   Thus, in this embodiment, since transmission of data from the transmission device 10A to the reception device 20A-k is performed by multicast, compared to a mode in which a packet is unicast transmitted to each reception device 20A-k. The processing load on the transmission apparatus 10A can be reduced. In addition, in this embodiment, when a packet loss is detected in any of the receiving apparatuses 20A-k, a process for retransmitting the packet by unicast transmission is executed only for the receiving apparatus 20A-k. . For this reason, according to this embodiment, reliability can be improved compared with general multicast communication. Further, according to the present embodiment, an excessive load is not applied to the communication network 30 as compared with a mode in which retransmission is performed by multicast. As described above, according to the present embodiment, it is possible to achieve both the reliability and efficiency of data communication between a transmission device and a plurality of reception devices while avoiding an excessive increase in the communication network. .

(B:第2実施形態)
図8は、本発明の第2実施形態に係る通信システム1Bの構成例を示すブロック図である。図8と図1とを比較すれば明らかなように、通信システム1Bは、送信装置10Aに代えて送信装置10Bを、受信装置20A−kに代えて受信装置20B−kを設けた点が通信システム1Aと異なる。詳細な図示は省略したが、送信装置10Bの不揮発性記憶部には、送信制御プログラム132aとは異なる送信制御プログラムが格納されており、この送信装置10Bは送信装置10Aとは異なる処理を実行する。同様に、受信装置20B−kの不揮発性記憶部には、受信制御プログラム132bとは異なる受信制御プログラムが格納されており、受信装置20A−kとは異なる処理を実行する。
(B: Second embodiment)
FIG. 8 is a block diagram showing a configuration example of a communication system 1B according to the second embodiment of the present invention. As is apparent from a comparison between FIG. 8 and FIG. 1, the communication system 1B is different in that a transmission device 10B is provided instead of the transmission device 10A, and a reception device 20B-k is provided instead of the reception device 20A-k. Different from system 1A. Although detailed illustration is omitted, a transmission control program different from the transmission control program 132a is stored in the nonvolatile storage unit of the transmission device 10B, and the transmission device 10B executes processing different from that of the transmission device 10A. . Similarly, a reception control program different from the reception control program 132b is stored in the nonvolatile storage unit of the reception device 20B-k, and processing different from that of the reception device 20A-k is executed.

より詳細に説明すると、通信システム1Bにおいても、送信装置10Bから受信装置10B−kへの分割データの送信をマルチキャストで行い、何れかの受信装置20B−kにてパケットロスに起因した分割データの欠落が検出された場合には、その受信装置20B−kに再送信要求を送信させ、再送信を要求された分割データをその要求元に対してのみユニキャスト送信する処理を送信装置10Bに実行させる点は前述した第1実施形態と同一である。ただし、本実施形態では、分割データのマルチキャスト送信が多重化されている点に特徴がある。ここで、多重化とは、例えば多重化度がM(2以上の整数)である場合、同一の分割データがデータ部に書き込まれたパケットをM個ずつ連続してマルチキャスト送信させることである。   More specifically, also in the communication system 1B, the transmission of the divided data from the transmitting device 10B to the receiving device 10B-k is performed by multicast, and the divided data caused by the packet loss is transmitted by any of the receiving devices 20B-k. If a loss is detected, the transmitting apparatus 10B-k is caused to transmit a retransmission request to the receiving apparatus 20B-k, and the transmitting apparatus 10B performs a process of unicasting the divided data requested to be retransmitted only to the requesting source. This is the same as in the first embodiment described above. However, this embodiment is characterized in that multicast transmission of divided data is multiplexed. Here, the multiplexing means that, for example, when the degree of multiplexing is M (an integer of 2 or more), M packets in which the same divided data is written in the data part are continuously transmitted by multicast.

図9は、通信システム1Bにて送信装置10Bから受信装置20B−kへマルチキャスト送信されるパケットの一例を示す図である。図2と図9を比較すれば明らかにように、送信装置10Bからマルチキャスト送信されるパケットのヘッダ部には前述したシーケンス番号とは別に、分割データ番号が書き込まれている。この分割データ番号は、データ部に書き込まれている分割データが送信対象データを複数に分割した際の何番目のものであるか、を示すデータである。この分割データ番号は、第1実施形態におけるパケットのシーケンス番号と同様、パケットのデータ部に書き込まれている分割データの送信対象データ内での位置を示す分割データ識別子の役割を担う。   FIG. 9 is a diagram illustrating an example of a packet multicast-transmitted from the transmission device 10B to the reception device 20B-k in the communication system 1B. As apparent from a comparison between FIG. 2 and FIG. 9, a divided data number is written in the header portion of a packet multicast-transmitted from the transmitting apparatus 10B, in addition to the sequence number described above. This division data number is data indicating what number the division data written in the data part is when the transmission target data is divided into a plurality of pieces. Similar to the sequence number of the packet in the first embodiment, this divided data number serves as a divided data identifier indicating the position of the divided data written in the data portion of the packet in the transmission target data.

本実施形態では、上記のような多重化を施したため、パケットロスが発生したとしても、必ずしも分割データの欠落が生じるわけではない。多重化度がM(2以上の整数)である場合、同一の分割データがデータ部に書き込まれたM個のパケットのうちのM−1個が通信網30内で消失した(パケットロスした)としても、残りの1つが受信装置20B−kに到達すれば、その分割データについての欠落は生じない(例えば、図10:分割データ番号=1である分割データについての通信を参照)。したがって、同一の分割データがデータ部に書き込まれたM個のパケットの全てについてパケットロスが発生した場合にのみ、受信装置20B−kは、その分割データについての再送信要求を送信装置10Bへ送信する(例えば、図10:分割データ番号=2である分割データについての通信を参照)。   In the present embodiment, since multiplexing is performed as described above, even if a packet loss occurs, the division data is not necessarily lost. When the degree of multiplexing is M (an integer greater than or equal to 2), M-1 out of M packets in which the same divided data is written in the data part has been lost in the communication network 30 (packet loss). However, if the remaining one reaches the receiving device 20B-k, the lack of the divided data does not occur (see, for example, FIG. 10: Communication for the divided data with the divided data number = 1). Therefore, only when a packet loss occurs for all M packets in which the same divided data is written in the data part, the receiving device 20B-k transmits a retransmission request for the divided data to the transmitting device 10B. (See, for example, FIG. 10: Communication for Divided Data with Divided Data Number = 2).

本実施形態によれば、通信網30にてパケットロスが一定の頻度で発生する場合であっても、分割データの欠落およびその再送信の発生頻度をパケットロスの発生頻度よりも低く抑えることが可能になる。また、分割データの欠落が発生した場合であっても、その欠落が発生した受信装置20B−kに対してのみTCPに準拠したユニキャスト送信でその再送信が行われるため、一般的なマルチキャスト通信に比較して信頼性を向上させることができるとともに、その再送信によって通信網30に過剰な負荷をかけることもない。   According to the present embodiment, even when packet loss occurs in the communication network 30 at a constant frequency, the frequency of occurrence of divided data loss and retransmission is suppressed to be lower than the frequency of occurrence of packet loss. It becomes possible. Further, even when the divided data is lost, the retransmission is performed only by the unicast transmission conforming to the TCP only for the receiving device 20B-k in which the loss has occurred. The reliability can be improved compared to the above, and an excessive load is not applied to the communication network 30 due to the retransmission.

(C:第3実施形態)
図11は、本発明の第3実施形態に係る通信システム1Cの構成例を示すブロック図である。図11と図8とを比較すれば明らかなように、通信システム1Cは、送信装置10Bに代えて送信装置10Cを、受信装置20B−kに代えて受信装置20C−kを設けた点が通信システム1Bと異なる。詳細な図示は省略したが、送信装置10Cの不揮発性記憶部には、送信装置10Aや送信装置10Bに記憶されているものとは異なる送信制御プログラムが格納されており、この送信装置10Cは、送信装置10Aや送信装置10Bとは異なる処理を実行する。同様に、受信装置20C−kの不揮発性記憶部には、受信装置20A−kや受信装置20B−kに記憶されているものとは異なる受信制御プログラムが格納されており、受信装置20A−kや受信装置20B−kとは異なる処理を実行する。
(C: Third embodiment)
FIG. 11 is a block diagram showing a configuration example of a communication system 1C according to the third embodiment of the present invention. As is apparent from a comparison between FIG. 11 and FIG. 8, the communication system 1C is different in that a transmission device 10C is provided instead of the transmission device 10B, and a reception device 20C-k is provided instead of the reception device 20B-k. Different from system 1B. Although detailed illustration is omitted, a non-volatile storage unit of the transmission device 10C stores a transmission control program different from that stored in the transmission device 10A or the transmission device 10B. Processing different from that of the transmission device 10A or the transmission device 10B is executed. Similarly, a reception control program different from that stored in the reception device 20A-k or the reception device 20B-k is stored in the nonvolatile storage unit of the reception device 20C-k, and the reception device 20A-k. Or processing different from that of the receiving device 20B-k.

より詳細に説明すると、通信システム1Cにおいても、送信装置10Cから受信装置20C−kへマルチキャスト送信する分割データを多重化し、さらに、何れかの受信装置20C−kにて分割データの欠落が検出された場合には、その受信装置20C−kに再送信要求を送信させ、再送信を要求された分割データをその要求元に対してのみユニキャスト送信する処理を送信装置10Cに実行させる点は前述した第2実施形態と同一である。ただし、本実施形態では、1つのパケットのデータ部に1個または連続する複数個の分割データを書き込むようにした点に特徴がある。   More specifically, also in the communication system 1C, the divided data to be multicast-transmitted from the transmitting device 10C to the receiving device 20C-k is multiplexed, and further, any of the receiving devices 20C-k detects the missing divided data. In this case, the reception apparatus 20C-k transmits a retransmission request, and the transmission apparatus 10C executes a process of unicast transmission of the divided data requested for retransmission only to the request source. This is the same as the second embodiment. However, the present embodiment is characterized in that one or a plurality of continuous divided data is written in the data portion of one packet.

図12は、通信システム1Cにて送信装置10Cから受信装置20C−kへマルチキャスト送信されるパケットの一例を示す図である。図12に示すように、送信装置10Cからマルチキャスト送信されるパケットのデータ部は、各々分割データが1個ずつ格納されるM(2以上の整数)個のセルに分割されている。つまり、図12に示すパケットのデータ部には、最大でM個の連続する分割データが格納される。一方、図12に示すように、ヘッダ部には、前述したシーケンス番号の他に、先頭分割データ番号と分割データ数とが書き込まれる。ここで、先頭分割データ番号は、データ部に書き込まれている分割データのうちの先頭のものの分割データ番号を示すデータであり、分割データ数は、実際に分割データが格納されているセルの個数(すなわち、データ部に書き込まれている分割データの個数)を示すデータである。この先頭分割データ番号と分割データ数は、データ部に書き込まれている1または複数の分割データについての送信対象データ内での位置を示すデータ識別子の役割を担う。   FIG. 12 is a diagram illustrating an example of a packet multicast-transmitted from the transmission device 10C to the reception device 20C-k in the communication system 1C. As shown in FIG. 12, the data part of the packet transmitted from the transmission device 10C by multicast transmission is divided into M (integer greater than or equal to 2) cells each storing one piece of divided data. That is, a maximum of M pieces of divided data are stored in the data portion of the packet shown in FIG. On the other hand, as shown in FIG. 12, in addition to the above-described sequence number, the head divided data number and the number of divided data are written in the header portion. Here, the first divided data number is data indicating the divided data number of the first divided data written in the data portion, and the divided data number is the number of cells in which the divided data is actually stored. This is data indicating (that is, the number of divided data written in the data portion). The head divided data number and the number of divided data serve as a data identifier indicating the position in the transmission target data of one or a plurality of divided data written in the data part.

ここで、送信装置10Cから受信装置20C−kへマルチキャスト送信する分割データの多重化を行いつつ、1つのパケットのデータ部に1個または連続する複数個の分割データを書き込んで送信する態様としては、以下の2つの態様が考えられる。第1に、図13(A)に示すように、送信装置10Cは、連続して送信するM個のパケットの各々に同一の分割データが少なくとも1個(図13(A)に示す例では、1個だけ)共通して含まれるように各パケットに書き込む分割データの範囲を調整する態様である。第2に、図13(B)に示すように、送信装置10Cに、同一のデータ部を有するパケットをM(2以上の整数)個ずつ連続させてマルチキャスト送信させる態様である。   Here, as an aspect in which one or a plurality of continuous divided data is written and transmitted in the data portion of one packet while multiplexing the divided data to be multicast transmitted from the transmitting device 10C to the receiving device 20C-k. The following two modes are conceivable. First, as shown in FIG. 13A, the transmitting apparatus 10C has at least one identical divided data in each of M packets to be transmitted continuously (in the example shown in FIG. 13A, This is a mode in which the range of divided data written in each packet is adjusted so as to be included in common. Second, as shown in FIG. 13B, the transmitting apparatus 10C is configured to continuously transmit M (an integer of 2 or more) packets having the same data part by multicast transmission.

第1の態様によれば、連続するM個のパケットについてパケットロスが発生しても、それらM個のパケットに共通して含まれている分割データのみが欠落する。例えば、図13(A)に示す例で、シーケンス番号1〜5までの5個のパケットについてパケットロスが発生した場合は、分割データD1のみが欠落する。これに対して、第2の態様では、同一のデータ部を有するM個のパケットの全てについてパケットロスが発生した場合には、それらパケットのデータ部に書き込まれている分割データの全てが欠落するものの、それらM個のパケットのうちの少なくとも1つが受信装置20C−kに到達した場合には、それらパケットに含まれている分割データの欠落は発生しない。つまり、同一のデータ部を有するM個のパケットからなるグループの境界を跨いで2×(M−1)個のパケット(例えば、図13(B)に示すシーケンス番号2〜9までの8個)が消失しても、分割データの欠落は生じないのである。これら2つの態様のうちの何れを採用するかについては、通信網30におけるパケットロスの発生頻度、およびパケットロスが発生した場合には平均して何個分のパケットが連続して消失するのかを参考に決めれば良い。   According to the first aspect, even if a packet loss occurs for M consecutive packets, only the divided data included in the M packets is lost. For example, in the example shown in FIG. 13A, when packet loss occurs for five packets with sequence numbers 1 to 5, only the divided data D1 is lost. On the other hand, in the second mode, when packet loss occurs for all of the M packets having the same data part, all of the divided data written in the data part of those packets is lost. However, when at least one of the M packets reaches the receiving device 20C-k, the divided data included in the packets is not lost. That is, 2 × (M−1) packets (for example, 8 from sequence numbers 2 to 9 shown in FIG. 13B) across the boundary of a group of M packets having the same data portion. Even if disappears, there is no loss of divided data. As to which of these two modes is adopted, the frequency of occurrence of packet loss in the communication network 30 and the average number of packets lost when packet loss occurs are averaged. You can decide for reference.

このように、本第3実施形態によっても、前述した第2実施形態と同様に、通信網30にてパケットロスが一定の頻度で発生する場合であっても、分割データの欠落およびその再送信の発生頻度をパケットロスの発生頻度よりも低く抑えることが可能になる。また、分割データの欠落が発生した場合であっても、その欠落が発生した受信装置20C−kに対してのみTCPに準拠したユニキャスト送信でその再送信が行われるため、一般的なマルチキャスト通信に比較して信頼性を向上させることができるとともに、その再送信によって通信網30に過剰な負荷をかけることもない。   As described above, according to the third embodiment, similarly to the second embodiment described above, even if packet loss occurs in the communication network 30 at a constant frequency, missing divided data and retransmission thereof are performed. Can be kept lower than the packet loss occurrence frequency. Further, even when the missing of the divided data occurs, the retransmission is performed only by the unicast transmission conforming to the TCP only for the receiving device 20C-k in which the missing occurs, so that general multicast communication The reliability can be improved compared to the above, and an excessive load is not applied to the communication network 30 due to the retransmission.

(D:変形)
以上本発明の各実施形態について説明したが、これら実施形態に以下に述べる変形を加えても良いことは勿論である。
(1)上述した各実施形態では、データ通信の両端に位置する送信装置および受信装置に本発明を適用したが、送信装置から送信されたパケットを受信し受信装置へ転送する中継装置(例えば、ルータ)に本発明を適用しても勿論良い。送信装置との関係では中継装置は受信装置として振舞い、受信装置との関係では中継装置は送信装置として振舞うからである。
(D: deformation)
While the embodiments of the present invention have been described above, it goes without saying that the following modifications may be added to these embodiments.
(1) In each of the above-described embodiments, the present invention is applied to the transmission device and the reception device located at both ends of data communication. However, a relay device (for example, a device that receives a packet transmitted from the transmission device and transfers the packet to the reception device) Of course, the present invention may be applied to a router. This is because the relay device behaves as a receiving device in relation to the transmitting device, and the relay device behaves as a transmitting device in the relationship with the receiving device.

(2)上述した第1実施形態では、送信装置10Aからマルチキャスト送信するパケットのデータ部に分割データを1つずつ書き込んだが、各パケットのデータ部に連続する複数個の分割データを互いに重複しないように書き込んでマルチキャスト送信させても良い。ただし、各パケットのデータ部に連続する複数個の分割データを重複しないように書き込んでマルチキャスト送信する態様においては、第3実施形態にて説明した場合と同様、データ部に書き込まれている分割データのうちの先頭のものの分割データ番号と同データ部に書き込まれている分割データの数を示す分割データ数とを分割データ識別子としてヘッダ部に書き込んでマルチキャスト送信する必要がある。 (2) In the first embodiment described above, the divided data is written one by one in the data portion of the packet that is multicast-transmitted from the transmitting apparatus 10A. However, a plurality of continuous pieces of divided data are not overlapped in the data portion of each packet. It is also possible to write in and send multicast. However, in the aspect in which a plurality of continuous divided data is written in the data portion of each packet so as not to overlap and multicast transmission is performed, the divided data written in the data portion is the same as the case described in the third embodiment. Of these, it is necessary to write the first divided data number and the number of divided data indicating the number of divided data written in the same data portion as a divided data identifier in the header portion for multicast transmission.

(3)上述した各実施形態では、これら各実施形態の特徴を顕著に示す処理を各送信装置に実行させる送信制御プログラムがその送信装置に予め格納されていた。しかし、例えばCD−ROM(Compact Disk-Read Only)などのコンピュータ装置読み取り可能な記録媒体に上記送信制御プログラムを書き込んで配布しても良く、また、インターネットなどの電気通信回線経由のダウンロードにより上記送信制御プログラムを配布しても良い。このようにして配布される送信制御プログラムをパーソナルコンピュータなどの一般的なコンピュータ装置に記憶させ、その制御部をその送信制御プログラムにしたがって作動させることにより、一般的なコンピュータ装置を上記各実施形態に係る送信装置として動作させることが可能になる。また、上述した各実施形態の受信装置に予め記憶されていた受信制御プログラムについても同様に、コンピュータ装置読み取り可能な記録媒体に書き込んで配布しても良く、電気通信回線経由のダウンロードにより配布しても良い。 (3) In each of the above-described embodiments, a transmission control program that causes each transmission device to execute processing that clearly shows the characteristics of each of the embodiments is stored in the transmission device in advance. However, for example, the transmission control program may be written and distributed in a computer-readable recording medium such as a CD-ROM (Compact Disk-Read Only), or the transmission is performed by downloading via a telecommunication line such as the Internet. A control program may be distributed. The transmission control program distributed in this way is stored in a general computer device such as a personal computer, and the control unit is operated in accordance with the transmission control program, so that the general computer device is used in each of the above embodiments. It becomes possible to operate as such a transmission apparatus. Similarly, the reception control program stored in advance in the receiving device of each embodiment described above may be distributed by writing in a computer-readable recording medium, or by downloading via a telecommunication line. Also good.

本発明の第1実施形態に係る通信システム1Aの構成例を示す図である。It is a figure which shows the structural example of 1 A of communication systems which concern on 1st Embodiment of this invention. 同通信システム1Aにて送信装置10Aから受信装置20A−kへマルチキャスト送信されるパケットのデータフォーマットの一例を示す図である。It is a figure which shows an example of the data format of the packet multicast-transmitted from the transmitter 10A to the receiver 20A-k in the communication system 1A. 同送信装置10Aの構成例を示す図である。It is a figure which shows the structural example of 10 A of the transmitters. 同送信装置10Aの制御部110が実行する再送信処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the resending process which the control part 110 of the transmitter 10A performs. 同受信装置20A−kの構成例を示す図である。It is a figure which shows the structural example of the receiver 20A-k. 同通信システム1Aにおける通信シーケンスの一例を示す図である。It is a figure which shows an example of the communication sequence in the communication system 1A. 同通信システム1Aにおける通信シーケンスの一例を示す図である。It is a figure which shows an example of the communication sequence in the communication system 1A. 本発明の第2実施形態に係る通信システム1Bの構成例を示す図である。It is a figure which shows the structural example of the communication system 1B which concerns on 2nd Embodiment of this invention. 同通信システム1Bにて送信装置10Bから受信装置20B−kへマルチキャスト送信されるパケットのデータフォーマットの一例を示す図である。It is a figure which shows an example of the data format of the packet multicast-transmitted from the transmitter 10B to the receiver 20B-k in the communication system 1B. 同通信システム1Bにおける通信シーケンスの一例を示す図である。It is a figure which shows an example of the communication sequence in the communication system 1B. 本発明の第3実施形態に係る通信システム1Cの構成例を示す図である。It is a figure which shows the structural example of 1 C of communication systems which concern on 3rd Embodiment of this invention. 同通信システム1Cにて送信装置10Cから受信装置20C−kへマルチキャスト送信されるパケットのデータフォーマットの一例を示す図である。It is a figure which shows an example of the data format of the packet multicast-transmitted from the transmitter 10C to the receiver 20C-k in the communication system 1C. 同パケットへの分割データの書き込み態様の一例を示す図である。It is a figure which shows an example of the writing mode of the division | segmentation data to the packet.

符号の説明Explanation of symbols

1A,1B,1C…通信システム、10A,10B,10C…送信装置、20A−k,20B−k,20C−k…受信装置、30…通信網、110…制御部、120…通信I/F部、130…記憶部、131…揮発性記憶部、132…不揮発性記憶、132a…送信制御プログラム、132b…受信制御プログラム、140…バス。   1A, 1B, 1C ... Communication system, 10A, 10B, 10C ... Transmission device, 20A-k, 20B-k, 20C-k ... Reception device, 30 ... Communication network, 110 ... Control unit, 120 ... Communication I / F unit , 130 ... storage unit, 131 ... volatile storage unit, 132 ... non-volatile storage, 132a ... transmission control program, 132b ... reception control program, 140 ... bus.

Claims (5)

送信対象のデータを分割して得られる複数の分割データを、マルチキャストグループ宛に送信するパケットのデータ部に1個ずつ、または連続する複数個ずつ書き込むとともに、当該パケットのヘッダ部に当該1または複数の分割データの前記送信対象のデータ内での位置を示す分割データ識別子を書き込んでマルチキャスト送信する処理と、送信済みの分割データの再送信を要求された場合に、その分割データをその要求元へユニキャスト送信する処理と、を実行する送信装置と、
前記マルチキャストグループ宛に送信されてくるパケットを受信し、受信したパケットのヘッダ部に書き込まれていた分割データ識別子を参照して分割データの欠落の有無を判定し、欠落した分割データの再送信を前記送信装置へ要求する処理、を各々実行する複数の受信装置と、
を有することを特徴とする通信システム。
A plurality of pieces of divided data obtained by dividing the transmission target data are written one by one in the data portion of a packet to be transmitted to the multicast group or a plurality of pieces of continuous data, and the one or more pieces are written in the header portion of the packet. When a request is made for multicast transmission by writing a divided data identifier indicating the position of the divided data in the transmission target data, and retransmission of the transmitted divided data, the divided data is sent to the request source. Unicast transmission processing, and a transmission device for executing,
The packet transmitted to the multicast group is received, the presence or absence of the divided data is determined with reference to the divided data identifier written in the header part of the received packet, and the missing divided data is retransmitted. A plurality of receiving devices that each execute processing requested to the transmitting device;
A communication system comprising:
前記送信装置は、
同一のデータ部を有するパケットをM(2以上の整数)個ずつ連続させてマルチキャスト送信する
ことを特徴とする請求項1に記載の通信システム。
The transmitter is
The communication system according to claim 1, wherein M (an integer greater than or equal to 2) packets having the same data part are continuously transmitted by multicast transmission.
前記マルチキャストグループ宛に送信するパケットのデータ部に書き込める分割データの個数の最大値M(2以上の整数)が予め定められており、
前記送信装置は、
連続して送信するM個のパケットの各々に同一の分割データが少なくとも1つ含まれるように各パケットに書き込む分割データの範囲を調整する
ことを特徴とする請求項1に記載の通信システム。
A maximum value M (an integer of 2 or more) of the number of pieces of divided data that can be written in the data portion of a packet transmitted to the multicast group is determined in advance;
The transmitter is
The communication system according to claim 1, wherein the range of divided data written to each packet is adjusted so that at least one identical divided data is included in each of M packets to be transmitted continuously.
送信対象のデータを分割して得られる複数の分割データを、マルチキャストグループ宛に送信するパケットのデータ部に1個ずつ、または連続する複数個ずつ書き込むとともに、当該パケットのヘッダ部に当該1または複数の分割データの前記送信対象のデータ内での位置を示す分割データ識別子を書き込んでマルチキャスト送信する送信手段と、
送信済みの分割データの再送信を要求された場合にその分割データをその要求元へユニキャスト送信する再送信手段と、
を有することを特徴とする送信装置。
A plurality of pieces of divided data obtained by dividing the transmission target data are written one by one in the data portion of a packet to be transmitted to the multicast group or a plurality of pieces of continuous data, and the one or more pieces are written in the header portion of the packet. Transmitting means for multicast transmission by writing a divided data identifier indicating the position of the divided data in the transmission target data;
Retransmission means for unicasting the divided data to the request source when it is requested to retransmit the transmitted divided data;
A transmission device comprising:
コンピュータ装置を、
送信対象のデータを分割して得られる複数の分割データを、マルチキャストグループ宛に送信するパケットのデータ部に1個ずつ、または連続する複数個ずつ書き込むとともに、当該パケットのヘッダ部に当該1または複数の分割データの前記送信対象のデータ内での位置を示す分割データ識別子を書き込んでマルチキャスト送信する送信手段と、
送信済みの分割データの再送信を要求された場合にその分割データをその要求元へユニキャスト送信する再送信手段と
として機能させることを特徴とするプログラム。
Computer equipment,
A plurality of pieces of divided data obtained by dividing the transmission target data are written one by one in the data portion of a packet to be transmitted to the multicast group or a plurality of pieces of continuous data, and the one or more pieces are written in the header portion of the packet. Transmitting means for multicast transmission by writing a divided data identifier indicating the position of the divided data in the transmission target data;
A program characterized by functioning as a retransmission means for unicasting the divided data to the request source when it is requested to retransmit the transmitted divided data.
JP2008103368A 2008-04-11 2008-04-11 Communicating system, transmitting device and program Withdrawn JP2009253949A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008103368A JP2009253949A (en) 2008-04-11 2008-04-11 Communicating system, transmitting device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008103368A JP2009253949A (en) 2008-04-11 2008-04-11 Communicating system, transmitting device and program

Publications (1)

Publication Number Publication Date
JP2009253949A true JP2009253949A (en) 2009-10-29

Family

ID=41314120

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008103368A Withdrawn JP2009253949A (en) 2008-04-11 2008-04-11 Communicating system, transmitting device and program

Country Status (1)

Country Link
JP (1) JP2009253949A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011160023A (en) * 2010-01-29 2011-08-18 Nec Corp Data distribution method
JP2011253432A (en) * 2010-06-03 2011-12-15 Nec System Technologies Ltd File distribution device, file distribution method and file distribution program
WO2014017069A1 (en) * 2012-07-24 2014-01-30 パナソニック株式会社 Bus system and relay device
JP2015115670A (en) * 2013-12-09 2015-06-22 キヤノン株式会社 Transmitter, method, and program
WO2017183088A1 (en) * 2016-04-18 2017-10-26 三菱電機株式会社 Packet relay apparatus, packet relay method, and packet relay program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011160023A (en) * 2010-01-29 2011-08-18 Nec Corp Data distribution method
JP2011253432A (en) * 2010-06-03 2011-12-15 Nec System Technologies Ltd File distribution device, file distribution method and file distribution program
WO2014017069A1 (en) * 2012-07-24 2014-01-30 パナソニック株式会社 Bus system and relay device
CN103828312A (en) * 2012-07-24 2014-05-28 松下电器产业株式会社 Bus system and relay device
JP5838365B2 (en) * 2012-07-24 2016-01-06 パナソニックIpマネジメント株式会社 Bus system and repeater
US9270604B2 (en) 2012-07-24 2016-02-23 Panasonic Intellectual Property Management Co., Ltd. Bus system and router
CN103828312B (en) * 2012-07-24 2017-06-30 松下知识产权经营株式会社 bus system and repeater
JP2015115670A (en) * 2013-12-09 2015-06-22 キヤノン株式会社 Transmitter, method, and program
WO2017183088A1 (en) * 2016-04-18 2017-10-26 三菱電機株式会社 Packet relay apparatus, packet relay method, and packet relay program

Similar Documents

Publication Publication Date Title
JP4851585B2 (en) COMMUNICATION METHOD FOR SYSTEM COMPRISING CLIENT DEVICE AND MULTIPLE SERVER DEVICE, ITS COMMUNICATION PROGRAM, CLIENT DEVICE, AND SERVER DEVICE
JP4972304B2 (en) Validate and maintain connection survivability within reliable messaging for web services environments
JP4495085B2 (en) Communication system, communication apparatus, and data retransmission control method
US8583831B2 (en) Thin client discovery
JP4287448B2 (en) COMMUNICATION DEVICE, COMMUNICATION TERMINAL DEVICE, COMMUNICATION SYSTEM, METHOD, AND PROGRAM
US7496038B2 (en) Method for faster detection and retransmission of lost TCP segments
JP5097620B2 (en) Multipath communication system
WO2014037760A1 (en) Method and system for increasing data flow transmission
WO2007052764A1 (en) Session relay device and session relay method
WO2009039754A1 (en) Method, media gateway and system for controlling redundant data packets transport
JP2008508817A (en) High performance TCP suitable for low frequency ACK system
JP2009253949A (en) Communicating system, transmitting device and program
US20110038369A1 (en) Communication method and apparatus based on user datagram protocol
JP2009089197A (en) Repeating device
JP2005244897A (en) Communication method with reliability and apparatus therefor
US7535916B2 (en) Method for sharing a transport connection across a multi-processor platform with limited inter-processor communications
JP2005143076A (en) Packet communication system, packet communication method, data reception system, and data reception method
JP5246271B2 (en) SCTP communication method, SCTP communication system, and node
JP2006191368A (en) Network transmission device
JP2003174478A (en) Multicast communication system, repeating node device to be used for multicast communication and transmission control method for repeating node device
JP2007274332A (en) Multicast packet transfer device, multicast packet transfer method, and multicast distribution system
JP2004187099A (en) Communication control method, communication system and communication equipment
JP4805072B2 (en) Communications system
JP2006237968A (en) System and method for communication
JP2005167352A (en) Transmission apparatus and program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20110705