ARP Tables Lookup Algorithms
ARP Tables Lookup Algorithms
Conclusion
From the three algorithms analysed, the combined version of
Prefix-match with Binary Search was the one that presented the
best performance. With way less time consumed and iterations
needed to find an IP (on average), it saves reasonable resources and
causes a lot less delay on the network than Linear Search. Pure
Binary Search presented a relatively good performance, ranking
second in this test, but still being extremely better the Linear
Search.