Bridgingtabelle
A bridgingtabelle, or bridge table, is a data structure used by network bridges and switches to record how to forward Ethernet frames at layer 2. The table maps MAC addresses to specific switch or bridge ports and serves as the basis for forwarding decisions within a local area network.
How it works: When a bridge receives a frame, it notes the source MAC address and the
Characteristics and implications: Bridging tables are implemented in hardware using content-addressable memory (CAM) for fast lookups.
Relation to other concepts: The bridging table is closely related to the forwarding database (FDB) and to