Wireless networking fundamentals
Wireless networking has transformed how organizations and individuals connect to networks. Unlike wired networks, where devices must be physically connected with cables, wireless networks provide mobility, convenience, and flexibility. This chapter introduces the core principles of wireless networking for the CCNA 200-301 v1.1 exam, including wireless fundamentals, Cisco wireless architectures, and the physical infrastructure that supports wireless LANs.
Understanding wired vs. wireless networks
Wireless networking makes the most sense when you compare it to the wired networks we’ve discussed so far. In a wired network, devices communicate over physical cables (copper or fiber-optic). This creates a bounded, predictable medium. The IEEE 802.3 Ethernet standards define parameters such as cable types, maximum lengths, transmit rates, and physical characteristics, which helps wired communication stay reliable and consistent.
Wired networks have several advantages:
- Dedicated bandwidth between devices
- Simultaneous two-way communication (full-duplex)
- Strong protection from external interference
Those benefits come with a tradeoff: cables limit mobility. Devices must stay in place or remain within cable reach, which becomes less practical as endpoints get smaller and more mobile.
Wireless networks remove the cable by transmitting data through the air using radio frequency (RF) signals. That gives you mobility and convenience, but it also introduces variables you have to manage:
- How signals propagate through space and obstacles
- Interference from other RF devices
- Security risks (because the medium is open)
- A shared medium where multiple devices compete to transmit
One of the most important differences is how simultaneous communication works. Wireless LANs based on the IEEE 802.11 standard operate in half-duplex mode. On a given channel, only one device can transmit at a time. Because all devices share the same frequency, overlapping transmissions interfere with each other. To avoid that, devices must contend for access to the channel and check whether it’s clear before transmitting - similar to how older shared Ethernet networks behaved when they used hubs.
The essence of wireless communication: RF and channels
Wireless networking is built on radio frequency (RF) communication. In a wireless network, data travels through the air as RF signals. RF signals are electromagnetic waves defined by their frequency - the number of oscillations per second - measured in Hertz (Hz). Wi-Fi operates at very high frequencies (billions of oscillations per second), typically measured in Gigahertz (GHz).
Wi-Fi commonly uses the 2.4-GHz, 5-GHz, and (more recently) 6-GHz bands. Each band is divided into channels, and each channel corresponds to a specific frequency range.
Wi-Fi channels
A frequency range (often called a band) is divided into discrete channels. Each channel has a channel number and an assigned frequency range. The idea of non-overlapping Wi-Fi channels matters in wireless design because it helps reduce interference and improve throughput. That’s why channel selection and channel planning are so important.
-
2.4-GHz Band: This band is widely used, but it has a major limitation: a small number of non-overlapping channels. Channels in 2.4 GHz are wide enough that adjacent channels overlap significantly. To reduce interference, it’s generally recommended to use only channels 1, 6, and 11. These channels are spaced far enough apart to avoid overlap, which helps nearby APs operate without interfering with each other. Although there are 14 channels available, using only 1, 6, and 11 is a common best practice for stability and performance. The 2.4-GHz band also tends to travel farther and penetrate obstacles better than higher frequencies, but it’s more susceptible to interference from other devices in the same band (for example, Bluetooth and microwaves).
-
5-GHz Band: This band provides a major advantage: many more non-overlapping channels. Compared to 2.4 GHz, 5-GHz channels are allocated in a way that avoids overlap, which allows more APs to operate close together with less interference. Channel numbers in 5 GHz aren’t sequential; they often increase by four (for example, 36, 40, 44, 48). 5-GHz signals have a shorter range and are more easily attenuated by obstacles (the signal weakens as it passes through surfaces), but the larger number of non-overlapping channels makes 5 GHz a strong choice for high-density environments and higher data rates.
-
6-GHz Band: This newer band expands the available spectrum even further, providing even more non-overlapping channels. Like 5 GHz, 6-GHz channels are numbered to avoid overlap. This band is designed to support the latest Wi-Fi 6E and Wi-Fi 7 standards, offering greater capacity and lower latency for demanding applications.
Effective channel planning - especially using non-overlapping channels - is a key part of building a stable, high-performing wireless network.
| 802.11 Iteration | 2.4 GHz | 5 GHz | 6 GHz | Maximum Bandwidth |
|---|---|---|---|---|
| 802.11-1997 | Yes | No | No | 2 Mbps |
| 802.11b | Yes | No | No | 11 Mbps |
| 802.11g | Yes | No | No | 54 Mbps |
| 802.11a | No | Yes | No | 54 Mbps |
| 802.11n | Yes | Yes | No | 600 Mbps |
| 802.11ac | No | Yes | No | 6.93 Gbps |
| 802.11ax | Yes | Yes | Yes | (4x) 802.11ac |
In the next chapter, we’ll explore the wireless network architecture that a Cisco Wireless LAN (WLAN) is comprised of.