TY - JOUR T1 - Route Lookup Algorithms Using the Novel Idea of Coded Prefix Trees TT - JF - ITRC JO - ITRC VL - 4 IS - 4 UR - http://ijict.itrc.ac.ir/article-1-168-en.html Y1 - 2012 SP - 1 EP - 12 KW - Coded Prefix KW - Scalar Prefix KW - Route Lookup KW - Longest Matching Prefix N2 - This paper introduces a new prefix matching algorithm called “Coded Prefix Search” and its improved version called “Scalar Prefix Search” using a coding concept for prefixes which can be implemented on a variety of trees especially limited height balanced trees for both IPv4 and IPv6 prefixes. Using this concept, each prefix is treated as a number. The main advantage of the proposed algorithms compared to Trie-based solutions is that the number of node accesses does not depend on IP address length in both search and update procedures. Therefore, applying this concept to balanced trees, causes the search and update node access complexities to be O(log n) where nis the number of prefixes. Also, compared to the existing range-based solutions, it does not need to store both end points of a prefix or to store ranges. Finally, compared to similar tree based solutions; it exhibits good storage requirements while it supports faster incremental updates. These properties make the algorithm capable of potential hardware implementation. M3 ER -