메모리 제약을 가진 LC-Trie를 이용한 IP 참조 테이블 디자인

IP Lookup Table Design Using LC-Trie with Memory Constraint

  • 이채영 (한국과학기술원 산업공학과) ;
  • 박재규 (한국과학기술원 산업공학과)
  • Lee, Chae-Y. (Department of Industrial Engineering, Korea Advanced Institute of Science and Technology) ;
  • Park, Jae-G. (Department of Industrial Engineering, Korea Advanced Institute of Science and Technology)
  • 투고 : 20010500
  • 심사 : 20011000
  • 발행 : 2001.12.31

초록

IP address lookup is to determine the next hop destination of an incoming packet in the router. The address lookup is a major bottleneck in high performance router due to the increased routing table sizes, increased traffic, higher speed links, and the migration to 128 bits IPv6 addresses. IP lookup time is dependent on data structure of lookup table and search scheme. In this paper, we propose a new approach to build a lookup table that satisfies the memory constraint. The design of lookup table is formulated as an optimization problem. The objective is to minimize average depth from the root node for lookup. We assume that the frequencies with which prefixes are accessed are known and the data structure is level compressed trie with branching factor $\kappa$ at the root and binary at all other nodes. Thus, the problem is to determine the branching factor k at the root node such that the average depth is minimized. A heuristic procedure is proposed to solve the problem. Experimental results show that the lookup table based on the proposed heuristic has better average and the worst-case depth for lookup.

키워드