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

计算机工程 ›› 2012, Vol. 38 ›› Issue (04): 100-103. doi: 10.3969/j.issn.1000-3428.2012.04.033

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

基于蚁群优化算法的Chord模型

张建伟,刘 思,李朝阳,蔡增玉   

  1. (郑州轻工业学院计算机与通信工程学院,郑州 450002)
  • 收稿日期:2011-05-17 出版日期:2012-02-20 发布日期:2012-02-20
  • 作者简介:张建伟(1971-),男,副教授,主研方向:宽带信息网络,网络安全;刘 思、李朝阳,硕士研究生;蔡增玉,讲师
  • 基金资助:
    国家“973”计划基金资助项目(2007CB307102, 2007CB30 7100);河南省基础与前沿技术研究计划基金资助项目(0823004102 80)

Chord Model Based on Ant Colony Optimization Algorithm

ZHANG Jian-wei, LIU Si, LI Chao-yang, CAI Zeng-yu   

  1. (School of Computer and Communication Engineering, Zhengzhou University of Light Industry, Zhengzhou 450002, China)
  • Received:2011-05-17 Online:2012-02-20 Published:2012-02-20

摘要: 提出一种具有物理拓扑匹配能力的Chord模型(Ant-Chord),用以存储网络标识间的映射信息。该模型将整个Chord环中的存储节点看成一个旅行商问题(TSP),利用蚁群优化算法对TSP问题进行快速求解,用得到的解构建Chord环,并通过洛阳铲法对Chord环的路由跳数进行优化。Ant-Chord模型实现简单,对原始Chord模型改动不大,路由表的额外存储开销也较小。仿真结果表明,与同类Chord模型相比,Ant-Chord在资源发现的平均路由跳数、时延方面均有明显优势。

关键词: 网络标识分离, Chord模型, 蚁群优化算法, 旅行商问题, 物理拓扑匹配

Abstract: This paper proposes a Chord model(Ant-Chord) which has an ability of physical topology matching to store the mapping information of identifiers. The ideas of Ant-Chord is to regard the storage nodes in the whole Chord as a TSP problem and solve the TSP problem quickly by using the ant colony algorithm, then to build the Chord with the obtained Traveling Salesman Problem(TSP), and proposes a method which called Luoyang Shovel Method(LSM) to optimize the Ant-Chord’s routing hops. The model is simple and easy to implement, which has small changes within the original Chord model and little extra overhead cost in the routing table storage. Simulation results show that Ant-Chord has obvious advantages in average routing hops and delay in comparison with other Chord models.

Key words: network identifier separation, Chord model, Ant Colony Optimization(ACO) algorithm, Traveling Salesman Problem(TSP), physical topology matching

中图分类号: