DocumentCode
1977291
Title
IP lookup with low memory requirement and fast update
Author
Berger, Michael
Author_Institution
COM, Tech. Univ. Denmark, Lyngby, Denmark
fYear
2003
fDate
24-27 June 2003
Firstpage
287
Lastpage
291
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;
fLanguage
English
Publisher
ieee
Conference_Titel
High Performance Switching and Routing, 2003, HPSR. Workshop on
Print_ISBN
0-7803-7710-9
Type
conf
DOI
10.1109/HPSR.2003.1226720
Filename
1226720
Link To Document