Hierarchies
Ethernet switch only has to find the single row that matches the destination MAC address
- Only has to examine half the rows on average; less if the table is alphabetized
- Comparison at each row is a simple match of the frame and row MAC addresses; much less work that row comparison in routers
- Overall, this is much less work than routers must do