1 / 54
文档名称:

基于文档内容的对等网资源定位系统的设计与实现.pdf

格式:pdf   页数:54
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于文档内容的对等网资源定位系统的设计与实现.pdf

上传人:cherry 2014/2/28 文件大小:0 KB

下载得到文件列表

基于文档内容的对等网资源定位系统的设计与实现.pdf

文档介绍

文档介绍:华中科技大学
硕士学位论文
基于文档内容的对等网资源定位系统的设计与实现
姓名:武利
申请学位级别:硕士
专业:计算机应用技术
指导教师:马光志
20070602
华中科技大学硕士学位论文
摘要
近年来,对等网络技术发展迅速,大多数对等网络的研究和开发都是围绕资源
共享展开的。从文档资源定位的角度考察,现有的对等网资源共享系统都仅支持基
于文件名的粗粒度资源定位。针对这个问题,将对等计算和基于内容的信息检索技
术相结合,提出了基于文档内容的对等网资源定位。
对等网模型结构和查询消息的路由机制是对等网资源定位的关键技术。保证系
统具有扩展性的同时,支持高效的、基于文档内容的资源定位是该系统的设计目标。
针对上述目标,在研究了流行的几种对等网资源定位系统之后,给出了解决方案。
在对等网模型结构方面,改进了混合式对等网络结构,由超节点维护网络的共享信
息,实现高效的资源定位,普通节点完成具体文档内容检索。在查询消息的路由机
制方面,设计了超节点和普通节点的路由机制。基于超节点资源路由表的路由机制,
通过共享资源信息来指导查询消息转发;基于普通节点搜索缓存的路由机制,采用
搜索缓存的信息构建覆盖网络,它是针对网络中的重复查询问题进行的优化;基于
覆盖网络的路由机制,是通过计算共享文档的相似度构建覆盖网络,查询消息完全
通过普通节点转发,用于缓解超节点的压力。
在分析了关键技术的基础上,设计并实现了基于文档内容的对等网资源定位系
统,描述了系统的具体运行机制,最后提出了系统存在的不足和进一步改进措施。

关键词: 对等网络,资源定位,覆盖网络,搜索缓存
I
华中科技大学硕士学位论文
Abstract
In recent years, with the rapid developing of technology about peer-to-work,
most research and development mainly focus on resource sharing. Considering the angle
of locating document resources, existing peer-to-peer resource sharing systems only
provide coarse-grained resource location based on file names. To solve this problem, we
propose the concept of P2P resource location based on document content which using the
technologies of information retrieval and puting.
The structure of P2P model and routing mechanism of querying message are the key
technologies of resource location. The goal of this system is to provide more effective
service of resource location based on the content of document while ensuring the
expansibility of this system. After researching on several popular P2P resource locations,
a new solution is designed for achieving the goal above. On the aspect of the structure of
P2P model, an improved hybrid work architecture is designed. In this model, the
super nodes have the shared information for providing efficient resource location, the
ordinary pleted specific document retrieval. On the other aspect of routing
mechanism of querying message, super node and ordinary node are designe