200-301 · Question #1525
What is a characteristics of frame switching?
The correct answer is A. floods unknown destinations to all ports except the receiving port. Frame switching involves learning MAC addresses and forwarding frames to known destinations, but for unknown destinations, it floods the frame out all ports in the same VLAN except the receiving port.
Question
What is a characteristics of frame switching?
Options
- Afloods unknown destinations to all ports except the receiving port
- Binspects and drops frames from unknown destinations
- Cforwards frames to a neighbor port using CDP
- Dprotects against denial of service attacks
How the community answered
(42 responses)- A95% (40)
- B2% (1)
- D2% (1)
Why each option
Frame switching involves learning MAC addresses and forwarding frames to known destinations, but for unknown destinations, it floods the frame out all ports in the same VLAN except the receiving port.
When a switch receives a frame destined for a MAC address not present in its MAC address table, it floods the frame out all ports in the same VLAN, excluding the port it was received on, to ensure delivery and learn the destination's location.
Switches do not inspect and drop frames from unknown destinations; instead, they flood them to facilitate learning the destination's MAC address and port association.
CDP (Cisco Discovery Protocol) is a Layer 2 protocol used for neighbor discovery and information exchange, not for forwarding data frames based on destination MAC addresses.
Basic frame switching itself does not inherently protect against denial-of-service attacks; dedicated security features like port security or access control lists would be required for such protection.
Concept tested: MAC address table lookup and frame forwarding
Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/ethernet-switches/10577-6.html
Topics
Community Discussion
No community discussion yet for this question.