JP2009031894A - Content distribution system, content distribution program for management server, and content distribution program for client - Google Patents

Content distribution system, content distribution program for management server, and content distribution program for client Download PDF

Info

Publication number
JP2009031894A
JP2009031894A JP2007193011A JP2007193011A JP2009031894A JP 2009031894 A JP2009031894 A JP 2009031894A JP 2007193011 A JP2007193011 A JP 2007193011A JP 2007193011 A JP2007193011 A JP 2007193011A JP 2009031894 A JP2009031894 A JP 2009031894A
Authority
JP
Japan
Prior art keywords
information
client
distribution
content data
content
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
JP2007193011A
Other languages
Japanese (ja)
Inventor
Junya Yamaguchi
隼也 山口
Koji Yabe
浩二 矢部
Masamitsu Kubo
昌充 久保
Hidetoshi Kato
秀敏 加藤
Noriyuki Tanaka
則幸 田中
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.)
HIMACS Ltd
Original Assignee
HIMACS 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 HIMACS Ltd filed Critical HIMACS Ltd
Priority to JP2007193011A priority Critical patent/JP2009031894A/en
Publication of JP2009031894A publication Critical patent/JP2009031894A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To quickly and efficiently distribute large capacity of data under unitary management to a plurality of users. <P>SOLUTION: A management server 10 stores distribution schedule, distribution control information, supplier information, and the address information of a client 20. A client 20A specifies content data to be distributed based on feed information acquired from the management server 10, and acquires the distribution control information and supplier information of the content data from the management server 10, and notifies a management server 10 of the download start of the content data whose request destination has been specified. The management server 10 notifies a client 20B as the request destination of inter-peer communication information (address information) with the client 20A. The client 20B transmits the fragmented content data to the client 20A based on the inter-peer communication information. The client 20A checks reception data, and requests retransmission when the reception data are imperfect, and stores the reception data when perfect. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は,サーバで管理されているファイルやコンテンツなどのデータを,ネットワークを介して配信するデータ配信技術に関する。より詳しくは,管理サーバがデータの配信を管理し,当該管理サーバからクライアントへまたはクライアント間でデータを配信するハイブリッド型ピアツーピアによるコンテンツ配信システム,管理サーバ用/クライアント用コンテンツ配信プログラムに関する。   The present invention relates to a data distribution technique for distributing data such as files and contents managed by a server via a network. More specifically, the present invention relates to a hybrid peer-to-peer content distribution system and a management server / client content distribution program in which a management server manages data distribution and distributes data from the management server to clients or between clients.

ネットワークに接続するユーザに,データを効率的に配信する仕組みとして,ピアツーピア型ネットワークによるデータ配信システムが知られている。ピアツーピア型ネットワークでは,ネットワークに接続するユーザがクライアントとしてもサーバとしても機能する。例えば,特許文献1に示されているように,ピアツーピアのデータ配信システムでは,ユーザが,クライアントとして他のユーザにファイル要求を行い,またあるときは,他のユーザからファイル要求を受けてサーバとして振る舞う。これにより,特定のサーバを設けることなくデータ配信が実現される。
特表2002−522956号公報
As a mechanism for efficiently distributing data to users connected to a network, a data distribution system using a peer-to-peer network is known. In a peer-to-peer network, a user connected to the network functions as both a client and a server. For example, as shown in Patent Document 1, in a peer-to-peer data distribution system, a user makes a file request to another user as a client, and in some cases, receives a file request from another user as a server. behave. Thereby, data distribution is realized without providing a specific server.
JP-T-2002-522956

ピアツーピアのデータ配信システムは,多数ユーザへデータを効率的に配信することができるため,B2B(ビーツービー)と呼ばれる企業(business)間サービス分野へ適用することが期待されている。しかし,一方で,高度なセキュリティの維持,確実な配信管理を実現する仕組みが必要である。   Since a peer-to-peer data distribution system can efficiently distribute data to a large number of users, it is expected to be applied to an inter-business service field called B2B (B2B). However, on the other hand, a mechanism for maintaining high security and ensuring reliable delivery management is necessary.

しかし,従来のピアツーピアのデータ配信システム,特にピュア型ピアツーピアと呼ばれるデータ配信システムでは,データ配信の制御主体がクライアント側であるため,データ配信のサーバ側からみて,クライアント側のデータ配信状況やエラー状況の把握が困難であり,確実な配信管理が行えないという問題があった。   However, in a conventional peer-to-peer data distribution system, particularly a data distribution system called pure peer-to-peer, the data distribution control subject is the client side, so the data distribution status and error status on the client side as seen from the data distribution server side There is a problem that it is difficult to grasp the information, and reliable delivery management cannot be performed.

また,従来のピアツーピアのデータ配信システムでは,NAT(Network Address Translation)機能やファイアウォール(Firewall)機能を持つルータの内側のネットワークに接続するユーザ(コンピュータ)とのデータ配信を可能にするために,ルータに対するポートフォワーディングの設定が必要であった。しかし,ルータのポートフォワーディング設定は,セキュリティ上の問題を生じさせるおそれがあり,ビジネス分野でのサービスとしてのデータ配信システムでは,高いセキュリティを維持しつつ,ローカルなネットワークに接続するユーザ間でのピアツーピアのデータ通信を解決する必要があった。   Also, in a conventional peer-to-peer data distribution system, in order to enable data distribution with a user (computer) connected to a network inside a router having a NAT (Network Address Translation) function and a firewall (Firewall) function, It was necessary to set port forwarding for. However, the router's port forwarding setting may cause a security problem. In a data distribution system as a service in the business field, peer-to-peer between users connected to a local network while maintaining high security. There was a need to solve the data communication.

本発明は,上記の問題に鑑みてなされたものであり,ローカルなネットワークに接続するユーザ間でのピアツーピアによるデータ通信を可能にし,確実な管理の下で,セキュリティレベルを損なうことなく,大容量データやストリーミングデータを多数ユーザに迅速かつ効率的に配信するシステムを実現することを目的とする。   The present invention has been made in view of the above-described problems, and enables peer-to-peer data communication between users connected to a local network, and has a large capacity without degrading the security level under reliable management. The object is to realize a system for quickly and efficiently distributing data and streaming data to a large number of users.

本発明は,コンテンツデータの配信を管理する管理サーバと,前記管理サーバまたは他のクライアントからコンテンツデータの配信を受け,他のクライアントへコンテンツデータを配信する複数のピアとによって構成されたコンテンツ配信システムである。   The present invention is a content distribution system comprising a management server that manages distribution of content data, and a plurality of peers that receive distribution of content data from the management server or other clients and distribute the content data to other clients. It is.

前記管理サーバは,1)コンテンツデータを管理するコンテンツ管理部と,2)クライアントの識別情報とIPアドレスとポート番号とを含むクライアント情報,クライアントに配信されるコンテンツデータが設定された配信スケジュール情報,コンテンツデータが格納されているクライアントを示す供給者情報,およびコンテンツデータの配信用に分割された断片データ各々の特定情報が設定された配信制御情報を管理する管理情報管理部と,3)クライアントからフィード情報要求を受け,前記配信スケジュール情報をもとに前記フィード情報要求を行ったクライアントへ配信されるコンテンツデータが設定されたフィード情報を生成し,送信するフィード情報管理部と,4)前記フィード情報要求を行ったクライアントへ当該コンテンツデータの配信制御情報および供給者情報を返信する配信管理部と,5)クライアントから,外部IPアドレスおよびアップロード時の外部ポート番号を含むアップロード時アドレス情報を受けて保持し,クライアントから,要求先のクライアントが特定されたコンテンツデータのダウンロード開始通知を受け,当該ダウンロード開始通知から要求元のクライアントの外部IPアドレスおよびダウンロード時の外部ポート番号を取得してダウンロード時アドレス情報として保持し,前記要求先のクライアントへ,前記要求元のクライアントのクライアント情報およびダウンロード時アドレス情報を通知するピア間通信管理部とを備えることを特徴とする。   The management server includes: 1) a content management unit that manages content data; 2) client information including client identification information, an IP address, and a port number; distribution schedule information in which content data distributed to the client is set; A management information management unit for managing the supplier information indicating the client in which the content data is stored and the delivery control information in which specific information of each piece of fragment data divided for delivery of the content data is set; and 3) from the client A feed information management unit that receives feed information request and generates and transmits feed information in which content data to be delivered to the client that has made the feed information request is set based on the delivery schedule information; and 4) the feed The content is sent to the client who requested the information. 5) A distribution management unit that returns data distribution control information and supplier information. 5) Receives and holds upload address information including an external IP address and an external port number at upload from the client. The client receives a download start notification of the specified content data, acquires the external IP address of the requesting client from the download start notification and the external port number at the time of download and holds it as address information at the time of download. And a peer-to-peer communication management unit for notifying the client of client information of the requesting client and address information at the time of download.

前記クライアントは,1)前記管理サーバへフィード情報要求を行い,前記フィード情報を取得するフィード情報取得部と,2)前記フィード情報をもとに,配信を要求するコンテンツデータを特定し,前記管理サーバから,当該コンテンツの配信制御情報および供給者情報を取得する配信情報取得部と,3)前記供給者情報をもとに,前記コンテンツデータの要求先となるクライアントを特定し,要求先のクライアントを特定した前記コンテンツデータのダウンロード開始通知を前記管理サーバへ送信し,前記要求先のクライアントから前記コンテンツデータを断片データ単位で受信するダウンロード処理部と,4)前記配信制御情報をもとに受信された断片データの完全性をチェックし,受信した断片データが不完全であれば前記要求先のクライアントへ当該断片データの再送信を要求する受信データチェック部と,5)前記受信した完全な断片データをコンテンツ記憶部に保存する受信コンテンツ管理部と,6)外部IPアドレスとアップロード時の外部ポート番号とを含むアップロード時アドレス情報を前記管理サーバへ通知し,前記管理サーバから,前記コンテンツデータを要求するクライアントのクライアント情報およびダウンロード時アドレス情報を受信するピア間通信設定部と,7)前記ダウンロード開始通知を行った要求元のクライアントからダウンロード要求を受け,前記配信制御情報にもとづく前記コンテンツデータの断片データをコネクションレスで送信するアップロード処理部とを備えることを特徴とする。   The client 1) makes a feed information request to the management server and acquires the feed information, and 2) specifies content data to be distributed based on the feed information, and manages the management information. A distribution information acquisition unit that acquires distribution control information and supplier information of the content from the server, and 3) specifies a client that is a request destination of the content data based on the supplier information, and requests the client A download processing unit that transmits a download start notification of the specified content data to the management server and receives the content data in units of fragment data from the requested client; 4) received based on the distribution control information The integrity of the received fragment data is checked, and if the received fragment data is incomplete, the request destination A received data check unit for requesting retransmission of the fragment data to the client, 5) a received content management unit for storing the received complete fragment data in the content storage unit, and 6) an external IP address and an external port at the time of uploading An inter-peer communication setting unit for notifying the management server of upload address information including a number and receiving client information of the client requesting the content data and download address information from the management server; and 7) the download And an upload processing unit that receives a download request from the requesting client that sent the start notification and transmits the fragment data of the content data based on the distribution control information without connection.

本発明は,以下のように作用する。   The present invention operates as follows.

管理サーバは,コンテンツ管理部により,配信対象となるコンテンツデータを管理する。また,管理情報管理部により,クライアント情報,配信スケジュール情報,供給者情報,および配信制御情報を管理する。   The management server manages the content data to be distributed by the content management unit. The management information management unit manages client information, distribution schedule information, supplier information, and distribution control information.

また,管理サーバのピア間通信管理部は,クライアントのピア間通信設定部から,一定間隔で,外部IPアドレスとアップロード時の外部ポート番号とを含むアップロード時アドレス情報が通知されると,このアップロード時アドレス情報を保持しておく。   Also, the peer-to-peer communication management unit of the management server receives this upload address information including the external IP address and the external port number at the upload at regular intervals from the client peer-to-peer communication setting unit. Holds the time address information.

クライアントのフィード情報取得部が管理サーバへフィード情報の要求を行うと,管理サーバのフィード情報管理部は,配信スケジュール情報をもとに,クライアントへ配信されるコンテンツデータが設定されたフィード情報を生成し,クライアントへ送信する。   When the feed information acquisition unit of the client requests the feed information to the management server, the feed information management unit of the management server generates feed information in which content data to be delivered to the client is set based on the delivery schedule information And send it to the client.

フィード情報要求を行ったクライアントの配信情報取得部は,フィード情報取得部が管理サーバから取得したフィード情報をもとに,配信を要求するコンテンツデータを特定し,管理サーバへ当該コンテンツデータの配信に関する情報を要求する。管理サーバの配信管理部は,このコンテンツデータの配信制御情報および供給者情報をクライアントへ返信する。さらに,クライアントのダウンロード処理部は,供給者情報をもとにコンテンツデータの要求先となるクライアントを特定し,コンテンツデータの要求先のクライアントを特定したダウンロード開始通知を管理サーバへ送信する。   The distribution information acquisition unit of the client that has made the feed information request identifies content data that requires distribution based on the feed information acquired from the management server by the feed information acquisition unit, and relates to the distribution of the content data to the management server. Request information. The distribution management unit of the management server returns the distribution control information and supplier information of the content data to the client. Further, the download processing unit of the client specifies the client that is the request destination of the content data based on the supplier information, and transmits a download start notification specifying the client that is the request destination of the content data to the management server.

管理サーバのピア間通信管理部は,要求元のクライアントのダウンロード開始通知から,要求元のクライアントの外部IPアドレスおよびダウンロード処理時の外部ポート番号を取得してダウンロード時アドレス情報として保持する。さらに,要求先のクライアントへ,要求元のクライアントのクライアント情報およびダウンロード時アドレス情報を通知する。   The peer-to-peer communication management unit of the management server acquires the external IP address of the requesting client and the external port number at the time of download processing from the download start notification of the requesting client, and retains them as download address information. Further, the client information of the request source client and the download address information are notified to the request destination client.

要求先のクライアントのピア間通信設定部は,要求元のクライアントのクライアント情報とダウンロード時アドレス情報とを受信し,ダウンロード処理部は,ダウンロード要求を受けると,要求元のクライアントへコンテンツデータの断片データをコネクションレスで送信する。このデータ送信は,UDP(User Datagram Protocol)により行われる。   The peer-to-peer communication setting unit of the request destination client receives the client information and download address information of the request source client, and when the download processing unit receives the download request, the content data fragment data is sent to the request source client. Is sent connectionlessly. This data transmission is performed by UDP (User Datagram Protocol).

すると,要求元のクライアントのダウンロード処理部は,要求先のクライアントからコンテンツデータを断片データ単位で受信する。続いて,受信データチェック部は,コンテンツデータの配信制御情報をもとに受信された断片データの完全性をチェックし,受信した断片データが不完全であれば要求先のクライアントへ当該断片データの再送信を要求する。一方,受信した断片データが完全であれば,受信コンテンツ管理部が,コンテンツ記憶部に保存する。   Then, the download processing unit of the requesting client receives the content data from the requesting client in units of fragment data. Subsequently, the received data check unit checks the integrity of the received fragment data based on the content data distribution control information. If the received fragment data is incomplete, the received data is sent to the requesting client. Request retransmission. On the other hand, if the received fragment data is complete, the received content management unit stores it in the content storage unit.

また,本発明が上記構成をとる場合に,管理サーバは,クライアントから,要求先として管理サーバ自身が設定されたダウンロード開始通知を受け,要求されたコンテンツデータを送信するコンテンツ送信部を備えることができる。   Further, when the present invention has the above configuration, the management server includes a content transmission unit that receives a download start notification in which the management server itself is set as a request destination from the client and transmits the requested content data. it can.

さらに,管理サーバの管理情報管理部は,コンテンツデータの配信期間が設定された前記配信スケジュール情報を管理することができる。この場合に,管理サーバのフィード情報管理部は,要求の日時が配信期間内となる配信スケジュール情報のみにもとづいてフィード情報を生成し,クライアントへ返信する。   Furthermore, the management information management unit of the management server can manage the distribution schedule information in which the distribution period of the content data is set. In this case, the feed information management unit of the management server generates feed information based only on the distribution schedule information whose request date and time is within the distribution period, and returns it to the client.

さらに,管理サーバの管理情報管理部は,同一のコンテンツデータの配信を受けるクライアントのグループが設定された配信グループ情報を管理することができる。この場合に,管理サーバの配信管理部は,配信グループ情報をもとに,確認要求を行ったクライアントと同一グループに属するクライアントのみが供給者として設定された供給者情報を送信する。   Furthermore, the management information management unit of the management server can manage distribution group information in which a group of clients that receive distribution of the same content data is set. In this case, based on the distribution group information, the distribution management unit of the management server transmits supplier information in which only clients belonging to the same group as the client that has requested confirmation are set as suppliers.

また,本発明は,前記コンテンツ配信システムの管理サーバで動作する管理サーバ用コンテンツ配信プログラム,およびクライアントで動作するクライアント用コンテンツ配信プログラムである。   The present invention is also a management server content distribution program that operates on a management server of the content distribution system and a client content distribution program that operates on a client.

本発明にかかるプログラムは,コンピュータが読み取り可能な可搬媒体メモリ,半導体メモリ,ハードディスクなどの適当な記録媒体に格納することができ,これらの記録媒体に記録して提供され,または,通信インタフェースを介して種々の通信網を利用した送受信により提供される。   The program according to the present invention can be stored in an appropriate recording medium such as a computer-readable portable medium memory, a semiconductor memory, and a hard disk, and is provided by being recorded on these recording media or a communication interface. It is provided by transmission and reception using various communication networks.

本発明によれば,管理サーバが,配信スケジュール情報,さらに配信処理に必要な供給者情報,配信制御情報などを保持し,クライアントに配信スケジュール情報にもとづいて生成されたフィード情報を通知し,特定されたコンテンツデータの配信を行う。また,クライアントは,管理サーバから得る配信に関する情報をもとに他のクライアントにダウンロード要求を行い,ピアツーピアのデータ通信によってコンテンツデータを取得する。よって,管理サーバは,コンテンツデータ配信の制御主体となって,配信スケジュール,配信対象のコンテンツデータ,配信を受けるクライアントなど,データ配信を完全に管理することができ,さらに,クライアント間のピアツーピアによるコンテンツデータ配信をも管理することができる。   According to the present invention, the management server holds distribution schedule information, further supplier information necessary for distribution processing, distribution control information, etc., and notifies the client of feed information generated based on the distribution schedule information for identification. Distributed content data. In addition, the client makes a download request to another client based on the information related to distribution obtained from the management server, and acquires content data by peer-to-peer data communication. Therefore, the management server can control content distribution completely, including distribution schedules, content data to be distributed, and clients that receive distributions, and can also manage peer-to-peer content between clients. Data distribution can also be managed.

また,管理サーバが,ピアツーピアのデータ通信に必要なクライアントのアドレス情報を管理し,ピアツーピアのデータ通信を行うクライアントに通知する。そのため,NAT機能を持つルータの内部ネットワークに接続するクライアント同士でもデータ通信が可能となり,セキュリティ上の問題を生じやすいルータのポートフォワーディング設定を不要にすることができる。   In addition, the management server manages client address information necessary for peer-to-peer data communication, and notifies the client that performs peer-to-peer data communication. Therefore, data communication can be performed between clients connected to the internal network of the router having the NAT function, and the port forwarding setting of the router that is likely to cause a security problem can be eliminated.

また,本発明では,クライアントのアップロード処理部は,コンテンツデータを断片データ単位で送信するため,効率的なデータ配信を実現できる。さらに,アップロード処理部は,断片データをコネクションレスで送信するため,データ配信処理自体を高速化することができる。   In the present invention, since the upload processing unit of the client transmits content data in units of fragment data, efficient data distribution can be realized. Further, since the upload processing unit transmits the fragment data without connection, the data distribution processing itself can be accelerated.

また,クライアントの受信データチェック部は,受信した断片データの完全性をチェックするため,チェック処理のウィンドウサイズを任意に設定でき,TCP(Transmission Control Protocol)に比べて高速にチェックを行えるため,データ配信処理自体を高速化することができる。   In addition, the client's received data check unit checks the integrity of the received fragment data, so the window size of the check process can be set arbitrarily, and the data can be checked at a higher speed than TCP (Transmission Control Protocol). The distribution process itself can be speeded up.

このように,本発明は,セキュリティ性が重視されているビジネス分野でのデータ配信サービスに適用することができ,多数のユーザに対して,大容量データやストリーミングデータを,高セキュリティ,高速かつ効率的に配信できるシステムを実現することができる。   As described above, the present invention can be applied to a data distribution service in a business field in which security is important, and a large amount of data and streaming data are provided to a large number of users with high security, high speed and efficiency. A system that can be distributed in a distributed manner.

以下,本発明の最良の実施形態を説明する。   The best embodiment of the present invention will be described below.

図1は,本発明にかかるコンテンツ配信システムの構成例を示す図である。   FIG. 1 is a diagram showing a configuration example of a content distribution system according to the present invention.

本発明にかかるコンテンツ配信システム1は,管理サーバ10,および複数クライアント20(20A,20B,…)で構成され,管理サーバ10が管理するコンテンツデータ(例えば,動画像データ)を,所定のクライアント20(20A,20B)へ配信する。   The content distribution system 1 according to the present invention includes a management server 10 and a plurality of clients 20 (20A, 20B,...). Content data (for example, moving image data) managed by the management server 10 is transferred to a predetermined client 20. (20A, 20B).

管理サーバ10,クライアント20(20A,20B)は,それぞれ,ローカルネットワーク内に設置されるコンピュータであり,ルータ11,21(21A,21B)を介してインターネット3へ接続する。   The management server 10 and the clients 20 (20A, 20B) are computers installed in the local network, and are connected to the Internet 3 via routers 11 and 21 (21A, 21B).

クライアント20(20A,20B)には,一または複数のDMS(Digital Media Server)22(22A,22B)が接続し,さらにDMS(Digital Media Server)22には一または複数のDMA(Digital Media Adaptor)23(23A,23B)が接続される。   One or a plurality of DMS (Digital Media Server) 22 (22A, 22B) is connected to the client 20 (20A, 20B), and further, one or a plurality of DMA (Digital Media Adapter) is connected to the DMS (Digital Media Server) 22. 23 (23A, 23B) are connected.

DMS22(22A,22B)およびDMA23(23A,23B)は,DLNA(Digital Living Network Alliance)に準拠した装置である。なお,クライアント20およびDMS22は,1台の装置として実装することも可能である。   The DMS 22 (22A, 22B) and the DMA 23 (23A, 23B) are devices compliant with the Digital Living Network Alliance (DLNA). The client 20 and the DMS 22 can be implemented as a single device.

クライアントAでは,クライアント20Aが管理サーバ10の管理下でコンテンツデータの配信を受けると,DMS22Aへコンテンツデータを転送し,DMS22Aは,さらにDMA23Aへ転送する。DMA23Aからコンテンツデータを取得した所定の再生装置(図示しない)が再生処理を行うことによって,ユーザはコンテンツデータを視聴することができる。   In the client A, when the client 20A receives distribution of content data under the management of the management server 10, the content data is transferred to the DMS 22A, and the DMS 22A further transfers to the DMA 23A. A predetermined playback device (not shown) that has acquired the content data from the DMA 23A performs a playback process, so that the user can view the content data.

図2は,コンテンツ配信システム1のコンテンツデータの配信例を示す図である。   FIG. 2 is a diagram illustrating an example of content data distribution in the content distribution system 1.

図2のコンテンツ配信システム1では,管理サーバ(コンダクタ)10は,拠点として他のクライアントへコンテンツを配信するクライアント(サテライト)20に対し,コンテンツデータを配信する。コンテンツデータの配信を受けたクライアント(サテライト)20は,他のクライアント20(ユーザ)に対しピアツーピアによるコンテンツデータの送信を行う。クライアント20は,サテライト同士,サテライトとユーザ,ユーザ同士の間で,ピアツーピアによるコンテンツデータの配信を行う。   In the content distribution system 1 of FIG. 2, the management server (conductor) 10 distributes content data to a client (satellite) 20 that distributes content to other clients as a base. The client (satellite) 20 that has received the distribution of the content data transmits the content data by peer-to-peer to the other client 20 (user). The client 20 distributes content data by peer-to-peer between satellites, between satellites and users, and between users.

また,管理サーバ10は,コンテンツの配信が可能な期間(配信期間)を設定し,配信期間内の配信要求のみを許可することができる。さらに,コンテンツデータの配信が可能な配信グループを設定し,配信グループ内のクライアント(破線で囲まれた範囲内のクライアント)間でのみコンテンツデータの配信を行うように管理することができる。   In addition, the management server 10 can set a period during which content can be distributed (distribution period) and permit only distribution requests within the distribution period. Furthermore, a distribution group capable of distributing content data can be set, and management can be performed so that content data is distributed only between clients in the distribution group (clients in a range surrounded by a broken line).

図3は,コンテンツ配信システム1におけるコンテンツデータの断片データ単位による配信処理を説明するための図である。   FIG. 3 is a diagram for explaining distribution processing in units of fragment data of content data in the content distribution system 1.

コンテンツ配信システム1では,コンテンツデータは,所定のサイズ(例えば,20Kバイト)に分割された断片データを単位として配信される。管理サーバ10は,コンテンツの分割情報,各断片データの完全性をチェックするためのハッシュ値,断片データの順序などを示す配信制御情報を用意し,コンテンツデータの配信に先立って,フィード情報要求を行ったクライアント20へ送信する。クライアント20は,受信した断片データを配信制御情報でチェックし,断片データが完全であれば,他のクライアント(サテライトまたはユーザ)20に対し,当該断片データを送信する。   In the content distribution system 1, the content data is distributed in units of fragment data divided into a predetermined size (for example, 20 Kbytes). The management server 10 prepares distribution control information indicating content division information, a hash value for checking the integrity of each piece of fragment data, the order of the pieces of fragment data, and requests the feed information prior to distribution of the content data. It transmits to the client 20 which performed. The client 20 checks the received fragment data with the distribution control information. If the fragment data is complete, the client 20 transmits the fragment data to another client (satellite or user) 20.

例えば,管理サーバ10からコンテンツデータの「断片データ1」の配信を受けたクライアント(サテライト)20Aは,完全性をチェックした後,他のクライアント20(サテライト20B,ユーザ20P,20Q,20R)ヘ「断片データ1」を送信する。一方,管理サーバ10からコンテンツデータの「断片データ2」の配信を受けたクライアント(サテライト)20Bは,完全性をチェックした後,同様に,他のクライアント20(サテライト20A,ユーザ20P,20Q,20R)ヘ「断片データ2」を送信する。これにより,多数のクライアント20に対し,コンテンツデータを効率よく配信することができる。   For example, the client (satellite) 20A that has received the distribution of “fragment data 1” of the content data from the management server 10 checks the completeness and then sends it to the other clients 20 (satellite 20B, users 20P, 20Q, 20R). Send fragment data 1 ”. On the other hand, the client (satellite) 20B that has received the distribution of the “fragment data 2” of the content data from the management server 10 checks the completeness and then similarly uses the other clients 20 (satellite 20A, users 20P, 20Q, 20R). ) Send “fragment data 2”. As a result, the content data can be efficiently distributed to many clients 20.

図4は,管理サーバ10の内部構成例を示す図である。   FIG. 4 is a diagram illustrating an internal configuration example of the management server 10.

管理サーバ10は,ソフトウェアプログラムなどによって構成されるコンテンツ管理部101,クライアント管理部103,配信スケジュール情報管理部104,配信グループ情報管理部105,供給者情報管理部106,配信制御情報管理部107,フィード情報管理部110,配信管理部111,ピア間通信管理部112,コンテンツ送信部113を備える。   The management server 10 includes a content management unit 101, a client management unit 103, a distribution schedule information management unit 104, a distribution group information management unit 105, a supplier information management unit 106, a distribution control information management unit 107, which are configured by software programs and the like. A feed information management unit 110, a distribution management unit 111, an inter-peer communication management unit 112, and a content transmission unit 113 are provided.

コンテンツ管理部101は,コンテンツ記憶部120に記憶された配信対象となるコンテンツデータをコンテンツ管理情報(コンテンツ管理テーブル)によって管理する処理部である。   The content management unit 101 is a processing unit that manages content data to be distributed stored in the content storage unit 120 using content management information (content management table).

図5は,コンテンツ管理テーブルのデータ構造例を示す図である。コンテンツ管理テーブルには,コンテンツデータごとに,コンテンツID(識別情報),コンテンツ名称,コンテンツパス,コンテンツのハッシュ値などの情報が格納される。   FIG. 5 is a diagram illustrating an example of the data structure of the content management table. The content management table stores information such as content ID (identification information), content name, content path, and content hash value for each content data.

クライアント管理部103は,コンテンツ配信システム1を構成するクライアント20をクライアント情報(クライアントテーブル)によって管理する処理部である。   The client management unit 103 is a processing unit that manages the client 20 constituting the content distribution system 1 using client information (client table).

図6は,クライアントテーブルのデータ構造例を示す図である。クライアントテーブルには,クライアントごとに,クライアントID,クライアント名称,IPアドレス,ポート番号,外部IPアドレス,外部ポート番号などの情報が格納される。外部IPアドレスおよび外部ポート番号は,クライアント20が接続されるルータ21の外側のIPアドレスおよびアップロード時のポート番号である。   FIG. 6 is a diagram illustrating an exemplary data structure of the client table. The client table stores information such as a client ID, a client name, an IP address, a port number, an external IP address, and an external port number for each client. The external IP address and external port number are the IP address outside the router 21 to which the client 20 is connected and the port number at the time of upload.

なお,クライアントテーブルには,さらに,MACアドレスなどの情報が格納されてもよい。   The client table may further store information such as a MAC address.

配信スケジュール情報管理部104は,配信スケジュール情報(配信スケジュールテーブル)を管理する処理部である。   The distribution schedule information management unit 104 is a processing unit that manages distribution schedule information (distribution schedule table).

図7は,配信スケジュールテーブルのデータ構造例を示す図である。配信スケジュールテーブルには,コンテンツデータごとに,コンテンツID,配信グループID,配信開始時間,配信終了時間などの情報が格納される。配信開始時間および配信終了時間は,管理サーバ10が当該コンテンツデータの配信を行う期間の開始日時および終了日時である。   FIG. 7 is a diagram illustrating a data structure example of the distribution schedule table. In the distribution schedule table, information such as a content ID, a distribution group ID, a distribution start time, and a distribution end time is stored for each content data. The distribution start time and the distribution end time are a start date and an end date and time of a period during which the management server 10 distributes the content data.

配信グループ情報管理部105は,配信グループ情報によって,同一コンテンツデータが配信されるクライアント20の範囲を示す配信グループを管理する処理部である。   The distribution group information management unit 105 is a processing unit that manages a distribution group indicating the range of the client 20 to which the same content data is distributed based on the distribution group information.

図8は,配信グループ情報を構成する配信グループテーブルおよびグループ構成テーブルのデータ構造例を示す図である。   FIG. 8 is a diagram illustrating an example of the data structure of the distribution group table and the group configuration table constituting the distribution group information.

図8(A)の配信グループテーブルには,配信グループごとに,配信グループID,配信グループ名称,初期供給者数,子比率などの情報が格納される。初期供給者数は,配信グループ内で初期時にコンテンツデータを保持し配信するクライアント(供給者)の数である。   In the distribution group table of FIG. 8A, information such as distribution group ID, distribution group name, initial number of suppliers, and child ratio is stored for each distribution group. The initial number of suppliers is the number of clients (suppliers) that hold and distribute content data at the initial stage in the distribution group.

子比率は,供給者となるクライアント(例えば,図3のサテライト)20と,共有者から配信を受けるクライアント(例えば図3のユーザ)20との比率である。   The child ratio is a ratio between a client (for example, the satellite in FIG. 3) 20 serving as a supplier and a client (for example, the user in FIG. 3) 20 that receives distribution from the sharer.

コンテンツ配信システム1は,配信グループ内で供給者となるクライアント20(初期供給者)数,当該供給者(サテライト)からコンテンツデータの配信を受けることができるクライアント(子)20との比率を設定することによって,コンテンツデータの配信の経路制御を行うことができる。   The content distribution system 1 sets the number of clients 20 (initial suppliers) serving as suppliers in the distribution group and the ratio with the clients (children) 20 that can receive distribution of content data from the suppliers (satellite). As a result, it is possible to control the distribution route of the content data.

例えば,「初期供給者数=2,子比率=1」の場合に,管理サーバ10から配信を受ける初期供給者のクライアント(サテライト)数=2台,サテライト20各々から配信を受けるクライアント(子ユーザ)数=2台,子ユーザ20各々から配信を受けるクライアント(孫ユーザ)数=2,…と制御される。   For example, when “the number of initial suppliers = 2, the ratio of children = 1”, the number of clients (satellite) of initial suppliers that receive distribution from the management server 10 = 2, and the clients that receive distribution from each satellite 20 (child users) ) Number = 2, the number of clients (grandchild users) receiving distribution from each child user 20 = 2,...

また,「初期供給者数=2,子比率=2」の場合に,管理サーバ10から配信を受ける初期供給者のクライアント(サテライト)数=2台,サテライト20各々から配信を受けるクライアント(子ユーザ)数=4台,子ユーザ20各々から配信を受けるクライアント(孫ユーザ)数=8,…と制御される。   Further, in the case of “the number of initial suppliers = 2, the child ratio = 2”, the number of clients (satellite) of the initial supplier receiving distribution from the management server 10 is equal to 2 and the clients receiving each distribution from the satellite 20 (child users) ) Number = 4, and the number of clients (grandchild users) receiving distribution from each child user 20 = 8,...

図8(B)のグループ構成テーブルには,配信グループごとに,配信グループID,クライアントID(構成員であるクライアント),初期供給者フラグなどの情報が格納される。初期供給者フラグは,当該クライアントが初期供給者であるかを示すフラグである。   In the group configuration table of FIG. 8B, information such as a distribution group ID, a client ID (client which is a member), and an initial supplier flag is stored for each distribution group. The initial supplier flag is a flag indicating whether the client is an initial supplier.

供給者情報管理部106は,供給者情報(供給者テーブル)によって,コンテンツデータの供給者となったクライアント20を管理する処理部である。   The supplier information management unit 106 is a processing unit that manages the client 20 that has become the content data supplier based on the supplier information (supplier table).

図9は,供給者テーブルのデータ構造例を示す図である。供給者テーブルには,供給者であるクライアントごとに,クライアントID,コンテンツID(配信できるコンテンツデータ)などの情報が格納される。コンテンツ配信システム1のクライアント20が階層関係を持ち,自己の上位層のクライアント20を供給者とする構成の場合には,供給者テーブルに,階層(クライアントが属する階層),階層内インデックス(階層における識別情報)などの情報が格納されてもよい。   FIG. 9 is a diagram illustrating an example of the data structure of the supplier table. The supplier table stores information such as client ID and content ID (content data that can be distributed) for each client as a supplier. In the case where the client 20 of the content distribution system 1 has a hierarchical relationship and the client 20 of its upper layer is a supplier, the supplier table includes a hierarchy (hierarchy to which the client belongs), an index within the hierarchy (in the hierarchy) Information such as (identification information) may be stored.

配信制御情報管理部107は,コンテンツデータの配信制御情報(配信制御ファイル)を管理する処理部である。   The distribution control information management unit 107 is a processing unit that manages distribution control information (distribution control file) of content data.

図10は,配信制御ファイルのデータ構造例を示す図である。配信制御ファイルは,コンテンツデータごとに,格納場所(URL),コンテンツ名称,コンテンツサイズ,断片データのサイズ,各断片データのハッシュ値などの情報が格納される。   FIG. 10 is a diagram illustrating an example of the data structure of the distribution control file. The distribution control file stores information such as storage location (URL), content name, content size, fragment data size, hash value of each fragment data, and the like for each content data.

フィード情報管理部110は,クライアント20からフィード情報の要求を受けると,配信スケジュールをもとに,要求を行ったクライアント20に配信されるコンテンツデータを設定したフィード情報を生成し,返信する処理部である。   When the feed information management unit 110 receives a request for feed information from the client 20, the feed information management unit 110 generates, based on the distribution schedule, feed information in which content data to be distributed to the requested client 20 is set and returns the processing. It is.

図11は,フィード情報のデータ構造例を示す図である。フィード情報は,要求を行ったクライアントに対して配信を行えるクライアントごとに,クライアントID,コンテンツIDリスト(配信対象としてクライアントが保持しているコンテンツの一覧),ポート番号(アップロード時のポート番号),配信時間(フィード情報の返信の最新日時)などの情報が格納されている。   FIG. 11 is a diagram illustrating an example data structure of feed information. The feed information includes a client ID, a content ID list (a list of contents held by the client as a distribution target), a port number (port number at the time of upload), for each client that can distribute to the requesting client. Stores information such as the delivery time (latest date of reply of feed information).

配信管理部111は,フィード情報要求を行ったクライアント20からコンテンツデータの配信要求を受けると,コンテンツデータの配信制御情報および供給者情報を返信する処理部である。配信管理部111は,配信制御ファイル(図10)を送信する。また,供給者テーブル(図9)をもとに供給者となるクライアント20のリストを生成して送信する。   The distribution management unit 111 is a processing unit that, when receiving a content data distribution request from the client 20 that has requested the feed information, returns the content data distribution control information and supplier information. The distribution management unit 111 transmits a distribution control file (FIG. 10). In addition, a list of clients 20 serving as suppliers is generated and transmitted based on the supplier table (FIG. 9).

また,配信管理部111は,クライアント20の状態,配信状況,およびクライアント20で発生した例外を管理する。   In addition, the distribution management unit 111 manages the status of the client 20, the distribution status, and exceptions that have occurred in the client 20.

図12は,クライアント20の状態を管理するためのクライアント状態テーブルのデータ構造例を示す図である。クライアント状態テーブルには,クライアントごとに,クライアントID,状態ステータス,確認時間(状態確認を行った最新日時)などの情報が格納される。状態ステータスは,クライアントの状態を示す所定のステータスであり,例えば,“1=停止中,2=起動中,3=再起動中,4=再起動要求中”が設定される。   FIG. 12 is a diagram illustrating an example of a data structure of a client state table for managing the state of the client 20. The client status table stores information such as the client ID, status status, and confirmation time (latest date and time when the status was confirmed) for each client. The status status is a predetermined status indicating the status of the client. For example, “1 = stopping, 2 = starting, 3 = restarting, 4 = restarting request” is set.

図13は,クライアント20の配信状況を管理するための配信状況テーブルのデータ構造例を示す図である。配信状況テーブルには,クライアントごとに,クライアントID,コンテンツID(配信中のコンテンツデータ),配信状況ステータス,ダウンロード完了バイト数,ダウンロード残りバイト数,アップロード済みバイト数,ダウンロード開始時間,更新時間などの情報が格納される。配信状況ステータスは,クライアント20の配信状況(ダウンロード処理の状況)を示す所定のステータスであり,例えば,“1=開始中,2=ダウンロード処理中,3=完了,4=停止中,5=再送要求中”が設定される。   FIG. 13 is a diagram illustrating a data structure example of a distribution status table for managing the distribution status of the client 20. In the distribution status table, for each client, the client ID, content ID (content data being distributed), distribution status status, number of download completed bytes, number of remaining download bytes, number of uploaded bytes, download start time, update time, etc. Information is stored. The distribution status status is a predetermined status indicating the distribution status (download processing status) of the client 20, for example, “1 = starting, 2 = downloading processing, 3 = completed, 4 = stopping, 5 = retransmission. “Requesting” is set.

図14は,クライアント20から通知された例外処理などを記録する例外テーブルのデータ構造例を示す図である。例外テーブルには,クライアントごとに,クライアントID,サービスID(例外が発生したサービス(処理)),発生時間,例外ID,詳細(例外の具体的内容)などの情報が格納される。   FIG. 14 is a diagram showing an example of the data structure of an exception table that records exception processing notified from the client 20. The exception table stores information such as a client ID, a service ID (service (process) in which an exception has occurred), an occurrence time, an exception ID, and details (specific details of the exception) for each client.

ピア間通信管理部112は,クライアント20から,外部IPアドレスとアップロード時の外部ポート番号(アップロード時アドレス情報)を受けてクライアントテーブルに書き込み,フィード情報要求を行ったクライアント20から,コンテンツデータの要求先のクライアントが特定されたダウンロード開始通知を受け,ダウンロード開始通知から要求元のクライアント20の外部IPアドレスおよびダウンロード処理時の外部ポート番号(ダウンロード時アドレス情報)を,要求先のクライアントへダウンロード開始通知とともに要求元のクライアント20のアドレス情報を通知する処理部である。   The peer-to-peer communication management unit 112 receives an external IP address and uploading external port number (uploading address information) from the client 20, writes it in the client table, and requests content data from the client 20 that has made a feed information request. When the destination client receives the specified download start notification, the download start notification notifies the request destination client of the external IP address of the requesting client 20 and the external port number (download address information) during the download process. At the same time, it is a processing unit that notifies the address information of the requesting client 20.

ピア間通信管理部112は,クライアント20が行っているピアツーピアのデータ通信の設定を,ピア間通信情報テーブルを用いて管理し,クライアントからの取得要求に対し返信する。   The peer-to-peer communication management unit 112 manages the setting of peer-to-peer data communication performed by the client 20 using the peer-to-peer communication information table, and returns a response to an acquisition request from the client.

図15は,ピア間通信情報テーブルのデータ構造例を示す図である。ピア間通信情報テーブルには,ピアツーピアのデータ通信を行っているクライアントごとに,接続元(自)クライアントのクライアントID,外部IPアドレス,外部ポート番号,接続先(相手)クライアントのクライアントIDなどの情報が格納される。   FIG. 15 is a diagram illustrating an example of the data structure of the peer-to-peer communication information table. The peer-to-peer communication information table includes information such as the client ID of the connection source (own) client, the external IP address, the external port number, and the client ID of the connection destination (partner) client for each client performing peer-to-peer data communication. Is stored.

コンテンツ送信部113は,他のクライアント20から,要求先として管理サーバ10が設定されたダウンロード開始通知を受けた場合に,要求されたコンテンツデータを送信する処理部である。   The content transmission unit 113 is a processing unit that transmits the requested content data when receiving a download start notification in which the management server 10 is set as a request destination from another client 20.

図16は,クライアント20の内部構成例を示す図である。   FIG. 16 is a diagram illustrating an internal configuration example of the client 20.

クライアント20は,ソフトウェアプログラムなどによって構成されるフィード情報取得部201,配信情報取得部202,ダウンロード処理部203,受信データチェック部204,ピア間通信設定部205,アップロード処理部206,受信コンテンツ管理部207,コンテンツ記憶部210,クライアント自動登録部221,例外通知部222を備える。   The client 20 includes a feed information acquisition unit 201, a distribution information acquisition unit 202, a download processing unit 203, a received data check unit 204, an inter-peer communication setting unit 205, an upload processing unit 206, and a received content management unit configured by software programs and the like. 207, a content storage unit 210, a client automatic registration unit 221, and an exception notification unit 222.

フィード情報取得部201は,管理サーバ10へ要求したフィード情報を取得する処理部である。   The feed information acquisition unit 201 is a processing unit that acquires the feed information requested to the management server 10.

配信情報取得部202は,フィード情報をもとに配信を要求するコンテンツデータを特定し,管理サーバ10からコンテンツデータの配信制御情報および供給者情報を取得する処理部である。   The distribution information acquisition unit 202 is a processing unit that specifies content data to be distributed based on the feed information, and acquires content data distribution control information and supplier information from the management server 10.

ダウンロード処理部203は,供給者情報をもとにコンテンツデータの要求先となるクライアント20を特定し,要求先のクライアント20を特定したダウンロード開始通知を管理サーバ10へ送信し,要求先のクライアント20からコンテンツデータを断片データ単位で受信する処理部である。   The download processing unit 203 identifies the client 20 that is the request destination of the content data based on the supplier information, transmits a download start notification specifying the request destination client 20 to the management server 10, and the requested client 20 Is a processing unit that receives content data in units of fragment data.

受信データチェック部204は,配信制御情報をもとに,ダウンロード処理部203が受信した断片データの完全性をチェックし,受信した断片データが不完全であれば要求先のクライアント20へ当該断片データの再送信を要求する処理部である。   The received data check unit 204 checks the integrity of the fragment data received by the download processing unit 203 based on the distribution control information. If the received fragment data is incomplete, the received data check unit 204 sends the fragment data to the requested client 20. Is a processing unit for requesting retransmission of a message.

ピア間通信設定部205は,自クライアント20の外部IPアドレスとアップロード時の外部ポート番号とを含むアップロード時アドレス情報を管理サーバ10へ通知し,管理サーバ10から,要求元のクライアント20のクライアント情報およびダウンロード時アドレス情報を受信する処理部である。   The peer-to-peer communication setting unit 205 notifies the management server 10 of upload address information including the external IP address of the client 20 and the external port number at the time of upload, and the client information of the requesting client 20 from the management server 10. And a processing unit that receives the download address information.

アップロード処理部206は,ダウンロード要求を受け,要求元のクライアント20へコンテンツデータの断片データをコネクションレスで送信する処理部である。アップロード処理部206は,コネクションレス型のデータ通信として,UDP/IPのデータパケット送信を行う。   The upload processing unit 206 is a processing unit that receives a download request and transmits fragment data of content data to the requesting client 20 without connection. The upload processing unit 206 performs UDP / IP data packet transmission as connectionless data communication.

図17は,アップロード処理部206により送信されるデータパケットの構造例を示す図である。アップロード処理部206は,コンテンツパケットをボディ部に内包するUDPパケットを生成する。コンテンツパケットは,コンテンツデータの各断片データのフラグメントであり,ヘッダ部に分割した断片データの識別情報(識別子),パケットの識別情報(パケットID),断片データを構成する全パケット数(トータルパケット数),パケットの並び順序を示す(パケットインデックス)が設定される。ボディ部は,断片データ本体(データ)である。   FIG. 17 is a diagram illustrating a structure example of a data packet transmitted by the upload processing unit 206. The upload processing unit 206 generates a UDP packet that includes the content packet in the body portion. The content packet is a fragment of each fragment data of the content data. The fragment data identification information (identifier), the packet identification information (packet ID), and the total number of packets constituting the fragment data (total number of packets) ), (Packet index) indicating the sequence of packets is set. The body part is a fragment data body (data).

受信コンテンツ管理部207は,受信した完全な断片データをコンテンツ記憶部210に書き込みまたは読み出す処理部である。   The received content management unit 207 is a processing unit that writes or reads the received complete fragment data to the content storage unit 210.

クライアント自動登録部221は,所定の情報を管理サーバ10へ送信し,コンテンツ配信システム1のクライアント20となる登録要求を行う処理部である。   The client automatic registration unit 221 is a processing unit that transmits predetermined information to the management server 10 and makes a registration request to become the client 20 of the content distribution system 1.

例外通知部222は,クライアント20で発生した例外を記録した例外通知を管理サーバ10へ送信する処理部である。   The exception notification unit 222 is a processing unit that transmits an exception notification in which an exception that has occurred in the client 20 is recorded to the management server 10.

図18および図19は,コンテンツ配信システム1の処理の流れおよび各処理部の関連を説明するための図である。   18 and 19 are diagrams for explaining the processing flow of the content distribution system 1 and the relationship between the processing units.

ここで,クライアント20Aは,配信確認を行ってコンテンツデータの配信を要求するクライアントであり,クライアント20Bは,クライアント20Aが要求したコンテンツデータを保持し,供給者となるクライアントである。   Here, the client 20A is a client that confirms distribution and requests distribution of content data, and the client 20B is a client that holds the content data requested by the client 20A and becomes a supplier.

ステップS1: クライアント20Aのフィード情報取得部201は,一定の間隔で管理サーバ10へポーリングを行って,フィード情報を要求する。   Step S1: The feed information acquisition unit 201 of the client 20A polls the management server 10 at regular intervals to request feed information.

ステップS2: 管理サーバ10のフィード情報管理部110は,フィード情報要求を受けると,管理情報記憶部130の配信スケジュール情報を確認する。   Step S2: Upon receiving the feed information request, the feed information management unit 110 of the management server 10 confirms the delivery schedule information in the management information storage unit 130.

ステップS3: フィード情報管理部110は,配信スケジュール情報が変更されていれば,変更された配信スケジュール情報をもとに,クライアント20Aのフィード情報を作成し送信する。   Step S3: If the delivery schedule information has been changed, the feed information management unit 110 creates and transmits the feed information of the client 20A based on the changed delivery schedule information.

ステップS4: フィード情報取得部201は,配信情報取得部202を起動する。   Step S4: The feed information acquisition unit 201 activates the distribution information acquisition unit 202.

ステップS5: 配信情報取得部202は,フィード情報から要求対象としてコンテンツデータDを特定し,管理サーバ10へコンテンツデータDの配信制御情報を要求する。   Step S5: The distribution information acquisition unit 202 specifies the content data D as a request target from the feed information, and requests the management server 10 for distribution control information of the content data D.

ステップS6: 配信管理部111は,管理情報記憶部130からコンテンツデータDの配信制御ファイルを取得する。   Step S6: The distribution management unit 111 acquires the distribution control file of the content data D from the management information storage unit 130.

ステップS7: 配信管理部111は,コンテンツデータDの配信制御ファイルをクライアント20Aへ送信する。   Step S7: The distribution management unit 111 transmits the distribution control file of the content data D to the client 20A.

ステップS8: 配信情報取得部202は,ダウンロード処理部203を起動する。   Step S8: The distribution information acquisition unit 202 activates the download processing unit 203.

ステップS9: ダウンロード処理部203は,コンテンツデータDのダウンロード開始を管理サーバ10へ通知し,コンテンツデータDの供給者リストを要求する。   Step S9: The download processing unit 203 notifies the management server 10 of the download start of the content data D and requests a supplier list of the content data D.

ステップS10: 配信管理部111は,管理情報記憶部130の供給者テーブルを参照し,コンテンツデータDの供給者リスト(供給者となるクライアント20のリスト)をクライアント20Aへ送信する。ここで,クライアント20Aは,取得したコンテンツデータDの供給者情報から,コンテンツデータDの要求先としてクライアント20Bを特定する。   Step S10: The distribution management unit 111 refers to the supplier table in the management information storage unit 130, and transmits a supplier list of content data D (a list of clients 20 serving as suppliers) to the client 20A. Here, the client 20A specifies the client 20B as a request destination of the content data D from the acquired supplier information of the content data D.

以下のステップS11〜S20の処理は,クライアント20A,20B間でピアツーピアによるデータ通信を行うための処理である。図20は,図19のステップS11〜S20の処理における管理サーバ10,クライアント20A,20Bの関係を示す図である。   The processes in steps S11 to S20 below are processes for performing peer-to-peer data communication between the clients 20A and 20B. FIG. 20 is a diagram illustrating the relationship between the management server 10 and the clients 20A and 20B in the processing of steps S11 to S20 in FIG.

ステップS11: クライアント20Bのピア間通信設定部205は,一定間隔で,管理サーバ10へアップロード時アドレス情報(アップロード処理時の外部IPアドレス,外部ポート番号)を通知する。例えば,アップロード処理部206が用いるポートからデータパケットを送信することにより通知する。   Step S11: The peer-to-peer communication setting unit 205 of the client 20B notifies the upload server (external IP address and external port number during upload processing) to the management server 10 at regular intervals. For example, notification is performed by transmitting a data packet from a port used by the upload processing unit 206.

ステップS12: 管理サーバ10のピア間通信管理部112は,クライアント20Bのアップロード時アドレス情報をクライアント管理部101に通知する。クライアント管理部101は,管理情報記憶部130のクライアントテーブルを更新する。   Step S12: The peer-to-peer communication management unit 112 of the management server 10 notifies the client management unit 101 of the upload address information of the client 20B. The client management unit 101 updates the client table in the management information storage unit 130.

ステップS13: クライアント20Aのダウンロード処理部203は,管理サーバ10へ,要求先を特定したダウンロード開始を要求する。   Step S13: The download processing unit 203 of the client 20A requests the management server 10 to start download specifying the request destination.

ステップS14: ピア間通信管理部112は,ダウンロード開始要求からダウンロード時アドレス情報(ダウンロード時の外部IPアドレス,外部ポート番号)を抽出し,ダウンロード時アドレス情報と要求先のクライアントID(クライアント20B)をピア間通信情報テーブルに書き込む。   Step S14: The peer-to-peer communication management unit 112 extracts the download-time address information (external IP address and external port number at the time of download) from the download start request, and uses the download-time address information and the requested client ID (client 20B). Write to peer communication information table.

ステップS15: クライアント20Aのダウンロード処理部203は,クライアント20Bへアップロード時の外部ポートに対してパケットを送信する。これにより,クライアント20Bとのピアツーピアによるデータ通信の要求が行われる。   Step S15: The download processing unit 203 of the client 20A transmits a packet to the external port at the time of uploading to the client 20B. As a result, a request for peer-to-peer data communication with the client 20B is made.

ステップS16: クライアント20Bのピア間通信設定部205は,管理サーバ10へ一定間隔でポーリングし,ピア間通信情報を要求する。   Step S16: The peer-to-peer communication setting unit 205 of the client 20B polls the management server 10 at regular intervals and requests peer-to-peer communication information.

ステップS17: 管理サーバ10のピア間通信管理部112は,ピア間通信情報テーブルを取得する。   Step S17: The inter-peer communication management unit 112 of the management server 10 acquires an inter-peer communication information table.

ステップS18: ピア間通信管理部112は,取得したピア間通信情報テーブルの情報をクライアント20Bへ返信する。   Step S18: The peer-to-peer communication management unit 112 returns the acquired information in the peer-to-peer communication information table to the client 20B.

ステップS19: クライアント20Bのピア間通信設定部205は,アップロード処理部206を起動する。   Step S19: The peer-to-peer communication setting unit 205 of the client 20B activates the upload processing unit 206.

ステップS20: クライアント20Bのアップロード処理部206は,クライアント20Aのダウンロード処理部203の外部ポートに対してパケットを送信する。これにより,クライアント20Aは,クライアント20Bのパケットを受信できるようになる。   Step S20: The upload processing unit 206 of the client 20B transmits a packet to the external port of the download processing unit 203 of the client 20A. As a result, the client 20A can receive the packet of the client 20B.

ステップS21: クライアント20Aのダウンロード処理部203は,クライアント20Bのアップロード処理部206に対して,コンテンツデータDのダウンロードを要求する。   Step S21: The download processing unit 203 of the client 20A requests the upload processing unit 206 of the client 20B to download the content data D.

ステップS22: クライアント20Bのアップロード処理部206は,コンテンツデータDの断片データをクライアント20Aのダウンロード処理部203へ送信する。   Step S22: The upload processing unit 206 of the client 20B transmits the fragment data of the content data D to the download processing unit 203 of the client 20A.

ステップS23: クライアント20Aの受信データチェック部204は,配信制御情報(断片データのハッシュ値)をもとに受信した断片データの完全性をチェックする。断片データが完全でなければ,ダウンロード処理部203へ通知する。ダウンロード処理部203は,不完全な断片データの再送を要求する。   Step S23: The received data check unit 204 of the client 20A checks the integrity of the received fragment data based on the distribution control information (fragment data hash value). If the fragment data is not complete, the download processing unit 203 is notified. The download processing unit 203 requests retransmission of incomplete fragment data.

さらに,受信コンテンツ管理部207は,コンテンツデータDの断片データをコンテンツ記憶部210に格納する。   Further, the received content management unit 207 stores the fragment data of the content data D in the content storage unit 210.

これにより,管理サーバ10の配信管理のもと,クライアント20Aはクライアント20BからコンテンツデータDの配信を受けることができる。   Thereby, the client 20A can receive the distribution of the content data D from the client 20B under the distribution management of the management server 10.

その後,クライアント20Aが他のクライアント20CからコンテンツデータDのダウンロード要求を受けた場合には,ダウンロード処理部206は,上記のクライアント20Bと同様に,要求元のクライアント20CへコンテンツデータDの送信を行う。   Thereafter, when the client 20A receives a download request for the content data D from another client 20C, the download processing unit 206 transmits the content data D to the requesting client 20C, as with the client 20B. .

なお,管理サーバ10の配信管理部111は,所定の間隔または契機で,クライアント20A,20Bから,クライアントの状態,配信状況を取得し,クライアント状態テーブル,配信状況テーブルを更新する。これによって,クライアント20の状態,配信状況を常に把握することができる。   The distribution management unit 111 of the management server 10 acquires the client status and distribution status from the clients 20A and 20B at a predetermined interval or trigger, and updates the client status table and distribution status table. As a result, the state and distribution status of the client 20 can always be grasped.

以上,本発明をその実施の形態により説明したが,本発明はその主旨の範囲において種々の変形が可能であることは当然である。例えば,本発明の実施の形態では,管理サーバ10は,コンテンツ記憶部120を備え,コンテンツデータを保持するものとして説明した。しかし,コンテンツ配信システム1は,配信対象となるコンテンツデータを保持管理する処理手段が管理サーバ10の外部に設けられ,相互に協調動作するように構成されてもよい。   As mentioned above, although this invention was demonstrated by the embodiment, it cannot be overemphasized that a various deformation | transformation is possible for this invention in the range of the main point. For example, in the embodiment of the present invention, the management server 10 is described as including the content storage unit 120 and holding the content data. However, the content distribution system 1 may be configured such that processing means for holding and managing content data to be distributed is provided outside the management server 10 so as to cooperate with each other.

本発明にかかるコンテンツ配信システムの構成例を示す図である。It is a figure which shows the structural example of the content delivery system concerning this invention. コンテンツ配信システムのコンテンツデータの配信例を示す図である。It is a figure which shows the example of delivery of the content data of a content delivery system. コンテンツデータの断片データ単位による配信処理を説明するための図である。It is a figure for demonstrating the delivery process by the fragment data unit of content data. 管理サーバの内部構成例を示す図である。It is a figure which shows the internal structural example of a management server. コンテンツ管理テーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of a content management table. クライアントテーブルのデータ構造例を示す図である。It is a figure which shows the data structure example of a client table. 配信スケジュールテーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of a delivery schedule table. 配信グループ情報を構成する配信グループテーブルおよび配信グループ構成テーブルのデータ構造例を示す図である。It is a figure which shows the data structure example of the distribution group table which comprises distribution group information, and a distribution group structure table. 供給者テーブルのデータ構造例を示す図である。It is a figure which shows the data structure example of a supplier table. 配信制御ファイルのデータ構造例を示す図である。It is a figure which shows the data structure example of a delivery control file. フィード情報のデータ構造例を示す図である。It is a figure which shows the data structure example of feed information. クライアント状態テーブルのデータ構造例を示す図である。It is a figure which shows the data structure example of a client status table. 配信状況テーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of a delivery status table. 例外テーブルのデータ構造例を示す図である。It is a figure which shows the data structure example of an exception table. ピア間通信情報テーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of the communication information table between peers. クライアントの内部構成例を示す図である。It is a figure which shows the internal structural example of a client. アップロード処理部により送信されるデータパケットの構造例を示す図である。It is a figure which shows the structural example of the data packet transmitted by the upload process part. コンテンツ配信システムの処理の流れおよび各処理部の関連を説明するための図(その1)である。It is FIG. (1) for demonstrating the flow of a process of a content delivery system, and the relationship of each process part. コンテンツ配信システムの処理の流れおよび各処理部の関連を説明するための図(その2)である。It is FIG. (2) for demonstrating the flow of a process of a content delivery system, and the relationship of each process part. 図19のステップS11〜S20の処理における管理サーバ,クライアントの関係を示す図である。It is a figure which shows the relationship between the management server and client in the process of step S11-S20 of FIG.

符号の説明Explanation of symbols

1 コンテンツ配信システム
3 インターネット
10 管理サーバ
11,21 ルータ
20 クライアント
22 DMS
23 DMA
101 コンテンツ管理部
103 クライアント管理部
104 配信スケジュール情報管理部
105 配信グループ情報管理部
106 供給者情報管理部
107 配信制御情報管理部
110 フィード情報管理部
111 配信管理部
112 ピア間通信管理部
113 コンテンツ送信部
120 コンテンツ記憶部
130 管理情報記憶部
201 フィード情報取得部
202 配信情報取得部
203 ダウンロード処理部
204 受信データチェック部
205 ピア間通信設定部
206 アップロード処理部
207 受信コンテンツ管理部
210 コンテンツ記憶部
221 クライアント自動登録部
222 例外通知部
1 Content Distribution System 3 Internet 10 Management Server 11, 21 Router 20 Client 22 DMS
23 DMA
DESCRIPTION OF SYMBOLS 101 Content management part 103 Client management part 104 Distribution schedule information management part 105 Distribution group information management part 106 Supplier information management part 107 Distribution control information management part 110 Feed information management part 111 Distribution management part 112 Peer communication management part 113 Content transmission Unit 120 content storage unit 130 management information storage unit 201 feed information acquisition unit 202 distribution information acquisition unit 203 download processing unit 204 received data check unit 205 peer communication setting unit 206 upload processing unit 207 received content management unit 210 content storage unit 221 client Automatic registration unit 222 Exception notification unit

Claims (6)

コンテンツデータの配信を管理する管理サーバと,前記管理サーバまたは他のクライアントからコンテンツデータの配信を受け,他のクライアントへコンテンツデータを配信する複数のピアとによって構成されたコンテンツ配信システムであって,
前記管理サーバは,
コンテンツデータを管理するコンテンツ管理部と,
クライアントの識別情報とIPアドレスとポート番号とを含むクライアント情報,クライアントに配信されるコンテンツデータが設定された配信スケジュール情報,コンテンツデータが格納されているクライアントを示す供給者情報,およびコンテンツデータの配信用に分割された断片データ各々の特定情報が設定された配信制御情報を管理する管理情報管理部と,
クライアントからフィード情報要求を受け,前記配信スケジュール情報をもとに前記フィード情報要求を行ったクライアントへ配信されるコンテンツデータが設定されたフィード情報を生成し,送信するフィード情報管理部と,
前記フィード情報要求を行ったクライアントへ当該コンテンツデータの配信制御情報および供給者情報を返信する配信管理部と,
クライアントから,外部IPアドレスおよびアップロード時の外部ポート番号を含むアップロード側アドレス情報を受けて保持し,要求先のクライアントが特定されたコンテンツデータのダウンロード開始通知を受け,当該ダウンロード開始通知から要求元のクライアントの外部IPアドレスおよびダウンロード時の外部ポート番号を取得してダウンロード側アドレス情報として保持し,前記要求先のクライアントへ,前記要求元のクライアントのクライアント情報およびダウンロード側アドレス情報を通知するピア間通信管理部とを備え,
前記クライアントは,
前記管理サーバへフィード情報要求を行い,前記フィード情報を取得するフィード情報取得部と,
前記フィード情報をもとに,配信を要求するコンテンツデータを特定し,前記管理サーバから,当該コンテンツの配信制御情報および供給者情報を取得する配信情報取得部と,
前記供給者情報をもとに,前記コンテンツデータの要求先となるクライアントを特定し,要求先のクライアントを特定した前記コンテンツデータのダウンロード開始通知を前記管理サーバへ送信し,前記要求先のクライアントから前記コンテンツデータを断片データ単位で受信するダウンロード処理部と,
前記配信制御情報をもとに受信された断片データの完全性をチェックし,受信した断片データが不完全であれば前記要求先のクライアントへ当該断片データの再送信を要求する受信データチェック部と,
前記受信した完全な断片データをコンテンツ記憶部に保存する受信コンテンツ管理部と,
外部IPアドレスとアップロード時の外部ポート番号とを含むアップロード側アドレス情報を前記管理サーバへ通知し,前記管理サーバから,前記コンテンツデータを要求するクライアントのクライアント情報およびダウンロード側アドレス情報を受信するピア間通信設定部と,
前記ダウンロード開始通知を行った要求元のクライアントからダウンロード要求を受け,前記配信制御情報にもとづく前記コンテンツデータの断片データをコネクションレスで送信するアップロード処理部とを備える
ことを特徴とするコンテンツ配信システム。
A content distribution system configured by a management server that manages distribution of content data, and a plurality of peers that receive distribution of content data from the management server or other clients and distribute content data to other clients,
The management server
A content management unit for managing content data;
Distribution of client information including client identification information, IP address and port number, distribution schedule information in which content data distributed to the client is set, supplier information indicating the client storing the content data, and distribution of content data A management information management unit for managing distribution control information in which specific information of each piece of fragment data divided for use is set;
A feed information management unit that receives a feed information request from a client, generates feed information in which content data to be delivered to the client that has made the feed information request based on the delivery schedule information is set, and transmits the feed information;
A delivery management unit that returns delivery control information and supplier information of the content data to the client that has made the feed information request;
The upload side address information including the external IP address and the external port number at the time of upload is received and held from the client, the requested client receives a download start notification of the specified content data, and the request source receives the download start notification. Peer-to-peer communication that acquires the external IP address of the client and the external port number at the time of download, holds it as download side address information, and notifies the request destination client of the client information and download side address information of the request source client A management department,
The client
A feed information acquisition unit that makes a feed information request to the management server and acquires the feed information;
A distribution information acquisition unit that specifies content data to be distributed based on the feed information and acquires distribution control information and supplier information of the content from the management server;
Based on the supplier information, a client as a request destination of the content data is specified, and a download start notification of the content data specifying the request destination client is transmitted to the management server. A download processing unit for receiving the content data in fragment data units;
A received data check unit that checks the integrity of the received fragment data based on the distribution control information and requests the requested client to retransmit the fragment data if the received fragment data is incomplete; ,
A received content management unit for storing the received complete fragment data in a content storage unit;
Between the peers that notify the management server of upload side address information including the external IP address and the external port number at the time of upload, and receive client information and download side address information of the client requesting the content data from the management server A communication setting section;
A content distribution system comprising: an upload processing unit that receives a download request from a requesting client that has made the download start notification and transmits the fragment data of the content data based on the distribution control information without connection.
前記管理サーバの管理情報管理部は,コンテンツデータの配信期間が設定された前記配信スケジュール情報を管理し,
前記フィード情報管理部は,前記フィード情報要求の日時が配信期間内となる配信スケジュール情報のみにもとづいて前記フィード情報を生成し,前記クライアントへ返信する
ことを特徴とする請求項1に記載のコンテンツ配信システム。
A management information management unit of the management server manages the distribution schedule information in which a distribution period of content data is set;
2. The content according to claim 1, wherein the feed information management unit generates the feed information based only on distribution schedule information in which a date and time of the feed information request is within a distribution period, and sends the feed information back to the client. Distribution system.
前記管理サーバの管理情報管理部は,同一のコンテンツデータの配信を受けるクライアントのグループが設定された配信グループ情報を管理し,
前記配信管理部は,前記配信グループ情報をもとに,前記フィード情報要求を行ったクライアントと同一グループに属するクライアントのみが供給者として設定された供給者情報を送信する
ことを特徴とする請求項1または請求項2のいずれかに記載のコンテンツ配信システム。
The management information management unit of the management server manages distribution group information in which a group of clients that receive distribution of the same content data is set,
The delivery management unit transmits supplier information set as a supplier only to a client belonging to the same group as the client that has requested the feed information based on the delivery group information. The content distribution system according to claim 1 or 2.
前記管理サーバの管理情報管理部は,前記管理サーバがコンテンツデータを供給するクライアントの数および当該クライアントと当該コンテンツデータの配信を受ける他のクライアント数の関係が設定された配信経路情報を管理し,
前記配信管理部は,前記配信経路情報をもとに,前記フィード情報要求を行ったクライアントに対する供給者として特定されたクライアントのみが設定された供給者情報を送信する
ことを特徴とする請求項1ないし請求項3のいずれか一項に記載のコンテンツ配信システム。
The management information management unit of the management server manages distribution route information in which a relationship between the number of clients to which the management server supplies content data and the number of other clients that receive the distribution of the content data is set.
2. The delivery management unit, based on the delivery route information, transmits supplier information in which only a client specified as a supplier to the client that has made the feed information request is set. The content distribution system according to any one of claims 3 to 4.
コンテンツデータの配信を管理する管理サーバと,前記管理サーバまたは他のクライアントからコンテンツデータの配信を受け,他のクライアントへコンテンツデータを配信する複数のクライアントとによって構成されたコンテンツ配信システムの前記管理サーバで動作するプログラムであって,
コンテンツデータを管理するコンテンツ管理部と,
クライアントの識別情報とIPアドレスとポート番号とを含むクライアント情報,クライアントに配信されるコンテンツデータが設定された配信スケジュール情報,コンテンツデータが格納されているクライアントを示す供給者情報,およびコンテンツデータの配信用に分割された断片データ各々の特定情報が設定された配信制御情報を管理する管理情報管理部と,
クライアントからフィード情報要求を受け,前記配信スケジュール情報をもとに前記フィード情報要求を行ったクライアントへ配信されるコンテンツデータが設定されたフィード情報を生成し,送信するフィード情報管理部と,
前記フィード情報要求を行ったクライアントへ当該コンテンツデータの配信制御情報および供給者情報を返信する配信管理部と,
クライアントから,外部IPアドレスおよびアップロード時の外部ポート番号を含むアップロード側アドレス情報を受けて保持し,要求先のクライアントが特定されたコンテンツデータのダウンロード開始通知を受け,当該ダウンロード開始通知から要求元のクライアントの外部IPアドレスおよびダウンロード時の外部ポート番号を取得してダウンロード側アドレス情報として保持し,前記要求先のクライアントへ,前記要求元のクライアントのクライアント情報およびダウンロード側アドレス情報を通知するピア間通信管理部とを備える
前記管理サーバとして,
コンピュータを機能させるための管理サーバ用コンテンツ配信プログラム。
The management server of a content distribution system comprising a management server that manages the distribution of content data and a plurality of clients that receive the distribution of content data from the management server or other clients and distribute the content data to other clients A program that runs on
A content management unit for managing content data;
Distribution of client information including client identification information, IP address and port number, distribution schedule information in which content data distributed to the client is set, supplier information indicating the client storing the content data, and distribution of content data A management information management unit for managing distribution control information in which specific information of each piece of fragment data divided for use is set;
A feed information management unit that receives a feed information request from a client, generates feed information in which content data to be delivered to the client that has made the feed information request based on the delivery schedule information is set, and transmits the feed information;
A delivery management unit that returns delivery control information and supplier information of the content data to the client that has made the feed information request;
The upload side address information including the external IP address and the external port number at the time of upload is received and held from the client, the requested client receives a download start notification of the specified content data, and the request source receives the download start notification. Peer-to-peer communication that acquires the external IP address of the client and the external port number at the time of download, holds it as download side address information, and notifies the request destination client of the client information and download side address information of the request source client As the management server comprising a management unit,
A management server content distribution program for causing a computer to function.
コンテンツデータの配信を管理する管理サーバと,前記管理サーバまたは他のクライアントからコンテンツデータの配信を受け,他のクライアントへコンテンツデータを配信する複数のクライアントとによって構成されたコンテンツ配信システムの前記クライアントで動作するプログラムであって,
前記管理サーバへフィード情報要求を行い,前記フィード情報を取得するフィード情報取得部と,
前記フィード情報をもとに,配信を要求するコンテンツデータを特定し,前記管理サーバから,当該コンテンツの配信制御情報および供給者情報を取得する配信情報取得部と,
前記供給者情報をもとに,前記コンテンツデータの要求先となるクライアントを特定し,要求先のクライアントを特定した前記コンテンツデータのダウンロード開始通知を前記管理サーバへ送信し,前記要求先のクライアントから前記コンテンツデータを断片データ単位で受信するダウンロード処理部と,
前記配信制御情報をもとに受信された断片データの完全性をチェックし,受信した断片データが不完全であれば前記要求先のクライアントへ当該断片データの再送信を要求する受信データチェック部と,
前記受信した完全な断片データをコンテンツ記憶部に保存する受信コンテンツ管理部と,
外部IPアドレスとアップロード時の外部ポート番号とを含むアップロード側アドレス情報を前記管理サーバへ通知し,前記管理サーバから,前記コンテンツデータを要求するクライアントのクライアント情報およびダウンロード側アドレス情報を受信するピア間通信設定部と,
前記ダウンロード開始通知を行った要求元のクライアントからダウンロード要求を受け,前記配信制御情報にもとづく前記コンテンツデータの断片データをコネクションレスで送信するアップロード処理部とを備える
前記クライアントとして,
コンピュータを機能させるためのクライアント用コンテンツ配信プログラム。
The client of the content distribution system configured by a management server that manages the distribution of content data and a plurality of clients that receive the distribution of content data from the management server or other clients and distribute the content data to other clients A program that runs,
A feed information acquisition unit that makes a feed information request to the management server and acquires the feed information;
A distribution information acquisition unit that specifies content data to be distributed based on the feed information and acquires distribution control information and supplier information of the content from the management server;
Based on the supplier information, a client as a request destination of the content data is specified, and a download start notification of the content data specifying the request destination client is transmitted to the management server. A download processing unit for receiving the content data in fragment data units;
A received data check unit that checks the integrity of the received fragment data based on the distribution control information and requests the requested client to retransmit the fragment data if the received fragment data is incomplete; ,
A received content management unit for storing the received complete fragment data in a content storage unit;
Between the peers that notify the management server of upload side address information including the external IP address and the external port number at the time of upload, and receive client information and download side address information of the client requesting the content data from the management server A communication setting section;
An upload processing unit that receives a download request from the requesting client that has made the download start notification and transmits the content data fragment data based on the distribution control information without connection, as the client,
A client content distribution program for causing a computer to function.
JP2007193011A 2007-07-25 2007-07-25 Content distribution system, content distribution program for management server, and content distribution program for client Withdrawn JP2009031894A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007193011A JP2009031894A (en) 2007-07-25 2007-07-25 Content distribution system, content distribution program for management server, and content distribution program for client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007193011A JP2009031894A (en) 2007-07-25 2007-07-25 Content distribution system, content distribution program for management server, and content distribution program for client

Publications (1)

Publication Number Publication Date
JP2009031894A true JP2009031894A (en) 2009-02-12

Family

ID=40402359

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007193011A Withdrawn JP2009031894A (en) 2007-07-25 2007-07-25 Content distribution system, content distribution program for management server, and content distribution program for client

Country Status (1)

Country Link
JP (1) JP2009031894A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011199644A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Streaming delivery method
JP2013520867A (en) * 2010-02-19 2013-06-06 トムソン ライセンシング Method and system for provisioning a content display system using mobile communication technology
KR102221638B1 (en) * 2019-10-29 2021-03-04 데이터비즈 주식회사 System, method and computer program for distributing large file

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013520867A (en) * 2010-02-19 2013-06-06 トムソン ライセンシング Method and system for provisioning a content display system using mobile communication technology
JP2011199644A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Streaming delivery method
KR102221638B1 (en) * 2019-10-29 2021-03-04 데이터비즈 주식회사 System, method and computer program for distributing large file
WO2021086087A1 (en) * 2019-10-29 2021-05-06 데이터비즈 주식회사 Large file distribution system, method and computer program, and system

Similar Documents

Publication Publication Date Title
US7155487B2 (en) Method, system and article of manufacture for data distribution over a network
JP5951071B2 (en) System and method for combining pull mode and push mode
US7363449B2 (en) Software agent-based architecture for data relocation
US7296237B2 (en) Data replication system and method
TWI415427B (en) System and method for peer-to-peer live streaming
US7978631B1 (en) Method and apparatus for encoding and mapping of virtual addresses for clusters
US20090222450A1 (en) System and a method for transferring email file attachments over a telecommunication network using a peer-to-peer connection
US8683065B2 (en) Multicast content provider
JP5847185B2 (en) Content sharing method and apparatus using group change information in content-centric network environment
CN103581245A (en) Content delivery method and system of content delivery network
JP2019186771A (en) Information processing apparatus, distributed processing program, and distributed processing system
CN104639592B (en) Information synchronization method and system and cloud storage gateway between cloud storage gateway
EP2399390A1 (en) Method and apparatus for distributing data in a peer-to- peer network
WO2019200630A1 (en) Method and system for transmitting streaming media resource
JP2017201776A (en) Content delivery through uneven network
JP2006190205A (en) Network system, information processing method, information processing program, and information processor
JP2009031894A (en) Content distribution system, content distribution program for management server, and content distribution program for client
JP5136581B2 (en) Information communication system, information processing apparatus, information processing method, and information processing program
KR20120052444A (en) File transmission management system and file transmission mangement method for supporting file transmission in mobile messaging service
JP5440574B2 (en) Node device, information communication method, and program
JP2006178748A (en) Virus check method, network system, information processing method, information processing program and information processor
JP2006259845A (en) Server device, server system and load dispersing method for server system
Chae et al. Fast discovery scheme using DHT-like overlay network for a large-scale DDS
US20080028044A1 (en) System and method for file transfer
US8881242B2 (en) Information communication system, information communication method, node apparatus and recording medium

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