Scalability Through Longest Prefix Matching
While the specific algorithm implementation is not critical, it's important to understand that longest prefix matching is the standard approach used across the modern internet. This technique involves finding the forwarding table entry with the longest address prefix that matches the destination address.
- Wildcards are used to reduce the number of routing table entries

Seonglae Cho