JP2007102619A - Peer-to-peer file exchange system and peer-to-peer file exchange server - Google Patents

Peer-to-peer file exchange system and peer-to-peer file exchange server Download PDF

Info

Publication number
JP2007102619A
JP2007102619A JP2005293616A JP2005293616A JP2007102619A JP 2007102619 A JP2007102619 A JP 2007102619A JP 2005293616 A JP2005293616 A JP 2005293616A JP 2005293616 A JP2005293616 A JP 2005293616A JP 2007102619 A JP2007102619 A JP 2007102619A
Authority
JP
Japan
Prior art keywords
file
mobile node
peer
address
home address
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
JP2005293616A
Other languages
Japanese (ja)
Inventor
Masahiro Kanekawa
昌弘 金川
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005293616A priority Critical patent/JP2007102619A/en
Publication of JP2007102619A publication Critical patent/JP2007102619A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To restrict file exchange by a predetermined mobile node in peer-to-peer file exchange between mobile nodes of a mobile IP network. <P>SOLUTION: In the central server-type peer-to-peer file exchange system including a plurality of mobile nodes and a server for disclosing a file list of files provided by the mobile nodes, each mobile node transmits a mobile IP packet containing a unique home address of the mobile node concerned to the server. The server stores home address information for a mobile node to which providing of files is restricted, and restricts processing for file exchange between mobile nodes when a home address transmitted from each mobile node is stored as the home address of the mobile node to which providing of files is restricted. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明はピアツーピアファイル交換システムおよびピアツーピアファイル交換サーバに関し、違法なファイル交換を防止するピアツーピアファイル交換システムおよびピアツーピアファイル交換サーバに関するものである。   The present invention relates to a peer-to-peer file exchange system and a peer-to-peer file exchange server, and more particularly to a peer-to-peer file exchange system and a peer-to-peer file exchange server that prevent illegal file exchange.

近年、インターネットを利用して不特定多数の個人間でファイルのやり取りを直接行なうピアツーピアファイル交換システムが注目を集めている。このようなピアツーピアファイル交換システムでは、多数のコンピュータ(以下、PCという)を相互につないで、インターネットを介して音楽等のファイルを共有することができる。このようなピアツーピアファイル交換システムは、以下に示す中央サーバ型と純粋型とに分けられる。   In recent years, a peer-to-peer file exchange system that directly exchanges files between an unspecified number of individuals using the Internet has attracted attention. In such a peer-to-peer file exchange system, a large number of computers (hereinafter referred to as PCs) can be connected to each other to share files such as music over the Internet. Such a peer-to-peer file exchange system is divided into a central server type and a pure type shown below.

中央サーバ型は、中央サーバと複数のユーザPC(ここではユーザPC1とユーザPC2)とが図12に示すようなシーケンスでファイル交換を行うシステムである。図12において、ユーザPC1とユーザPC2とは、それぞれ中央サーバと接続して(S501、S503)、それぞれのユーザPCに保存されているファイルのリストを中央サーバに送信し公開する(S502、S504)。このようにしてユーザPC1とユーザPC2とは中央サーバを通じてユーザ間のファイルリスト情報を共有する。あるユーザPCPC1が、他のユーザPC2の所持するファイルをファイルリスト情報から検索して(S505)、中央サーバにダウンロード要求すると(S506)、中央サーバがそのダウンロード要求をユーザPC2に通知する(S507)。   The central server type is a system in which a central server and a plurality of user PCs (here, user PC1 and user PC2) exchange files in a sequence as shown in FIG. In FIG. 12, user PC1 and user PC2 are connected to the central server (S501, S503), and a list of files stored in each user PC is transmitted to the central server and released (S502, S504). . In this way, the user PC 1 and the user PC 2 share file list information between users through the central server. When a certain user PCPC1 searches the file list information for a file held by another user PC2 (S505) and requests a download to the central server (S506), the central server notifies the user PC2 of the download request (S507). .

この通知後、ユーザPC1とユーザPC2とが直接接続して、ユーザPC1はユーザPC2が所持するファイルをダウンロードすることができる(S508)。このように、中央サーバ型のシステムでは、中央サーバはファイル検索データベース(ファイルリスト情報)の提供とユーザの接続管理のみを行っており、データ自体のやり取りはユーザ間の直接接続によって行われている。   After this notification, the user PC1 and the user PC2 are directly connected, and the user PC1 can download the file possessed by the user PC2 (S508). As described above, in the central server type system, the central server only provides the file search database (file list information) and the user connection management, and the data itself is exchanged by the direct connection between the users. .

一方の純粋型は、情報を管理する中央サーバがなく、すべての情報がバケツリレー式に複数のユーザPC1、PC2、PC3、・・・間を流通するものであり、図13にそのシーケンスを示す。図13において、所定のファイルを要求するクライアントであるユーザPC1は、サーバとなったユーザPC2へ接続し(S601)、ファイルの存否を問い合わせる(S602)。ユーザPC1は、ユーザPC2が目的のファイルを所持してなければ、次にサーバとなるユーザPC3へ接続する(S607)。ユーザPC3も目的のファイルを所持してなければ次のユーザPCへ接続する。   On the other hand, there is no central server for managing information, and all information is distributed between a plurality of users PC1, PC2, PC3,... In a bucket-relay type, and the sequence is shown in FIG. . In FIG. 13, the user PC1 that is a client requesting a predetermined file connects to the user PC2 that has become the server (S601), and inquires about the existence of the file (S602). If the user PC 2 does not have the target file, the user PC 1 connects to the user PC 3 to be the next server (S607). If the user PC 3 does not have the target file, the user PC 3 connects to the next user PC.

ユーザPC2にファイルがあり(S603)、ファイルを所持するユーザPC2がユーザPC1に結果を通知したら(S604)、クライアントとしてのユーザPC1は、サーバのユーザPC2にダウンロードを直接要求して(S605)、ファイルのダウンロードを直接行う(S606)。   When the user PC 2 has a file (S603), and the user PC 2 that owns the file notifies the user PC 1 of the result (S604), the user PC 1 as a client directly requests a download from the user PC 2 of the server (S605). The file is directly downloaded (S606).

こういったピアツーピアファイル交換システムでは、近年、著作権保護の問題や違法なデータの流通などのさまざまな問題が浮上している。そのため、悪質なユーザによるファイル提供を防ぐ必要がある。   In these peer-to-peer file exchange systems, various problems such as copyright protection problems and illegal data distribution have recently emerged. Therefore, it is necessary to prevent file provision by malicious users.

このような問題に対し、たとえば中央サーバ型のシステムでは、中央サーバがユーザPCのアドレスに基づいてユーザPCを管理して、過去に違法行為を行ったユーザPCがファイルを送信しようとしたらそれを禁止することによって、違法な行為が繰り返されるのを防いでいる。   In response to such a problem, for example, in a central server type system, the central server manages the user PC based on the address of the user PC. By prohibiting it, illegal acts are prevented from being repeated.

一方の純粋型のシステムでは、中央サーバがないため、中央サーバ型のような方法で違法行為の防止を図ることはできない。そこで、特許文献1では、アクセス権を管理するサーバを別途設けておき、サーバがユーザPCからのアクセス権の問い合わせをうけて、アドレスなどのユーザPCに固有の情報をもとにアクセス権を判断し、その判断結果をユーザPCに返信することにより、適正なファイル交換が行われるようにしている。
特開2003−122635号公報
On the other hand, in a pure type system, since there is no central server, it is not possible to prevent illegal activities by a method like the central server type. Therefore, in Patent Document 1, a server for managing the access right is provided separately, and the server receives an inquiry about the access right from the user PC, and determines the access right based on information unique to the user PC such as an address. Then, by returning the determination result to the user PC, proper file exchange is performed.
JP 2003-122635 A

しかしながら、上記従来のピアツーピアファイル交換技術によれば、IPアドレスに基づいたユーザPCの管理により適正なファイル交換を行うことができたが、上記従来技術はそもそもIPアドレスが固定的に付与されるIPネットワークを前提とした技術であるために、モバイルIPネットワークのようにネットワークを移動する毎にユーザPCのIPアドレスが変わってしまうような場合は、もはやIPアドレスに基づいたユーザPCの管理はできない。   However, according to the conventional peer-to-peer file exchange technology, an appropriate file exchange can be performed by the management of the user PC based on the IP address. However, in the conventional technology, the IP address to which the IP address is fixedly assigned in the first place. Since the technology is based on the network, when the IP address of the user PC changes every time the network moves like a mobile IP network, the user PC can no longer be managed based on the IP address.

すなわち、モバイルIPでは、ユーザPCが別のエリアに移動するとユーザPCのアドレス(気付アドレス)が変わるため、ユーザが違法行為を行っても移動すればまたファイル送信が行えてしまい、悪質なユーザによるファイル交換を制限することができないという問題があった。   In other words, in the mobile IP, when the user PC moves to another area, the address (care-of address) of the user PC changes, so even if the user moves illegally, the file can be transmitted again, and the malicious user can There was a problem that file exchange could not be restricted.

本発明は、上記に鑑みてなされたものであって、モバイルIP技術を用いたP2Pファイル交換システムにおいて、違法な行為を行ったユーザが再びファイルを送信するのを完全に防ぐことができるピアツーピアファイル交換システムおよびピアツーピアファイル交換サーバを得ることを目的とする。   The present invention has been made in view of the above, and in a P2P file exchange system using mobile IP technology, a peer-to-peer file that can completely prevent a user who has performed an illegal action from transmitting a file again The object is to obtain an exchange system and a peer-to-peer file exchange server.

上記課題を解決するために、本発明のピアツーピアファイル交換システムは、複数のモバイルノードと該モバイルノードが提供するファイルのファイル一覧を公開するためのサーバとを備え、ピアツーピア通信によりモバイルノード間でファイル交換を実行する中央サーバ型のピアツーピアファイル交換システムにおいて、前記モバイルノードは、前記ファイル交換の際、当該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを前記サーバに送信するアドレス情報送信手段を備え、前記サーバは、ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、を備えたものである。   In order to solve the above problems, a peer-to-peer file exchange system according to the present invention includes a plurality of mobile nodes and a server for publishing a file list of files provided by the mobile nodes, and files between mobile nodes by peer-to-peer communication. In the central server type peer-to-peer file exchange system for performing exchange, the mobile node includes address information transmission means for transmitting a mobile IP packet including a home address unique to the mobile node to the server at the time of the file exchange. The server includes a restriction information storage unit that stores information on a home address for a mobile node that restricts file provision, and a home address transmitted from the mobile node restricts file provision to the restriction information storage unit. Mo When stored as a home address Irunodo are those having a file exchange limiting means for limiting the processing on the file exchange of the mobile node, the.

また、本発明のピアツーピアファイル交換サーバは、複数のモバイルノードがピアツーピア通信によりモバイルノード間でファイル交換を実行する際に、該モバイルノードが提供するファイルのファイル一覧を公開する中央サーバ型のピアツーピアファイル交換サーバにおいて、前記ファイル交換の際、前記モバイルノードから該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信するアドレス情報受信手段と、ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、を備えたものである。   The peer-to-peer file exchange server of the present invention is a central server type peer-to-peer file that publishes a file list of files provided by a mobile node when a plurality of mobile nodes perform file exchange between the mobile nodes through peer-to-peer communication. In the exchange server, at the time of the file exchange, address information receiving means for receiving a mobile IP packet including a home address unique to the mobile node from the mobile node, and information on the home address for the mobile node that restricts file provision And when the home address transmitted from the mobile node is stored in the restriction information storage unit as the home address of the mobile node that restricts the provision of the file, the mobile node And file exchange limiting means for limiting the processing related to file exchange, those having a.

本発明によれば、ファイル交換の際に、モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信して、そのホームアドレスがファイル提供を制限するモバイルノードのものであると判定したときには、そのモバイルノードのファイル交換に関する処理を制限するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル交換を制限することができる。   According to the present invention, when a mobile IP packet including a home address unique to a mobile node is received during file exchange and it is determined that the home address belongs to a mobile node that restricts file provision, Since processing related to file exchange of the mobile node is restricted, file exchange by a predetermined mobile node can be restricted even when peer-to-peer file exchange is performed between mobile nodes of the mobile IP network.

本発明の第1の発明のピアツーピアファイル交換システムは、複数のモバイルノードと該モバイルノードが提供するファイルのファイル一覧を公開するためのサーバとを備え、ピアツーピア通信によりモバイルノード間でファイル交換を実行する中央サーバ型のピアツーピアファイル交換システムにおいて、前記モバイルノードは、前記ファイル交換の際、当該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを前記サーバに送信するアドレス情報送信手段を備え、前記サーバは、ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、を備えたものである。   A peer-to-peer file exchange system according to a first aspect of the present invention includes a plurality of mobile nodes and a server for publishing a file list of files provided by the mobile nodes, and performs file exchange between mobile nodes by peer-to-peer communication. In the central server type peer-to-peer file exchange system, the mobile node includes address information transmission means for transmitting a mobile IP packet including a home address unique to the mobile node to the server at the time of the file exchange. Is a restriction information storage means for storing information on a home address for a mobile node that restricts the provision of files, and a mobile node that restricts the provision of files to the restriction information storage means by the home address transmitted from the mobile node. of When stored as over beam addresses are those having a file exchange limiting means for limiting the processing on the file exchange of the mobile node, the.

この構成により、ファイル交換の際に、モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信して、そのホームアドレスがファイル提供を制限するモバイルノードのものであると判定したときには、そのモバイルノードのファイル交換に関する処理を制限するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル交換を制限するという作用効果を有する。   With this configuration, when a mobile IP packet including a home address unique to a mobile node is received during file exchange and it is determined that the home address belongs to a mobile node that restricts file provision, the mobile node Therefore, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, there is an effect that the file exchange by a predetermined mobile node is restricted.

本発明の第2の発明のピアツーピアファイル交換システムは、第1の発明において、前記モバイルノードは、自ノードが提供するファイルのファイル一覧を前記サーバに送信するファイル一覧送信手段をさらに備え、前記サーバは、ファイル提供側の前記モバイルノードから送信された前記モバイルIPパケットに含まれるホームアドレスを気付アドレスと関連付けて記憶するモバイルノード情報記憶手段と、ファイル提供側の前記モバイルノードから受信した前記ファイル一覧を送信元の気付アドレスと対応付けて記憶するファイル一覧記憶手段とをさらに備え、前記ファイル交換制限手段は、ファイル要求側の前記モバイルノードからファイル一覧記憶手段に記憶されたファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルを含むファイル一覧に対応する気付アドレスをファイル一覧記憶手段から取得し、取得した気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とするものである。   The peer-to-peer file exchange system according to a second aspect of the present invention is the peer-to-peer file exchange system according to the first aspect, wherein the mobile node further comprises file list transmission means for transmitting a file list of files provided by the mobile node to the server. Mobile node information storage means for storing a home address included in the mobile IP packet transmitted from the mobile node on the file providing side in association with a care-of address, and the file list received from the mobile node on the file providing side File list storage means for storing the file in association with the care-of address of the transmission source, wherein the file exchange restriction means is a file included in the file list stored in the file list storage means from the mobile node on the file request side. If you accept a request for The care-of address corresponding to the file list including the file related to the request is acquired from the file list storage means, the home address corresponding to the acquired care-of address is acquired from the mobile node information storage means, and the acquired home address is provided by the file The file is provided only to the mobile node that determines that the file can be provided by determining whether or not the file can be provided by the mobile node of the providing source based on whether or not the restriction information is stored in the restriction information storage unit. Is possible.

この構成により、変動するアドレス(気付アドレス)に対応付けられたファイル一覧中のファイルの提供の要求を受けた場合にも、変動するアドレスをモバイルノードに固有のアドレス(ホームアドレス)に変換してファイルの提供の可否を判断するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル提供を制限することができるという作用効果を有する。   With this configuration, even when a request for providing a file in a file list associated with a fluctuating address (care-of address) is received, the fluctuating address is converted into a unique address (home address) for the mobile node. Since it is determined whether or not a file can be provided, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, there is an operational effect that file provision by a predetermined mobile node can be restricted.

本発明の第3の発明のピアツーピアファイル交換サーバは、複数のモバイルノードがピアツーピア通信によりモバイルノード間でファイル交換を実行する際に、該モバイルノードが提供するファイルのファイル一覧を公開する中央サーバ型のピアツーピアファイル交換サーバにおいて、前記ファイル交換の際、前記モバイルノードから該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信するアドレス情報受信手段と、ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、を備えたものである。   A peer-to-peer file exchange server according to a third aspect of the present invention is a central server type that publishes a file list of files provided by a mobile node when a plurality of mobile nodes perform file exchange between the mobile nodes through peer-to-peer communication. In the peer-to-peer file exchange server, in the file exchange, address information receiving means for receiving a mobile IP packet including a home address unique to the mobile node from the mobile node, and a home for the mobile node that restricts file provision Restriction information storage means for storing information related to the address, and when the home address transmitted from the mobile node is stored in the restriction information storage means as the home address of the mobile node for restricting file provision, And file exchange limiting means for limiting the processing related to exchange files over de, those having a.

この構成により、ファイル交換の際に、モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信して、そのホームアドレスがファイル提供を制限するモバイルノードのものであると判定したときには、そのモバイルノードのファイル交換に関する処理を制限するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル交換を制限するという作用効果を有する。   With this configuration, when a mobile IP packet including a home address unique to a mobile node is received during file exchange and it is determined that the home address belongs to a mobile node that restricts file provision, the mobile node Therefore, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, there is an effect that the file exchange by a predetermined mobile node is restricted.

本発明の第4の発明のピアツーピアファイル交換サーバは、第3の発明において、ファイル提供側の前記モバイルノードから当該モバイルノードが提供するファイルのファイル一覧を受信するファイル一覧送信手段と、ファイル提供側の前記モバイルノードから送信された前記モバイルIPパケットに含まれるホームアドレスを気付アドレスと関連付けて記憶するモバイルノード情報記憶手段と、ファイル提供側の前記モバイルノードから受信した前記ファイル一覧を送信元の気付アドレスと対応付けて記憶するファイル一覧記憶手段とをさらに備え、前記ファイル交換制限手段は、ファイル要求側の前記モバイルノードからファイル一覧記憶手段に記憶されたファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルを含むファイル一覧に対応する気付アドレスをファイル一覧記憶手段から取得し、取得した気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とするものである。   According to a fourth aspect of the present invention, the peer-to-peer file exchange server according to the third aspect of the present invention is the file list transmission means for receiving the file list of the file provided by the mobile node from the mobile node on the file providing side, and the file providing side Mobile node information storage means for storing the home address included in the mobile IP packet transmitted from the mobile node in association with a care-of address, and the source list of the file list received from the mobile node on the file providing side. A file list storage means for storing the file list in association with an address, wherein the file exchange restriction means sends a request to provide a file included in the file list stored in the file list storage means from the mobile node on the file request side. If accepted, the request A care-of address corresponding to a file list including a file is acquired from the file list storage unit, a home address corresponding to the acquired care-of address is acquired from the mobile node information storage unit, and the acquired home address restricts file provision It is possible to provide the file only to the mobile node that has determined that the file can be provided by determining whether or not the file of the providing source mobile node can be provided depending on whether or not the restriction information storage unit stores the file. To do.

この構成により、変動するアドレス(気付アドレス)に対応付けられたファイル一覧中のファイルの提供の要求を受けた場合にも、変動するアドレスをモバイルノードに固有のアドレス(ホームアドレス)変換してファイルの提供の可否を判断するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル提供を制限することができるという作用効果を有する。   With this configuration, even when a request for providing a file in a file list associated with a fluctuating address (care-of address) is received, the fluctuating address is converted into a unique address (home address) for the mobile node and the file is converted. Therefore, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, it is possible to limit file provision by a predetermined mobile node.

本発明の第5の発明のピアツーピアファイル交換システムは、複数のモバイルノードを備え、ピアツーピア通信によりモバイルノード間でファイル交換を実行する純粋型のピアツーピアファイル交換システムにおいて、前記モバイルノードと通信可能なサーバを備え、前記モバイルノードは、前記ファイル交換の際、当該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを前記サーバに送信するアドレス情報送信手段を備え、前記サーバは、ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、を備えたものである。   A peer-to-peer file exchange system according to a fifth aspect of the present invention is a pure type peer-to-peer file exchange system comprising a plurality of mobile nodes and performing file exchange between mobile nodes by peer-to-peer communication. The mobile node includes address information transmitting means for transmitting a mobile IP packet including a home address unique to the mobile node to the server when the file is exchanged, and the server restricts file provision Restriction information storage means for storing information on the home address for the mobile node, and the home address transmitted from the mobile node are stored in the restriction information storage means as the home address of the mobile node that restricts the provision of files. When Are those having a file exchange limiting means for limiting the processing on the file exchange of the mobile node, the.

この構成により、ファイル交換の際に、モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信して、そのホームアドレスがファイル提供を制限するモバイルノードのものであると判定したときには、そのモバイルノードのファイル交換に関する処理を制限するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル交換を制限するという作用効果を有する。   With this configuration, when a mobile IP packet including a home address unique to a mobile node is received during file exchange and it is determined that the home address belongs to a mobile node that restricts file provision, the mobile node Therefore, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, there is an effect that the file exchange by a predetermined mobile node is restricted.

本発明の第6の発明のピアツーピアファイル交換システムは、第5の発明において、前記モバイルノードは、提供するファイルのファイル一覧をファイル要求側の前記モバイルノードに閲覧させて該ファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルの提供の是非を問い合わせる問い合わせ情報を前記サーバに送信する問い合わせ手段をさらに備え、前記ファイル交換制限手段は、ファイル提供側の前記モバイルノードからの問い合わせ情報を受信すると、前記問い合わせ情報の送信元の気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とするものである。   The peer-to-peer file exchange system according to a sixth aspect of the present invention is the peer-to-peer file exchange system according to the fifth aspect, wherein the mobile node causes the mobile node on the file request side to browse the file list of the file to be provided and the file included in the file list When the request for providing the file is received, the server further includes inquiry means for sending inquiry information asking whether or not to provide the file according to the request to the server, and the file exchange limiting means includes an inquiry from the mobile node on the file providing side. When the information is received, a home address corresponding to the care-of address of the inquiry information transmission source is acquired from the mobile node information storage means, and the acquired home address is stored in the restriction information storage means as a restriction on file provision. Depending on whether or not it is provided To determine whether to provide the file of the mobile node, provided the file is one that enables the provision of a file only mobile node it is determined that variable.

この構成により、変動するアドレス(気付アドレス)のモバイルノードは、サーバにファイルの提供可否の問い合わせを行い、問い合わせを受けると、サーバは、問い合わせ元のモバイルノードの変動するアドレスをモバイルノード固有のアドレス(ホームアドレス)に変換してファイルの提供の可否を判断するので、モバイルIPネットワークのモバイルノード間でピアツーピアファイル交換をする場合にも、所定のモバイルノードによるファイル提供を制限することができるという作用効果を有する。   With this configuration, the mobile node having a fluctuating address (care-of address) makes an inquiry to the server as to whether or not the file can be provided. Since it is converted to (home address) and it is determined whether or not a file can be provided, even when a peer-to-peer file exchange is performed between mobile nodes of a mobile IP network, it is possible to limit file provision by a predetermined mobile node Has an effect.

以下、図面を参照しながら、本発明の実施の形態について説明する。
(実施の形態1)
実施の形態1のピアツーピアファイル交換システムは、サーバによりファイル検索データベースの提供と端末装置の接続管理とを行ういわゆる中央サーバ型のピアツーピアファイル交換システムである。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
(Embodiment 1)
The peer-to-peer file exchange system of the first embodiment is a so-called central server type peer-to-peer file exchange system in which a server provides a file search database and manages connection of terminal devices.

図1は、実施の形態1にかかるピアツーピアファイル交換システムの全体構成を示すものである。図1において、端末装置10、端末装置20、その他の複数の端末装置がネットワーク40を介してサーバ装置30(中央サーバ)と接続している。本ピアツーピアファイル交換システムでは、複数の端末装置10、20・・・がサーバ装置30にログインし、Binding Updateにより各自固有のホームアドレス情報と公開するファイルの一覧情報をサーバ装置30に送信する。その後、例えば、端末装置10がサーバ装置30に公開されているファイル一覧から(端末装置20の)あるファイルを検索し、見つけた後、サーバ装置30にそのファイルのダウンロード要求を送信する。サーバ装置30は端末装置10のダウンロード要求を受信すると、制限する端末装置のホームアドレスリストを参照して、そのリスト中にファイル提供側である端末装置20のホームアドレスが含まれているか(制限に該当するか)を確認する。制限に該当する(リストに含まれる)場合は、端末装置10からのダウンロード要求を拒否する。制限に該当しない(リストに含まれない)場合は、端末装置10からのダウンロード要求を提供側の端末装置20に通知する。端末装置20はサーバ装置30からの通知を受け、端末装置10から該当するファイルを直接ダウンロードできるように次のステップに進む。   FIG. 1 shows an overall configuration of a peer-to-peer file exchange system according to a first embodiment. In FIG. 1, a terminal device 10, a terminal device 20, and a plurality of other terminal devices are connected to a server device 30 (central server) via a network 40. In this peer-to-peer file exchange system, a plurality of terminal devices 10, 20... Log in to the server device 30 and send their own home address information and list information of files to be released to the server device 30 through Binding Update. After that, for example, the terminal device 10 searches for a file (of the terminal device 20) from the file list published to the server device 30, and after finding the file, transmits a download request for the file to the server device 30. When the server device 30 receives the download request from the terminal device 10, the server device 30 refers to the home address list of the terminal device to be restricted, and whether the list includes the home address of the terminal device 20 on the file providing side (the restriction is included). Check if it applies. If the restriction is satisfied (included in the list), the download request from the terminal device 10 is rejected. If the restriction is not met (not included in the list), a download request from the terminal device 10 is notified to the terminal device 20 on the providing side. The terminal device 20 receives the notification from the server device 30 and proceeds to the next step so that the corresponding file can be directly downloaded from the terminal device 10.

次に、実施の形態1のピアツーピアファイル交換システムを構成する各装置について説明する。まず、図2を用いて端末装置について説明する。図2は、実施の形態1にかかる端末装置の内部構成を示すものである。図2においては、端末装置10を例に挙げて説明するが、他の端末装置20・・・も同様な内部構成を有する。   Next, each device constituting the peer-to-peer file exchange system of the first embodiment will be described. First, the terminal device will be described with reference to FIG. FIG. 2 shows an internal configuration of the terminal apparatus according to the first embodiment. In FIG. 2, the terminal device 10 will be described as an example, but the other terminal devices 20... Have the same internal configuration.

図2において、端末装置10は、データベース(DBと略す)11、主要機能部15、ネットワーク通信部19を備えている。また、DB11には、ダウンロード情報12、公開ファイル情報13、ホームアドレス情報14が含まれている。主要機能部15は、OS18、MIP MN機能部17、P2P端末用アプリ16を備えている。   In FIG. 2, the terminal device 10 includes a database (abbreviated as DB) 11, a main function unit 15, and a network communication unit 19. The DB 11 includes download information 12, public file information 13, and home address information 14. The main function unit 15 includes an OS 18, a MIP MN function unit 17, and a P2P terminal application 16.

MIP MN機能部17は、サーバ装置30に端末装置10のホームアドレス情報14として端末装置10のホームアドレスと気付アドレスとの対応付け情報をホームアドレスを含むモバイルIPパケットとして送信する。またP2P端末用アプリ16は、公開ファイル情報13の一覧情報(ファイル一覧)をサーバ装置30へ公開するとともに、サーバ装置30からの許可を得た上で他の端末装置20、・・・からの該当するファイルの直接ダウンロードを行う。   The MIP MN function unit 17 transmits the association information between the home address and the care-of address of the terminal device 10 to the server device 30 as the home address information 14 of the terminal device 10 as a mobile IP packet including the home address. Further, the P2P terminal application 16 publishes the list information (file list) of the public file information 13 to the server device 30 and obtains permission from the server device 30 and then from other terminal devices 20. Download the corresponding file directly.

また、OS18は、MIP MN機能部17やP2P端末用アプリ16の機能の実現に基本の実行環境を提供し、ネットワーク通信部19は、他の端末装置20、・・・やサーバ装置30との通信を行うためにネットワーク40への送受信を行う。   The OS 18 provides a basic execution environment for realizing the functions of the MIP MN function unit 17 and the P2P terminal application 16, and the network communication unit 19 communicates with other terminal devices 20,. Transmission / reception to / from the network 40 is performed for communication.

次に、図3を用いてサーバ装置について説明する。図3は、実施の形態1にかかるサーバ装置30の内部構成を示すものである。サーバ装置30は、DB31、主要機能部35、ネットワーク通信部39を備えている。またDB31には、端末公開ファイル一覧32、端末ホームアドレス表33、制限ホームアドレスリスト34が含まれている。   Next, the server device will be described with reference to FIG. FIG. 3 shows an internal configuration of the server device 30 according to the first embodiment. The server device 30 includes a DB 31, a main function unit 35, and a network communication unit 39. The DB 31 includes a terminal public file list 32, a terminal home address table 33, and a restricted home address list 34.

主要機能部35は、OS38、MIP HA機能部37、P2Pサーバ用アプリ36とを備えている。MIP HA機能部37は、端末装置から送信してきた端末装置のホームアドレスと気付アドレスとの対応付け情報を受信して、キャッシュ(Binding Cache)であるDB31に端末ホームアドレス表33として記憶する。   The main function unit 35 includes an OS 38, a MIP HA function unit 37, and a P2P server application 36. The MIP HA function unit 37 receives the association information between the home address and the care-of address of the terminal device transmitted from the terminal device, and stores it as the terminal home address table 33 in the DB 31 that is a cache (Binding Cache).

また、P2Pサーバ用アプリ36は、端末装置10、20、・・・からの接続要求、ログイン要求、ファイル一覧公開要求、サーバのファイル一覧からのファイル検索要求、検索で見つけたファイルのダウンロード要求を対応した動作を行う。   Further, the P2P server application 36 receives a connection request from the terminal device 10, 20,..., A login request, a file list release request, a file search request from the server file list, and a download request for the file found by the search. Perform the corresponding action.

P2Pサーバ用アプリ36は、特に、端末装置10、20、・・・からのファイルダウンロード要求に応じ、制限ホームアドレスリスト34を参照して、ファイル提供側である端末装置20のホームアドレスが制限に該当するか否か(リストに含まれているか否か)を確認する。問題がなければ(制限に該当しなければ)、ダウンロード要求を提供側の端末装置に通知し、端末装置間の直接ダウンロードを成功させる。問題があれば(制限に該当すれば)、端末装置からのダウンロード要求を拒否する。   In particular, the P2P server application 36 refers to the restricted home address list 34 in response to a file download request from the terminal device 10, 20,..., And the home address of the terminal device 20 on the file providing side is restricted. Check whether it is applicable (is included in the list). If there is no problem (if it does not fall under the restriction), the download request is notified to the terminal device on the providing side, and the direct download between the terminal devices is successful. If there is a problem (if applicable), the download request from the terminal device is rejected.

また、OS38は、MIP HA機能部37、P2Pサーバ用アプリ36が機能の実現に基本の実行環境を提供し、ネットワーク通信部39は、内外の送受信を行う。   In addition, the OS 38 provides a basic execution environment for the MIP HA function unit 37 and the P2P server application 36 to realize functions, and the network communication unit 39 performs internal and external transmission / reception.

ここで、サーバ装置30のDB31に格納されている端末ホームアドレス表33と制限ホームアドレスリスト34と端末公開ファイル一覧32との構成について説明する。図4は、サーバ装置のDB31に格納されている端末ホームアドレス表33の例を示すものである。この端末ホームアドレス表33には、端末装置のMIP MN機能部17(図2参照)により送信された端末装置のホームアドレス(Home Address)と気付アドレス(Care−of Address)との対応付け情報が記憶されている。   Here, the configuration of the terminal home address table 33, the restricted home address list 34, and the terminal public file list 32 stored in the DB 31 of the server device 30 will be described. FIG. 4 shows an example of the terminal home address table 33 stored in the DB 31 of the server device. In this terminal home address table 33, association information between the home address (Home Address) and the care-of address (Care-of Address) of the terminal device transmitted by the MIP MN function unit 17 (see FIG. 2) of the terminal device is stored. It is remembered.

気付アドレスは、端末装置が現在物理的に接続したネットワークで割り当てられるIPアドレスである。ホームアドレスは、端末装置の固定識別子としての常に一意なアドレスであり、端末装置が他のネットワークに移動前にもともと接続していたネットワーク(ホーム・ネットワーク)で割り当てられたアドレスであって、端末装置に割り当てられたアドレスである。端末装置は、モバイルIPの仕組みによって、移動後もこのアドレス(ホームアドレス)と移動後のアドレス(気付アドレス)との関連付けがなされる。   The care-of address is an IP address assigned in the network to which the terminal device is currently physically connected. The home address is always a unique address as a fixed identifier of the terminal device, and is an address assigned in the network (home network) to which the terminal device was originally connected before moving to another network. Is the address assigned to. The terminal device associates this address (home address) with the address after the movement (care-of address) even after movement by the mechanism of the mobile IP.

図5は、サーバ装置のDBに格納されている制限ホームアドレスリスト34の例を示すものである。制限ホームアドレスリスト34には、例えば、端末装置Xを制限しようとした時に、P2Pサーバ用アプリ36によって、端末装置Xのホームアドレス(Home Address_Tx)が記憶されることになる。制限ホームアドレスリスト34への記憶は、ユーザが外部から適宜入力してもよい。   FIG. 5 shows an example of the restricted home address list 34 stored in the DB of the server device. In the restricted home address list 34, for example, when the terminal device X is to be restricted, the home address (Home Address_Tx) of the terminal device X is stored by the P2P server application 36. The storage in the restricted home address list 34 may be appropriately input from the outside by the user.

また、制限ホームアドレスリスト34には、参考情報として、気付アドレスや制限情報なども記憶することが考えられる。図5に示す例では、参考情報として気付アドレスと制限情報とが記憶されている。制限情報は、常時禁止、一時禁止など、さらに詳細に制限を行うための情報である。   The restricted home address list 34 may also store care-of addresses and restricted information as reference information. In the example shown in FIG. 5, a care-of address and restriction information are stored as reference information. The restriction information is information for restricting in more detail such as always prohibited or temporarily prohibited.

図6は、サーバ装置のDBに格納されている端末公開ファイル一覧32の例を示すものである。この端末公開ファイル一覧32には、端末装置のP2P端末用アプリ16(図2参照)により送信された端末装置の公開ファイル情報(図6ではファイル名)の一覧情報と送信元の端末装置の気付アドレス(Care−of Address)との対応付け情報が記憶されている。図6では、公開ファイルの一覧情報として、公開ファイルのファイル名、サイズ、形式を一例として示している。サーバ装置30のP2Pサーバ用アプリが、端末装置から公開ファイル情報の一覧情報を受け取ると、その送信元の気付アドレスに対応付けて、受け取ったファイル一覧を図6に示すような端末公開ファイル一覧32として記憶する。   FIG. 6 shows an example of the terminal public file list 32 stored in the DB of the server device. In the terminal public file list 32, the list information of the public file information (file name in FIG. 6) of the terminal device transmitted by the P2P terminal application 16 (see FIG. 2) of the terminal device and the notice of the terminal device of the transmission source. The association information with the address (Care-of Address) is stored. In FIG. 6, the file name, size, and format of the public file are shown as an example of the public file list information. When the P2P server application of the server device 30 receives the list information of the public file information from the terminal device, the received file list is associated with the care-of address of the transmission source and the terminal public file list 32 as shown in FIG. Remember as.

図3のサーバ装置30において、P2P端末用アプリ16は、端末装置10からのファイルダウンロード要求に応じて、その要求をファイルの提供側の端末装置20へ通知する前に、まず、端末公開ファイル一覧32を参照して、要求されたファイルの公開ファイル情報の一覧情報と対応付けられている気付アドレスを取得して、端末ホームアドレス表33を参照して、取得した気付アドレスに対応するホームアドレスを取得し、この制限ホームアドレスリスト34に、ファイル提供側の端末装置20のホームアドレス(取得したホームアドレス)が入っているか否かを確認する。その確認結果に基づき、端末装置間のピアツーピアファイル交換を成功させるか否かを判定する。   In the server device 30 of FIG. 3, the P2P terminal application 16 first responds to the file download request from the terminal device 10 before notifying the request to the terminal device 20 on the file providing side, first of all, the terminal public file list 32, the care-of address associated with the list information of the public file information of the requested file is obtained, and the home address corresponding to the obtained care-of address is obtained by referring to the terminal home address table 33. It is acquired and it is confirmed whether or not the home address (acquired home address) of the terminal device 20 on the file providing side is included in the restricted home address list 34. Based on the confirmation result, it is determined whether or not the peer-to-peer file exchange between the terminal devices is successful.

次に、実施の形態1の中央サーバ型ピアツーピアファイル交換システムの動作について説明する。図7は、実施の形態1の中央サーバ型ピアツーピアファイル交換システムのシーケンスを示している。図7において、モバイルノード機能(MN)を有する端末装置10と、モバイルノード機能(MN)を有する端末装置20と、ホームエージェント(HA)機能とピアツーピアサーバサービス及び端末制限機能を有するサーバ装置30(中央サーバ)とがやり取りをしている。   Next, the operation of the central server type peer-to-peer file exchange system of the first embodiment will be described. FIG. 7 shows a sequence of the central server type peer-to-peer file exchange system according to the first embodiment. In FIG. 7, a terminal device 10 having a mobile node function (MN), a terminal device 20 having a mobile node function (MN), a server device 30 having a home agent (HA) function, a peer-to-peer server service, and a terminal restriction function ( (Central server) is communicating.

まず、端末装置20は、ピアツーピアクライアントとして、サーバ装置30にログインし、Binding Updateによりサーバ装置30に端末装置20自身のホームアドレス(HoA)と気付アドレス(CoA)との対応付けについての更新情報を送信する(S101)。このBinding Updateによる更新情報の送信は、通常のモバイルネットワークを移動したときの送信とは別に、後述するファイル一覧を送信する際に送信されるものである。   First, the terminal device 20 logs in to the server device 30 as a peer-to-peer client, and updates information regarding the association between the home address (HoA) and the care-of address (CoA) of the terminal device 20 itself to the server device 30 by Binding Update. Transmit (S101). The update information transmitted by Binding Update is transmitted when transmitting a file list, which will be described later, separately from transmission when moving in a normal mobile network.

端末装置20からのBinding Update更新情報を受け取って更新を行うと、サーバ装置30は、更新に成功したことをBinding Ack(Binding Acknowledgement)として端末装置20へ通知する(S102)。   Upon receiving the Binding Update update information from the terminal device 20 and performing the update, the server device 30 notifies the terminal device 20 that the update has been successful as a Binding Ack (Binding Acknowledgment) (S102).

端末装置20は、端末装置20自身が公開するファイル一覧情報をサーバ装置30へ送信する(S103)。一方、端末装置10とサーバ装置30との間でも同じ流れで、シーケンスS104からシーケンスS106を実行する。   The terminal device 20 transmits file list information published by the terminal device 20 itself to the server device 30 (S103). On the other hand, the sequence S104 to sequence S106 are executed in the same flow between the terminal device 10 and the server device 30.

次に、端末装置10は、サーバ装置30のファイルリストから端末装置20が公開するあるファイルを検索し(S107)、見つけた場合、そのファイルのダウンロード要求をサーバ装置30に送信する(S108)。端末装置10からのファイルダウンロード要求を受け取った後、サーバ装置30は、要求にかかるファイルを提供する端末装置20の気付アドレスを端末公開ファイル一覧32から取得し、取得した気付アドレスに対応するホームアドレスを端末ホームアドレス表33から取得し、制限ホームアドレスリスト34を参照し、該当するファイルを持っている端末装置20のホームアドレスが制限ホームアドレスリスト34に入っているか(制限に該当するか)確認する(S109)。   Next, the terminal device 10 searches a file published by the terminal device 20 from the file list of the server device 30 (S107), and if found, transmits a download request for the file to the server device 30 (S108). After receiving the file download request from the terminal device 10, the server device 30 acquires the care-of address of the terminal device 20 that provides the requested file from the terminal public file list 32, and the home address corresponding to the acquired care-of address. Is obtained from the terminal home address table 33, the restricted home address list 34 is referred to, and whether the home address of the terminal device 20 having the corresponding file is included in the restricted home address list 34 (whether it falls under the restriction) is confirmed. (S109).

制限ホームアドレスリスト34に入っていなければ(制限に該当しなければ)、サーバ装置30は、端末装置10からのダウンロード要求を端末装置20へ通知し(S110)、それから、端末装置10が端末装置20から直接該当するファイルをダウンロードする(S111)。   If it is not in the restricted home address list 34 (not applicable), the server device 30 notifies the terminal device 20 of a download request from the terminal device 10 (S110), and then the terminal device 10 The corresponding file is downloaded directly from 20 (S111).

一方、制限ホームアドレスリスト34に入っていれば(制限に該当すれば)、サーバ装置30は、端末装置10からのダウンロード要求を端末装置20へ通知せず、端末装置10からのダウンロード要求を拒否する。   On the other hand, if it is in the restricted home address list 34 (if applicable), the server device 30 does not notify the terminal device 20 of a download request from the terminal device 10 and rejects the download request from the terminal device 10. To do.

次に、図7のシーケンス図上に各装置の動作のフローチャートを示す図8を用いて、中央サーバ型ピアツーピアファイル交換システムの動作をさらに詳細に説明する。   Next, the operation of the central server type peer-to-peer file exchange system will be described in more detail with reference to FIG. 8 showing a flowchart of the operation of each apparatus on the sequence diagram of FIG.

図8は、実施の形態1の中央サーバ型ピアツーピアファイル交換システムのサーバ装置30(中央サーバ)と端末装置10、20との処理手順を示すフローチャートである。サーバ装置30は、ホームエージェント(HA)機能とピアツーピアサーバサービス及び端末制限機能を有しており、端末装置10および端末装置20は、ピアツーピアクライアント機能以外にモバイルノード機能(MN)も有している。   FIG. 8 is a flowchart showing a processing procedure between the server device 30 (central server) and the terminal devices 10 and 20 in the central server type peer-to-peer file exchange system according to the first embodiment. The server device 30 has a home agent (HA) function, a peer-to-peer server service, and a terminal restriction function. The terminal device 10 and the terminal device 20 also have a mobile node function (MN) in addition to the peer-to-peer client function. .

まず、端末装置20は、サーバ装置30にアクセスしてログインする。それから、Binding Updateにより端末装置20自身のホームアドレス(HoA)と気付アドレス(CoA)の対応付け更新情報をサーバ装置30に送信する(ステップS201)。サーバ装置30は、端末装置20のBinding Update更新情報を受け取って、Binding Updateにより端末ホームアドレス表33の端末装置20のホームアドレスと気付アドレスとの対応付けの更新を行い(ステップS202)、その後更新に成功したことを端末装置20に通知する(ステップS203)。   First, the terminal device 20 accesses the server device 30 and logs in. Then, the association update information of the home address (HoA) and the care-of address (CoA) of the terminal device 20 itself is transmitted to the server device 30 by Binding Update (step S201). The server device 30 receives the Binding Update update information of the terminal device 20, updates the association between the home address and the care-of address of the terminal device 20 in the terminal home address table 33 by the Binding Update (step S202), and then updates Is notified to the terminal device 20 (step S203).

この通知を受けると、端末装置20は公開するファイル一覧情報を自身の気付アドレスを送信元としてサーバ装置30へ送信(ステップS204)し、サーバ装置30は、端末公開ファイル一覧32の更新を行って他の端末装置から見られるようにファイル一覧情報が公開される。端末公開ファイル一覧32の更新は、サーバ装置30において、P2Pサーバ用アプリ36が、受信したファイル一覧情報と送信元である端末装置20の気付アドレスとの関連付けによって行う。   Upon receiving this notification, the terminal device 20 transmits the file list information to be disclosed to the server device 30 with its care-of address as the transmission source (step S204), and the server device 30 updates the terminal public file list 32. File list information is disclosed so that it can be seen from other terminal devices. The terminal public file list 32 is updated by the P2P server application 36 in the server device 30 by associating the received file list information with the care-of address of the terminal device 20 that is the transmission source.

端末装置10は、端末装置20のステップS201とステップS204と同じような動作を実行し(ステップS205、ステップS208)、一方のサーバ装置30は、ステップS202と同じように端末装置10のBinding Update更新情報を受け取って、Binding Updateにより端末ホームアドレス表33の端末装置10のホームアドレスと気付アドレスとの対応付けの更新を行い(ステップS206)、Binding Ackを端末装置10へ送信して(ステップS207)、公開ファイル一覧の更新を行う(ステップS208)。   The terminal device 10 performs the same operation as steps S201 and S204 of the terminal device 20 (steps S205 and S208), and one server device 30 updates the binding update of the terminal device 10 as in step S202. The information is received, and the association between the home address and the care-of address of the terminal device 10 in the terminal home address table 33 is updated by Binding Update (step S206), and the Binding Ack is transmitted to the terminal device 10 (step S207). The public file list is updated (step S208).

その後、端末装置10は、サーバ装置30の端末公開ファイル一覧32から(端末装置20が公開した)あるファイルを検索し(ステップS209)、サーバ装置30は、その検索結果(検索したファイルがあること)を端末装置10に送信する(ステップS210)。   Thereafter, the terminal device 10 searches for a file (published by the terminal device 20) from the terminal public file list 32 of the server device 30 (step S209), and the server device 30 finds the search result (there is a searched file). ) Is transmitted to the terminal device 10 (step S210).

検索結果を受けると、端末装置10は、検索で見つけたファイルのダウンロード要求をサーバ装置30に送信する(ステップS211)。サーバ装置30は、ダウンロード要求に応じて、まず、提供側である端末装置20のホームアドレス(HoA)が、制限ホームアドレスリスト34に入っているか否かを確認する(ステップS212)。   Upon receiving the search result, the terminal device 10 transmits a download request for the file found by the search to the server device 30 (step S211). In response to the download request, the server device 30 first checks whether or not the home address (HoA) of the terminal device 20 on the providing side is included in the restricted home address list 34 (step S212).

ステップS212の制限の確認は、サーバ装置30において、P2Pサーバ用アプリ36が、ダウンロード要求に応じて、まず、端末公開ファイル一覧32を参照して、ダウンロード要求を受けたファイルの提供側である端末装置20の気付アドレス(CoA)を特定し、端末ホームアドレス表33を参照して、特定した気付アドレス(CoA)からホームアドレス(HoA)に変換し、さらに、制限ホームアドレスリスト34を参照して、そのホームアドレス(HoA)が制限に該当するかを確認することによって行う。   In step S212, the restriction is confirmed by checking that in the server device 30, the P2P server application 36 first refers to the terminal public file list 32 in response to the download request, and is the terminal that provides the file that has received the download request. The care-of address (CoA) of the device 20 is identified, the terminal home address table 33 is referred to, the identified care-of address (CoA) is converted into the home address (HoA), and the restricted home address list 34 is further referred to. This is done by checking whether the home address (HoA) falls under the restriction.

制限ホームアドレスリスト34に入っていれば(制限に該当すれば)、サーバ装置30は、ダウンロード不可のメッセージを端末装置10に通知する(ステップS213)。端末装置10は、サーバ装置30からの通知内容を判別し(ステップS216)、不可通知と判別した場合、何もせずに待機状態に入る。   If it is in the restricted home address list 34 (if applicable), the server device 30 notifies the terminal device 10 of a message indicating that download is not possible (step S213). The terminal device 10 determines the content of notification from the server device 30 (step S216). If it is determined that the notification is impossible, the terminal device 10 enters a standby state without doing anything.

一方、制限ホームアドレスリスト34に入ってなければ(制限に該当しなければ)、端末装置10のダウンロード要求をそのまま端末装置20に転送し(ステップS214)、ダウンロードの許可を端末装置10に通知する(ステップS215)。S216で許可通知と判別した場合、端末装置10は、(許可通知に含まれるファイルの提供側である端末装置20の気付アドレスをもとに端末装置20と接続して、)端末装置20から直接該当するファイルをダウンロードする(ステップS217)。   On the other hand, if it is not in the restricted home address list 34 (if it does not correspond to the restriction), the download request of the terminal device 10 is transferred to the terminal device 20 as it is (step S214), and download permission is notified to the terminal device 10. (Step S215). If it is determined that the notification is permission in S216, the terminal device 10 directly connects to the terminal device 20 (connecting to the terminal device 20 based on the care-of address of the terminal device 20 on the file providing side included in the permission notification). The corresponding file is downloaded (step S217).

このように、中央サーバ型ピアツーピアファイル交換システムにおいて、Mobile IP(モバイルIP)技術を用いて端末装置間(ユーザ間)においてファイル交換する際に、気付アドレスとホームアドレスとの対応付け(バインディング)を記憶したホームエージェントにファイル提供側である端末装置のホームアドレスをキーワードにした制限情報を備え、この情報によって端末装置のファイル提供を制限するので、モバイルIPのようにネットワークを移動してファイル提供側の端末装置のアドレスが変わってしまうような場合でも、端末装置による違法なファイル交換行為を防ぐことを実現できる。   Thus, in the central server type peer-to-peer file exchange system, when exchanging files between terminal devices (between users) using Mobile IP (mobile IP) technology, association (binding) between the care-of address and the home address is performed. Since the stored home agent is provided with restriction information using the home address of the terminal device that is the file providing side as a keyword, and the file provision of the terminal device is restricted by this information, the file providing side is moved by moving the network like mobile IP Even if the address of the terminal device changes, it is possible to prevent illegal file exchange by the terminal device.

また、端末装置10、20・・・は、ファイル一覧を公開するためにログインするときに、自身のホームアドレス(HoA)と気付アドレス(CoA)との対応付けの更新情報を送信することにより、端末ホームアドレス表33が常に最新の状態に更新されるので、気付アドレスを確実に対応するホームアドレスに変換してファイルの提供の可否を判定することができる。   Further, when the terminal devices 10, 20... Log in to publish the file list, the terminal devices 10, 20... Transmit update information on the correspondence between their home address (HoA) and the care-of address (CoA). Since the terminal home address table 33 is constantly updated to the latest state, the care-of address can be surely converted to the corresponding home address to determine whether or not the file can be provided.

以上の実施の形態1では、端末装置10、20・・・からのファイル提供の要求を受けてから提供側の端末装置のホームアドレスが制限に該当するか否かを確認する構成であったが、端末装置10、20・・・がサーバ装置30に自分固有のホームアドレス情報を公開する際にサーバ装置が制限ホームアドレスリスト34を参照しながら、端末装置のホームアドレスが制限に該当するか否かを確認し、問題があれば、その以降のサーバサービスの使用はすべて禁止するような構成でもよい。   In the first embodiment described above, the configuration is such that after receiving a file provision request from the terminal device 10, 20..., It is confirmed whether the home address of the terminal device on the providing side falls under the restriction. When the terminal devices 10, 20... Disclose their own home address information to the server device 30, the server device refers to the restricted home address list 34 and whether the home address of the terminal device falls under the restriction. If there is a problem, the configuration may be such that all subsequent use of the server service is prohibited.

また、実施の形態1では、端末装置10や端末装置20がファイル一覧情報をサーバ装置30に送信するときに行うBinding Update(自身のホームアドレスと気付アドレスとの対応付けについて更新情報を送信する)のみを説明したが、もちろん、Binding Updateを行う時期は、ファイル一覧情報をサーバ装置30に送信する際であればよく、具体的には、ファイル一覧情報をサーバ装置30に送信するときのみに行う、ネットワーク移動したときにのみ行う、またはその両方の時期のいずれでもよい。このBinding Updateは、ファイル一覧情報をサーバ装置30に送信するときに行うと、確実に最新のホームアドレスと気付アドレスとの対応付けが得られるので好ましい。また、Binding Updateをネットワーク移動したときに行う場合は、サーバ装置30としてモバイルIPのホームエージェントとして機能するサーバを利用できるので、本発明のサーバ装置30とホームエージェントとして別々のサーバを設ける必要がなくなり、省コストと省スペースを同時に実現できる。
(実施の形態2)
次に、実施の形態2のピアツーピアファイル交換システムについて説明する。実施の形態1のピアツーピアファイル交換システムは、実施の形態1と異なり、ファイル検索データベースの情報を管理するいわゆる中央サーバがなく、すべての情報がバケツリレー式に利用者の間を流通する、いわゆる純粋型のピアツーピアファイル交換システムである。
In the first embodiment, the binding update performed when the terminal device 10 or the terminal device 20 transmits the file list information to the server device 30 (update information is transmitted regarding the association between the home address and the care-of address) Of course, only when the file list information is transmitted to the server device 30, the timing for performing the binding update may be performed only when the file list information is transmitted to the server device 30. This can be done only when the network moves, or both. This Binding Update is preferably performed when the file list information is transmitted to the server device 30 because the latest home address and care-of address can be reliably obtained. In addition, when the Binding Update is performed when moving over the network, a server functioning as a mobile IP home agent can be used as the server device 30, so that it is not necessary to provide separate servers as the server device 30 and the home agent of the present invention. Cost saving and space saving can be realized at the same time.
(Embodiment 2)
Next, a peer-to-peer file exchange system according to the second embodiment will be described. Unlike the first embodiment, the peer-to-peer file exchange system according to the first embodiment does not have a so-called central server that manages information in the file search database, and all information is distributed between users in a bucket relay manner. Type peer-to-peer file exchange system.

実施の形態2の純粋型ピアツーピアファイル交換システムの全体構成は、図1に示す実施の形態1の中央サーバ型ピアツーピアファイル交換システムの全体構成と同じであり、実施の形態2にかかる端末装置10、20、・・・の内部構成は、実施の形態1の端末装置10、20、・・・の内部構成と同じであるのでこれらの説明は省略する。   The overall configuration of the pure peer-to-peer file exchange system of the second embodiment is the same as the overall configuration of the central server peer-to-peer file exchange system of the first embodiment shown in FIG. 1, and the terminal device 10 according to the second embodiment, .. Are the same as the internal configurations of the terminal devices 10, 20,...

図9は、実施の形態2にかかるサーバ装置30(管理サーバ)の内部構成を示すものである。サーバ装置30(管理サーバ)は通常のモバイルIPシステムのHA(ホームエージェント)機能を有しており、DB31、主要機能部35、ネットワーク通信部39を備えている。   FIG. 9 illustrates an internal configuration of the server device 30 (management server) according to the second embodiment. The server device 30 (management server) has an HA (home agent) function of a normal mobile IP system, and includes a DB 31, a main function unit 35, and a network communication unit 39.

DB31には、端末のファイル提供履歴41、端末ホームアドレス表33、制限する端末のホームアドレスリスト34が含まれている。主要機能部35は、OS38、MIP HA機能部37、P2Pサーバ用アプリ36を備えている。   The DB 31 includes a terminal file provision history 41, a terminal home address table 33, and a home address list 34 of terminals to be restricted. The main function unit 35 includes an OS 38, a MIP HA function unit 37, and a P2P server application 36.

MIP HA機能部37は、端末装置から送信してきた端末装置のホームアドレスと気付アドレスとの対応付け情報を受信し、キャッシュ(Binding Cache)であるDB31に端末ホームアドレス表33として記憶することができる。   The MIP HA function unit 37 can receive the association information between the home address and the care-of address of the terminal device transmitted from the terminal device, and can store it as the terminal home address table 33 in the DB 31 that is a cache (Binding Cache). .

P2Pサーバ用アプリ36は、端末装置から送信される、提供しようとするファイル情報を受信し、端末のファイル提供履歴41に履歴することもできる。また、P2Pサーバ用アプリ36は、端末装置から他の端末装置へファイルを提供していいか否かの問い合わせを受けると、端末ホームアドレス表33を参照して、問い合わせを行った提供側の端末装置の現在のアドレス(気付アドレス)からホームアドレスを特定する。さらにP2Pサーバ用アプリ36は、制限ホームアドレスリスト34を参照しながら、特定したホームアドレスが制限に該当するか否かを確認する。このようにしてP2Pサーバ用アプリ36は、受信した端末装置のホームアドレスに基づいて、その端末装置が他の端末装置へファイルを提供していいか否かを判別することができる。   The P2P server application 36 can receive file information to be provided, which is transmitted from the terminal device, and can record the file information in the file provision history 41 of the terminal. Further, when the P2P server application 36 receives an inquiry from the terminal device as to whether or not to provide a file to another terminal device, the terminal device on the providing side that has made the inquiry with reference to the terminal home address table 33 The home address is specified from the current address (care-of address). Further, the P2P server application 36 refers to the restricted home address list 34 and confirms whether or not the identified home address corresponds to the restriction. In this way, the P2P server application 36 can determine whether or not the terminal device can provide a file to another terminal device based on the received home address of the terminal device.

P2Pサーバ用アプリ36は、提供可と判別すれば、提供側の端末装置へ提供可というメッセージを送信し、一方、提供不可と判別すれば、提供不可というメッセージを端末装置に送信する。   If it is determined that the provision is possible, the P2P server application 36 transmits a message indicating that the provision is possible to the terminal device on the providing side.

また、OS38は、MIP HA機能部37、P2Pサーバ用アプリ36が機能の実現に基本の実行環境を提供し、ネットワーク通信部39は、内外の送受信を行う。   In addition, the OS 38 provides a basic execution environment for the MIP HA function unit 37 and the P2P server application 36 to realize functions, and the network communication unit 39 performs internal and external transmission / reception.

また、実施の形態2のサーバ装置のDB31に格納されている端末ホームアドレス表33および制限ホームアドレスリスト34は、実施の形態1の構成と同じであるのでその説明は省略する。   Further, the terminal home address table 33 and the restricted home address list 34 stored in the DB 31 of the server device according to the second embodiment are the same as those in the first embodiment, so that the description thereof is omitted.

次に、実施の形態2の純粋型ピアツーピアファイル交換システムの動作について説明する。図10は、実施の形態2の純粋型ピアツーピアファイル交換システムのシーケンスを示している。図10において、モバイルノード機能(MN)を有する端末装置10、モバイルノード機能(MN)を有する端末装置20、ホームエージェント(HA)機能と端末制限機能を有するサーバ装置(管理サーバ)30がやり取りをしている。   Next, the operation of the pure peer-to-peer file exchange system according to the second embodiment will be described. FIG. 10 shows a sequence of the pure peer-to-peer file exchange system according to the second embodiment. In FIG. 10, a terminal device 10 having a mobile node function (MN), a terminal device 20 having a mobile node function (MN), and a server device (management server) 30 having a home agent (HA) function and a terminal restriction function communicate with each other. is doing.

まず、端末装置10が端末装置20に接続し(S301)、ファイルの問い合わせをする(S302)。端末装置10からの問い合わせに応じ、端末装置20は自分自身でファイルの有無を確認する(S303)。   First, the terminal device 10 connects to the terminal device 20 (S301), and inquires about a file (S302). In response to the inquiry from the terminal device 10, the terminal device 20 confirms the existence of the file by itself (S303).

ファイルがあった場合、端末装置20がBinding Updateによって、自分のホームアドレス(HoA)と気付アドレス(CoA)との対応付け更新情報をサーバ装置30へ送信する(S304)。端末装置20からの送信を受け取って更新を行うと、サーバ装置30が、更新に成功したことをBinding Ack(Binding Acknowledgement)として端末装置20へ通知する(S305)。このBinding Updateによる更新情報の送信は、通常のモバイルネットワークを移動したときの送信とは別に、後述する問い合わせ情報を送信する際に送信されるものである。   If there is a file, the terminal device 20 transmits the association update information between its home address (HoA) and the care-of address (CoA) to the server device 30 through Binding Update (S304). When the transmission from the terminal device 20 is received and the update is performed, the server device 30 notifies the terminal device 20 that the update is successful as a Binding Ack (Binding Acknowledgment) (S305). The update information transmitted by the binding update is transmitted when inquiry information (to be described later) is transmitted, separately from the transmission when moving in a normal mobile network.

端末装置20は、自分が提供しようとするファイル情報をサーバ装置30に報告し、提供してよいか否かサーバ装置30に問い合わせする(S306)。端末装置20からの報告や問い合わせに応じて、サーバ装置30が制限ホームアドレスリスト34を参照しながら、ファイル提供側としての端末装置20のホームアドレス(HoA)が制限に該当するか否かを確認する(S307)。また、サーバ装置30は、端末装置20からのアクセス履歴も記憶する(S308)。   The terminal device 20 reports the file information that it intends to provide to the server device 30 and inquires of the server device 30 whether or not it can be provided (S306). In response to a report or inquiry from the terminal device 20, the server device 30 refers to the restricted home address list 34 and confirms whether the home address (HoA) of the terminal device 20 as the file providing side falls under the restriction. (S307). The server device 30 also stores an access history from the terminal device 20 (S308).

端末装置20のホームアドレスが制限に該当しない場合、サーバ装置30は、提供可というような許可メッセージを端末装置20に送る(S309)。さらに、端末装置20は、端末装置10へ「ファイルあり」というような問い合わせ結果を送る(S310)。   When the home address of the terminal device 20 does not correspond to the restriction, the server device 30 sends a permission message indicating that provision is possible to the terminal device 20 (S309). Further, the terminal device 20 sends an inquiry result such as “there is a file” to the terminal device 10 (S310).

「ファイルあり」というような問い合わせ結果を受信すると、端末装置10が直ちに該当ファイルのダウンロード要求を端末装置20に送信し(S311)、その後、端末装置10は、端末装置20からそのファイルを直接ダウンロードする(S312)。   Upon receiving the inquiry result such as “file exists”, the terminal device 10 immediately transmits a download request for the corresponding file to the terminal device 20 (S311), and then the terminal device 10 directly downloads the file from the terminal device 20. (S312).

一方、端末装置20のホームアドレスが制限に該当する場合、サーバ装置30は、提供不可というような制限メッセージを端末装置20に送る。端末装置20が端末装置10からのファイルの問い合わせをさらに他の端末装置へリレーする。   On the other hand, when the home address of the terminal device 20 corresponds to the restriction, the server device 30 sends a restriction message indicating that provision is not possible to the terminal device 20. The terminal device 20 further relays a file inquiry from the terminal device 10 to another terminal device.

次に、図10のシーケンス図上に各装置の動作のフローチャートを示す図11を用いて、純粋型ピアツーピアファイル交換システムの動作をさらに詳細に説明する。   Next, the operation of the pure peer-to-peer file exchange system will be described in more detail with reference to FIG. 11 showing a flowchart of the operation of each device on the sequence diagram of FIG.

図11は、実施の形態2の純粋型ピアツーピアファイル交換システムのサーバ装置30(中央サーバ)と端末装置10、20との処理手順を示すフローチャートである。サーバ装置30は、ホームエージェント(HA)機能とピアツーピア端末制限機能を有しており、端末装置10および端末装置20は、ピアツーピアファイル交換機能以外にモバイルノード機能(MN)も有している。   FIG. 11 is a flowchart showing a processing procedure between the server device 30 (central server) and the terminal devices 10 and 20 in the pure peer-to-peer file exchange system according to the second embodiment. The server device 30 has a home agent (HA) function and a peer-to-peer terminal restriction function, and the terminal device 10 and the terminal device 20 also have a mobile node function (MN) in addition to the peer-to-peer file exchange function.

まず、端末装置10は、ピアツーピアクライアントとして、ピアツーピアサーバとなった端末装置20にアクセスし(ステップS401)、ファイルの問い合わせをする(ステップS402)。端末装置10からの問い合わせに応じ、端末装置20は、自分自身でファイルの有無を確認する(ステップS403)。ファイルがなかった場合、端末装置20が端末装置10からの問い合わせを他の端末装置へリレーし(ステップS404)、その後、待機状態に入る。   First, the terminal device 10 accesses the terminal device 20 that has become a peer-to-peer server as a peer-to-peer client (step S401), and inquires about a file (step S402). In response to the inquiry from the terminal device 10, the terminal device 20 confirms the existence of the file by itself (step S 403). If there is no file, the terminal device 20 relays the inquiry from the terminal device 10 to another terminal device (step S404), and then enters a standby state.

一方、ファイルがあった場合、端末装置20は、Binding Updateによって、自分のホームアドレス(HoA)と気付アドレス(CoA)の対応付け更新情報をサーバ装置30へ送信する(ステップS405)。サーバ装置30は、端末装置20からの更新情報を受け取って、Binding Updateにより端末ホームアドレス表33の端末装置20のホームアドレスと気付アドレスとの対応付けの更新を行い(ステップS406)、更新に成功したことをBinding Ack(Binding Acknowledgement)として端末装置20へ通知する(ステップS407)。   On the other hand, if there is a file, the terminal device 20 transmits the association update information of its home address (HoA) and care-of address (CoA) to the server device 30 through Binding Update (step S405). The server device 30 receives the update information from the terminal device 20 and updates the association between the home address and the care-of address of the terminal device 20 in the terminal home address table 33 using Binding Update (step S406), and the update is successful. This is notified to the terminal device 20 as Binding Ack (Binding Acknowledgment) (step S407).

端末装置20は、自分が提供しようとするファイル情報を報告すると共に、提供してよいか否かを問い合わせ情報としてサーバ装置30に送信して問い合わせする(ステップS408)。サーバ装置30は、端末装置20からの報告や問い合わせに応じて、制限ホームアドレスリスト34を参照しながら、ファイル提供側としての端末装置20のホームアドレス(HoA)が制限に該当するか否かを確認する(ステップS409)。このステップS409の確認において、サーバ装置30は、端末ホームアドレス表33を参照して、問い合わせ情報の送信元である端末装置20の気付アドレスに対応するホームアドレスを取得し、さらに、制限ホームアドレスリスト34を参照して、そのホームアドレスが制限に該当するか否かを確認する。   The terminal device 20 reports the file information that it intends to provide, and sends the inquiry to the server device 30 as to whether or not to provide the information (step S408). The server device 30 refers to the restricted home address list 34 in response to a report or inquiry from the terminal device 20, and determines whether the home address (HoA) of the terminal device 20 as the file providing side falls under the restriction. Confirmation is made (step S409). In the confirmation in step S409, the server device 30 refers to the terminal home address table 33, acquires the home address corresponding to the care-of address of the terminal device 20 that is the transmission source of the inquiry information, and further, the restricted home address list Referring to 34, it is confirmed whether or not the home address falls under the restriction.

端末装置20のホームアドレスが制限に該当する場合、サーバ装置30は、提供不可というような制限メッセージを端末装置20に送る(ステップS410)。一方、端末装置20のホームアドレスが制限に該当しない場合、サーバ装置30は、提供可というような許可メッセージを端末装置20に送る(ステップS411)。   When the home address of the terminal device 20 corresponds to the restriction, the server device 30 sends a restriction message indicating that the provision is not possible to the terminal device 20 (step S410). On the other hand, when the home address of the terminal device 20 does not correspond to the restriction, the server device 30 sends a permission message indicating that the provision is possible to the terminal device 20 (step S411).

端末装置20は、サーバ装置30からの通知メッセージを受信し、その内容を判別する(ステップS412)。提供可と判別すれば、端末装置20は、「ファイルあり」というような問い合わせ結果を端末装置10に送る(ステップS413)。端末装置10は、それを受信したら、直ちに該当ファイルのダウンロード要求を端末装置20に送り(ステップS414)、その後、端末装置20から該当するファイルを直接ダウンロードするようになる(ステップS415)。   The terminal device 20 receives the notification message from the server device 30, and determines the content (step S412). If it is determined that provision is possible, the terminal device 20 sends an inquiry result such as “there is a file” to the terminal device 10 (step S413). Upon receiving the request, the terminal device 10 immediately sends a download request for the corresponding file to the terminal device 20 (step S414), and then directly downloads the corresponding file from the terminal device 20 (step S415).

一方、提供不可と判別すれば、端末装置20は、端末装置10からの問い合わせを他の端末装置へリレーし(ステップS416)、その後、待機状態に入る。   On the other hand, if it is determined that provision is not possible, the terminal device 20 relays the inquiry from the terminal device 10 to another terminal device (step S416), and then enters a standby state.

このように、純粋型ピアツーピアファイル交換システムにおいて、モバイルIP技術を用いて端末装置間(ユーザ間)においてファイル交換する際に、気付アドレスとホームアドレスとの対応付け(バインディング)を記憶したホームエージェントにファイル提供側である端末装置のホームアドレスをキーワードにした制限情報を備え、この情報によって端末装置のファイル提供を制限するので、モバイルIPのようにネットワークを移動してファイル提供側の端末装置のアドレスが変わってしまうような場合でも、違法なファイル交換行為を防ぐことの実現ができる。   Thus, in a pure peer-to-peer file exchange system, when exchanging files between terminal devices (between users) using mobile IP technology, the home agent that stores the association (binding) between the care-of address and the home address is stored in the home agent. Since it has restriction information using the home address of the terminal device on the file providing side as a keyword, and this information restricts the file provision of the terminal device, the address of the terminal device on the file providing side is moved through the network like Mobile IP Even in the case where changes occur, illegal file exchange can be prevented.

また、端末装置10、20、・・・は、ファイルの提供の可否を問い合わせる際に、自身のホームアドレス(HoA)と気付アドレス(CoA)との対応付けの更新情報を送信することにより、端末ホームアドレス表33が常に最新の状態に更新されるので、気付アドレスを確実に対応するホームアドレスに変換してファイルの提供の可否を判定することができる。   Further, the terminal devices 10, 20,... Send the update information of the correspondence between their home address (HoA) and the care-of address (CoA) when inquiring whether the file can be provided. Since the home address table 33 is always updated to the latest state, the care-of address can be surely converted to the corresponding home address to determine whether or not the file can be provided.

また、実施の形態2では、端末装置20がファイル提供の問い合わせをサーバ装置30に送信するときに行うBinding Update(自身のホームアドレスと気付アドレスとの対応付けについて更新情報を送信する)のみを説明したが、もちろん、Binding Updateを行う時期は、ファイル提供の問い合わせをサーバ装置30に送信する際であればよく、具体的には、ファイル提供の問い合わせをサーバ装置30に送信するときのみに行う、ネットワーク移動したときにのみ行う、またはその両方の時期のいずれでもよい。このBinding Updateは、ファイル提供の問い合わせをサーバ装置30に送信するときに行うと、確実に最新のホームアドレスと気付アドレスとの対応付けが得られるので好ましい。また、Binding Updateをネットワーク移動したときに行う場合は、サーバ装置30としてモバイルIPのホームエージェントとして機能するサーバを利用できるので、本発明のサーバ装置30とホームエージェントとして別々のサーバを設ける必要がなくなり、省コストと省スペースを同時に実現できる。   In the second embodiment, only the binding update (sending update information regarding the association between the home address and the care-of address) performed when the terminal device 20 transmits a file provision inquiry to the server device 30 will be described. However, of course, the timing for performing the Binding Update may be any time when a file provision inquiry is transmitted to the server apparatus 30. Specifically, the binding update is performed only when a file provision inquiry is transmitted to the server apparatus 30. It can be done only when the network moves, or both. This Binding Update is preferably performed when a file provision inquiry is transmitted to the server device 30 because the latest home address and care-of address can be reliably obtained. In addition, when the Binding Update is performed when moving over the network, a server functioning as a mobile IP home agent can be used as the server device 30, so that it is not necessary to provide separate servers as the server device 30 and the home agent of the present invention. Cost saving and space saving can be realized at the same time.

以上のように本発明にかかるピアツーピアファイル交換サーバおよびシステムは、モバイルIP技術、特にモバイルIPv6技術を利用したピアツーピアファイル交換(データ交換を含む)においてユーザの違法なファイル交換行為を監視・特定またブロックする場合に有用であり、特に、ビジネス、SOHO市場向けまたは個人フリーのピアツーピアファイル交換においてユーザの違法なファイル交換行為を監視・特定またブロックする場合に適している。   As described above, the peer-to-peer file exchange server and system according to the present invention monitor, identify, and block illegal file exchange activities by users in peer-to-peer file exchange (including data exchange) using mobile IP technology, particularly mobile IPv6 technology. And is particularly suitable for monitoring, identifying and blocking a user's illegal file exchange activity in business, SOHO market or personal free peer-to-peer file exchange.

実施の形態1におけるピアツーピアファイル交換システムの全体構成図Overall configuration diagram of a peer-to-peer file exchange system according to Embodiment 1 実施の形態1における端末装置の内部構成例を示す機能ブロック図Functional block diagram showing an internal configuration example of the terminal device according to the first embodiment 実施の形態1におけるサーバ装置の内部構成例を示す機能ブロック図Functional block diagram showing an internal configuration example of the server apparatus in the first embodiment 実施の形態1におけるサーバ装置に格納されている端末ホームアドレス表を示す図The figure which shows the terminal home address table stored in the server apparatus in Embodiment 1. 実施の形態1におけるサーバ装置に格納されている制限端末ホームアドレスリストを示す図The figure which shows the restricted terminal home address list | wrist stored in the server apparatus in Embodiment 1. 実施の形態1におけるサーバ装置に格納されている端末公開ファイル一覧を示す図The figure which shows the terminal public file list stored in the server apparatus in Embodiment 1. 実施の形態1にかかる中央サーバ型ピアツーピアファイル交換システムのシーケンス図Sequence diagram of central server type peer-to-peer file exchange system according to the first exemplary embodiment 実施の形態1におけるサーバ装置と端末装置の処理のフローチャートFlowchart of processing of server device and terminal device in embodiment 1 実施の形態2におけるサーバ装置の内部構成例を示す機能ブロック図Functional block diagram showing an internal configuration example of the server device in the second embodiment 実施の形態2にかかる純粋型ピアツーピアファイル交換システムのシーケンス図Sequence diagram of pure peer-to-peer file exchange system according to second embodiment 実施の形態2におけるサーバ装置と端末装置の処理のフローチャートFlowchart of processing of server device and terminal device in embodiment 2 従来の中央サーバ型ピアツーピアファイル交換システムのシーケンス図Sequence diagram of a conventional central server type peer-to-peer file exchange system 従来の純粋型ピアツーピアファイル交換システムのシーケンス図Sequence diagram of a conventional pure peer-to-peer file exchange system

符号の説明Explanation of symbols

10、20 端末装置
11、31 DB
12 ダウンロード情報
13 公開ファイル情報
14、33 端末ホームアドレス情報
15、35 主要機能部
16 P2P端末用アプリ
17 MIP MN機能部
18、38 OS
19、39 ネットワーク通信部
30 サーバ装置
32 端末公開ファイル一覧
33 端末ホームアドレス表
34 制限する端末のホームアドレス表
36 P2Pサーバ用アプリ
37 MIP HA機能部
40 ネットワーク
41 端末のファイル提供履歴
10, 20 Terminal device 11, 31 DB
12 Download Information 13 Public File Information 14, 33 Terminal Home Address Information 15, 35 Main Function Unit 16 P2P Terminal Application 17 MIP MN Function Unit 18, 38 OS
19, 39 Network communication unit 30 Server device 32 Terminal public file list 33 Terminal home address table 34 Home address table of restricted terminal 36 P2P server application 37 MIP HA function unit
40 Network 41 File provision history of terminal

Claims (6)

複数のモバイルノードと該モバイルノードが提供するファイルのファイル一覧を公開するためのサーバとを備え、ピアツーピア通信によりモバイルノード間でファイル交換を実行する中央サーバ型のピアツーピアファイル交換システムにおいて、
前記モバイルノードは、前記ファイル交換の際、当該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを前記サーバに送信するアドレス情報送信手段を備え、
前記サーバは、
ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、
前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、
を備えたことを特徴とするピアツーピアファイル交換システム。
In a central server type peer-to-peer file exchange system comprising a plurality of mobile nodes and a server for publishing a file list of files provided by the mobile node, and performing file exchange between mobile nodes by peer-to-peer communication,
The mobile node includes address information transmission means for transmitting a mobile IP packet including a home address unique to the mobile node to the server at the time of the file exchange.
The server
Restriction information storage means for storing information on the home address of the mobile node that restricts file provision;
When the home address transmitted from the mobile node is stored in the restriction information storage means as the home address of the mobile node that restricts the provision of the file, the file exchange restriction means for restricting the processing related to the file exchange of the mobile node When,
A peer-to-peer file exchange system characterized by comprising:
前記モバイルノードは、自ノードが提供するファイルのファイル一覧を前記サーバに送信するファイル一覧送信手段をさらに備え、
前記サーバは、
ファイル提供側の前記モバイルノードから送信された前記モバイルIPパケットに含まれるホームアドレスを気付アドレスと関連付けて記憶するモバイルノード情報記憶手段と、
ファイル提供側の前記モバイルノードから受信した前記ファイル一覧を送信元の気付アドレスと対応付けて記憶するファイル一覧記憶手段とをさらに備え、
前記ファイル交換制限手段は、ファイル要求側の前記モバイルノードからファイル一覧記憶手段に記憶されたファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルを含むファイル一覧に対応する気付アドレスをファイル一覧記憶手段から取得し、取得した気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とすることを特徴とする請求項1記載のピアツーピアファイル交換システム。
The mobile node further comprises file list transmission means for transmitting a file list of files provided by the mobile node to the server,
The server
Mobile node information storage means for storing a home address included in the mobile IP packet transmitted from the mobile node on the file providing side in association with a care-of address;
File list storage means for storing the file list received from the mobile node on the file providing side in association with the care-of address of the transmission source;
When the file exchange restriction unit receives a request for providing a file included in the file list stored in the file list storage unit from the mobile node on the file request side, the file exchange restriction unit notices corresponding to the file list including the file related to the request. An address is acquired from the file list storage means, a home address corresponding to the acquired care-of address is acquired from the mobile node information storage means, and the acquired home address is stored in the restriction information storage means as a restriction on file provision. The file can be provided only to the mobile node that is determined to be able to provide the file by determining whether or not the file is provided by the mobile node of the providing source based on whether or not the file is provided. The described peer-to-peer file exchange system.
複数のモバイルノードがピアツーピア通信によりモバイルノード間でファイル交換を実行する際に、該モバイルノードが提供するファイルのファイル一覧を公開する中央サーバ型のピアツーピアファイル交換サーバにおいて、
前記ファイル交換の際、前記モバイルノードから該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを受信するアドレス情報受信手段と、
ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、
前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、
を備えたことを特徴とするピアツーピアファイル交換サーバ。
In a central server type peer-to-peer file exchange server that publishes a file list of files provided by a mobile node when a plurality of mobile nodes perform file exchange between the mobile nodes by peer-to-peer communication.
Address information receiving means for receiving, from the mobile node, a mobile IP packet including a home address unique to the mobile node during the file exchange;
Restriction information storage means for storing information on the home address of the mobile node that restricts file provision;
When the home address transmitted from the mobile node is stored in the restriction information storage means as the home address of the mobile node that restricts the provision of the file, the file exchange restriction means for restricting the processing related to the file exchange of the mobile node When,
A peer-to-peer file exchange server comprising:
ファイル提供側の前記モバイルノードから当該モバイルノードが提供するファイルのファイル一覧を受信するファイル一覧送信手段と、
ファイル提供側の前記モバイルノードから送信された前記モバイルIPパケットに含まれるホームアドレスを気付アドレスと関連付けて記憶するモバイルノード情報記憶手段と、
ファイル提供側の前記モバイルノードから受信した前記ファイル一覧を送信元の気付アドレスと対応付けて記憶するファイル一覧記憶手段とをさらに備え、
前記ファイル交換制限手段は、ファイル要求側の前記モバイルノードからファイル一覧記憶手段に記憶されたファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルを含むファイル一覧に対応する気付アドレスをファイル一覧記憶手段から取得し、取得した気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とすることを特徴とする請求項3記載のピアツーピアファイル交換サーバ。
File list transmission means for receiving a file list of files provided by the mobile node from the mobile node on the file providing side;
Mobile node information storage means for storing a home address included in the mobile IP packet transmitted from the mobile node on the file providing side in association with a care-of address;
File list storage means for storing the file list received from the mobile node on the file providing side in association with the care-of address of the transmission source;
When the file exchange restriction unit receives a request for providing a file included in the file list stored in the file list storage unit from the mobile node on the file request side, the file exchange restriction unit notices corresponding to the file list including the file related to the request. An address is acquired from the file list storage means, a home address corresponding to the acquired care-of address is acquired from the mobile node information storage means, and the acquired home address is stored in the restriction information storage means as a restriction on file provision. 4. A file can be provided only to a mobile node that is determined to be able to provide a file by determining whether or not the file can be provided by the mobile node of the providing source based on whether or not the file is provided. The described peer-to-peer file exchange server.
複数のモバイルノードを備え、ピアツーピア通信によりモバイルノード間でファイル交換を実行する純粋型のピアツーピアファイル交換システムにおいて、
前記モバイルノードと通信可能なサーバを備え、
前記モバイルノードは、
前記ファイル交換の際、当該モバイルノードに固有のホームアドレスを含むモバイルIPパケットを前記サーバに送信するアドレス情報送信手段を備え、
前記サーバは、
ファイルの提供を制限するモバイルノードについてのホームアドレスに関する情報を記憶させた制限情報記憶手段と、
前記モバイルノードから送信されたホームアドレスが前記制限情報記憶手段にファイルの提供を制限するモバイルノードのホームアドレスとして記憶されているときは、該モバイルノードのファイル交換に関する処理を制限するファイル交換制限手段と、
を備えたことを特徴とするピアツーピアファイル交換システム。
In a pure type peer-to-peer file exchange system comprising a plurality of mobile nodes and performing file exchange between mobile nodes by peer-to-peer communication,
A server capable of communicating with the mobile node;
The mobile node is
An address information transmitting means for transmitting a mobile IP packet including a home address unique to the mobile node to the server during the file exchange;
The server
Restriction information storage means for storing information on the home address of the mobile node that restricts file provision;
When the home address transmitted from the mobile node is stored in the restriction information storage means as the home address of the mobile node that restricts the provision of the file, the file exchange restriction means for restricting the processing related to the file exchange of the mobile node When,
A peer-to-peer file exchange system characterized by comprising:
前記モバイルノードは、提供するファイルのファイル一覧をファイル要求側の前記モバイルノードに閲覧させて該ファイル一覧に含まれるファイルの提供の要求を受け付けると、当該要求にかかるファイルの提供の是非を問い合わせる問い合わせ情報を前記サーバに送信する問い合わせ手段をさらに備え、
前記ファイル交換制限手段は、ファイル提供側の前記モバイルノードからの問い合わせ情報を受信すると、前記問い合わせ情報の送信元の気付アドレスに対応するホームアドレスを前記モバイルノード情報記憶手段から取得し、取得したホームアドレスがファイルの提供を制限するものとして前記制限情報記憶手段に記憶されているか否かにより提供元のモバイルノードのファイルの提供の可否を判定して、ファイルの提供が可であると判定したモバイルノードのみファイルの提供を可能とすることを特徴とする請求項5記載のピアツーピアファイル交換システム。
When the mobile node browses the file list of the file to be provided to the mobile node on the file request side and receives a request for providing the file included in the file list, an inquiry for inquiring whether or not to provide the file according to the request Inquiry means for transmitting information to the server;
When the file exchange restriction unit receives the inquiry information from the mobile node on the file providing side, the file exchange restriction unit acquires a home address corresponding to the care-of address of the transmission source of the inquiry information from the mobile node information storage unit, and acquires the acquired home The mobile that determines whether or not the file can be provided by determining whether or not the file can be provided by the mobile node of the providing source depending on whether or not the address is stored in the restriction information storage means as a restriction on the provision of the file. 6. The peer-to-peer file exchange system according to claim 5, wherein only a node can provide a file.
JP2005293616A 2005-10-06 2005-10-06 Peer-to-peer file exchange system and peer-to-peer file exchange server Pending JP2007102619A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005293616A JP2007102619A (en) 2005-10-06 2005-10-06 Peer-to-peer file exchange system and peer-to-peer file exchange server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005293616A JP2007102619A (en) 2005-10-06 2005-10-06 Peer-to-peer file exchange system and peer-to-peer file exchange server

Publications (1)

Publication Number Publication Date
JP2007102619A true JP2007102619A (en) 2007-04-19

Family

ID=38029484

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005293616A Pending JP2007102619A (en) 2005-10-06 2005-10-06 Peer-to-peer file exchange system and peer-to-peer file exchange server

Country Status (1)

Country Link
JP (1) JP2007102619A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014115396A1 (en) * 2013-01-28 2014-07-31 ソニー株式会社 Wireless communication device, communication system, method for controlling wireless communication device, and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014115396A1 (en) * 2013-01-28 2014-07-31 ソニー株式会社 Wireless communication device, communication system, method for controlling wireless communication device, and program
CN104937911A (en) * 2013-01-28 2015-09-23 索尼公司 Wireless communication device, communication system, method for controlling wireless communication device, and program
JPWO2014115396A1 (en) * 2013-01-28 2017-01-26 ソニー株式会社 Wireless communication device, communication system, control method and program for wireless communication device
US9826394B2 (en) 2013-01-28 2017-11-21 Sony Corporation Wireless communication apparatus, communication system, and wireless communication apparatus control method to exchange services
US10356607B2 (en) 2013-01-28 2019-07-16 Sony Corporation Wireless communication apparatus, communication system and wireless communication apparatus control method to exchange services
US10771957B2 (en) 2013-01-28 2020-09-08 Sony Corporation Wireless communication apparatus, communication system and wireless communication apparatus control method to exchange services

Similar Documents

Publication Publication Date Title
EP2153625B1 (en) Mobile device file sharing method and apparatus
RU2413981C2 (en) Distributed file caching in network
US8238930B2 (en) Home network system and mobility anchor allocation method used in the home network system
EP1759553B1 (en) Method for serving location information access requests
JP6302050B2 (en) System and method for improved discovery
EP1435721A2 (en) Automatic and dynamic service information delivery to data terminals in an access network
US20070094279A1 (en) Service provision in peer-to-peer networking environment
US8849983B2 (en) Method and system for updating and retrieving state information for mobile nodes in a communication network
US20090275331A1 (en) System and method for accessing mobile data devices
EP2224652B1 (en) Method, system, server and terminal for canceling a push message
US20030206638A1 (en) Increasing peer privacy by forwarding a label
JP2007102619A (en) Peer-to-peer file exchange system and peer-to-peer file exchange server
KR101447504B1 (en) User terminal and data sharing method between applications thereof
KR20040008189A (en) Requests in a communication system
US20040199643A1 (en) Distributed service component systems
WO2009126093A1 (en) Network management information (nmi) distribution
JP4563135B2 (en) Gateway device
JP2004297494A (en) Name resolution method and its apparatus in a plurality of network connection
US7904506B2 (en) Context information management system
JP2010026703A (en) Content distribution system and content distribution method
JP2006338436A (en) Data management system, data server, and data management method
KR100431247B1 (en) Managemental and referential system for electronic bulletin board
JP4290589B2 (en) Server device
CN114666413A (en) Routing method, device, equipment and readable storage medium
JP5131494B2 (en) E-mail system and e-mail communication method