JP2011211376A - Multicast distribution system, server device, and terminal device - Google Patents

Multicast distribution system, server device, and terminal device Download PDF

Info

Publication number
JP2011211376A
JP2011211376A JP2010075442A JP2010075442A JP2011211376A JP 2011211376 A JP2011211376 A JP 2011211376A JP 2010075442 A JP2010075442 A JP 2010075442A JP 2010075442 A JP2010075442 A JP 2010075442A JP 2011211376 A JP2011211376 A JP 2011211376A
Authority
JP
Japan
Prior art keywords
reception result
result notification
multicast
reception
multicast distribution
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
JP2010075442A
Other languages
Japanese (ja)
Inventor
Takuya Nitta
拓哉 新田
Masayuki Uchida
正之 内田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2010075442A priority Critical patent/JP2011211376A/en
Publication of JP2011211376A publication Critical patent/JP2011211376A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To effectively perform multicast distribution in a multicast distribution system.SOLUTION: A server device is provided with a control data addition unit which adds control data including ratio information to distribution data which are subjected to multicast distribution and a ratio setting means which changes the ratio information so that the number of reception result notifications transmitted from terminal devices in a unit time falls in a predetermined range. The terminal device is provided with a discrimination means which compares a peculiar value of an own device or a value generated by the own device with the ratio information of the received control data and discriminates whether to perform reception result notification, and a reception result notification transmission means which transmits the reception result notification including information that reception of distribution data is possible or not to the server device when the discrimination means discriminates that the reception result notification is performed.

Description

本発明は、データのマルチキャスト配信を行うマルチキャスト配信システム及びサーバ装置及び端末装置に関する。   The present invention relates to a multicast distribution system, a server apparatus, and a terminal apparatus that perform multicast distribution of data.

マルチキャスト配信は、複数の端末装置に対して同じデータを同報で送信することで効率的にデータを配信することができる。ただし、基本的なマルチキャスト配信ではサーバから端末装置への片方向の通信となるため、ネットワークなどでエラーが発生しても、そのデータを再送することができない。このため、マルチキャスト配信で信頼できる通信を実現するために、従来から以下の方法がとられている。   In multicast distribution, data can be efficiently distributed by transmitting the same data to a plurality of terminal devices by broadcast. However, since basic multicast distribution involves one-way communication from the server to the terminal device, even if an error occurs in the network or the like, the data cannot be retransmitted. For this reason, in order to realize reliable communication by multicast distribution, the following methods have been conventionally used.

第1の方法としては、FEC(Forward Error Correction)を用いる方法である。FECは、送信データに予め冗長性を持たせることで、受信者が誤りを検出し訂正することを可能とし、一部のデータが欠落した場合に該当データを復元できる。   The first method is a method using FEC (Forward Error Correction). FEC enables transmission data to have redundancy in advance, thereby enabling a receiver to detect and correct an error, and to restore the corresponding data when a part of the data is lost.

第2の方法としては、サーバから同じデータを一定周期で複数回マルチキャスト配信するデータカルーセル方式である。   The second method is a data carousel system in which the same data is multicast-delivered a plurality of times at regular intervals from the server.

第3の方法としては、端末装置毎に受信できなかったデータをサーバに再送を要求し、サーバから要求した端末装置にユニキャストでデータを送信する方法である。   As a third method, data that could not be received for each terminal device is requested from the server to be retransmitted, and the data is transmitted by unicast to the terminal device requested from the server.

ところで、センタ装置から同一データを送信するマルチキャスト配信システムで、センタ局が確認応答する端末装置数を制限する比率を端末装置に通知し、端末装置は乱数を用いて確認応答の可否を決定する技術が知られている(例えば特許文献1参照)。   By the way, in a multicast distribution system that transmits the same data from the center device, a technology that notifies the terminal device of a ratio that limits the number of terminal devices that the center station acknowledges and the terminal device uses random numbers to determine whether or not the acknowledgment can be accepted. Is known (see, for example, Patent Document 1).

また、サーバからパケット毎に代表識別情報を付加してデータを送信し、クライアントはサーバから受信した前記代表識別情報により自らが代表クライアントか否かを判断し、サーバから正常にデータを受信した際に代表クライアントだけがサーバに肯定応答を送信する技術が知られている(例えば特許文献2参照)。   In addition, when the server transmits data with representative identification information added to each packet from the server, the client determines whether or not it is a representative client based on the representative identification information received from the server, and receives data normally from the server. In addition, a technique in which only a representative client transmits an acknowledgment to a server is known (see, for example, Patent Document 2).

特開2005−217743号公報JP 2005-217743 A 特開2007−318802号公報JP 2007-318802 A

第1又は第2の方法では、ネットワークの品質に合わせて冗長化パラメータを設定する必要がある。すなわち、第1の方法では、例えばネットワークの品質が悪いほどデータのビット数に対するパリティのビット数を多くする。また、第2の方法では、例えばネットワークの品質が悪いほど一定周期に繰り返し送信する回数を多くする。   In the first or second method, it is necessary to set the redundancy parameter in accordance with the quality of the network. That is, in the first method, for example, the number of parity bits with respect to the number of data bits is increased as the quality of the network is worse. Further, in the second method, for example, the number of times of repeated transmission at a constant period is increased as the quality of the network is worse.

しかし、ネットワークの品質が変動する場合、最悪のケースに合わせて冗長化パラメータを設定することになり、ネットワークのリソースを必要以上に使用してしまい効率的なマルチキャスト配信を行うことができないという問題があった。   However, when the quality of the network fluctuates, the redundancy parameter is set according to the worst case, and there is a problem that the network resources are used more than necessary and efficient multicast distribution cannot be performed. there were.

第3の方法では、ネットワークの上流(サーバ側)でエラーが発生すると、それより下流に接続されている端末装置が全てエラーとなり、大量の再送要求がサーバに送信される。これに対応するためには、サーバとネットワークの双方に大きなリソースが必要となり効率的なマルチキャスト配信を行うことができないという問題があった。   In the third method, when an error occurs upstream (on the server side) of the network, all terminal devices connected downstream from the error become errors, and a large number of retransmission requests are transmitted to the server. In order to cope with this, both the server and the network require large resources, and there is a problem that efficient multicast distribution cannot be performed.

開示のマルチキャスト配信システムは、効率的なマルチキャスト配信を行うことを目的とする。   The disclosed multicast distribution system aims to perform efficient multicast distribution.

開示の一実施形態によるマルチキャスト配信システムは、サーバ装置から複数の端末装置にマルチキャスト配信を行うマルチキャスト配信システムにおいて、
前記サーバ装置は、
マルチキャスト配信する配信データに比率情報を含む制御データを付加する制御データ付加手段と、
前記端末装置から送信された受信結果通知を単位時間に受信した受信数が所定範囲となるよう前記比率情報を変更する比率設定手段と、を有し、
前記端末装置は、
自装置に固有の値又は自装置で発生した値と受信した前記制御データの比率情報とを比較して受信結果通知を行うか否かを判定する判定手段と、
前記判定手段で受信結果通知を行うと判定したとき前記配信データの受信可否の情報を含む受信結果通知を前記サーバ装置に送信する受信結果通知送信手段と、を有する。
A multicast distribution system according to an embodiment of the disclosure is a multicast distribution system that performs multicast distribution from a server device to a plurality of terminal devices.
The server device
Control data adding means for adding control data including ratio information to distribution data for multicast distribution;
Ratio setting means for changing the ratio information so that the number of receptions received in a unit time of the reception result notification transmitted from the terminal device is within a predetermined range;
The terminal device
A determination means for determining whether to notify a reception result by comparing a value unique to the own device or a value generated in the own device with the ratio information of the received control data;
Reception result notification transmission means for transmitting to the server device a reception result notification including information indicating whether or not the distribution data can be received when the determination means determines to perform reception result notification.

本実施形態によれば、効率的なマルチキャスト配信を行うことができる。   According to this embodiment, efficient multicast distribution can be performed.

マルチキャスト配信を行うネットワークシステムの一実施形態の構成図である。1 is a configuration diagram of an embodiment of a network system that performs multicast distribution. FIG. サーバ装置でマルチキャスト処理を実行する部分の一実施形態の構成図である。It is a block diagram of one Embodiment of the part which performs a multicast process with a server apparatus. サーバ装置の設定項目の一覧を示す図である。It is a figure which shows the list of the setting items of a server apparatus. 端末装置のマルチキャスト処理を実行する部分の一実施形態の構成図である。It is a block diagram of one Embodiment of the part which performs the multicast process of a terminal device. 受信結果通知フラグと受信結果抑止フラグを説明するための図である。It is a figure for demonstrating a reception result notification flag and a reception result suppression flag. 制御データの構成を示す図である。It is a figure which shows the structure of control data. 受信結果通知の構成を示す図である。It is a figure which shows the structure of a notification of a reception result. 受信結果通知応答の構成を示す図である。It is a figure which shows the structure of a reception result notification response. 端末装置が実行するマルチキャスト処理の一実施形態のフローチャートである。It is a flowchart of one Embodiment of the multicast process which a terminal device performs. サーバ装置が実行する受信結果通知比率制御処理の一実施形態のフローチャートである。It is a flowchart of one Embodiment of the reception result notification ratio control process which a server apparatus performs. サーバ装置が実行するマルチキャスト制御処理の一実施形態のフローチャートである。It is a flowchart of one Embodiment of the multicast control process which a server apparatus performs.

以下、図面に基づいて実施形態を説明する。   Embodiments will be described below with reference to the drawings.

<基地局装置の構成>
図1は、マルチキャスト配信を行うネットワークシステムの一実施形態の構成図を示す。図1において、サーバ1はネットワークを構成するルータ2aに対しマルチキャスト配信する配信データを送信する。例えばニュースや映画のコンテンツを配信するサービスでは映像及び音声のデータが配信データとなる。マルチキャスト配信する配信データはルータ2aからネットワーク内のルータ2b,2cそれぞれを経て、端末3a,3b,3c及び3d,3e,3fそれぞれに配信される。
<Configuration of base station device>
FIG. 1 shows a configuration diagram of an embodiment of a network system that performs multicast distribution. In FIG. 1, a server 1 transmits distribution data for multicast distribution to a router 2a constituting a network. For example, in a service that distributes news and movie content, video and audio data is the distribution data. Distribution data for multicast distribution is distributed from the router 2a to the terminals 3a, 3b, 3c and 3d, 3e, 3f via the routers 2b and 2c in the network.

<サーバ装置の構成>
図2は、サーバ装置でマルチキャスト処理を実行する部分の一実施形態の構成図を示す。図2において、サーバ1に対応するサーバ装置10は、マルチキャスト送信処理部11と受信状態管理処理部12と送信部13と受信部14を有している。
<Configuration of server device>
FIG. 2 is a configuration diagram of an embodiment of a part that executes multicast processing in the server device. In FIG. 2, the server device 10 corresponding to the server 1 includes a multicast transmission processing unit 11, a reception state management processing unit 12, a transmission unit 13, and a reception unit 14.

マルチキャスト送信処理部11は、マルチキャスト送信制御部21と再送制御部22とFEC処理部23と制御情報管理処理部24を有している。マルチキャスト送信制御部21はマルチキャスト配信する配信データに制御データを付加して送信部13からネットワークに送出する。   The multicast transmission processing unit 11 includes a multicast transmission control unit 21, a retransmission control unit 22, an FEC processing unit 23, and a control information management processing unit 24. The multicast transmission control unit 21 adds control data to the distribution data to be distributed by multicast, and transmits the data to the network from the transmission unit 13.

再送制御部22は受信状態管理処理部12からの制御により再送する配信データを送信部13からネットワークに送出する。FEC処理部23は受信状態管理処理部12からの制御によりマルチキャスト配信する配信データにFECのパリティを付加する。制御情報管理処理部24はマルチキャスト配信する配信データに含めて送信する制御データに関する情報を管理すると共に、受信結果通知応答を生成して送信部13より送信する。   The retransmission control unit 22 sends distribution data to be retransmitted from the transmission unit 13 to the network under the control of the reception state management processing unit 12. The FEC processing unit 23 adds FEC parity to distribution data to be distributed by multicast under the control of the reception state management processing unit 12. The control information management processing unit 24 manages information related to control data to be transmitted by being included in distribution data to be distributed by multicast, and generates a reception result notification response and transmits it from the transmission unit 13.

受信状態管理処理部12は、受信結果通知受信処理部31と受信結果通知比率制御処理部32と状態管理部33を有している。受信結果通知受信処理部31はネットワークから受信部14で受信したデータのうち受信結果通知を受信する。受信結果通知比率制御処理部32は受信結果通知の受信比率を可変制御する。状態管理部33はマルチキャストにおける受信結果通知比率等の状態情報を保持管理する。   The reception state management processing unit 12 includes a reception result notification reception processing unit 31, a reception result notification ratio control processing unit 32, and a state management unit 33. The reception result notification reception processing unit 31 receives a reception result notification from the data received by the reception unit 14 from the network. The reception result notification ratio control processing unit 32 variably controls the reception ratio of the reception result notification. The state management unit 33 holds and manages state information such as a reception result notification ratio in multicast.

図3にサーバ装置の設定項目の一覧を示す。受信結果通知比率については、現在値(例えば17%)と、初期値(例えば10%)と、最大値(例えば20%)と、最小値(例えば5%)と、増減値(例えば1%)が設定される。このうちの現在値は可変値であり、初期値と最大値と最小値と増減値は固定値である。単位時間当たりの受信結果通知の受信数については、現在受信数(例えば925)と、上限値(例えば1500)と、下限値(例えば500)が設定される。このうちの現在受信数は可変値であり、上限値と下限値は固定値である。   FIG. 3 shows a list of setting items of the server device. Regarding the reception result notification ratio, the current value (for example, 17%), the initial value (for example, 10%), the maximum value (for example, 20%), the minimum value (for example, 5%), and the increase / decrease value (for example, 1%). Is set. Among these, the current value is a variable value, and the initial value, maximum value, minimum value, and increase / decrease value are fixed values. As for the number of reception result notifications per unit time, a current reception number (for example, 925), an upper limit value (for example, 1500), and a lower limit value (for example, 500) are set. Among these, the current number of receptions is a variable value, and the upper limit value and the lower limit value are fixed values.

受信結果通知の対象となるマルチキャストパケットである特定パケットのエラー率については、エラー率閾値(例えば10%)と、必要サンプリング数(例えば300)が設定される。このエラー率閾値と必要サンプリング数は固定値である。この特定パケットのエラー率はマルチキャスト再送制御に用いられる。   An error rate threshold (for example, 10%) and a required number of samplings (for example, 300) are set for the error rate of a specific packet that is a multicast packet that is a target of reception result notification. The error rate threshold and the required number of samplings are fixed values. The error rate of this specific packet is used for multicast retransmission control.

特定期間のエラー率については、エラー率上限(例えば0.1%)と、エラー率下限(例えば0.001%)と、必要サンプリング数(例えば300)が設定される。このエラー率上限とエラー率下限と必要サンプリング数は固定値である。   For the error rate for a specific period, an error rate upper limit (for example, 0.1%), an error rate lower limit (for example, 0.001%), and a required sampling number (for example, 300) are set. The error rate upper limit, the error rate lower limit, and the required number of samplings are fixed values.

冗長パラメータについてはパリティ数(例えば2パケット)が設定される。ここでは所定数(例えば10パケット)のデータパケットに対して付加されるFECのパリティパケット数を可変する。また、データカルーセル方式を用いる場合、冗長パラメータとしては同一データを繰り返し送信する送信回数(例えば2回)を設定し、この送信回数を可変する。更に、冗長パラメータとしてマルチキャスト配信する配信データの送信速度を可変設定しても良い。   A parity number (for example, 2 packets) is set for the redundancy parameter. Here, the number of FEC parity packets added to a predetermined number (for example, 10 packets) of data packets is varied. When the data carousel method is used, the number of transmissions (for example, twice) for repeatedly transmitting the same data is set as the redundancy parameter, and the number of transmissions is varied. Furthermore, the transmission speed of distribution data for multicast distribution may be variably set as a redundancy parameter.

ところで、上記の受信結果通知比率及び単位時間当たりの受信結果通知の受信数が状態管理部33に保持管理され、特定パケットのエラー率及び特定期間のエラー率及び冗長パラメータが制御情報管理処理部24に保持管理される。なお、図3の全ての設定項目を例えば状態管理部33で保持管理してもよい。   By the way, the above-mentioned reception result notification ratio and the number of reception result notifications per unit time are held and managed in the state management unit 33, and the error rate of a specific packet, the error rate of a specific period, and the redundancy parameter are controlled information management processing unit 24. Is maintained. Note that all the setting items in FIG. 3 may be held and managed by the state management unit 33, for example.

<端末装置の構成>
図4は、端末装置のマルチキャスト処理を実行する部分の一実施形態の構成図を示す。図4において、装置3a〜3fそれぞれに対応する端末装置40は、受信結果通知処理部41と受信部42と送信部43を有している。受信結果通知処理部41は、受信結果通知送信処理部51と状態管理部52を有している。受信結果通知送信処理部51は受信部42で受信したマルチキャスト配信のデータを供給され、状態管理部52を参照して受信結果通知を行うか否かを判定する。そして、受信結果通知を行う場合には受信結果通知を生成し送信部43からネットワークに送出する。
<Configuration of terminal device>
FIG. 4 shows a block diagram of an embodiment of a part that executes multicast processing of a terminal device. In FIG. 4, the terminal device 40 corresponding to each of the devices 3 a to 3 f includes a reception result notification processing unit 41, a reception unit 42, and a transmission unit 43. The reception result notification processing unit 41 includes a reception result notification transmission processing unit 51 and a state management unit 52. The reception result notification transmission processing unit 51 is supplied with the multicast distribution data received by the reception unit 42 and refers to the state management unit 52 to determine whether or not to perform reception result notification. When the reception result notification is performed, the reception result notification is generated and transmitted from the transmission unit 43 to the network.

状態管理部52には図5に示す受信結果通知フラグと受信結果抑止フラグ等が保持される。受信結果通知フラグは「有効」で受信結果通知の実行を指示し、「無効」で受信結果通知の非実行を指示する。受信結果抑止フラグは「有効」で受信結果通知を抑止することを指示し、「無効」で受信結果通知を抑止しないことを指示する。   The state management unit 52 holds a reception result notification flag, a reception result suppression flag, and the like shown in FIG. The reception result notification flag is “valid” to instruct execution of the reception result notification, and “invalid” is to instruct non-execution of the reception result notification. The reception result suppression flag indicates that reception result notification is to be suppressed with “valid”, and indicates that reception result notification is not to be suppressed with “invalid”.

<制御データ>
サーバ装置10はデータの例えばヘッダ部分に制御データを付加して複数の端末装置にマルチキャストで配信する。図6に制御データの構成を示す。制御データには受信結果通知比率と受信結果抑止初期化指示の項目がある。受信結果通知比率は受信結果通知を送信する端末装置の比率(例えば2桁)を指定する。受信結果抑止初期化は端末装置の受信結果抑止フラグの初期化の有無を指示する。
<Control data>
The server device 10 adds control data to, for example, a header portion of the data and distributes it to a plurality of terminal devices by multicast. FIG. 6 shows the structure of the control data. The control data includes items of a reception result notification ratio and a reception result suppression initialization instruction. The reception result notification ratio specifies the ratio (for example, two digits) of the terminal devices that transmit the reception result notification. The reception result suppression initialization indicates whether or not the reception result suppression flag of the terminal device is initialized.

<受信結果通知>
端末装置40は受信結果通知が必要と判断した場合、サーバ装置10に受信結果通知を送信する。図7に受信結果通知の構成を示す。受信結果通知にはデータ識別用IDと受信結果の項目がある。データ識別用IDは受信結果の対象となるデータを識別する識別子であり、例えば連番等で表されるパケット番号等が用いられる。受信結果は受信成功又は受信失敗を設定する。
<Reception result notification>
When the terminal device 40 determines that the reception result notification is necessary, the terminal device 40 transmits a reception result notification to the server device 10. FIG. 7 shows the configuration of the reception result notification. The reception result notification includes data identification ID and reception result items. The data identification ID is an identifier for identifying data that is a target of the reception result, and for example, a packet number represented by a serial number or the like is used. The reception result sets reception success or reception failure.

<受信結果通知応答>
サーバ装置10は端末装置40から受信結果通知を受信すると、受信結果通知を送信した端末装置40に対して受信結果通知応答を送信する。図8に受信結果通知応答の構成を示す。受信結果通知応答には受信結果抑止の項目がある。受信結果抑止は端末装置の受信結果抑止フラグを有効にする指示の有無を表す。
<Reception result notification response>
When receiving the reception result notification from the terminal device 40, the server device 10 transmits a reception result notification response to the terminal device 40 that has transmitted the reception result notification. FIG. 8 shows the configuration of the reception result notification response. The reception result notification response includes an item of reception result suppression. Reception result suppression indicates the presence / absence of an instruction to enable the reception result suppression flag of the terminal device.

<端末装置のマルチキャスト処理>
図9は端末装置が実行するマルチキャスト処理の一実施形態のフローチャートを示す。図9において、ステップS11で受信結果通知処理部41は受信結果通知フラグ及び受信結果抑止フラグを「無効」とする初期化を行う。次に、ステップS12で受信部42はマルチキャスト配信のデータを受信する。
<Multicast processing of terminal device>
FIG. 9 shows a flowchart of an embodiment of multicast processing executed by the terminal device. In FIG. 9, in step S11, the reception result notification processing unit 41 initializes the reception result notification flag and the reception result suppression flag to “invalid”. Next, in step S12, the receiving unit 42 receives multicast distribution data.

ステップS13で受信部42は一定時間内にデータを受信したか否かを判別し、一定時間内にデータを受信できなければエラーであるためステップS18に進む。一定時間内にデータを受信できればステップS14で受信結果通知送信処理部51はマルチキャスト配信の配信データに付加された制御データから受信結果通知比率を取得する。ところで、一定時間内にデータを受信できなかった場合に受信結果抑止フラグが無効であれば、ステップS19でサーバ装置に受信結果で受信失敗を表す受信結果通知を送信する。   In step S13, the receiving unit 42 determines whether or not data has been received within a predetermined time. If the data cannot be received within the predetermined time, the process proceeds to step S18 because it is an error. If the data can be received within a certain time, the reception result notification transmission processing unit 51 acquires the reception result notification ratio from the control data added to the distribution data for multicast distribution in step S14. If the reception result suppression flag is invalid when data cannot be received within a predetermined time, a reception result notification indicating reception failure is transmitted to the server device in step S19.

次に、ステップS15で受信結果通知送信処理部51は自装置の端末装置IDの下2桁の値が取得した受信結果通知比率の値以下であるか否かを判別し、この条件を満足した場合はステップS16に進み、この条件を満足しない場合はステップS17に進む。   Next, in step S15, the reception result notification transmission processing unit 51 determines whether or not the last two digits of the terminal device ID of the own device is equal to or less than the value of the acquired reception result notification ratio, and satisfies this condition. If so, the process proceeds to step S16. If this condition is not satisfied, the process proceeds to step S17.

なお、ステップS15では端末装置IDの代りに、自装置の端末装置ID、ユーザID、電話番号、メールアドレスのハッシュ値の下2桁を受信結果通知比率と比較しても良い。また、自装置で発生した2桁の乱数を受信結果通知比率と比較してもよい。この場合、乱数の発生は、マルチキャストのセッションの初期化時と、マルチキャストで送信される制御データにて受信結果抑止フラグの初期化が指定された場合に行う。これは、データ受信毎に乱数を発生すると受信結果抑止フラグが有効に動作しないためである。   In step S15, instead of the terminal device ID, the last two digits of the hash value of the terminal device ID, user ID, telephone number, and mail address of the own device may be compared with the reception result notification ratio. Further, a two-digit random number generated in the own apparatus may be compared with the reception result notification ratio. In this case, random numbers are generated when the multicast session is initialized and when the reception result suppression flag is designated by the control data transmitted by multicast. This is because the reception result suppression flag does not operate effectively if a random number is generated every time data is received.

ステップS16では受信結果通知送信処理部51は状態管理部52の受信結果通知フラグを「有効」にしてステップS18に進む。ステップS16では受信結果通知送信処理部51は状態管理部52の受信結果通知フラグを「無効」にしてステップS12に戻る。   In step S16, the reception result notification transmission processing unit 51 sets the reception result notification flag of the state management unit 52 to “valid”, and proceeds to step S18. In step S16, the reception result notification transmission processing unit 51 sets the reception result notification flag of the state management unit 52 to “invalid” and returns to step S12.

ステップS16で受信結果通知フラグを「有効」にした場合は、ステップS18で受信結果通知送信処理部51は状態管理部52の受信結果抑止フラグが「無効」であるか否かを判別し、この条件を満足した場合はステップS19に進み、この条件を満足しない場合はステップS12に戻る。初回にはステップS11で受信結果抑止フラグを「無効」とされているためステップS19に進む。   If the reception result notification flag is set to “valid” in step S16, the reception result notification transmission processing unit 51 determines in step S18 whether or not the reception result suppression flag of the state management unit 52 is “invalid”. If the condition is satisfied, the process proceeds to step S19. If the condition is not satisfied, the process returns to step S12. Since the reception result suppression flag is set to “invalid” in step S11 for the first time, the process proceeds to step S19.

ステップS19で受信結果通知送信処理部51は受信結果通知を生成して送信部43からネットワークに送信する。次に、ステップS20で受信部42はサーバ装置10からの受信結果通知応答を受信する。ステップS21で受信結果通知送信処理部51は受信結果通知応答で受信結果抑止フラグを有効にする指示の有無を判別する。   In step S19, the reception result notification transmission processing unit 51 generates a reception result notification and transmits it from the transmission unit 43 to the network. Next, in step S <b> 20, the receiving unit 42 receives a reception result notification response from the server device 10. In step S21, the reception result notification transmission processing unit 51 determines whether there is an instruction to validate the reception result suppression flag in the reception result notification response.

受信結果抑止フラグを有効にする指示がある場合、すなわち、受信結果通知不要の応答であれば、ステップS22で受信結果通知送信処理部51は状態管理部52の受信結果抑止フラグを「無効」にして、ステップS12に進む。一方、受信結果抑止を有効にする指示がない場合はステップS12に進む。   If there is an instruction to enable the reception result suppression flag, that is, if the response does not require reception result notification, the reception result notification transmission processing unit 51 sets the reception result suppression flag of the state management unit 52 to “invalid” in step S22. Then, the process proceeds to step S12. On the other hand, if there is no instruction to enable reception result suppression, the process proceeds to step S12.

なお、受信結果通知は、マルチキャスト配信の配信データを1パケット受信したときに送信する構成としているが、これに限らずマルチキャスト配信の配信データを複数パケットを受信したときに送信する構成とすることも考えられる。   The reception result notification is configured to be transmitted when one packet of multicast distribution data is received. However, the present invention is not limited to this, and may be configured to transmit multicast distribution data when a plurality of packets are received. Conceivable.

<サーバ装置の受信結果通知比率制御処理>
図10はサーバ装置が実行する受信結果通知比率制御処理の一実施形態のフローチャートを示す。図10において、ステップS31で受信状態管理処理部12は受信結果通知比率の初期値を受信結果通知比率の現在値に設定する。ステップS32でマルチキャスト送信制御部21はマルチキャスト配信の配信データに含めて送信する制御データに受信結果通知比率の現在値を設定して送信部13より送信する。
<Reception result notification ratio control processing of server device>
FIG. 10 shows a flowchart of an embodiment of the reception result notification ratio control process executed by the server device. In FIG. 10, in step S31, the reception state management processing unit 12 sets the initial value of the reception result notification ratio to the current value of the reception result notification ratio. In step S <b> 32, the multicast transmission control unit 21 sets the current value of the reception result notification ratio in the control data to be transmitted by being included in the multicast distribution data, and transmits from the transmission unit 13.

ステップS33で受信結果通知受信処理部31はネットワークから受信部14で受信したデータから受信結果通知を受信する。次に、ステップS34で受信結果通知比率制御処理部32は単位時間当たりの受信結果通知の現在受信数が上限値以下であるか否かを判別する。   In step S33, the reception result notification reception processing unit 31 receives a reception result notification from the data received by the reception unit 14 from the network. Next, in step S34, the reception result notification ratio control processing unit 32 determines whether or not the current number of reception result notifications per unit time is equal to or less than the upper limit value.

ここで、現在受信数が上限値以下であれば、ステップS35で受信結果通知比率制御処理部32は単位時間当たりの受信結果通知の現在受信数が下限値以上であるか否かを判別する。ここで、現在受信数が下限値以上であれば、ステップS37で制御情報管理処理部24は受信結果抑止の指示なしの受信結果通知応答を生成して送信部13より送信する。一方、現在受信数が下限値未満であれば、ステップS36で受信結果通知比率制御処理部32は受信結果通知比率の現在値を増減値だけ増加させる。そして、ステップS37で制御情報管理処理部24は受信結果抑止フラグをオフとした受信結果抑止の指示なしの受信結果通知応答を生成して送信部13より送信する。この後、ステップS32に進む。   Here, if the current reception number is equal to or less than the upper limit value, the reception result notification ratio control processing unit 32 determines whether or not the current reception number of reception result notifications per unit time is equal to or greater than the lower limit value in step S35. If the current reception number is equal to or greater than the lower limit value, the control information management processing unit 24 generates a reception result notification response without a reception result suppression instruction and transmits it from the transmission unit 13 in step S37. On the other hand, if the current reception number is less than the lower limit value, the reception result notification ratio control processing unit 32 increases the current value of the reception result notification ratio by an increase / decrease value in step S36. In step S37, the control information management processing unit 24 generates a reception result notification response without a reception result suppression instruction with the reception result suppression flag turned off, and transmits the reception result notification response from the transmission unit 13. Thereafter, the process proceeds to step S32.

また、ステップS34で現在受信数が上限値を超えていれば、ステップS38で受信結果通知比率制御処理部32は受信結果通知比率の現在値を増減値だけ減少させる。そして、ステップS39で制御情報管理処理部24は受信結果抑止フラグをオンとした受信結果抑止の指示ありの受信結果通知応答を生成して送信部13より送信する。この後、ステップS32に進む。   If the current reception number exceeds the upper limit value in step S34, the reception result notification ratio control processing unit 32 decreases the current value of the reception result notification ratio by an increase / decrease value in step S38. In step S39, the control information management processing unit 24 generates a reception result notification response with a reception result suppression instruction with the reception result suppression flag turned on, and transmits it from the transmission unit 13. Thereafter, the process proceeds to step S32.

ところで、受信結果通知比率を大幅に変更するような場合には、受信結果抑止フラグの初期化の指示も合わせて行えば良い。上記のフローチャートでは、セッション開始時の受信結果通知比率の初期値としては想定される比率よりも低い値を初期値として設定している。これに対し、マルチキャスト配信を行う日時や時間帯、又はマルチキャスト配信を行うサービス毎に別々の初期値予め用意しておき、日時や時間帯及びサービスに該当する初期値を設定する構成としても良い。   By the way, when the reception result notification ratio is significantly changed, an instruction to initialize the reception result suppression flag may be given together. In the above flowchart, the initial value of the reception result notification ratio at the start of the session is set as an initial value that is lower than the assumed ratio. On the other hand, a different initial value may be prepared in advance for each date and time of multicast distribution, or for each service performing multicast distribution, and an initial value corresponding to the date and time and service may be set.

<サーバ装置のマルチキャスト制御処理>
図11はサーバ装置が実行するマルチキャスト制御処理の一実施形態のフローチャートを示す。図11において、ステップS51で受信結果通知受信処理部31はネットワークから受信部14で受信したデータから受信結果通知を受信する。次に、ステップS52でマルチキャスト送信制御部21は該当パケットつまりマルチキャスト配信のパケットに対する受信結果通知の数が、制御情報管理処理部24に設定されている特定パケットのエラー率の必要サンプリング数以上であるか否かを判別する。受信結果通知の数が必要サンプリング数以上でればステップS53に進み、必要サンプリング数未満でればステップS55に進む。
<Multicast control processing of server device>
FIG. 11 shows a flowchart of an embodiment of multicast control processing executed by the server device. In FIG. 11, the reception result notification reception processing unit 31 receives a reception result notification from the data received by the receiving unit 14 from the network in step S51. Next, in step S52, the multicast transmission control unit 21 determines that the number of reception result notifications for the corresponding packet, that is, the multicast distribution packet, is equal to or greater than the required sampling number of the error rate of the specific packet set in the control information management processing unit 24. It is determined whether or not. If the number of reception result notifications is equal to or greater than the required sampling number, the process proceeds to step S53, and if it is less than the necessary sampling number, the process proceeds to step S55.

ステップS53でマルチキャスト送信制御部21は該当パケットつまりマルチキャスト配信のパケットに対する受信結果通知の受信結果つまり受信成功と受信失敗それぞれの数から該当パケットのエラー率[=受信失敗/(受信失敗+受信成功)]を求め、該当パケットのエラー率が制御情報管理処理部24に設定されている特定パケットのエラー率のエラー率閾値以上であるか否かを判別する。該当パケットのエラー率がエラー率閾値以上であればステップS54に進み、該当パケットのエラー率がエラー率閾値未満であればステップS55に進む。   In step S53, the multicast transmission control unit 21 determines the error rate [= reception failure / (reception failure + reception success) of the corresponding packet from the reception result of the reception result notification for the corresponding packet, that is, the multicast distribution packet, that is, the number of reception successes and reception failures. ] Is determined, and it is determined whether or not the error rate of the packet is equal to or higher than the error rate threshold of the error rate of the specific packet set in the control information management processing unit 24. If the error rate of the packet is equal to or higher than the error rate threshold, the process proceeds to step S54. If the error rate of the packet is less than the error rate threshold, the process proceeds to step S55.

ステップS54でマルチキャスト送信制御部21は該当パケットのエラー率が高すぎるとして、該当パケットをマルチキャストで再送する。ステップS54の実行後ステップS55に進む。   In step S54, the multicast transmission control unit 21 retransmits the corresponding packet by multicast, assuming that the error rate of the corresponding packet is too high. After execution of step S54, the process proceeds to step S55.

ステップS55でマルチキャスト送信制御部21は一定期間におけるマルチキャスト配信のパケットに対する受信結果通知の数が制御情報管理処理部24に設定されている特定期間のエラー率の必要サンプリング数以上であるか否かを判別する。受信結果通知の数が必要サンプリング数以上でればステップS56に進み、必要サンプリング数未満でればステップS51に進む。   In step S55, the multicast transmission control unit 21 determines whether or not the number of reception result notifications for multicast distribution packets in a certain period is equal to or greater than the required number of samplings for the error rate for a specific period set in the control information management processing unit 24. Determine. If the number of reception result notifications is greater than or equal to the required sampling number, the process proceeds to step S56, and if it is less than the necessary sampling number, the process proceeds to step S51.

ステップS56でマルチキャスト送信制御部21は一定期間におけるマルチキャスト配信のパケットに対する受信結果つまり受信成功と受信失敗それぞれの数から一定期間のエラー率を求め、一定期間のエラー率が制御情報管理処理部24に設定されている特定期間のエラー率上限以下であるか否かを判別する。一定期間のエラー率が特定期間のエラー率上限以下であればステップS57に進み、定期間のエラー率が特定期間のエラー率上限を超えていればステップS58に進む。ステップS58でマルチキャスト送信制御部21は冗長パラメータのパリティ数つまり所定数のデータパケットに対して付加されるFECのパリティパケット数を例えば1だけ増加させて冗長度を上げ、ステップS51に進む。   In step S56, the multicast transmission control unit 21 obtains an error rate for a certain period from the reception results for the multicast distribution packets in a certain period, that is, the number of reception successes and reception failures, and the error rate for the certain period is sent to the control information management processing unit 24. It is determined whether the error rate is below the upper limit of the specified specific period. If the error rate for a certain period is less than or equal to the error rate upper limit for the specific period, the process proceeds to step S57, and if the error rate for the regular period exceeds the error rate upper limit for the specific period, the process proceeds to step S58. In step S58, the multicast transmission control unit 21 increases the redundancy by increasing the number of parity of the redundancy parameter, that is, the number of FEC parity packets added to the predetermined number of data packets, for example by one, and proceeds to step S51.

ステップS57でマルチキャスト送信制御部21は一定期間のエラー率が制御情報管理処理部24に設定されている特定期間のエラー率下限以上であるか否かを判別する。一定期間のエラー率が特定期間のエラー率下限以上であればステップS51に進み、定期間のエラー率が特定期間のエラー率下限未満であればステップS59に進む。ステップS59でマルチキャスト送信制御部21は冗長パラメータのパリティ数つまり所定数のデータパケットに対して付加されるFECのパリティパケット数を例えば1だけ減少させて冗長度を下げ、ステップS51に進む。   In step S57, the multicast transmission control unit 21 determines whether or not the error rate for a certain period is equal to or greater than the lower limit of the error rate for a specific period set in the control information management processing unit 24. If the error rate for a certain period is greater than or equal to the lower limit of the error rate for the specific period, the process proceeds to step S51. If the error rate for the regular period is less than the lower limit for the error rate for the specific period, the process proceeds to step S59. In step S59, the multicast transmission control unit 21 decreases the redundancy by reducing the number of parity of the redundancy parameter, that is, the number of FEC parity packets added to the predetermined number of data packets, for example by 1, and proceeds to step S51.

上記実施形態では、FECのデータとパリティの比率を変更しているが、データカルーセルで繰り返し送信する回数を変更しても良く、また、マルチキャスト配信する配信データの送信速度を変更しても良い。更には、これらを組み合わせて冗長度を変更することもできる。   In the above embodiment, the ratio of FEC data and parity is changed. However, the number of times of repeated transmission in the data carousel may be changed, and the transmission speed of distribution data to be distributed by multicast may be changed. Further, the redundancy can be changed by combining them.

上記実施形態では、マルチキャスト配信時にサーバ装置から制御データとして受信結果通知比率を端末装置に送信し、端末装置は受信結果通知比率を基に送信の要否を判断し、一部の端末装置だけがサーバに受信結果通知を送信する。受信結果通知を受信したサーバは、受信結果通知に基づき冗長パラメータの変更によるマルチキャスト配信の制御を行い、受信結果通知比率の変更による受信結果通知数の制御を行う。   In the above embodiment, the server apparatus transmits a reception result notification ratio to the terminal apparatus as control data at the time of multicast distribution. The terminal apparatus determines whether transmission is necessary based on the reception result notification ratio, and only some terminal apparatuses Send a reception result notification to the server. The server that has received the reception result notification controls multicast distribution by changing the redundancy parameter based on the reception result notification, and controls the number of reception result notifications by changing the reception result notification ratio.

このように、一部の端末装置だけがサーバに受信結果通知を送信することでサーバ装置が処理する受信結果通知の数を削減でき、高性能なサーバを必要とせずサービスが可能になる。また、受信結果通知比率を動的に変更することで、受信端末装置数を正確に把握できない場合や端末装置数が増減する場合でも、必要十分なサンプル数を収集することが可能になる。   In this way, only some of the terminal devices transmit the reception result notification to the server, so that the number of reception result notifications processed by the server device can be reduced, and a service can be provided without requiring a high-performance server. Further, by dynamically changing the reception result notification ratio, a necessary and sufficient number of samples can be collected even when the number of receiving terminal devices cannot be accurately grasped or when the number of terminal devices increases or decreases.

また、端末装置の受信状況に基づいてマルチキャスト配信の冗長パラメータを動的に変更することで、ネットワークのリソースを有効に利用でき、効率的なマルチキャスト配信を行うことができる。   Also, by dynamically changing the multicast delivery redundancy parameter based on the reception status of the terminal device, network resources can be used effectively and efficient multicast delivery can be performed.

また、マルチキャストを受信する端末装置数が不明な場合に、受信結果通知比率の初期値を想定よりも小さい値を設定し、実際の受信結果通知の数を見ながら少しずつ比率を上げることで、端末装置数を把握できない場合に、端末装置数が想定よりも多かった場合に受信結果通知を処理するサーバが過負荷に陥ることを回避することができる。   In addition, when the number of terminal devices that receive multicast is unknown, the initial value of the reception result notification ratio is set to a smaller value than expected, and by gradually increasing the ratio while looking at the actual number of reception result notifications, When the number of terminal devices cannot be grasped, it is possible to avoid the server that processes the reception result notification from being overloaded when the number of terminal devices is larger than expected.

ところで、図10のステップS31では受信結果通知比率の初期値を受信結果通知比率の現在値に設定しているが、受信結果通知比率の初期値をサービスの種類や時間帯等の状況に応じて変更しても良い。   Incidentally, in step S31 of FIG. 10, the initial value of the reception result notification ratio is set to the current value of the reception result notification ratio. However, the initial value of the reception result notification ratio is set according to the type of service, the time zone, and the like. It may be changed.

例えば平日の朝の時間帯のニュースのコンテンツは配信先のユーザ数が多いため受信結果通知比率の初期値を小さな値(数%)とし、午後の時間帯では配信先のユーザ数が少ないため受信結果通知比率の初期値を中程度の値(10数%)とする。また、夜の時間帯の映画のコンテンツは配信先のユーザ数が多いため受信結果通知比率の初期値を小さな値(数%)とする等である。これにより、受信結果通知比率を短時間で最適な受信結果通知数に収束させることが可能になる。   For example, news content in the morning hours of weekdays has a large number of distribution destination users, so the initial value of the reception result notification ratio is set to a small value (several percent), and received in the afternoon hours because the number of distribution destination users is small. The initial value of the result notification ratio is set to a medium value (10%). In addition, since the content of movies in the night time zone has a large number of distribution destination users, the initial value of the reception result notification ratio is set to a small value (several percent). As a result, the reception result notification ratio can be converged to the optimum number of reception result notifications in a short time.

なお、上記実施形態では、マルチキャスト送信制御部21を制御データ付加手段と冗長度可変手段と再送手段の一例として用い、受信結果通知比率制御処理部32を比率設定手段の一例として用いている。また、受信結果通知送信処理部51を判定手段と受信結果通知送信手段の一例として用い、制御情報管理処理部24を応答手段の一例として用いている。
(付記1)
サーバ装置から複数の端末装置にマルチキャスト配信を行うマルチキャスト配信システムにおいて、
前記サーバ装置は、
マルチキャスト配信する配信データに比率情報を含む制御データを付加する制御データ付加手段と、
前記端末装置から送信された受信結果通知を単位時間に受信した受信数が所定範囲となるよう前記比率情報を設定変更する比率設定手段と、を有し、
前記端末装置は、
自装置に固有の値又は自装置で発生した値と受信した前記制御データの比率情報とを比較して受信結果通知を行うか否かを判定する判定手段と、
前記判定手段で受信結果通知を行うと判定したとき前記配信データの受信可否の情報を含む受信結果通知を前記サーバ装置に送信する受信結果通知送信手段と、を有する
ことを特徴とするマルチキャスト配信システム。
(付記2)
付記1記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
受信した前記受信結果通知の受信可否の情報から得られる前記配信データのエラー率が所定の上限値を超えた場合に前記配信データの冗長度を増加させ、前記配信データのエラー率が所定の下限値未満の場合に前記配信データの冗長度を低下させる冗長度可変手段を
有することを特徴とするマルチキャスト配信システム。
(付記3)
付記2記載のマルチキャスト配信システムにおいて、
前記比率設定手段は、前記受信数が前記所定範囲の上限を超えた場合に前記比率情報を低下させ、前記受信数が前記所定範囲の下限未満である場合に前記比率情報を増加させることを特徴とするマルチキャスト配信システム。
(付記4)
付記3記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
前記受信数が前記所定範囲の上限を超えた場合に前記受信結果通知の送信の抑止を指示する受信結果通知応答を行う応答手段を
有することを特徴とするマルチキャスト配信システム。
(付記5)
付記4記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
前記配信データのエラー率が所定の閾値以上の場合に前記配信データを再送する再送手段を
有することを特徴とするマルチキャスト配信システム。
(付記6)
複数の端末装置にマルチキャスト配信を行うマルチキャスト配信システムのサーバ装置において、
マルチキャスト配信する配信データに比率情報を含む制御データを付加する制御データ付加手段と、
前記端末装置から送信された受信結果通知を単位時間に受信した受信数が所定範囲となるよう前記比率情報を設定変更する比率設定手段と、
を有することを特徴とするサーバ装置。
(付記7)
サーバ装置からマルチキャスト配信される比率情報を含む制御データを付加された配信データを受信するマルチキャスト配信システムの端末装置において、
自装置に固有の値又は自装置で発生した値と受信した前記制御データの比率情報とを比較して受信結果通知を行うか否かを判定する判定手段と、
前記判定手段で受信結果通知を行うと判定したとき前記配信データの受信可否の情報を含む受信結果通知を前記サーバ装置に送信する受信結果通知送信手段と、
を有することを特徴とする端末装置。
(付記8)
付記6記載のサーバ装置において、
受信した前記受信結果通知の受信可否の情報から得られる前記配信データのエラー率が所定の上限値を超えた場合に前記配信データの冗長度を増加させ、前記配信データのエラー率が所定の下限値未満の場合に前記配信データの冗長度を低下させる冗長度可変手段を
有することを特徴とするサーバ装置。
(付記9)
付記8記載のサーバ装置において、
前記比率設定手段は、前記受信数が前記所定範囲の上限を超えた場合に前記比率情報を低下させ、前記受信数が前記所定範囲の下限未満である場合に前記比率情報を増加させることを特徴とするサーバ装置。
(付記10)
付記9記載のサーバ装置において、
前記受信数が前記所定範囲の上限を超えた場合に受信結果通知の送信の抑止を指示する受信結果通知応答を行う応答手段を
有することを特徴とするサーバ装置。
(付記11)
付記10記載のサーバ装置において、
前記配信データのエラー率が所定の閾値以上の場合に前記配信データを再送する再送手段を
有することを特徴とするサーバ装置。
(付記12)
付記1乃至5のいずれか1項記載のマルチキャスト配信システムにおいて、
前記比率設定手段は、比率情報の初期値を時間帯又はサービスに応じて設定することを特徴とするマルチキャスト配信システム。
(付記13)
付記6又は8乃至11のいずれか1項記載のサーバ装置において、
前記比率設定手段は、比率情報の初期値を時間帯又はサービスに応じて設定することを特徴とするサーバ装置。
In the above embodiment, the multicast transmission control unit 21 is used as an example of a control data adding unit, a redundancy varying unit, and a retransmission unit, and the reception result notification ratio control processing unit 32 is used as an example of a ratio setting unit. The reception result notification transmission processing unit 51 is used as an example of a determination unit and a reception result notification transmission unit, and the control information management processing unit 24 is used as an example of a response unit.
(Appendix 1)
In a multicast distribution system that performs multicast distribution from a server device to a plurality of terminal devices,
The server device
Control data adding means for adding control data including ratio information to distribution data for multicast distribution;
Ratio setting means for setting and changing the ratio information so that the number of receptions received in unit time of the reception result notification transmitted from the terminal device is within a predetermined range;
The terminal device
A determination means for determining whether to notify a reception result by comparing a value unique to the own device or a value generated in the own device with the ratio information of the received control data;
A multicast distribution system comprising: a reception result notification transmission unit configured to transmit a reception result notification including information about whether or not the distribution data can be received to the server device when the determination unit determines to perform the reception result notification. .
(Appendix 2)
In the multicast distribution system according to appendix 1,
The server device
When the error rate of the distribution data obtained from the reception availability information of the received reception result notification exceeds a predetermined upper limit, the redundancy of the distribution data is increased, and the error rate of the distribution data is a predetermined lower limit A multicast distribution system comprising redundancy varying means for reducing the redundancy of the distribution data when the value is less than the value.
(Appendix 3)
In the multicast distribution system described in appendix 2,
The ratio setting means reduces the ratio information when the reception number exceeds the upper limit of the predetermined range, and increases the ratio information when the reception number is less than the lower limit of the predetermined range. Multicast distribution system.
(Appendix 4)
In the multicast distribution system according to appendix 3,
The server device
A multicast distribution system comprising: response means for performing a reception result notification response instructing suppression of transmission of the reception result notification when the number of receptions exceeds an upper limit of the predetermined range.
(Appendix 5)
In the multicast distribution system according to appendix 4,
The server device
A multicast distribution system comprising: a retransmission unit configured to retransmit the distribution data when an error rate of the distribution data is equal to or greater than a predetermined threshold.
(Appendix 6)
In a server device of a multicast distribution system that performs multicast distribution to a plurality of terminal devices,
Control data adding means for adding control data including ratio information to distribution data for multicast distribution;
Ratio setting means for setting and changing the ratio information so that the number of receptions received in unit time of the reception result notification transmitted from the terminal device is within a predetermined range;
The server apparatus characterized by having.
(Appendix 7)
In a terminal device of a multicast distribution system for receiving distribution data to which control data including ratio information distributed by multicast from a server device is added,
A determination means for determining whether to notify a reception result by comparing a value unique to the own device or a value generated in the own device with the ratio information of the received control data;
A reception result notification transmitting means for transmitting a reception result notification including information on whether or not the distribution data can be received to the server device when it is determined that the determination means performs the reception result notification;
The terminal device characterized by having.
(Appendix 8)
In the server device according to attachment 6,
When the error rate of the distribution data obtained from the reception availability information of the received reception result notification exceeds a predetermined upper limit, the redundancy of the distribution data is increased, and the error rate of the distribution data is a predetermined lower limit A server apparatus comprising a redundancy variable means for reducing the redundancy of the distribution data when the value is less than the value.
(Appendix 9)
In the server device according to attachment 8,
The ratio setting means reduces the ratio information when the reception number exceeds the upper limit of the predetermined range, and increases the ratio information when the reception number is less than the lower limit of the predetermined range. Server device.
(Appendix 10)
In the server device according to attachment 9,
A server apparatus comprising: a response unit configured to perform a reception result notification response instructing suppression of transmission of a reception result notification when the number of receptions exceeds an upper limit of the predetermined range.
(Appendix 11)
In the server device according to attachment 10,
A server apparatus comprising: a retransmission unit configured to retransmit the distribution data when an error rate of the distribution data is equal to or greater than a predetermined threshold.
(Appendix 12)
In the multicast distribution system according to any one of appendices 1 to 5,
The said ratio setting means sets the initial value of ratio information according to a time slot | zone or service, The multicast delivery system characterized by the above-mentioned.
(Appendix 13)
The server device according to any one of appendix 6 or 8 to 11,
The said ratio setting means sets the initial value of ratio information according to a time slot | zone or service, The server apparatus characterized by the above-mentioned.

1 サーバ
2a,2b,2c ルータ
3a〜3f 端末
10 サーバ装置
11 マルチキャスト送信処理部
12 受信状態管理処理部
13 送信部
14 受信部
21 マルチキャスト送信制御部
22 再送制御部
23 FEC処理部
24 制御情報管理処理部
31 受信結果通知受信処理部
32 受信結果通知比率制御処理部
33 状態管理部
40 端末装置
41 受信結果通知処理部
42 受信部
43 送信部
51 受信結果通知送信処理部
52 状態管理部
DESCRIPTION OF SYMBOLS 1 Server 2a, 2b, 2c Router 3a-3f Terminal 10 Server apparatus 11 Multicast transmission process part 12 Reception state management process part 13 Transmission part 14 Receiving part 21 Multicast transmission control part 22 Retransmission control part 23 FEC process part 24 Control information management process Unit 31 reception result notification reception processing unit 32 reception result notification ratio control processing unit 33 state management unit 40 terminal device 41 reception result notification processing unit 42 reception unit 43 transmission unit 51 reception result notification transmission processing unit 52 state management unit

Claims (7)

サーバ装置から複数の端末装置にマルチキャスト配信を行うマルチキャスト配信システムにおいて、
前記サーバ装置は、
マルチキャスト配信する配信データに比率情報を含む制御データを付加する制御データ付加手段と、
前記端末装置から送信された受信結果通知を単位時間に受信した受信数が所定範囲となるよう前記比率情報を変更する比率設定手段と、を有し、
前記端末装置は、
自装置に固有の値又は自装置で発生した値と受信した前記制御データの比率情報とを比較して受信結果通知を行うか否かを判定する判定手段と、
前記判定手段で受信結果通知を行うと判定したとき前記配信データの受信可否の情報を含む受信結果通知を前記サーバ装置に送信する受信結果通知送信手段と、を有する
ことを特徴とするマルチキャスト配信システム。
In a multicast distribution system that performs multicast distribution from a server device to a plurality of terminal devices,
The server device
Control data adding means for adding control data including ratio information to distribution data for multicast distribution;
Ratio setting means for changing the ratio information so that the number of receptions received in a unit time of the reception result notification transmitted from the terminal device is within a predetermined range;
The terminal device
A determination means for determining whether to notify a reception result by comparing a value unique to the own device or a value generated in the own device with the ratio information of the received control data;
A multicast distribution system comprising: a reception result notification transmission unit configured to transmit a reception result notification including information about whether or not the distribution data can be received to the server device when the determination unit determines to perform the reception result notification. .
請求項1記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
受信した前記受信結果通知の受信可否の情報から得られる前記配信データのエラー率が所定の上限値を超えた場合に前記配信データの冗長度を増加させ、前記配信データのエラー率が所定の下限値未満の場合に前記配信データの冗長度を低下させる冗長度可変手段を
有することを特徴とするマルチキャスト配信システム。
The multicast distribution system according to claim 1,
The server device
When the error rate of the distribution data obtained from the reception availability information of the received reception result notification exceeds a predetermined upper limit, the redundancy of the distribution data is increased, and the error rate of the distribution data is a predetermined lower limit A multicast distribution system comprising redundancy varying means for reducing the redundancy of the distribution data when the value is less than the value.
請求項2記載のマルチキャスト配信システムにおいて、
前記比率設定手段は、前記受信数が前記所定範囲の上限を超えた場合に前記比率情報を低下させ、前記受信数が前記所定範囲の下限未満である場合に前記比率情報を増加させることを特徴とするマルチキャスト配信システム。
The multicast distribution system according to claim 2, wherein
The ratio setting means reduces the ratio information when the reception number exceeds the upper limit of the predetermined range, and increases the ratio information when the reception number is less than the lower limit of the predetermined range. Multicast distribution system.
請求項3記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
前記受信数が前記所定範囲の上限を超えた場合に前記受信結果通知の送信の抑止を指示する受信結果通知応答を行う応答手段を
有することを特徴とするマルチキャスト配信システム。
The multicast distribution system according to claim 3, wherein
The server device
A multicast distribution system comprising: response means for performing a reception result notification response instructing suppression of transmission of the reception result notification when the number of receptions exceeds an upper limit of the predetermined range.
請求項4記載のマルチキャスト配信システムにおいて、
前記サーバ装置は、
前記配信データのエラー率が所定の閾値以上の場合に前記配信データを再送する再送手段を
有することを特徴とするマルチキャスト配信システム。
The multicast distribution system according to claim 4, wherein
The server device
A multicast distribution system comprising: a retransmission unit configured to retransmit the distribution data when an error rate of the distribution data is equal to or greater than a predetermined threshold.
複数の端末装置にマルチキャスト配信を行うマルチキャスト配信システムのサーバ装置において、
マルチキャスト配信する配信データに比率情報を含む制御データを付加する制御データ付加手段と、
前記端末装置から送信された受信結果通知を単位時間に受信した受信数が所定範囲となるよう前記比率情報を変更する比率設定手段と、
を有することを特徴とするサーバ装置。
In a server device of a multicast distribution system that performs multicast distribution to a plurality of terminal devices,
Control data adding means for adding control data including ratio information to distribution data for multicast distribution;
Ratio setting means for changing the ratio information so that the number of receptions received in unit time of the reception result notification transmitted from the terminal device falls within a predetermined range;
The server apparatus characterized by having.
サーバ装置からマルチキャスト配信される比率情報を含む制御データを付加された配信データを受信するマルチキャスト配信システムの端末装置において、
自装置に固有の値又は自装置で発生した値と受信した前記制御データの比率情報とを比較して受信結果通知を行うか否かを判定する判定手段と、
前記判定手段で受信結果通知を行うと判定したとき前記配信データの受信可否の情報を含む受信結果通知を前記サーバ装置に送信する受信結果通知送信手段と、
を有することを特徴とする端末装置。
In a terminal device of a multicast distribution system for receiving distribution data to which control data including ratio information distributed by multicast from a server device is added,
A determination means for determining whether to notify a reception result by comparing a value unique to the own device or a value generated in the own device with the ratio information of the received control data;
A reception result notification transmitting means for transmitting a reception result notification including information on whether or not the distribution data can be received to the server device when it is determined that the determination means performs the reception result notification;
The terminal device characterized by having.
JP2010075442A 2010-03-29 2010-03-29 Multicast distribution system, server device, and terminal device Withdrawn JP2011211376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010075442A JP2011211376A (en) 2010-03-29 2010-03-29 Multicast distribution system, server device, and terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010075442A JP2011211376A (en) 2010-03-29 2010-03-29 Multicast distribution system, server device, and terminal device

Publications (1)

Publication Number Publication Date
JP2011211376A true JP2011211376A (en) 2011-10-20

Family

ID=44942005

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010075442A Withdrawn JP2011211376A (en) 2010-03-29 2010-03-29 Multicast distribution system, server device, and terminal device

Country Status (1)

Country Link
JP (1) JP2011211376A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014123859A (en) * 2012-12-21 2014-07-03 Fujitsu Ltd Communication base station, collection control device and communication method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014123859A (en) * 2012-12-21 2014-07-03 Fujitsu Ltd Communication base station, collection control device and communication method

Similar Documents

Publication Publication Date Title
US9113311B2 (en) Multicast/broadcast content delivery based on feedback from a user device
US10205971B2 (en) Media data live broadcast method, device, and system
KR100831654B1 (en) A method for data repair in a system capable of handling multicast and broadcast transmissions
EP3120523B1 (en) Bandwidth management in a content distribution network
US9565127B2 (en) Admission control in a network environment
KR100932996B1 (en) Method and apparatus for approving data in one-to-many transmission system
KR20140007277A (en) Broadcasting of data files and file repair procedure with regards to the broadcasted data files
US20190190646A1 (en) Receiver for receiving data in a broadcast system using redundancy data
WO2016192138A1 (en) Method and apparatus for setting sending rate in multicast/broadcast technology
CN111031340B (en) Method for adaptively transmitting data stream and node in communication network
WO2015010572A1 (en) Methods, devices, and systems for controlling audio and video transmission
US20090238183A1 (en) Packet processing system and method thereof
EP1543701A1 (en) Multicast data transfer
JP2020526113A (en) Data transmission method, system and device
US10348597B2 (en) Monitoring server, resolution server, request device, and node selection method
JP2007527576A (en) System, receiver, method, and program for distributing content
JP2011211376A (en) Multicast distribution system, server device, and terminal device
Setton et al. Congestion-distortion optimized peer-to-peer video streaming
CN108810828B (en) Method and apparatus for distributing information during broadcast delivery
WO2015143674A1 (en) Video transmission method, apparatus and system
JP2014522594A (en) Method and apparatus for streaming multimedia content
KR20120056728A (en) Opportunistic Fair Parallel Download Method and System Based on Priority of Connection Link
EP3544370B1 (en) Delivering content over muliple different networks using different transmission modes
JP2004048450A (en) Stream distribution method, client terminal, device, system, program, and recording medium recording the program
KR101232266B1 (en) Point-to-multipoint wireless transmission system and method of the same

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