JP2005065100A - Data distribution method, repeating system, and computer program - Google Patents

Data distribution method, repeating system, and computer program Download PDF

Info

Publication number
JP2005065100A
JP2005065100A JP2003295308A JP2003295308A JP2005065100A JP 2005065100 A JP2005065100 A JP 2005065100A JP 2003295308 A JP2003295308 A JP 2003295308A JP 2003295308 A JP2003295308 A JP 2003295308A JP 2005065100 A JP2005065100 A JP 2005065100A
Authority
JP
Japan
Prior art keywords
redundancy
data
relay device
relay
downstream
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003295308A
Other languages
Japanese (ja)
Inventor
Hirokazu Takahashi
宏和 高橋
Noriyuki Takahashi
紀之 高橋
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2003295308A priority Critical patent/JP2005065100A/en
Publication of JP2005065100A publication Critical patent/JP2005065100A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Detection And Prevention Of Errors In Transmission (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To achieve improvement of distribution quality of each receiver by performing data distribution with redundancy required for each receiver, respectively in consideration of heterogeniety of a communication path, when packet loss generated on the communication path is restored by applying FEC to multicast. <P>SOLUTION: Each receiver 40 calculates the necessary optimal redundancy on the basis of measured packet loss rate and requests it to the upstream. In each repeating device 20, the redundancy required by each device on the downstream is stored from the received redundancy requests, the redundancy requests are integrated and transferred to the upstream as one redundancy request. A transmitter 10 performs multicast distribution of data with the redundancy according to the received redundancy request. In each repeating system, the data from the upstream is adjusted to the redundancy required by each device on the downstream and transferred. Thus, the data distribution with the redundancy requested by every receiver, respectively is made possible. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、送信装置から複数の受信装置に対し同一データの配信を行うマルチキャストにおいて、通信路で発生するパケットロスを修復し、配信品質を改善するデータ配信方法に関する。   The present invention relates to a data distribution method for repairing a packet loss occurring in a communication path and improving distribution quality in multicast in which the same data is distributed from a transmission apparatus to a plurality of reception apparatuses.

近年、映像の多地点ストリーム配信等、マルチキャストを必要とするアプリケーションの需要が高まっている。パケット通信を基本としたIP(インターネットプロトコル)網でマルチキャストを実現するプロトコルとして、IPマルチキャストやアプリケーションレイヤマルチキャスト等(例えば特許文献1参照)が提案されている。これらの方式では、送信者から配信されるパケットを、ネットワーク内に配置されたマルチキャストルータにおいて複製することにより複数の受信者に送達する。   In recent years, there is an increasing demand for applications that require multicast, such as multi-point video streaming. As a protocol for realizing multicast in an IP (Internet Protocol) network based on packet communication, IP multicast, application layer multicast, and the like (see, for example, Patent Document 1) have been proposed. In these systems, a packet distributed from a sender is delivered to a plurality of receivers by duplicating in a multicast router arranged in the network.

しかし、インターネット等のベストエフォート型のネットワークでは、配信パケットの消失が頻繁に発生し、配信品質の劣化を招く場合がある。マルチキャストにおいてこの品質劣化を改善するために、既にいくつかの方式が提案されている(例えば、非特許文献1参照)。これらの方式は、通信路で消失したパケットを再送することにより修復するARQ(Automatic Repeat ReQuest)をベースとしたものが多い。ARQでは、パケットロス発生時に受信者から再送者へ再送要求を送信し、これを受信した再送者が消失パケットを受信者へ再送する。つまり、再送には少なくとも受信者、再送者間の往復伝送遅延が必要となり、インターネットのような大規模なネットワークでは、データの受信遅延が大きくなってしまう。また、受信者が多くなると再送要求の頻度も上がり、再送者の処理負荷が大きくなってしまう。   However, in a best effort type network such as the Internet, delivery packets are frequently lost, which may lead to degradation of delivery quality. In order to improve this quality degradation in multicast, several schemes have already been proposed (see Non-Patent Document 1, for example). Many of these methods are based on ARQ (Automatic Repeat Request) which is repaired by retransmitting a packet lost in a communication path. In ARQ, when a packet loss occurs, a retransmission request is transmitted from the receiver to the retransmitter, and the retransmitter that has received this retransmits the lost packet to the receiver. In other words, at least a round-trip transmission delay between the receiver and the retransmitter is necessary for retransmission, and a data reception delay becomes large in a large-scale network such as the Internet. In addition, when the number of recipients increases, the frequency of retransmission requests increases, and the processing load on the retransmission parties increases.

これに対し、誤り訂正符号を利用して消失パケットを修復するFEC(Forward Error Correction)という方式がある。FECでは、送信すべきデータを符号化して送信し、通信路でパケットロスが発生したとしても、受信者での復号化により元のデータが復元される。FECは、受信者内の処理のみで消失パケットの修復が可能なため、前述したARQに比べ受信遅延を小さくできる。また再送を必要としないため、特定のノードに負荷が集中してしまうということが無く、受信者数に対するスケーラビリティに優れる。しかし一方で、符号化によりデータ量が増加するため、配信帯域も増加し、通信路の状況によって幅輳が発生してパケットロスが増加してしまう場合がある。さらに、消失したパケット数が多い場合には、復号化ができず、消失パケットの修復が不能となってしまう場合もある。   On the other hand, there is a method called FEC (Forward Error Correction) that repairs a lost packet by using an error correction code. In FEC, data to be transmitted is encoded and transmitted, and even if a packet loss occurs in the communication path, the original data is restored by decoding at the receiver. In FEC, lost packets can be repaired only by processing within the receiver, so that reception delay can be reduced compared to ARQ described above. Further, since retransmission is not required, the load is not concentrated on a specific node, and the scalability with respect to the number of recipients is excellent. However, on the other hand, since the amount of data increases due to encoding, the distribution bandwidth also increases, and congestion may occur depending on the state of the communication path, resulting in an increase in packet loss. Furthermore, when there are a large number of lost packets, decoding cannot be performed, and lost packets may not be repaired.

FECの符号化方式には、RS(Reed−Solomon)符号や、LT(Luby Transform)符号等が用いられる。例としてこのRS符号には、組織符号、最適符号という性質がある。
組織符号とは、符号化後のデータに元のデータが含まれるという性質である。つまり、k個のパケットをRS符号で符号化すると、元のk個のパケットとl個の冗長パケットとなる。ここで、冗長パケット数と元のパケット数の比(l/k)を冗長度と呼ぶことにする。つまり、冗長度が大きいほど冗長パケット数も多くなる。RS符号では、任意の冗長度を設定して符号化することが可能である。
また最適符号とは、ある量の消失パケットを修復するために最少の冗長パケット数で済むという性質である。具体的には、l個の冗長パケットを生成した場合にはl個以内の消失パケットが修復可能となる。l個以上のパケットが消失した場合には、復号化ができず、消失パケットの修復が不能となる。
As an FEC encoding method, RS (Reed-Solomon) code, LT (Lubic Transform) code, or the like is used. As an example, this RS code has the properties of a systematic code and an optimal code.
The systematic code is a property that the original data is included in the encoded data. That is, when k packets are encoded with the RS code, the original k packets and l redundant packets are obtained. Here, the ratio (l / k) between the number of redundant packets and the original number of packets is called redundancy. That is, the greater the redundancy, the greater the number of redundant packets. An RS code can be encoded by setting an arbitrary redundancy.
The optimum code is a property that a minimum number of redundant packets is required to repair a certain amount of lost packets. Specifically, when l redundant packets are generated, up to l lost packets can be repaired. When one or more packets are lost, decoding cannot be performed and the lost packets cannot be repaired.

上記したように、冗長度を小さくし過ぎると消失パケットの修復が不能となり、また、大きくし過ぎると配信帯域が増加して、幅輳により消失パケット数も増加してしまう。これにより冗長度には、パケットロス率、通信路容量等の通信路状況によって変化する最適な値が存在する。FECを有効に利用するためには、この冗長度の設定値が重要となる。
1対1の通信を考えた場合、インターネットのような公衆網では、背景トラフィックの変動により通信路状況が時間変化し、最適な冗長度も時間変化してしまう。そこで、冗長度を適応的に変化させるAFEC(非特許文献2参照)という方式が提案されている。AFECでは、受信者においで定期的に計測されるパケットロス率を元に最適な冗長度を求め、送信者での符号化処理にこの冗長度を用いることにより通信路状況の変動に対応する。最適な冗長度を求めるアルゴリズムは、基本的には発生しているパケットロスを修復するのに十分な冗長度とするが、冗長度を増やしてもパケットロスが増加してしまう場合は、過剰な冗長度により幅輳が発生していると判断し、冗長度を減らすというものである。これにより、パケットロス率を最小とするような最適な冗長度を適応的に設定する。
As described above, if the redundancy is too small, the lost packets cannot be repaired. If the redundancy is too large, the distribution bandwidth increases and the number of lost packets also increases due to congestion. As a result, there is an optimum value for the redundancy that varies depending on the communication path conditions such as the packet loss rate and the communication path capacity. In order to effectively use the FEC, this redundancy setting value is important.
When one-to-one communication is considered, in a public network such as the Internet, the channel condition changes with time due to fluctuations in background traffic, and the optimum redundancy also changes with time. Therefore, a method called AFEC (see Non-Patent Document 2) that adaptively changes the redundancy has been proposed. In AFEC, an optimum redundancy is obtained based on a packet loss rate periodically measured at the receiver, and the redundancy is used for encoding processing at the sender to cope with fluctuations in communication channel conditions. The algorithm for finding the optimal redundancy is basically enough redundancy to repair the packet loss that has occurred, but if the packet loss increases even if the redundancy is increased, it is excessive. It is judged that congestion has occurred due to the redundancy, and the redundancy is reduced. Thereby, the optimum redundancy that minimizes the packet loss rate is adaptively set.

一方、1対多通信であるマルチキャストにFECを適用する場合を考えると、この冗長度の設定はさらに困難となる。インターネットのような不均質なネットワークでは、受信者毎に通信路状況が異なり、最適な冗長度も異なる。ここで、全ての受信者に対し同一の冗長度で配信すると問題が発生する。例えば、パケットロス率の大きい受信者に合わせて冗長度も大きくすると、配信帯域が増加し、通信路容量の小さな受信者は幅輳によりパケットロスが増加してしまう。逆に冗長度を小さくすると、パケットロス率の大きい受信者には冗長度が足りず、パケットロスの修復が不能となってしまう。平均的なパケットロス率の受信者に合わせたとしても、冗長度の足りない受信者、幅輳が発生してしまう受信者は現れてしまう。   On the other hand, considering the case where FEC is applied to multicast that is one-to-many communication, the setting of redundancy becomes even more difficult. In an inhomogeneous network such as the Internet, communication path conditions differ for each recipient, and the optimum redundancy also differs. Here, a problem arises if the same redundancy is distributed to all recipients. For example, if the redundancy is increased in accordance with a recipient having a large packet loss rate, the distribution band increases, and a recipient having a small communication path capacity increases the packet loss due to congestion. On the other hand, if the redundancy is reduced, a recipient with a large packet loss rate will not have enough redundancy, and repair of the packet loss will be impossible. Even if the average packet loss rate is adjusted to a receiver, a receiver with insufficient redundancy and a receiver that causes congestion appear.

また、特許文献2では、有線リンクと無線リンクのパケットロス率の違いに着目し、無線リンクの直前に設置した中継装置において配信データをFECにより符号化し、無線リンクにのみFECを適用することにより、有線リンクと無線リンクの通信路状況の違いを吸収する方式が提案されている。しかし、FECの符号化処理の負荷は大きく、符号化対象とするフロー数が多くなると、中継装置の負荷も増大してしまう。
特開2003−032300号公報 特開2003−174478号公報 J.C. Lin and S. Paul(J.C.リン、S.ポール),“RMTP: A reliable multicast transport protocol(RMTP:リライアブル・マルチキャスト・トランスポート・プロトコル)”,Proc. IEEE INFOCOM 1996(IEEEインフォコム1996),p.1414−1424,1996年3月 K. Park and W. Wang(K.パーク、W.ワン),“AFEC: An adaptive forward error correction protocol for end-to-end transport of real-time traffic(AFEC:リアルタイムトラフィックのエンド・ツー・エンド通信に適用可能な伝送エラー訂正プロトコル)”,in Proc. Int. Conf. Computer Communications and Networks(コンピュータ・コミュニケーションズ・アンド・ネットワークス),Lafayette, LA(ラファイエット、ルイジアナ州、アメリカ),1997年10月
Further, in Patent Document 2, paying attention to the difference in packet loss rate between the wired link and the wireless link, the distribution data is encoded by FEC in the relay apparatus installed immediately before the wireless link, and the FEC is applied only to the wireless link. A method has been proposed that absorbs the difference in communication channel status between a wired link and a wireless link. However, the load of the FEC encoding process is large, and when the number of flows to be encoded increases, the load on the relay apparatus also increases.
JP 2003-032300 A JP 2003-174478 A JC Lin and S. Paul, “RMTP: A reliable multicast transport protocol (RMTP)”, Proc. IEEE INFOCOM 1996 (IEEE Infocom 1996) , P. 1414-1424, March 1996 K. Park and W. Wang, “AFEC: An adaptive forward error correction protocol for end-to-end transport of real-time traffic (AFEC) In Proc. Int. Conf. Computer Communications and Networks, Lafayette, LA (Lafayette, Louisiana, USA), October 1997

上述したように、マルチキャストにFECを適用する場合、受信者毎の通信路状況の違いにより、各受信者に同一の冗長度で配信すると、パケットロス率が増大してしまう受信者が現れる問題がある。
本発明はこの問題を考慮してなされたものであり、通信路状況が不均質な場合にも受信者毎に配信品質の改善が可能であり、FECの利点である低修復遅延、高スケーラビリティを備え、マルチキャストにおける配信品質改善を行うことができるデータ配信方法、中継装置及びコンピュータプログラムの提供を目的とする。
As described above, when FEC is applied to multicast, there is a problem that a receiver whose packet loss rate is increased appears if distribution is performed with the same redundancy to each receiver due to a difference in communication channel conditions for each receiver. is there.
The present invention has been made in consideration of this problem, and even when the channel condition is inhomogeneous, the delivery quality can be improved for each receiver, and the low repair delay and high scalability, which are the advantages of FEC, can be achieved. An object of the present invention is to provide a data distribution method, a relay device, and a computer program that can improve distribution quality in multicast.

前記課題を解決するために、請求項1記載の発明は、送信装置から1つ以上の中継装置を介して複数の受信装置に対し同一データを配信するマルチキャスト配信を行う通信ネットワークに用いられ、冗長符号化方式により通信路で発生するパケットロスを修復するデータ配信方法において、前記送信装置が、下流の中継装置または受信装置に応じた冗長度によりデータを配信する、ことを特徴とするデータ配信方法である。
この発明によれば、送信装置から1つ以上の中継装置を介して複数の受信装置に対し同一データを配信するマルチキャスト配信において、FECを用いて通信路で発生するパケットロスを修復する場合に、各中継装置で冗長度を変化させ、受信者毎に異なる冗長度でデータを配信することにより、受信者毎の通信路状況の違いを吸収することができる。
In order to solve the above-mentioned problem, the invention according to claim 1 is used in a communication network that performs multicast distribution in which the same data is distributed from a transmitting device to a plurality of receiving devices via one or more relay devices, and is redundant. A data distribution method for repairing packet loss that occurs in a communication path by an encoding method, wherein the transmission device distributes data with redundancy according to a downstream relay device or reception device. It is.
According to the present invention, in the case of multicast distribution in which the same data is distributed from a transmitting device to a plurality of receiving devices via one or more relay devices, when packet loss that occurs in a communication path using FEC is repaired, By changing the redundancy in each relay device and distributing the data with different redundancy for each receiver, it is possible to absorb the difference in the communication path status for each receiver.

また、請求項2の発明は、請求項1に記載のデータ配信方法であって、前記中継装置は、下流の中継装置または受信装置から、それぞれが要求する冗長度を受信して内部に記憶し、受信した複数の冗長度を集約した冗長度を上流の送信装置または中継装置に通知する、ことを特徴とする。
この発明によれば、中継装置が、下流に存在する複数の中継装置や受信装置から送られる複数の冗長度要求を受信して各装置が必要とする冗長度を記憶し、複数の冗長度要求を集約して一つの冗長度要求を上流の装置に送信することにより、送信装置における冗長度要求処理の負荷集中を防ぐことができる。
The invention according to claim 2 is the data distribution method according to claim 1, wherein the relay device receives the redundancy requested by each downstream relay device or receiving device and stores it internally. The upstream transmission device or relay device is notified of the redundancy obtained by aggregating a plurality of received redundancy.
According to the present invention, the relay device receives a plurality of redundancy requests sent from a plurality of downstream relay devices and receiving devices, stores the redundancy required by each device, and stores a plurality of redundancy requests. And a single redundancy request is transmitted to an upstream device, so that load concentration of redundancy request processing in the transmission device can be prevented.

また、請求項3の発明は、請求項2に記載のデータ配信方法であって、前記中継装置は、受信した下流の中継装置または受信装置それぞれが要求する冗長度の中で、最も大きい冗長度を選択して冗長度を集約する、ことを特徴とする。
この発明によれば、中継装置で行う冗長度要求の集約処理が、下流の複数の中継装置及び受信装置それぞれが要求する冗長度の中で最も大きいものを選択して上流の装置に送信することにより、下流の装置全てに対して十分な冗長度のデータを要求することができる。
The invention according to claim 3 is the data distribution method according to claim 2, wherein the relay device has the highest redundancy among the redundancy required by each of the received downstream relay devices or receiving devices. The redundancy is collected by selecting.
According to the present invention, the redundancy request aggregation processing performed by the relay device selects the largest redundancy requested by each of the plurality of downstream relay devices and the receiving device, and transmits it to the upstream device. Thus, it is possible to request data with sufficient redundancy for all downstream apparatuses.

また、請求項4の発明は、請求項1から請求項3のいずれかの項に記載のデータ配信方法であって、下流の中継装置から受信した冗長度に従って配信データの符号化を行い、下流の中継装置または受信装置に配信する、ことを特徴とする。
この発明によれば、送信装置は、中継装置から受信した冗長度によりデータの配信を行うため、下流の装置全てに対して十分な冗長度のデータを要求することができる。
The invention according to claim 4 is the data distribution method according to any one of claims 1 to 3, wherein the distribution data is encoded according to the redundancy received from the downstream relay device, and the downstream It distributes to the relay device or receiving device.
According to the present invention, since the transmission device distributes data based on the redundancy received from the relay device, it is possible to request data with sufficient redundancy from all downstream devices.

また、請求項5の発明は、請求項1から請求項4のいずれかの項に記載のデータ配信方法であって、前記中継装置は、前記送信装置あるいは上流の中継装置から受信したデータの冗長度を、下流の中継装置または受信装置から要求されたそれぞれの冗長度に調整して前記データを転送する、ことを特徴とする。
この発明によれば、前記中継装置が、下流の複数の中継装置あるいは受信装置から要求された冗長度に従い、送信装置から配信されたデータの冗長度を調整し、下流の装置毎に異なる冗長度でデータを転送することにより、受信者毎の通信路状況の違いを吸収することができる。
The invention according to claim 5 is the data distribution method according to any one of claims 1 to 4, wherein the relay device is configured to provide redundancy of data received from the transmitting device or an upstream relay device. The degree of redundancy is adjusted to each redundancy requested by a downstream relay device or receiving device, and the data is transferred.
According to the present invention, the relay device adjusts the redundancy of the data distributed from the transmission device according to the redundancy requested from the plurality of downstream relay devices or reception devices, and the redundancy that differs for each downstream device. By transferring the data with, it is possible to absorb the difference in the communication channel status for each receiver.

また、請求項6の発明は、請求項1から請求項5のいずれかの項に記載のデータ配信方法であって、前記中継装置は、前記送信装置あるいは上流の中継装置から受信したデータ配信に用いられるパケットを、下流の中継装置または受信装置毎に異なる数だけ転送することにより冗長度を調整する、ことを特徴とする。
この発明によれば、中継装置での冗長度調整処理が、送信者から配信されたパケットを、下流の装置毎に異なる数だけ転送することにより行われ、符号化処理を必要とせず、小さい負荷で冗長度調整が可能であることを特徴とする。
The invention according to claim 6 is the data distribution method according to any one of claims 1 to 5, wherein the relay device is configured to distribute data received from the transmission device or an upstream relay device. The redundancy is adjusted by transferring a different number of packets to be used for each downstream relay device or receiving device.
According to the present invention, the redundancy adjustment process in the relay apparatus is performed by transferring a different number of packets distributed from the sender for each downstream apparatus, and does not require an encoding process and has a small load. The feature is that the redundancy can be adjusted.

また、請求項7の発明は、請求項1から請求項6のいずれかの項に記載のデータ配信方法であって、前記冗長度は、該冗長度の情報をペイロードに持つ冗長度要求パケットにより上流の装置に通知される、ことを特徴とする。   The invention according to claim 7 is the data distribution method according to any one of claims 1 to 6, wherein the redundancy is determined by a redundancy request packet having information on the redundancy in a payload. An upstream device is notified.

また、請求項8の発明は、送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置であって、上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信する冗長度調整部、を備えることを特徴とする中継装置である。   The invention of claim 8 is a relay apparatus used for multicast distribution in which the same data is distributed from a transmitting apparatus to a plurality of receiving apparatuses via one or more relay apparatuses, and the upstream transmitting apparatus or A relay apparatus comprising: a redundancy adjustment unit that distributes data distributed from a relay apparatus using a redundancy encoding method with redundancy according to a downstream relay apparatus or reception apparatus.

また、請求項9の発明は、請求項8に記載の中継装置であって、下流の中継装置または受信装置から、それぞれが要求する冗長度を受信して内部に記憶し、受信した複数の冗長度を集約した冗長度を上流の送信装置または中継装置に通知する冗長度要求処理部、をさらに備えることを特徴とする。   The invention according to claim 9 is the relay apparatus according to claim 8, wherein the redundancy requested by each of the relay apparatuses or downstream receiving apparatuses is received and stored therein, and the plurality of received redundancy It further includes a redundancy request processing unit that notifies the upstream transmission device or relay device of the redundancy obtained by integrating the degrees.

また、請求項10の発明は、送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置上で実行されるコンピュータプログラムであって、上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信するステップ、をコンピュータに実行させることを特徴とするコンピュータプログラムである。   The invention of claim 10 is a computer program executed on a relay device used for multicast distribution in which the same data is distributed from a transmitting device to a plurality of receiving devices via one or more relay devices. And causing the computer to execute the step of distributing the data distributed from the upstream transmission device or relay device using the redundancy coding method with the redundancy according to the downstream relay device or reception device. It is a computer program.

また、請求項11の発明は、送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置上で実行されるコンピュータプログラムを記録したコンピュータ読み取り可能な記録媒体であって、上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信するステップ、をコンピュータに実行させるコンピュータプログラムを記録することを特徴とする記録媒体である。   The invention of claim 11 records a computer program executed on a relay device used for multicast distribution in which the same data is distributed to a plurality of receiving devices from one transmitting device via one or more relay devices. A computer-readable recording medium that distributes data distributed from an upstream transmission device or relay device using a redundancy encoding method with redundancy according to a downstream relay device or reception device; A recording medium for recording a computer program to be executed by a computer.

本発明によれば、マルチキャストにFECを適用して通信路で発生するパケットロスを修復する場合に、通信路状況の不均質性により、全ての受信者に対し同一の冗長度で送信した場合には配信品質が劣化してしまう受信者が発生する問題に対し、受信装置毎にそれぞれ要求される冗長度にてデータ配信を行うことにより、受信装置毎の配信品質改善が実現できるという効果がある。
また、従来のARQベースの配信品質改善方式に比べ、FECをベースとすることにより、低修復遅延、高スケーラビリティを実現できるという効果がある。
また、特許文献2のように中継装置でのFECの符号化により冗長度を調整する方式に比べ、本発明では中継装置での転送パケット数の制御のみで冗長度の調整を行うので、中継ノード処理負荷が低く、同時に扱うフロー数に対するスケーラビリティが高いという効果がある。
According to the present invention, when repairing a packet loss that occurs on a communication path by applying FEC to multicast, when transmission is performed with the same redundancy to all receivers due to the heterogeneity of the communication path status Has the effect that distribution quality can be improved for each receiving device by distributing data with the required redundancy for each receiving device in response to the problem of receivers whose distribution quality deteriorates. .
In addition, compared with the conventional ARQ-based distribution quality improvement method, using FEC as a base has the effect of realizing low repair delay and high scalability.
Compared with the method of adjusting redundancy by FEC encoding in the relay device as in Patent Document 2, the present invention adjusts redundancy only by controlling the number of transfer packets in the relay device. There is an effect that the processing load is low and the scalability for the number of flows handled at the same time is high.

以下、図面を参照して本発明の実施の形態について説明する。
図1は、本発明の一実施の形態による通信システムの配信形態を示している。ここでは、IP網におけるパケット通信を前提とする。そして、マルチキャストプロトコルを利用して、送信装置10から配信されるデータが、複数の中継装置20やマルチキャストルータ30を介し、複数の受信装置40で受信される。マルチキャストプロトコルとは、前述したIPマルチキャストやアプリケーションレイヤマルチキャスト等である。マルチキャストルータ30は、利用するマルチキャストプロトコルに対応したルータである。また、中継装置20は、配信に使用するマルチキャストプロトコルに対応したルータであると共に、後述する付加機能を具備した装置である。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 shows a distribution form of a communication system according to an embodiment of the present invention. Here, packet communication in the IP network is assumed. Then, data distributed from the transmission device 10 is received by the plurality of reception devices 40 via the plurality of relay devices 20 and the multicast router 30 using the multicast protocol. The multicast protocol is the aforementioned IP multicast or application layer multicast. The multicast router 30 is a router corresponding to the multicast protocol to be used. The relay device 20 is a router corresponding to a multicast protocol used for distribution, and a device having an additional function described later.

図2は、図1に示す実施の形態による通信システムを構成する各装置の内部を機能展開して示したブロック図である。
マルチキャストルータ30はマルチキャストプロトコルを備えた既存のルータであり、新たに提案される装置では無いため省略されているが、図1と同様に、送信装置10と中継装置20の間、中継装置20と受信装置40の間に設置されていても良い。
FIG. 2 is a block diagram showing functional expansion of the inside of each device constituting the communication system according to the embodiment shown in FIG.
The multicast router 30 is an existing router having a multicast protocol, and is omitted because it is not a newly proposed device. However, as in FIG. 1, between the transmission device 10 and the relay device 20, the relay device 20 It may be installed between the receiving devices 40.

送信装置10は、例えばHDD(Hard Disk Drive)、カメラ等から映像や音声データを読み出して配信データを生成するデータ生成部11と、配信データを適当なサイズ毎に区切り、マルチキャストパケットを生成するパケット生成部12と、生成したパケットをFEC(Forward Error Correction)により符号化するFEC符号化部13と、符号化されたパケットを下流に配信するとともに、下流の装置からの冗長度要求を受信する通信インターフェース(I/F)14と、受信した冗長度要求を記憶し、FEC符号化部13にこの冗長度要求に従った符号化を行うよう指示する冗長度制御部15を備えている。
なお、FECでは、配信するデータをk個のパケット毎に符号化してl個の冗長パケットを生成し、計n(=k+l)個のパケットを送信する。そして、受信側でn個のうち任意のk個のパケットを受信できれば、復号化して元のk個のパケットが復元可能である。ここで、(l/k)を冗長度とする。
The transmission device 10 includes, for example, a data generation unit 11 that reads video and audio data from an HDD (Hard Disk Drive), a camera, and the like to generate distribution data, and a packet that generates a multicast packet by dividing the distribution data into appropriate sizes. The generation unit 12, the FEC encoding unit 13 that encodes the generated packet by FEC (Forward Error Correction), and the communication that distributes the encoded packet downstream and receives the redundancy request from the downstream device The interface (I / F) 14 includes a redundancy control unit 15 that stores the received redundancy request and instructs the FEC encoding unit 13 to perform encoding according to the redundancy request.
In FEC, data to be distributed is encoded for every k packets to generate l redundant packets, and a total of n (= k + 1) packets are transmitted. If any k packets out of n packets can be received on the receiving side, the original k packets can be restored by decoding. Here, (l / k) is the redundancy.

中継装置20は、上流の装置から配信されるパケットを受信するとともに、集約した冗長度要求パケットを上流に送信する通信I/F21と、受信したパケットを、転送すべき下流の装置数だけ複製するパケット複製部22と、複製されたパケットの冗長度を調整する冗長度調整部23と、冗長度調整されたパケットを下流の装置に送信し、また下流の装置からの冗長度要求パケットを受信する通信I/F24と、受信した下流の各装置からの冗長度要求を記憶し、冗長度調整部23に冗長度要求に従った冗長度調整を行うよう指示するとともに、複数の冗長度要求を集約し、集約した冗長度をペイロードに持つ冗長度要求パケットを生成する冗長度要求処理部25を備えている。
なお、ペイロードとは、装置間で送受信されるパケットのうち、宛先となる装置のアドレス情報等を示すヘッダ部分を除いた、本来転送したい実際のデータ本体が設定される部分を示す。すなわち、パケットは、「ヘッダ」+「ペイロード」により構成されている。
The relay device 20 receives a packet distributed from an upstream device, and also duplicates the communication I / F 21 that transmits an aggregated redundancy request packet upstream and the number of downstream devices to be transferred. The packet duplicating unit 22, the redundancy adjusting unit 23 for adjusting the redundancy of the duplicated packet, and transmitting the redundancy adjusted packet to the downstream device and receiving the redundancy request packet from the downstream device Stores the redundancy request from the communication I / F 24 and each received downstream device, instructs the redundancy adjustment unit 23 to perform redundancy adjustment according to the redundancy request, and aggregates a plurality of redundancy requests The redundancy request processing unit 25 generates a redundancy request packet having the aggregated redundancy in the payload.
Note that the payload indicates a portion in which an actual data body to be originally transferred is set, excluding a header portion indicating address information of a destination device among packets transmitted and received between the devices. That is, the packet is composed of “header” + “payload”.

受信装置40は、上流の装置から配信されるパケットを受信し、また生成した冗長度要求パケットを上流の装置に送信する通信I/F41と、受信したパケットをFECにより復号化するFEC復号化部42と、復号化されたパケットから配信データを取り出すパケット受信部43と、取り出された配信データを、例えば映像データであれば表示装置に出力するデータ受信部44と、受信した配信パケットからパケットロスを検出し、パケットロス率を測定するパケットロス検出部45と、測定されたパケットロス率から必要とする冗長度を求め、この冗長度をペイロードに持つ冗長度要求パケットを生成する冗長度要求生成部46を備えている。   The receiving device 40 receives a packet distributed from an upstream device, transmits a generated redundancy request packet to the upstream device, and an FEC decoding unit that decodes the received packet by FEC 42, a packet receiving unit 43 that extracts distribution data from the decrypted packet, a data receiving unit 44 that outputs the extracted distribution data to a display device if it is video data, for example, and packet loss from the received distribution packet. A packet loss detection unit 45 that detects the packet loss rate and obtains a required redundancy from the measured packet loss rate, and generates a redundancy request packet having the redundancy in the payload A portion 46 is provided.

図3に本発明による配信形態の一例を示し、実施例について説明する。同図に示されるように、送信装置10から3台の受信装置40(これらを受信装置40a、40b、40cとする)にデータを配信する場合を考える。データ配信の際のパケットは、送信装置10から中継装置20を介して受信装置40aへ、また、受信装置40b、40cへは中継装置20、及び、その下流のマルチキャストルータ30を介してマルチキャスト配信される。   FIG. 3 shows an example of a distribution form according to the present invention, and an example will be described. As shown in the figure, a case is considered where data is distributed from the transmission device 10 to three reception devices 40 (these are referred to as reception devices 40a, 40b, and 40c). A packet for data distribution is multicast-distributed from the transmission device 10 to the reception device 40a via the relay device 20, and to the reception devices 40b and 40c via the relay device 20 and the multicast router 30 downstream thereof. The

まず、送信装置10から中継装置20ヘ配信データのマルチキャスト配信を開始する。ここで送信装置10のFEC符号化部13での符号化処理には、例えばRS(Reed−Solomon)符号を用いる。また符号化処理の冗長度は、まだ下流からの冗長度要求を受信していないため、例えば1%等予め決められた適当な値を選ぶか、又は符号化を行わない。   First, multicast transmission of distribution data from the transmission device 10 to the relay device 20 is started. Here, for example, an RS (Reed-Solomon) code is used for the encoding process in the FEC encoding unit 13 of the transmission apparatus 10. Also, since the redundancy of the encoding process has not yet received a request for redundancy from the downstream, an appropriate value determined in advance, such as 1%, is selected or encoding is not performed.

中継装置20では、送信者の送信装置10から配信されるパケットを複製し、受信者の受信装置40a及びマルチキャストルータ30に転送する。ここで冗長度調整部23における冗長度調整処理においては、まだ下流からの冗長度要求を受信していないので、例えば1%等予め決められた適当な冗長度に調整するか、又は冗長度調整を行わない。
マルチキャストルータ30は、中継装置20から転送される配信データを複製し、受信装置40b及び40cに転送する。
The relay device 20 duplicates the packet distributed from the sender's transmitter 10 and forwards it to the receiver's receiver 40 a and the multicast router 30. Here, in the redundancy adjustment processing in the redundancy adjustment unit 23, since the redundancy request from the downstream has not yet been received, the redundancy adjustment is adjusted to an appropriate redundancy determined in advance, such as 1%, or the redundancy adjustment. Do not do.
The multicast router 30 duplicates the distribution data transferred from the relay device 20 and transfers it to the receiving devices 40b and 40c.

受信装置40a、40b、40cでは、各上流の装置から転送されるパケットを受信し、復号化を行い元の配信データを得て出力する。また、受信したパケットからパケットロスを検出する。パケットロスは、例えば、送信装置10においてパケットを生成する際にシーケンス番号を含めておくことにより、受信装置40で、受信したパケット中のシーケンス番号を監視し、番号に途切れがあるかどうかで検出することにより実現できる。そして、例えば1秒毎等、所定の時間毎、定期的に消失パケット数の平均値からパケットロス率を求め、さらに、このパケットロス率を元に上流に要求する冗長度を求めて冗長度要求パケットを生成し、上流の装置へ送信する。パケットロス率から要求する冗長度を決める方法は、例えば前述したAFECと同じ手法を用いる。   The receiving devices 40a, 40b, and 40c receive the packet transferred from each upstream device, decode it, obtain the original distribution data, and output it. Further, the packet loss is detected from the received packet. The packet loss is detected, for example, by monitoring the sequence number in the received packet by the receiving device 40 by including a sequence number when generating a packet in the transmitting device 10 and checking whether the number is interrupted. This can be achieved. For example, the packet loss rate is obtained from the average value of the number of lost packets periodically every predetermined time, such as every second, and further, the redundancy requested to the upstream is obtained based on the packet loss rate, and the redundancy is requested. Generate a packet and send it to an upstream device. For example, the same method as the AFEC described above is used as a method for determining the required redundancy from the packet loss rate.

ここで、背景トラフィックや雑音の影響により、マルチキャストルータ30において、あるいは中継装置20、マルチキャストルータ30間のリンクにおいて例えば5%のパケットロスが発生しており、また中継装置20、受信装置40a間のリンクでは、パケットロスは殆ど発生していないが、背景トラフィックの影響によってリンク容量が小さく制限されている場合を考える。この場合、受信装置40aは低い冗長度、例えば1%を要求するが、受信装置40b、40cは大きな冗長度、例えば7%を要求する。
これらの冗長度要求パケットは中継装置20が受信し、受信装置40a、40b、40cがそれぞれ要求する冗長度を記憶する。そして冗長度要求を集約し、送信装置10に転送する。冗長度の集約処理は、要求される冗長度の最大値を選択するので、7%の冗長度要求が送信装置10へ到達する。
Here, for example, 5% packet loss occurs in the multicast router 30 or in the link between the relay device 20 and the multicast router 30 due to the influence of background traffic and noise, and between the relay device 20 and the reception device 40a. Consider a case in which almost no packet loss occurs in the link, but the link capacity is limited to a small amount due to the influence of background traffic. In this case, the receiving device 40a requires a low redundancy, for example 1%, while the receiving devices 40b and 40c require a large redundancy, for example 7%.
These redundancy request packets are received by the relay device 20, and the redundancy requested by the receiving devices 40a, 40b, and 40c is stored. Then, the redundancy requests are collected and transferred to the transmission device 10. Since the redundancy aggregation process selects the maximum required redundancy, a redundancy request of 7% reaches the transmission device 10.

送信装置10はこの冗長度要求に従い、FECによる符号化の冗長度を7%に変更して配信する。
ここで、全ての受信装置40に7%の冗長度で転送した場合、中継装置20、受信装置40a間のリンク容量は小さく制限されているため、過剰な冗長度により輻輳が発生し、受信装置40aのパケットロス率が大きくなってしまう場合がある。配信規模が大きくなれば大きくなるほどこの現象は顕著になる。
そこで本発明では、中継装置20において、配信データを下流の装置毎に要求される冗長度に調整して転送する。つまり、受信装置40aには冗長度を1%に減少して転送し、受信装置40b、40cにはそのままの7%の冗長度でパケットを転送する。ここで冗長度を減少する処理は、冗長パケットの転送量を制限することにより行う。具体的には、受信装置40aに転送する場合には、受信した冗長パケットl個のうち、(l/7)個のみを転送することにより行う。これにより、各受信装置に要求通りの冗長度で配信されることになる。
ここで、背景トラフィックの変動等の影響でパケットロス率が変動したとしても、各受信装置40における定期的な冗長度要求の更新により、各受信者での消失パケット修復率を高めるように冗長度が変更される。
In accordance with the redundancy requirement, the transmission apparatus 10 changes the redundancy of encoding by FEC to 7% and distributes it.
Here, when forwarding to all the receiving devices 40 with a redundancy of 7%, the link capacity between the relay device 20 and the receiving device 40a is limited to a small size, so that congestion occurs due to excessive redundancy, and the receiving device The packet loss rate of 40a may become large. This phenomenon becomes more prominent as the distribution scale increases.
Therefore, in the present invention, in the relay device 20, the distribution data is adjusted and transferred to the redundancy required for each downstream device. That is, the redundancy is reduced to 1% and transferred to the receiving device 40a, and the packet is transferred to the receiving devices 40b and 40c with the same redundancy of 7%. Here, the process of reducing the redundancy is performed by limiting the transfer amount of the redundant packet. Specifically, when transferring to the receiving device 40a, it is performed by transferring only (l / 7) of the received redundant packets. As a result, it is delivered to each receiving apparatus with the required redundancy.
Here, even if the packet loss rate fluctuates due to the influence of background traffic fluctuations, etc., the redundancy is improved so as to increase the lost packet repair rate at each receiver by periodically updating the redundancy request in each receiver 40. Is changed.

なお、送信装置10と各受信装置40の間に複数の中継装置20が存在するような構成の場合、中継装置20の1ホップ下流の装置が受信装置40ではなく中継装置20となりうるが、同様に動作する。   Note that, in a configuration in which a plurality of relay devices 20 exist between the transmission device 10 and each reception device 40, a device one hop downstream of the relay device 20 can be the relay device 20 instead of the reception device 40. To work.

なお、上述の送信装置10、中継装置20、マルチキャストルータ30、及び、受信装置40は、内部にコンピュータシステムを有している。そして、上述した動作の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータシステムが読み出して実行することによって、上記処理が行われる。ここでいうコンピュータシステムとは、OSや周辺機器等のハードウェアを含むものである。   Note that the transmission device 10, the relay device 20, the multicast router 30, and the reception device 40 described above have a computer system therein. The above-described operation process is stored in a computer-readable recording medium in the form of a program, and the computer system reads and executes this program to perform the above processing. The computer system here includes an OS and hardware such as peripheral devices.

また、「コンピュータ読み取り可能な記録媒体」とは、ROMの他に、磁気ディスク、光磁気ディスク、CD−ROM、DVD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のシステムやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。   In addition to ROM, “computer-readable recording medium” refers to a portable medium such as a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, or a storage device such as a hard disk built in a computer system. That means. Furthermore, the “computer-readable recording medium” refers to a volatile memory (RAM) inside a computer system that becomes a client or a system when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. In addition, those holding programs for a certain period of time are also included.

また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

本発明の一実施の形態による通信システムの配信形態を示す図である。It is a figure which shows the delivery form of the communication system by one embodiment of this invention. 同実施の形態による通信システムを構成する各装置のブロック図である。It is a block diagram of each apparatus which comprises the communication system by the embodiment. 同実施の形態によるパケットロス、リンク容量制限が発生している場合の配信形態の一例を示す図である。It is a figure which shows an example of the delivery form when the packet loss by the same embodiment and the link capacity restriction | limiting have generate | occur | produced.

符号の説明Explanation of symbols

10…送信装置
11…データ生成部
12…パケット生成部
13…FEC符号化部
14、21、24、41…通信I/F
15…冗長度制御部
20…中継装置
22…パケット複製部
23…冗長度調整部
25…冗長度要求処理部
30…マルチキャストルータ
40、40a、40b、40c…受信装置
42…FEC復号化部
43…パケット受信部
44…データ受信部
45…パケットロス検出部
46…冗長度要求生成部

DESCRIPTION OF SYMBOLS 10 ... Transmitting device 11 ... Data generation part 12 ... Packet generation part 13 ... FEC encoding part 14, 21, 24, 41 ... Communication I / F
DESCRIPTION OF SYMBOLS 15 ... Redundancy control part 20 ... Relay apparatus 22 ... Packet duplication part 23 ... Redundancy adjustment part 25 ... Redundancy request processing part 30 ... Multicast router 40, 40a, 40b, 40c ... Receiving apparatus 42 ... FEC decoding part 43 ... Packet receiver 44 ... Data receiver 45 ... Packet loss detector 46 ... Redundancy request generator

Claims (11)

送信装置から1つ以上の中継装置を介して複数の受信装置に対し同一データを配信するマルチキャスト配信を行う通信ネットワークに用いられ、冗長符号化方式により通信路で発生するパケットロスを修復するデータ配信方法において、
前記送信装置が、
下流の中継装置または受信装置に応じた冗長度によりデータを配信する、
ことを特徴とするデータ配信方法。
Data distribution that is used in a communication network that performs multicast distribution in which the same data is distributed from a transmitting device to a plurality of receiving devices via one or more relay devices, and that repairs packet loss that occurs in a communication path using a redundant encoding method. In the method
The transmitting device is
Deliver data with redundancy according to downstream relay device or receiving device,
A data distribution method characterized by the above.
前記中継装置は、
下流の中継装置または受信装置から、それぞれが要求する冗長度を受信して内部に記憶し、
受信した複数の冗長度を集約した冗長度を上流の送信装置または中継装置に通知する、
ことを特徴とする請求項1に記載のデータ配信方法。
The relay device is
Receive and store the required redundancy from the downstream relay device or receiving device,
Notifying the upstream transmission device or relay device of the redundancy obtained by aggregating a plurality of received redundancy levels,
The data distribution method according to claim 1.
前記中継装置は、受信した下流の中継装置または受信装置それぞれが要求する冗長度の中で、最も大きい冗長度を選択して冗長度を集約する、
ことを特徴とする請求項2に記載のデータ配信方法。
The relay device selects the largest redundancy among the redundancy required by each received downstream relay device or reception device, and aggregates the redundancy.
The data distribution method according to claim 2.
前記送信装置は、下流の中継装置から受信した冗長度に従って配信データの符号化を行い、下流の中継装置または受信装置に配信する、
ことを特徴とする請求項1から請求項3のいずれかの項に記載のデータ配信方法。
The transmission device encodes distribution data according to the redundancy received from the downstream relay device, and distributes the data to the downstream relay device or reception device.
The data distribution method according to any one of claims 1 to 3, wherein the data distribution method is performed.
前記中継装置は、前記送信装置あるいは上流の中継装置から受信したデータの冗長度を、下流の中継装置または受信装置から要求されたそれぞれの冗長度に調整して前記データを転送する、
ことを特徴とする請求項1から請求項4のいずれかの項に記載のデータ配信方法。
The relay device adjusts the redundancy of the data received from the transmission device or the upstream relay device to the respective redundancy requested from the downstream relay device or the reception device, and transfers the data.
The data distribution method according to any one of claims 1 to 4, wherein the data distribution method is performed.
前記中継装置は、前記送信装置あるいは上流の中継装置から受信したデータ配信に用いられるパケットを、下流の中継装置または受信装置毎に異なる数だけ転送することにより冗長度を調整する、
ことを特徴とする請求項1から請求項5のいずれかの項に記載のデータ配信方法。
The relay device adjusts redundancy by transferring a different number of packets used for data distribution received from the transmitting device or upstream relay device for each downstream relay device or receiving device.
The data distribution method according to any one of claims 1 to 5, wherein
前記冗長度は、該冗長度の情報をペイロードに持つ冗長度要求パケットにより上流の装置に通知される、
ことを特徴とする請求項1から請求項6のいずれかの項に記載のデータ配信方法。
The redundancy is notified to an upstream device by a redundancy request packet having the redundancy information in the payload.
The data distribution method according to any one of claims 1 to 6, wherein the data distribution method is performed.
送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置であって、
上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信する冗長度調整部、
を備えることを特徴とする中継装置。
A relay device used for multicast distribution in which the same data is distributed from a transmitting device to a plurality of receiving devices via one or more relay devices,
A redundancy adjustment unit that distributes data distributed from an upstream transmission device or relay device using a redundancy encoding method with redundancy according to a downstream relay device or reception device;
A relay device comprising:
下流の中継装置または受信装置から、それぞれが要求する冗長度を受信して内部に記憶し、受信した複数の冗長度を集約した冗長度を上流の送信装置または中継装置に通知する冗長度要求処理部、
をさらに備えることを特徴とする請求項8に記載の中継装置。
Redundancy request processing for receiving the redundancy requested by each downstream relay device or receiving device, storing the received redundancy internally, and notifying the upstream transmitting device or relay device of the aggregated redundancy Part,
The relay apparatus according to claim 8, further comprising:
送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置上で実行されるコンピュータプログラムであって、
上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信するステップ、
をコンピュータに実行させることを特徴とするコンピュータプログラム。
A computer program executed on a relay device used for multicast distribution that distributes the same data to a plurality of receiving devices via one or more relay devices from a transmitting device,
A step of distributing data distributed from an upstream transmission device or relay device using a redundancy encoding method with redundancy according to a downstream relay device or reception device;
A computer program for causing a computer to execute.
送信装置から1つ以上の中継装置を介して複数の受信装置に対して同一データの配信を行うマルチキャスト配信に用いられる中継装置上で実行されるコンピュータプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
上流の送信装置あるいは中継装置から冗長符号化方式を用いて配信されるデータを、下流の中継装置または受信装置に応じた冗長度により配信するステップ、
をコンピュータに実行させるコンピュータプログラムを記録することを特徴とする記録媒体。

A computer-readable recording medium recording a computer program executed on a relay device used for multicast distribution that distributes the same data to a plurality of receiving devices from one transmitting device via one or more relay devices. And
A step of distributing data distributed from an upstream transmission device or relay device using a redundancy encoding method with redundancy according to a downstream relay device or reception device;
A recording medium for recording a computer program for causing a computer to execute.

JP2003295308A 2003-08-19 2003-08-19 Data distribution method, repeating system, and computer program Pending JP2005065100A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003295308A JP2005065100A (en) 2003-08-19 2003-08-19 Data distribution method, repeating system, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003295308A JP2005065100A (en) 2003-08-19 2003-08-19 Data distribution method, repeating system, and computer program

Publications (1)

Publication Number Publication Date
JP2005065100A true JP2005065100A (en) 2005-03-10

Family

ID=34371603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003295308A Pending JP2005065100A (en) 2003-08-19 2003-08-19 Data distribution method, repeating system, and computer program

Country Status (1)

Country Link
JP (1) JP2005065100A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007036712A (en) * 2005-07-27 2007-02-08 Mitsubishi Electric Corp Communication system, communication method, its master station device, and satellite station device
JP2007116400A (en) * 2005-10-20 2007-05-10 Mitsubishi Electric Corp Pon system and communication method
JP2009521833A (en) * 2005-12-22 2009-06-04 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Network processing node and packet processing method
JP2011103556A (en) * 2009-11-10 2011-05-26 Nippon Telegr & Teleph Corp <Ntt> Network coding system and method
JP2011205705A (en) * 2011-07-11 2011-10-13 Fujitsu Ltd Data transfer method, communication system and program that use the method
JP2012513689A (en) * 2008-07-25 2012-06-14 ノーテル ネットワークス リミテッド Multi-segment loss protection
JP2014225900A (en) * 2008-12-23 2014-12-04 ロックスター コンソーシアム ユーエス エルピーRockstar Consortium Us Lp Multi-segment loss protection

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007036712A (en) * 2005-07-27 2007-02-08 Mitsubishi Electric Corp Communication system, communication method, its master station device, and satellite station device
JP4723940B2 (en) * 2005-07-27 2011-07-13 三菱電機株式会社 COMMUNICATION SYSTEM AND COMMUNICATION METHOD, AND BASE STATION DEVICE AND SUBSTATION DEVICE
JP2007116400A (en) * 2005-10-20 2007-05-10 Mitsubishi Electric Corp Pon system and communication method
JP4611171B2 (en) * 2005-10-20 2011-01-12 三菱電機株式会社 PON system and communication method thereof
JP2009521833A (en) * 2005-12-22 2009-06-04 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Network processing node and packet processing method
US8315238B2 (en) 2005-12-22 2012-11-20 Telefonaktiebolaget L M Ericsson (Publ) Network processing node and method for manipulating packets
JP2012513689A (en) * 2008-07-25 2012-06-14 ノーテル ネットワークス リミテッド Multi-segment loss protection
JP2014225900A (en) * 2008-12-23 2014-12-04 ロックスター コンソーシアム ユーエス エルピーRockstar Consortium Us Lp Multi-segment loss protection
JP2011103556A (en) * 2009-11-10 2011-05-26 Nippon Telegr & Teleph Corp <Ntt> Network coding system and method
JP2011205705A (en) * 2011-07-11 2011-10-13 Fujitsu Ltd Data transfer method, communication system and program that use the method

Similar Documents

Publication Publication Date Title
JP4405875B2 (en) Method and apparatus for generating data for error correction, generation program, and computer-readable recording medium storing the program
JP4513725B2 (en) Packet transmission apparatus, communication system, and program
US9515775B2 (en) Method and apparatus for improving the performance of TCP and other network protocols in a communication network
KR101571145B1 (en) Method and apparatus for adaptive forward error correction with merged automatic repeat request for reliable multicast in wireless local area networks
JP6284549B2 (en) FEC-based reliable transfer control protocol for multipath streaming
JP4454320B2 (en) Transmission apparatus, transmission control program, and transmission method
US7542438B2 (en) Reliable multicast data retransmission method by grouping wireless terminals in wireless communication medium and apparatus for the same
KR101610715B1 (en) One-way data transmission and reception system, and one-way data transmission and reception method
US20060150055A1 (en) Adaptive information delivery system using FEC feedback
US20140101508A1 (en) Hybrid error-control algorithm
US20100214970A1 (en) Method and system for transmitting data packets from a source to multiple receivers via a network
US8127196B2 (en) Server and client for determining error restoration according to image data transmission, and method of determining error restoration according to image data transmission
JP2010119133A (en) Packet transmission device, communication system, and program
KR102290779B1 (en) Method and device for transmitting and receiving multimedia data
JP4338924B2 (en) Multicast communication method, relay node apparatus used for multicast communication, and transmission control method in relay node apparatus
JP2005065100A (en) Data distribution method, repeating system, and computer program
de Alwis et al. Content and network-aware multicast over wireless networks
US8472310B2 (en) Packet distribution band controlling method, distributing apparatus, and video distributing system
JP5592235B2 (en) Multicast pre-delivery method, system, and apparatus
JP2006174298A (en) Data distribution method, relay apparatus, computer program and recording medium recording computer program
JP2006174299A (en) Data distribution method, receiver, computer program and recording medium recording computer program
Matthew et al. The use and performance of LT codes for multicast with relaying
WO2010116616A1 (en) Relay apparatus and distribution control method of stream distribution system
Zhang et al. Peer-to-peer error recovery for wireless video broadcasting
JP2012195864A (en) Transmission system, transmission device, and transmission method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050901

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070518

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070529

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070726

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071221