Hi Friend
CSMA CA vs CSMA CD
Carrier Sense Multiple Access or CSMA is a Media Access Control (MAC) protocol that is used to control the flow of data in a transmission media so that packets do not get lost and data integrity is maintained. There are two modifications to CSMA, the CSMA CD (Collision Detection) and CSMA CA (Collision Avoidance), each having its own strengths.
CSMA operates by sensing the state of the medium in order to prevent or recover from a collision. A collision happens when two transmitters transmit at the same time. The data gets scrambled, and the receivers would not be able to discern one from the other thereby causing the information to get lost. The lost information needs to be resent so that the receiver will get it.
CSMA CD operates by detecting the occurrence of a collision. Once a collision is detected, CSMA CD immediately terminates the transmission so that the transmitter does not have to waste a lot of time in continuing. The last information can be retransmitted. In comparison, CSMA CA does not deal with the recovery after a collision. What it does is to check whether the medium is in use. If it is busy, then the transmitter waits until it is idle before it starts transmitting. This effectively minimizes the possibility of collisions and makes more efficient use of the medium.
Another difference between CSMA CD and CSMA CA is where they are typically used. CSMA CD is used mostly in wired installations because it is possible to detect whether a collision has occurred. With wireless installations, it is not possible for the transmitter to detect whether a collision has occurred or not. That is why wireless installations often use CSMA CA instead of CSMA CD.
1.CSMA CD takes effect after a collision while CSMA CA takes effect before a collision.
2.CSMA CA reduces the possibility of a collision while CSMA CD only minimizes the recovery time.
3.CSMA CD is typically used in wired networks while CSMA CA is used in wireless networks.
Let’s see the difference between CSMA/CA and CSMA/CD:-
| S.NO | CSMA/CD | CSMA/CA |
|---|
| 1. | CSMA / CD is effective after a collision. | Whereas CSMA / CA is effective before a collision. |
| 2. | CSMA / CD is used in wired networks. | Whereas CSMA / CA is commonly used in wireless networks. |
| 3. | It only reduces the recovery time. | Whereas CSMA/ CA minimizes the possibility of collision. |
| 4. | CSMA / CD resends the data frame whenever a conflict occurs. | Whereas CSMA / CA will first transmit the intent to send for data transmission. |
| 5. | CSMA / CD is used in 802.3 standard. | While CSMA / CA is used in 802.11 standard. |
| 6. | It is more efficient than simple CSMA(Carrier Sense Multiple Access). | While it is similar to simple CSMA(Carrier Sense Multiple Access). |
Read more: Difference Between CSMA CA and CSMA CD | Difference Between http://www.differencebetween.net/technology/protocols-formats/difference-between-csma-ca-and-csma-cd/#ixzz6cvtexSKR
I hope that is your help