200-301 · Question #1394
What does a switch search for in the CAM table when forwarding a frame?
The correct answer is D. destination MAC address and destination port. When forwarding a frame, a switch consults its CAM table to match the frame's destination MAC address with an associated output port.
Question
Options
- Asource MAC address and aging time
- Bdestination MAC address and flush time
- Csource MAC address and source port
- Ddestination MAC address and destination port
How the community answered
(20 responses)- C5% (1)
- D95% (19)
Why each option
When forwarding a frame, a switch consults its CAM table to match the frame's destination MAC address with an associated output port.
The source MAC address and aging time are used by the switch to *learn* entries and manage the CAM table, not for making forwarding decisions for an incoming frame.
While the destination MAC address is key, 'flush time' is not a standard term related to forwarding; aging time is used for entry expiration.
The source MAC address and source port are used to populate the CAM table (learning phase), mapping the MAC address of the sender to the port it was received on, rather than for forwarding an incoming frame to its destination.
Upon receiving a frame, a switch extracts the destination MAC address and queries its CAM (Content Addressable Memory) table to find the corresponding destination port, which is the interface through which the frame should be forwarded.
Concept tested: Switch CAM table lookup for frame forwarding
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/cg/l2addr.html#wp1020475
Topics
Community Discussion
No community discussion yet for this question.