2020
DOI: 10.3390/app10031023
|View full text |Cite
|
Sign up to set email alerts
|

Scalable Name Lookup for NDN Using Hierarchical Hashing and Patricia Trie

Abstract: Named data networking (NDN) is a content-centric network for the future of the internet. An NDN a packet is delivered based on a content name instead of a destination IP address. The name lookup for packet forwarding is challenging because the content name is variable, and its space is unbounded. This paper proposes a novel name lookup scheme that employs a hashing technique combined with Patricia tries. In this scheme, hash tables are dynamically maintained according to the hierarchical structure of the name,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(4 citation statements)
references
References 25 publications
0
4
0
Order By: Relevance
“…In traditional NDN, each data block has its unique corresponding content name. After network coding is adopted, due to the different naming granularity of interest packages [23], an interest name no longer corresponds to a single data package [24], but to multiple coded packages. The user requests content from the access satellite by sending interest packages.…”
Section: Naming and Finding Coded Packagesmentioning
confidence: 99%
“…In traditional NDN, each data block has its unique corresponding content name. After network coding is adopted, due to the different naming granularity of interest packages [23], an interest name no longer corresponds to a single data package [24], but to multiple coded packages. The user requests content from the access satellite by sending interest packages.…”
Section: Naming and Finding Coded Packagesmentioning
confidence: 99%
“…The lookup algorithm of NDN can be divided into two categories in [8]: trie-based [9][10][11][12][13][14], hash-based [15][16][17][18][19][20][21], bloom filter-based [22][23][24] and other kind of lookup algorithm [25][26][27][28]. Considering the demand of Longest Prefix Match (LPM) in different lookup methods, trie-based algorithms, such as NPT [9], NCE [10], MATA [11], BPT [12], can collaborate with the LPM method effectively owing to the feature of trie structure.…”
Section: Related Workmentioning
confidence: 99%
“…The performance of packet forwarding is highly dependent on the speed of the name lookup and is determined by the efficiency of the LPM. For these reasons, many previous studies on packet forwarding in NDN focused on improving the speed of the name lookup by increasing the efficiency of LPM [4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19].…”
Section: Name Lookup In Ndn Packet Forwardingmentioning
confidence: 99%
“…The hashing techniques are generally used to map variable-size data to a fixed-size value. Some methods dealt with the name lookup using tries and hashing together [16,17].…”
Section: Introductionmentioning
confidence: 99%