Q22Principle of Electronic Communication
Question
Q.5. (a) Describe the architecture and working of a Wireless LAN (WLAN) based on the IEEE 802.11 standard. [6]
(b) Discuss the advantages and disadvantages of Infrared Wireless communication compared to RF-based wireless technologies. [4]
Answer
(a) WLAN Architecture Based on IEEE 802.11
A WLAN based on IEEE 802.11 typically operates in infrastructure mode, in which multiple wireless stations (laptops, phones) communicate through a central Access Point (AP), which bridges the wireless stations to a wired backbone network - all wireless traffic passes through the AP, even between two wireless stations in the same coverage area. An alternative ad-hoc (independent) mode allows stations to communicate directly with each other without any AP, though this is less commonly used in typical infrastructure deployments.
The 802.11 standard uses CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) as its access method, rather than the CSMA/CD used by wired Ethernet, since a wireless station generally cannot reliably detect a collision while simultaneously transmitting (its own strong transmitted signal masks any weaker colliding signal); instead, stations sense the channel and, before transmitting, wait a random backoff interval and may exchange RTS/CTS (Request to Send/Clear to Send) control frames to reserve the channel and reduce the likelihood of collision, particularly important for addressing the hidden-node problem in wireless networks. Physical layer implementations have evolved through multiple 802.11 amendments (802.11b/g/n/ac/ax), each successively increasing achievable data rates through techniques such as wider channel bandwidths, higher-order modulation, and multiple-antenna (MIMO) techniques.
(b) Infrared vs RF Wireless Communication
Infrared (IR) wireless communication uses infrared light for short-range data transmission and offers advantages including immunity from radio-frequency interference and regulatory licensing restrictions (since IR is not part of the regulated RF spectrum), inherent security against eavesdropping or interception from outside a room (since IR light does not pass through walls), and low cost of simple IR transceivers. However, IR suffers significant disadvantages compared to RF-based wireless technologies: it generally requires line-of-sight (or at most limited diffuse-reflection) between transmitter and receiver, since IR light cannot penetrate walls or opaque obstacles, it is susceptible to interference from strong ambient light sources (sunlight, fluorescent lighting), and it is limited to relatively short range and generally lower data rates compared to modern RF technologies such as Wi-Fi or Bluetooth. These limitations are why IR (once common for early wireless keyboards, remote controls, and short-range file transfer such as IrDA) has been largely displaced by RF-based technologies (Bluetooth, Wi-Fi) for most general-purpose wireless communication applications, with IR now used mainly for simple, single-purpose applications such as television and appliance remote controls where its line-of-sight limitation and low cost are acceptable trade-offs.
It is also worth noting that modern Wi-Fi networks increasingly deploy multiple access points across a facility, coordinated through centralized wireless controllers to provide seamless roaming as a mobile client moves between the coverage areas of different access points - this multi-AP coordinated deployment, together with the CSMA/CA access method and successive generations of higher-throughput physical layer standards described above, is what allows contemporary enterprise WLAN deployments to support very large numbers of simultaneous high-bandwidth users across extensive office or campus environments, a scale of deployment that would have been impractical using single-access-point infrared-based alternatives given IR's line-of-sight range limitations.
In summary, the IEEE 802.11 WLAN architecture and the infrared-versus-RF wireless comparison together illustrate why RF-based wireless networking has become the dominant short-range communication technology in nearly every modern indoor and enterprise setting.