- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
组内单连接层次 DHT 网络的负载均衡方法
曲政,双锴**
(北京邮电大学网络技术研究院,北京 100876)
5
10
15
20
25
摘要:相对于扁平结构化 P2P 网络,层次结构化 P2P 网络可利用稳定、高性能的超级节点
提高 P2P 网络在动态环境下的性能。然而, 节点的负载不均是层次结构化 P2P 网络面临的基
本问题之一。对此,本文针对组内单连接层次 DHT 网络,提出一种负载均衡方法,将对节
点将来的状况使用改进的 LMS 算法进行预测并写入反馈中。仿真结果表明,使用改进的负
载均衡算法的组内单连接层次 DHT 网络,系统的平均负载大大降低,预测结果更准确地反
映了节点授予任务时的情况,成功完成任务的概率大大增加。
关键词:层次 DHT 网络;负载均衡;LMS;P2P
中图分类号:TP393
A Load Balancing Method in SiCo Hierarchical DHT-based
P2P Network
QU Zheng, SHUANG Kai
(Institute of Networking Technology, Beijing University of Posts and Telecommunications,
Beijing 100876)
Abstract: Compared to the flat DHT-based P2P network, hierarchical DHT-based P2P network
can take advantage of the stable and high-performance super nodes to improve the performance of
P2P network in a dynamic environment. However, the node load imbalance is one of the basic
problems faced by the hierarchical DHT-based P2P network. So in this paper, we propose a load
balancing method to the Single-connection intra-group structure (SiCo) of the hierarchical
DHT-based P2P network. The method predicts the status of the node in the future by using the
improved LMS algorithm and written feedback. The simulation results show that in the SiCo
hierarchical DHT-based P2P network, the average load of the system is greatly reduced, the
predicted results reflect the case of the node more accurately, and the probability of successful
completion of the tasks greatly increased.
Keywords: hierarchical DHT-based P2P network; load balancing; LMS; P2P
30
0 引言
在基于分布式散列表(Distributed Hash Table, DHT)的 P2P 网络(简称结构化 P2P 网络
或 DHT 网络)中,所有的节点不论它们的计算能力和稳定性如何都承担着同样的功能角色,
即在 Hash 空间上负责关键字的注册和查找,其中比较典型的系统有 Chord[1]、KAD[2]等。然
35
40
而,已有研究表明:(1)P2P 网络中节点的计算能力(包括存储空间、带宽及 CPU 性能等)具
有很大差异性。(2)节点的稳定性也存在很大差异,在 P2P 网络中节点可随时、任意地加人
或离开网络。随着 P2P 网络规模的增长,弱节点(指或计算能力差,或动态变化剧烈,或计
算能力差且动态变化剧烈的节点)严重地制约了 P2P 网络的性能。为了克服该问题,研究者
提出了许多层次 P2P 网络,其中典型的系统有 Chord2[3]、HIERAS[4]和 Structured super peers[5]
等。层次 P2P 网络的主要优点是:稳定的高性能节点被选出作为超级节点,在超级节点之
间构建的上层 DHT 网络的维护代价和查找跳数相
文档评论(0)