Longest prefix matching

Created
Created
2023 Nov 2 4:41
Editor
Creator
Creator
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Nov 2 4:53
Refs
Refs

For the scalability

algorithm is not important but you have to know this is standard for current internet
When looking for forwarding table entry for given destination address, use longest address prefix that matches destination address.
  • wildcard is for reducing entries
 
 
 
 
 
 
 
 

Recommendations