Wi-Fi Protocol

by satheeshkumar 2012-09-20 11:39:37

Wi-Fi Protocol ,

IEEE 802.11 wireless LANs use a media access control protocol called Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA). While the name is similar to Ethernet.s Carrier Sense Multiple Access with Collision Detection (CSMA/CD), the operating concept is totally different.

Wi-Fi systems are half duplex shared media configurations where all stations transmit and receive on the same radio channel. The fundamental problem this creates in a radio system is that a station cannot hear while it is sending, and hence it impossible to detect a collision. Because of this, the developers of the 802.11 specifications came up with a collision avoidance mechanism called the Distributed Control Function (DCF).

According to DCF, A Wi-Fi station will transmit only if it thinks the channel is clear. All transmissions are acknowledged, so if a station does not receive an acknowledgement, it assumes a collision occurred and retries after a random waiting interval.
820
like
0
dislike
0
mail
flag

You must LOGIN to add comments