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

计算机工程 ›› 2010, Vol. 36 ›› Issue (19): 99-101. doi: 10.3969/j.issn.1000-3428.2010.19.034

• 软件技术与数据库 • 上一篇    下一篇

基于多域的计算几何流分类改进算法

刘 杉,侯整风   

  1. (合肥工业大学计算机与信息学院,合肥 230009)
  • 出版日期:2010-10-05 发布日期:2010-09-27
  • 作者简介:刘 杉(1983-),女,硕士研究生,主研方向:计算几何,网络信息安全;侯整风,教授
  • 基金资助:
    广东省教育部产学研结合基金资助项目(2008B0905002 40);安徽省自然科学基金资助项目(090412051)

Improved Flow Classification Algorithm of Computational Geometry Based on Multiple Fields

LIU Shan, HOU Zheng-feng   

  1. (School of Computer and Information, Hefei University of Technology, Hefei 230009, China)
  • Online:2010-10-05 Published:2010-09-27

摘要: 为使包分类具有快速点定位和良好的可扩展性,结合cross-producting表与线性查找提出一种新的基于计算几何的流分类算法。该算法通过控制规则的数目调整存储使用情况,使数据包中越来越多的规则被一维数据结构搜索到,进一步降低算法中cross-producting表需要的存储量。实验结果表明,该算法不仅改进了cross-producting的存储性能,而且能提高时间性能。

关键词: 流分类, 计算几何, 前缀树

Abstract: To make the packet classification both fast point location and scalable, this paper presents a new efficient packet classification algorithm of computational geometry. It combines cross-producting with linear search. The proposed algorithm can adjust storage usage by controlling the number of filters through one-dimensional searches, with more filters searched by one-dimensional data structure, the storage needed for the cross-producting table can be further decreased. Experimental result shows that the algorithm not only improves storage performance, but also increases time performance.

Key words: flow classification, computational geometry, prefix tree

中图分类号: