Collision Domain and Broadcast Domain in Computer Network (original) (raw)

Last Updated : 2 Dec, 2025

Routers and switches are preferred over hubs, repeaters, and bridges because they manage network traffic more efficiently. While a hub is just a multi-port repeater and a switch is a multi-port bridge, older devices create more collisions and offer fewer ports, making them unsuitable for modern networks. Concepts like collision and broadcast domains explain how newer devices reduce collisions and control traffic better.

**Key Points:

**1. Collision Domain

A **Collision Domain is an area of a network where all devices share the same communication medium. When one device sends data, every other device in that domain must listen, even if the message isn’t for them. If two devices transmit at the same time, their data collides, forcing them to stop and resend later. This issue occurs only in **half-duplex communication.

Advantages:

Disadvantages:

2. Broadcast Domain

A **Broadcast Domain is a network area where any broadcast message sent by one device must be received by all others, which can lead to LAN congestion and reduced bandwidth. Therefore, increasing the number of both collision domains and broadcast domains helps improve network efficiency by isolating traffic and ensuring better bandwidth for all users.

Advantages:

Disadvantages:

So, which of our network devices break collision domains, and which of them break broadcast domains?

**HUB

**SWITCH

**ROUTER

Also, as repeaters and bridges differ from hubs and switches only in terms of the number of ports, a repeater does not break collision and broadcast domains, while a bridge breaks only collision domains.