Occurs when two hosts on the network transmit at the same time which causes the signals to combine on the network medium
Collision
Collisions occur in both wired and wireless networks
To prevent collisions, design the networks with smaller collision domains
Network segment where simultaneous data transmissions collide with one another
Collision Domain
Occurs when a network system is overwhelmed by continuous multicast or broadcast traffic
Broadcast Storm
A broadcast storm significantly decreases network performance
A logical division of a computer network where all nodes can reach each other by broadcast at the data link layer
Broadcast Domain
A switch and a Layer 2 device will not break up broadcast domains because they bridge these things together.
Router or a layer 3 switch to break up the broadcast domain
Couple of main causes for broadcast storms occurring in your network
Use a router to break up subnets into separate broadcast domains
How can you identify if you’re having a boradcast storm?
A rapid increase beyond the normal baseline may indicate a broadcast storm | during a broadcast storm, network devices struggle to process the flood of packets | wireshark & tcpdump
What is a network collision?
A: A collision occurs when data transmissions interfere on the physical medium, preventing data from reaching its destination.
Q: What is the most common cause of collisions?
A: Two hosts transmitting simultaneously on a shared medium, causing signals to overlap and become unreadable.
Q: Can collisions occur on both wired and wireless networks?
A: Yes, collisions can occur on both wired Ethernet and wireless networks.
Q: What Ethernet mechanisms handle collisions?
A: CSMA/CD (wired Ethernet) and CSMA/CA (wireless networks).
Q: What is a collision domain?
A: A network segment where simultaneous transmissions can collide due to shared access to the medium.
Q: How do hubs affect collision domains?
A: All devices connected to a hub share a single collision domain.
Q: How do wireless access points affect collision domains?
A: All connected wireless devices share the same collision domain.
Q: How can collision domains be reduced?
A: By using Layer 2 devices such as switches or bridges.
Q: How do switches prevent collisions?
A: Each switch port creates its own collision domain, preventing collisions between connected devices.
Q: How do collisions impact network performance?
A: Collisions force retransmissions, causing exponential degradation of throughput.
Q: Why do collisions cause retransmissions?
A: Devices back off using random timers and resend frames after detecting a collision.
Q: What is the first sign of excessive collisions?
A: Degraded network performance.
Q: How can collisions be detected on network devices?
A: By using the show interface command and reviewing interface statistics.
Q: What does an increasing collision counter indicate?
A: Collisions are occurring; this is expected on hubs but not on switched networks.