📖 What is Collision Domain?
A collision domain is a physical segment of a network where data packets can collide with one another when sent simultaneously on a shared medium. In modern networks, switches eliminate collision domains by creating a dedicated segment for each connected device.
"Remember that hubs create one large collision domain, while switches break them up—this is a classic conceptual question regarding legacy vs. modern hardware."
📚 Certification: CompTIA Network+ Certification Exam (N10-009)
🔑 What are the Key Concepts of Collision Domain?
- ▸ Hubs operate at Layer 1 and forward all traffic to all ports, creating a single large collision domain for all connected devices.
- ▸ Switches operate at Layer 2 and create a separate collision domain for every single port, effectively eliminating collisions in full-duplex mode.
- ▸ Carrier Sense Multiple Access with Collision Detection (CSMA/CD) is the protocol used in half-duplex Ethernet to manage collisions and handle retransmissions.
- ▸ Half-duplex allows only one device to send at a time, whereas full-duplex allows simultaneous bidirectional communication, removing the possibility of collisions.
- ▸ Routers break up both collision domains and broadcast domains, ensuring that local traffic collisions do not impact other network segments.
🎯 How does Collision Domain appear on the N10-009 Exam?
A scenario might describe a network experiencing high collision rates and performance degradation; you will be asked to identify the legacy device, such as a hub, causing the issue.
You may be asked to analyze a network diagram containing hubs and switches and calculate the total number of collision domains present in the topology.
Expect questions where you must choose between half-duplex and full-duplex settings to resolve a duplex mismatch causing excessive collisions on a specific network link.
❓ Frequently Asked Questions
What is the difference between a collision domain and a broadcast domain?
A collision domain is a segment where packets can collide (broken by switches), while a broadcast domain is where a broadcast frame reaches all devices (broken by routers).
Do modern switches still have collision domains?
Technically, each switch port is its own collision domain. However, because they use full-duplex communication, collisions are practically eliminated and no longer impact network performance.