Difficulty: Easy
Correct Answer: 12
Explanation:
Introduction / Context:
A collision domain is a network segment where data packets can collide with each other during transmission. The use of hubs, switches, and routers affects how many collision domains exist in a network. Switches are designed to reduce collision domains.
Given Data / Assumptions:
Concept / Approach:
Unlike hubs, which forward frames to all ports and thus create a single collision domain, switches create a separate collision domain for each port. Therefore, a 12-port switch creates 12 collision domains.
Step-by-Step Solution:
Verification / Alternative check:
Standard networking references confirm that switches eliminate collisions by dedicating a collision domain to each port.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
12
Discussion & Comments