TY - GEN
T1 - Reliably scalable name prefix lookup
AU - Yuan, Haowei
AU - Crowley, Patrick
N1 - Publisher Copyright:
© 2015 IEEE.
PY - 2015/5/18
Y1 - 2015/5/18
N2 - Name prefix lookup is a core building block of informationcentric networking (ICN). In ICN hierarchical naming schemes, each packet has a name that consists of multiple variablelength name components, and packets are forwarded based on longest name prefix matching (LNPM). LNPM is challenging because names are longer than IP addresses and the namespace is unbounded. Recently proposed solutions have shown encouraging performance, however, most are optimized for or evaluated with a limited number of URL datasets that may not fully characterize the forwarding information base (FIB).What's more, the worst-case scenarios of several schemes require O(k) string lookups, where k is the number of components in each prefix. Thus, the sustained performance of existing solutions is not guaranteed. In this paper, we present a LNPM design based on the binary search of hash tables, which was originally proposed for IP lookup. With this design, the worst-case number of string lookups is O(log(k)) for prefixes with up to k components, regardless of the characteristics of the FIB. We implemented the design in software and demonstrated 10 Gbps throughput with one billion synthetic longest name prefix matching rules, each containing up to seven components. We also propose level pulling to optimize the average LNPM performance based on the observation that some prefixes have large numbers of next-level suffixes in the available URL datasets.
AB - Name prefix lookup is a core building block of informationcentric networking (ICN). In ICN hierarchical naming schemes, each packet has a name that consists of multiple variablelength name components, and packets are forwarded based on longest name prefix matching (LNPM). LNPM is challenging because names are longer than IP addresses and the namespace is unbounded. Recently proposed solutions have shown encouraging performance, however, most are optimized for or evaluated with a limited number of URL datasets that may not fully characterize the forwarding information base (FIB).What's more, the worst-case scenarios of several schemes require O(k) string lookups, where k is the number of components in each prefix. Thus, the sustained performance of existing solutions is not guaranteed. In this paper, we present a LNPM design based on the binary search of hash tables, which was originally proposed for IP lookup. With this design, the worst-case number of string lookups is O(log(k)) for prefixes with up to k components, regardless of the characteristics of the FIB. We implemented the design in software and demonstrated 10 Gbps throughput with one billion synthetic longest name prefix matching rules, each containing up to seven components. We also propose level pulling to optimize the average LNPM performance based on the observation that some prefixes have large numbers of next-level suffixes in the available URL datasets.
KW - binary search of hash tables
KW - Information-centric networking
KW - longest name prefix lookup
UR - https://www.scopus.com/pages/publications/84936072396
U2 - 10.1109/ANCS.2015.7110125
DO - 10.1109/ANCS.2015.7110125
M3 - Conference contribution
AN - SCOPUS:84936072396
T3 - ANCS 2015 - 11th 2015 ACM/IEEE Symposium on Architectures for Networking and Communications Systems
SP - 111
EP - 121
BT - ANCS 2015 - 11th 2015 ACM/IEEE Symposium on Architectures for Networking and Communications Systems
PB - Institute of Electrical and Electronics Engineers Inc.
T2 - 11th ACM/IEEE Symposium on Architectures for Networking and Communications Systems, ANCS 2015
Y2 - 7 May 2015 through 8 May 2015
ER -