Title :
IP lookup with low memory requirement and fast update
Author_Institution :
COM, Tech. Univ. Denmark, Lyngby, Denmark
Abstract :
The paper presents an IP address lookup algorithm with low memory requirement and fast updates. The scheme, which is denoted prefix-tree, uses a combination of a trie and a tree search, which is efficient in memory usage because the tree contains exactly one node for each prefix in the routing table. The time complexity for update operations is low for the prefix-tree. The lookup operation for the basic binary prefix-tree may require that a high number of nodes be traversed. The paper presents improvements to decrease lookup time, including shortcut tables and multi-bit trees. The prefix-tree is compared to a trie and a path compressed trie using prefixes from a real routing table.
Keywords :
IP networks; computational complexity; table lookup; telecommunication network routing; tree searching; trees (mathematics); IP address lookup; IP lookup; binary prefix-tree; fast updates; low memory requirement; multi-bit trees; path compressed trie; routing table; shortcut tables; time complexity; tree search; trie search; Costs; Routing; Tree data structures;
Conference_Titel :
High Performance Switching and Routing, 2003, HPSR. Workshop on
Print_ISBN :
0-7803-7710-9
DOI :
10.1109/HPSR.2003.1226720