Preventing 802.11 interference
- 0
- Add a Comment
Q: How does 802.11 (b and g at 2.4 GHz) manage interferences from other technologies like Bluetooth and microwave ovens?
A: Both 802.11b and 802.11g use a mechanism within the 802.11 standard to determine when the air is idle and can be used to send a frame. This mechanism is called Carrier Sense Multiple Access (CSMA). Using this method, 802.11b/g radios can detect other 802.11b/g frames and energy in the channel on which they are operating. Whenever the air is determined to be in use, CSMA prevents 802.11 radios from transmitting. As microwave ovens, Bluetooth devices, and many cordless phones transmit in the 2.4 GHz frequency, these devices will be detected as energy in the channel when they are transmitting, preventing 802.11b/g access points from sending anything until the competing transmission is done.
