Title :
Multiprefix Trie: A New Data Structure for Designing Dynamic Router-Tables
Author :
Hsieh, Sun-Yuan ; Huang, Yi-Ling ; Yang, Ying-Chi
Author_Institution :
Dept. of Comput. Sci. & Inf. Eng., Nat. Cheng Kung Univ., Tainan, Taiwan
fDate :
5/1/2011 12:00:00 AM
Abstract :
IP lookup affects the speed of an incoming packet and the time required to determine which output port the packet should be sent to; hence, it plays an important role in the design of router-tables. In this paper, we propose a new data structure, called a multiprefix trie, for use in designing dynamic router-tables. One key feature of our data structure is that each node can store more than one prefix, which reduces the number of memory accesses. When performing lookup, the structure can search more prefixes in one node and may find the longest matching prefix in an internal node rather than on a leaf. Moreover, when updating the router-table, it does not need to reconstruct the table. As a by-product, the proposed data structure minimizes the time required for dynamic router-table operations, including lookup, insertion, and deletion, and also reduces the number of memory accesses. We report the results of experiments conducted to compare the proposed data structure with other structures using the benchmark IPv4 prefix database AS4637 with 219,581 prefixes.
Keywords :
table lookup; tree data structures; IP lookup; data structure; dynamic router-table; memory access; multiprefix trie; Classless inter domain routing; IP address lookup; dynamic router-tables; longest matching prefix; multiprefix trie.;
Journal_Title :
Computers, IEEE Transactions on
DOI :
10.1109/TC.2010.133