作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (19): 122-124. doi: 10.3969/j.issn.1000-3428.2007.19.042

• 网络与通信 • 上一篇    下一篇

结构化P2P路由协议Chord的分析和实现

邵 鹰,刘 业   

  1. (东南大学计算机科学与工程学院网络与信息集成教育部重点实验室,南京 210096)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-10-05 发布日期:2007-10-05

Analysis and Implementation on Chord of Structured P2P Routing Protocol

SHAO Ying, LIU Ye   

  1. (Key Laboratory of Computer Networks and Information Integration, Ministry of Education, College of Computer Science and Engineering, Southeast University, Nanjing 210096)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-10-05 Published:2007-10-05

摘要: Chord是麻省理工学院(MIT)提出的一种基于DHT技术的结构化P2P路由协议,具有完全分布式、负载均衡、可用性及可扩展性好、命名方式灵活等特点。该文在分析Chord的基础上,使用Java远程方法调用(RMI)技术实现了基本路由协议系统JavaChord,并进行了验证测试。

关键词: 结构化, P2P, Chord, 远程方法调用

Abstract: The Chord, a type of structured P2P routing protocol proposed by MIT base on the distributed Hash table(DHT) technology, has the advantages of entire distribution, balanced load, high scalability & availability, and flexible naming. This paper analyzes the Chord protocol and realizes the basic routing system JavaChord with the Java remote method invocation(RMI) technology. Tests are done for validation.

Key words: structurization, P2P, Chord, remote method invocation(RMI)

中图分类号: