By Muhammad Farqan
Wired local-area networks (LANs) have long been the backbone of enterprise networking—and they remain important today. At the same time, wireless local-area networks (WLANs) have become the dominant method for extending network connectivity to mobile devices. If you have any experience with networking, you’ve likely set up a WLAN at home or at work.
Setting up a basic wireless network often requires only minimal configuration. That convenience can cause many of the underlying wireless concepts to be overlooked, especially in small deployments. However, understanding those details is essential for larger, enterprise-grade implementations and for professional certification exams.
This article introduces key WLAN terms and concepts to give you a clearer understanding of how wireless networking works. By the end, you’ll have a firmer grasp of the technologies and trade-offs involved when deploying and managing WLANs.
WLANs originally provided an easy way to offer Internet access to guests on site. Early perceptions favored wired networks as faster and more secure, but ongoing improvements in WLAN standards and equipment have largely closed those gaps.
Today, wireless access is critical not only for visitors but also for employees. Laptops, smartphones, and tablets are commonly used for email, contact management, document access, and collaboration. Bring-your-own-device (BYOD) is no longer just a buzzword—it’s a practical reality. Users expect to be productive from the office, from home, and while traveling, often using their personal devices.
Wireless Transmission
WLANs use radio waves at Layer 1 of the OSI model to send and receive data. Wireless network interface cards, access points, and other WLAN devices contain radio transceivers (transmitter + receiver) and antennas to convert data into radio signals and back. Although the medium differs from copper or fiber, the basic idea—encoding information by modifying a carrier signal—remains the same. Instead of electrical or optical signals confined to cables, WLANs use radio waves that travel through the air.
Many electronic devices emit radio energy—some by design, like WLAN NICs, cordless phones, and wireless cameras; others as an unintended side effect, such as televisions and kitchen appliances. Radio energy from one device can interfere with another device operating in the same frequency range, creating potential reception problems.
WLAN performance is also affected by the physical environment. Radio energy radiates outward from antennas; when it meets objects such as walls, metal cabinets, floors, or ceilings, it may be reflected, scattered, absorbed, or partially transmitted. These propagation effects directly influence the coverage area and must be considered during WLAN design and access point placement.
Comparing Wireless and Wired LANs
At a basic level, switched Ethernet networks rely on physical cabling, while WLANs do not. Ethernet is defined by IEEE 802.3 standards; WLANs are defined by IEEE 802.11. Although both follow standards, the wireless medium is inherently more variable and harder to control.
A wired Ethernet connection is typically shared among a known set of devices on the same physical segment. A wireless client, by contrast, shares the airspace with any other nearby users; there are no fixed ports or outlets at the access layer. The air is a common resource, and the number of competing devices varies over time.
Because the wireless medium is shared, WLAN links operate in half-duplex—stations transmit and receive on the same frequency, so only one station can transmit at a time without causing collisions. Full-duplex communication would require separate transmit and receive frequencies, similar to full-duplex Ethernet using separate wire pairs. While full-duplex wireless communication is technically possible, IEEE 802.11 does not support it.
How to Avoid Collisions in a WLAN
When multiple stations transmit at the same time, their signals mix and the result is usually garbled data at the receiver. Detecting collisions directly is difficult in the wireless domain, so WLANs rely on other mechanisms.
One core mechanism is acknowledgements: when a station successfully receives a frame, it sends an acknowledgement (ACK) back to the sender. ACKs act as a basic feedback and recovery mechanism unique to wireless networks; wired Ethernet uses a different approach. ACKs do not prevent collisions but help detect transmission failures so retransmission can occur.
IEEE 802.11 uses carrier sense multiple access with collision avoidance (CSMA/CA), unlike wired Ethernet’s carrier sense multiple access with collision detection (CSMA/CD). In both cases, a station checks the medium before transmitting. In CSMA/CA, stations listen to the channel and defer transmission if it is busy, which reduces the probability of collisions on the shared wireless medium.
Wireless Access Point (AP)
An access point (AP) bridges the wireless medium and the wired LAN. An AP accepts connections from multiple wireless clients and provides those devices with Layer 2 connectivity to the wired network, similar to translating frames between two different media. APs can also bridge to other APs to form point-to-point wireless links; some vendors provide daisy-chained AP bridging to cover large outdoor areas without cabling.
Access points serve as central control points for client access. A client must associate with an AP before using the WLAN. APs may permit open association, require authentication credentials, or enforce other policies to control which clients can connect.
AP coverage is limited to its radio range, so AP placement must be planned to match the desired coverage area. A typical wireless router or AP signal can extend roughly up to 300 feet in ideal conditions. In multi-AP deployments, clients can roam between APs and maintain connectivity as they move through the environment.
Service Set Identifier (SSID)
In 802.11 terminology, a collection of wireless devices—usually an AP plus its associated clients—is called a service set. All devices in a service set share a common service set identifier (SSID), which is a text string included in wireless frames. For two devices to communicate, their SSIDs must match.
Beacons
Beacons are special management frames transmitted periodically (typically every 100 ms) by APs to announce network presence and parameters. When a wireless NIC passively scans channels, it listens for beacons to discover available networks. Beacons carry information such as SSID, supported data rates, and other network capabilities. Administrators can disable SSID broadcast to hide the network name—an approach called cloaking—which provides only a weak layer of obscurity rather than true security.
Wireless LAN Standards
The IEEE 802.11 family defines WLAN standards. The original 802.11 was released in 1997 and has evolved into multiple amendments, with notable versions including 802.11a, 802.11b, 802.11g, and 802.11n. Each version introduced changes in frequency bands, modulation, maximum data rates, and other capabilities, improving performance and range over time.
Table 11-3 WLAN Standards
|
802.11a |
802.11b |
802.11g |
802.11n |
|
|
Year |
1999 |
1999 |
2003 |
2008 |
|
Data Rate |
54 Mbps |
11 Mbps |
54 Mbps |
248 Mbps* |
|
Throughput |
23 Mbps |
4.3 Mbps |
19 Mbps |
74 Mbps |
|
Frequency |
5 GHz |
2.4 GHz |
2.4 GHz |
2.4 and/or 5 GHz |
|
Compatibility |
None |
802.11g |
With 802.11b |
802.11a, b, and g |
|
Range (meters) |
35-120 |
38-140 |
38-140 |
70-250 |
|
No. of Channels |
3 |
Up to 23 |
3 |
14 |
|
Transmission |
OFDM |
DSSS |
DSSS/OFDM |
MIMO |
* With 2×2 antennas
Wireless LAN Security
Most vendors ship wireless devices with security features disabled (open access), which may be acceptable for public hotspots but is inappropriate for corporate networks handling sensitive data. Enabling proper wireless security is essential to prevent unauthorized access and other threats.
Security concerns have historically slowed WLAN adoption, but applying the right protections makes WLANs safe and practical. Common mechanisms and best practices include:
Service Set Identifier (SSID)
Using an SSID provides a basic access control mechanism. While APs typically broadcast SSIDs so clients can find and join networks, administrators can disable SSID broadcast (cloaking) to hide the network name. Cloaking is only a limited deterrent and should not be relied on as a primary security measure.
MAC Address Authentication
MAC address filtering restricts access to devices with known MAC addresses. It’s simple to implement and commonly supported by vendors, but it can be spoofed and should be combined with stronger authentication methods for robust security.
Wired Equivalent Privacy (WEP)
WEP was part of the original 802.11 standard and provided early authentication and encryption using short, static pre-shared keys. Because WEP keys are short and vulnerable to practical attacks, WEP is now considered insecure and should not be used.
Wi-Fi Protected Access (WPA)
WPA was introduced by the Wi-Fi Alliance to address WEP’s weaknesses. It improved authentication and encryption while broader IEEE 802.11i work continued.
WPA2 / IEEE 802.11i
The IEEE 802.11i standard, published in 2005, includes the Advanced Encryption Standard (AES) and significantly enhances wireless security with stronger encryption and key management. The Wi-Fi Alliance certifies products under the WPA2 label, which corresponds to 802.11i implementations and provides a robust security baseline for modern WLANs.