Showing posts with label hidden station problem.. Show all posts
Showing posts with label hidden station problem.. Show all posts

03 November 2016

IEEE 802.11 and 802.11b Standards

IEEE 802.11 standard

802.11 defines a Basic Service Set (BSS) comprising of two or more fixed, portable, and/or moving nodes or stations that can communicate with each other in a limited geographical area. There are two configurations:
  • Infrastructure mode: at least one central access point (AP) connected to the wired network
  • Ad hoc or peer-to-peer mode: a set of wireless stations communicate directly with one another without requiring a central access point or a wired connection

Infrastructure Mode

Ad Hoc Mode

802.11 define the physical layer and medium access (MAC) layer. There are three radio frequency (RF) physical layers that operate at the 2.4 GHz ISM band, namely frequency hopping spread spectrum (FHSS), digital sequence spread spectrum (DSSS) and infrared (IR).

In WLAN, CSMA/CD is unsuitable due to the hidden station problem. Refering to the figure below, let's say A and C are not within transmission range of each other. C is currently transmitting to B. Using CSMA/CD, when A wants to transmit to B, it has to listen to determine if there is currently any ongoing transmission. Because C is not within A's transmission range, it is unable to detect C's transmission. When A starts transmitting to B, it results in a collision at B.

The Hidden Station Problem

IEEE 802.15.4e Standard

Low reliability, unbounded packet delays and no protection against interference and fading are among the limitations of the IEEE 802.15.4 ...