InterviewSolution
| 1. |
What Is The Difference Between Csma/cd And Csma/ca? |
|
Answer» CSMA/CD stands for Carrier SENSE Multiple Access with Collision Detection. It is a MEDIA access CONTROL method used in local area networking using early Ethernet technology to overcome the OCCURRED collision. CSMA/CA stands for Carrier Sense Multiple Access with Collision Avoidance. It is used in wireless NETWORK to avoid collision. CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection. It is a media access control method used in local area networking using early Ethernet technology to overcome the occurred collision. CSMA/CA stands for Carrier Sense Multiple Access with Collision Avoidance. It is used in wireless network to avoid collision. |
|