Skip to main content

Content Addressable Memory

A table stored in network switches that stores information about the MAC addresses of the hosts in the network. It's where the switch knows where to forward incoming packets from outside the network.

Content Addressable Memory isn't an array or map or set, its a region of memory specifically designed and optimized for retrieving MAC addresses according to their associated ports.

#XIV