WWW.51LUNWEN.COM 无忧论文网
蜂朝集团总站|英语论文网|免费论文网|论文导航网 英国·澳大利亚·新西兰·加拿大·美国·东南亚
无忧论文网无忧论文网名校师资提供一流服务
2008/7/6 星期日
论文首页 | 论文下载 | 论文写作 | 论文老师 | 论文代写 | 论文发表 | 发表杂志 | 翻译服务 | 支付方式
  论文出售 | 留学论文 | 论文格式 | 硕士论文 | 博士论文 | 本科论文 | 发表供需 | 教育导航 我的无忧  
经济论文|社会哲学|英语论文|新闻媒体|历史文学|保险论文|会计审计|法律论文|艺术论文|工程论文|化工冶金|机械自动|能源动力|电子信息|计算机科|土建论文|航空气象|生命环境|物理论文|地理地质|数学论文|医学论文|农业科学|交通运输|消防安全|考古论文|工商管理|行政政治|工程项目|公共管理|教学论文|教育论文|应用范文|财务范文|合同样本|政工类文|法律法规|网络营销|论文写作|留学文书|英语翻译|法语翻译|
蜂朝无忧论文网论文下载中心 [自然科学类][电子信息类][通讯工程]基于DHT的P2P研究
本类导航  
电子信息类
 →通讯工程
 →电子
 →遥感技术
本专业最热门的论文
DES对称密钥数据加密算法及其C++程序及应用(2958)
CDMA通信系统抗多址干扰问题的研究(2399)
ADS应用开发与实验设计(附答辩演示稿)(2148)
CDMA系统中分集技术的研究(1721)
《数字信号处理》课件开发-VOD中视音频播放程序设计(1494)

Google 英语论文 硕士论文 论文下载 论文发表
论文题目: 基于DHT的P2P研究
论文编号: lw200804301301161471
论文属性: 硕士毕业论文
论文国籍:中国
论文语言:中文
登出日期: 2008-04-30  
点击次数:561
论文字数:39740
购买价格: 150
论文大纲,目录
关键词搜索:P2P   DHT   Chord   查找   寻路   IPv6   拓扑   层次化   文件共享   
, and the lower bits are the hash result of the rest of the IPv6 address. As a result, topologically close peers shall also be adjacent in the overlay. An important advantage of our scheme is that it is very simple and barely modifies the original Chord. Simulation results have shown that our method can significantly reduce inter-domain traffic that causes the long routing latency.
3. Devise a novel scheme to construct embedded DHT, which can not only improve the routing efficiency, but also inherit the load-balancing feature of the original DHT. First, nodes independently insert their location information into DHT systems as they do with file indexes. Then, a newly joined node can utilize DHT to get a complete list of all nodes that are close to it in the underlying physical networks. Finally, nodes within the same domains are organized into many local DHTs which are then embedded into a global DHT comprised of all nodes. Thus, routing can be conducted in local DHTs first, and pass through each other (if necessary) with the aid of the global DHT, which means that inter-domain traffic can be minimized to the extreme. To illustrate the feasibility and effectiveness of the scheme, we construct eChord upon the original Chord system. Analysis and simulation demonstrate that our scheme is very effective.
4. Propose a new kind of hierarchical DHT dubbed hChord, in which topologically close nodes are grouped in the overlay and keys are stored in a hierarchical way. Analysis show t无忧论文 【http://www.uklunwen.com】hat hChord can isolate the effect of dynamic nodes within small groups for better scalability and stability, and show improved performance with partial queries.
5. Present a prototype design of an IPv6-based wide-area file sharing system based on Chord6.

Keywords:P2PDHTChord,look up, routing,IPv6,topology,hierarchical, file sharing

目录
摘要 I
Abstract III
目录 V
第1章 序论 1
1.1 P2P研究背景 1
1.2 什么是P2P
1.3 为什么需要P2P
1.4 P2P的应用领域 4
1.4.1 信息共享 4
1.4.2 实时通信 4
1.4.3 网络游戏 4
1.4.4 金融服务 4
1.4.5 信息检索 5
1.4.6 协同工作 5
1.4.7 普及计算 5
1.4.8 网络存储 5
1.5 如何实现P2P
1.5.1 基于目录服务器P2P
1.5.2 非结构化P2P
1.5.3 结构化P2P
1.6 本章小结 8
第2章 DHT基本原理 9
2.1 引言 9
2.2 Chord
2.2.1 Chord的设计 9
2.2.2 Chord的路由 10
2.2.3节点加入和退出 12
2.3 Pastry 13
2.3.1 Pastry的设计 13
2.3.2 Pastry的路由 14
2.3.3 节点加入和退出 14
2.4 CAN 15
2.4.1 CAN的设计 15
2.4.2 CAN的路由 16
2.4.3 节点加入和退出 16
2.5 Tapestry 17
2.5.1 Tapestry的设计 17
2.5.2 Tapestry的路由 18
2.5.3 节点加入和退出 19
2.6 本章小结 20
第3章 利用拓扑信息改进DHT 21
3.1 引言 21
3.2 获取位置信息 21
3.2.1 分布式网络测量技术 21
3.2.2 IP地址蕴涵拓扑信息 22
3.3具有层次化标识符的DHT 23
3.3.1 Chord6的设计 23
3.3.2 分析与仿真 25
3.3.3 小结和进一步讨论 27
3.4 内嵌式DHT 28
3.4.1 eChord的设计 28
3.4.2 eChord的路由 29
3.4.3 节点的加入和退出 30
3.4.4 分析与仿真 30
3.4.5 小结和进一步讨论 32
3.5层次化DHT 33
3.5.1 hChord的设计 33
3.5.2性能评估和进一步的讨论 36
3.5.3 结语和未来工作 37
3.6 本章小结 38
第4章 基于DHTP2P系统设计与实现 39
4.1 FSS6 39
4.1.1 设计目标 39
4.1.2 系统结构 39
4.1.3 Chord6实现 40
4.1.4 智能节点设计 42
4.1.5 消息处理 43
4.2 相关的研究 44
4.2.1 CFS 44
4.2.2 PAST 44
4.2.3 OceanStore 45
4
第1页 第2页 第3页 第4页 
上一篇:缘何2008年亚洲货币成为投资热点下一篇:内容寻址网络性能的优化及内容的有效定
最新论文 最热门论文
商业银行绩效管理的研究
施工企业项目管理分析与研究
企业财会人员绩效考评研究
人力资本参与国有企业收入分配的制度创新研究
私营企业人力资管理模式与竞争力关系分析
校园网站设计
英语专业毕业论文-英语委婉语的交际功能
图书馆管理系统
论英汉翻译中的“直译”与“意译”现象
To Foreignize or To Domesticate
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
 
 
Copyright (c) 2002 ~ 2009 蜂朝集团旗下网站. All rights reserved.