Community discussions

MikroTik App
 
dasswadesh
just joined
Topic Author
Posts: 2
Joined: Thu Nov 17, 2016 12:01 pm

Why does wireless networking use CSMA/CA instead of CSMA/CD?

Wed Mar 01, 2017 9:51 am

CSMA/CD (ie Collision Detection) is based on the node sensing for a collision immediately after TX. It works wonders for wired networks.

CSMA/CA (ie Collision Avoidance) is purposed for wireless by adding a sub-layer to the data link OSI layer and variations on the protocol uses concepts like control channels, CTS and RTS, various randomized counters (CIFS, DIFFS, Contention Window) that reduces the chances of collisions significantly while addressing the TX RX only limitation.

https://www.quora.com/Why-does-wireless ... of-CSMA-CD
 
User avatar
BrianHiggins
Forum Veteran
Forum Veteran
Posts: 720
Joined: Mon Jan 16, 2006 6:07 am
Location: Norwalk, CT
Contact:

Re: Why does wireless networking use CSMA/CA instead of CSMA/CD?

Sun Mar 05, 2017 7:26 pm

That is why there is a disable CSMA/CA option for NStream.... ;)