Description: The program simulated router routing lookup process. For each IP packet, the router must be conducted in the routing table to find the longest prefix match, then the IP packet-by-hop to its destination address. The program focused on modeling the longest prefix match (Longest Prefix Matching) in this process.
To Search:
File list (Check if you may need any files):
RoutLookupSim\1.txt
.............\main.cpp
.............\Rib.cpp
.............\Rib.h
.............\RoutLookupSim.ncb
.............\RoutLookupSim.sln
.............\RoutLookupSim.suo
.............\RoutLookupSim.vcproj
.............\trace.txt
RoutLookupSim