A network engineer needs to segment a single physical switch into multiple broadcast domains to improve security and reduce traffic. Which technology should be implemented?
Trap 1: Spanning Tree Protocol (STP)
STP prevents loops in redundant switch topologies, but does not segment broadcast domains.
Trap 2: VLAN Trunking Protocol (VTP)
VTP is used to manage VLAN configurations across switches, but it does not itself create broadcast domains.
Trap 3: Access Control List (ACL)
ACLs filter traffic based on rules, but they do not create separate broadcast domains.
- A
Spanning Tree Protocol (STP)
Why wrong: STP prevents loops in redundant switch topologies, but does not segment broadcast domains.
- B
Virtual LAN (VLAN)
VLANs create separate broadcast domains on a switch, meeting the requirement.
- C
VLAN Trunking Protocol (VTP)
Why wrong: VTP is used to manage VLAN configurations across switches, but it does not itself create broadcast domains.
- D
Access Control List (ACL)
Why wrong: ACLs filter traffic based on rules, but they do not create separate broadcast domains.