- 著者
-
竹辺 靖昭
美馬 秀樹
苫米地 英人
- 出版者
- 一般社団法人情報処理学会
- 雑誌
- 情報処理学会研究報告マルチメディア通信と分散処理(DPS) (ISSN:09196072)
- 巻号頁・発行日
- vol.2003, no.87, pp.31-36, 2003-08-28
概要現在普及しているP2Pコンテンツ交換システムの多くでは,コンテンツの更新が考慮されておらず,検索機能も単純なものしか提供されていない.このため,テキストを含むコンテンツや,頻繁に更新されるコンテンツを対象とするのに適しているとは言い難い.我々が開発中のP2Pコンテンツ交換システムでは,中央サーバにおいてコンテンツのダウンロード先へのリンクを保持するデータ構造を採用し,それらのリンクを適切に管理することにより,更新されるコンテンツの改ざん防止および整合性の維持を行う.また,検索においては,クライアントでテキストの形態素解析を行い,中央サーバに転置インデックスを登録することにより分散処理による全文検索を実現する.本手法により,コンテンツ更新の頻繁なP2P環境においても,効率的かつ速やかに最新コンテンツへのアクセスが可能となる.本稿では,これらの手法を紹介するとともに,全文検索の負荷分散手法の予備的な実験結果を報告する.One problem with current P2P (peer-to-peer) systems is that the consistency between copied contents is not guaranteed. Also, the weakness of full-text search capability in most of the popular P2P systems hinders the scalability of P2P based content sharing systems. We proposed a new generation P2P content sharing systems in which the consistency of contents in the network is maintained after updates or modifications to contents are made. Links are maintained to downloaded contents from a server and updates and modifications to the contents can be immediately detected and hence reflected on the future P2P downloads. Natural language processing including morphological analysis is performed by the P2P clients distributedly and update of inverted index on the server is concurrently conducted to provide efficient full-text search. The scheme and a preliminary experimental result are reported.