Achievable logoAchievable logo
CCNA
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Introduction to networking
2. Administering Ethernet LANs
3. IP connectivity
4. Network services
5. IPv6
6. Wireless networking
6.1 Wireless LANs (WLANs)
6.1.1 Wireless networking fundamentals
6.1.2 AP connectivity, SSIDs, and autonomous/Split-MAC architecture
6.2 WLC ports and WLAN planning
7. Network management and administering network devices
8. Network security fundamentals
9. Network automation and programmability
Wrapping up
Achievable logoAchievable logo
6.1.1 Wireless networking fundamentals
Achievable CCNA
6. Wireless networking
6.1. Wireless LANs (WLANs)
Our CCNA course is currently in development and is a work-in-progress.

Wireless networking fundamentals

6 min read
Font
Discuss
Share
Feedback

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.

Sidenote
Ethernet Hubs

Ethernet Hubs were devices that existed before Ethernet Switches. They served the same purpose, which was to interconnect multiple wired devices on a LAN, but unlike their smarter, more efficient predecessor (Switches), Hubs simply broadcasted any Ethernet frame that came into them out of all ports, even the port that received the Frame. They did not learn or keep a table of MAC addresses and were not capable of segmenting Broadcast Domains (VLANs). Their job was to simply Broadcast whatever Frame entered into them out to all ports so that all devices connected to the Hub would receive it. Hubs operated at Layer 1 of the OSI/TCP/IP model and hosts had to operate at Half Duplex. Hubs are now considered obsolete technology and have been replaced by Ethernet Switches.

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.

There are several iterations and improvements to the 802.11 Wireless standard along with the Wi-Fi bands and speeds that they can support that you should know for the CCNA 200-301 v1.1 exam

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

802.11ac APs are also equipped with 2.4GHz antennas that use the 802.11n standard just for backwards compatibility to support legacy wireless clients with radios that do not support 5GHz.

In the next chapter, we’ll explore the wireless network architecture that a Cisco Wireless LAN (WLAN) is comprised of.

Wired vs. wireless networks

  • Wired: physical cables, dedicated bandwidth, full-duplex, less interference
  • Wireless: uses RF signals, offers mobility, operates in half-duplex (one device transmits at a time)
  • Wireless challenges: interference, security risks, shared medium

Ethernet hubs vs. switches

  • Hubs: Layer 1 devices, broadcast frames to all ports, half-duplex, no MAC address learning
  • Switches: smarter, segment broadcast domains, support full-duplex

RF and channels in wireless communication

  • Wireless uses radio frequency (RF) signals (measured in GHz for Wi-Fi)
  • Wi-Fi bands: 2.4 GHz, 5 GHz, 6 GHz
  • Each band divided into channels; non-overlapping channels reduce interference

Wi-Fi channels

  • 2.4 GHz: few non-overlapping channels (1, 6, 11), longer range, more interference
  • 5 GHz: many non-overlapping channels, shorter range, higher data rates, less interference
  • 6 GHz: supports Wi-Fi 6E/7, more channels, greater capacity, lower latency

802.11 wireless standards

  • 802.11-1997: 2.4 GHz, 2 Mbps
  • 802.11b: 2.4 GHz, 11 Mbps
  • 802.11g: 2.4 GHz, 54 Mbps
  • 802.11a: 5 GHz, 54 Mbps
  • 802.11n: 2.4 & 5 GHz, 600 Mbps
  • 802.11ac: 5 GHz, 6.93 Gbps
  • 802.11ax: 2.4, 5, 6 GHz, up to 4x 802.11ac speeds

Backward compatibility

  • 802.11ac APs include 2.4 GHz (802.11n) antennas for legacy client support

Sign up for free to take 10 quiz questions on this topic

Previous
Next  | 6.1.2 AP connectivity, SSIDs, and autonomous/Split-MAC architecture
All rights reserved ©2016 - 2026 Achievable, Inc.

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.

Sidenote
Ethernet Hubs

Ethernet Hubs were devices that existed before Ethernet Switches. They served the same purpose, which was to interconnect multiple wired devices on a LAN, but unlike their smarter, more efficient predecessor (Switches), Hubs simply broadcasted any Ethernet frame that came into them out of all ports, even the port that received the Frame. They did not learn or keep a table of MAC addresses and were not capable of segmenting Broadcast Domains (VLANs). Their job was to simply Broadcast whatever Frame entered into them out to all ports so that all devices connected to the Hub would receive it. Hubs operated at Layer 1 of the OSI/TCP/IP model and hosts had to operate at Half Duplex. Hubs are now considered obsolete technology and have been replaced by Ethernet Switches.

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.

There are several iterations and improvements to the 802.11 Wireless standard along with the Wi-Fi bands and speeds that they can support that you should know for the CCNA 200-301 v1.1 exam

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

802.11ac APs are also equipped with 2.4GHz antennas that use the 802.11n standard just for backwards compatibility to support legacy wireless clients with radios that do not support 5GHz.

In the next chapter, we’ll explore the wireless network architecture that a Cisco Wireless LAN (WLAN) is comprised of.

Key points

Wired vs. wireless networks

  • Wired: physical cables, dedicated bandwidth, full-duplex, less interference
  • Wireless: uses RF signals, offers mobility, operates in half-duplex (one device transmits at a time)
  • Wireless challenges: interference, security risks, shared medium

Ethernet hubs vs. switches

  • Hubs: Layer 1 devices, broadcast frames to all ports, half-duplex, no MAC address learning
  • Switches: smarter, segment broadcast domains, support full-duplex

RF and channels in wireless communication

  • Wireless uses radio frequency (RF) signals (measured in GHz for Wi-Fi)
  • Wi-Fi bands: 2.4 GHz, 5 GHz, 6 GHz
  • Each band divided into channels; non-overlapping channels reduce interference

Wi-Fi channels

  • 2.4 GHz: few non-overlapping channels (1, 6, 11), longer range, more interference
  • 5 GHz: many non-overlapping channels, shorter range, higher data rates, less interference
  • 6 GHz: supports Wi-Fi 6E/7, more channels, greater capacity, lower latency

802.11 wireless standards

  • 802.11-1997: 2.4 GHz, 2 Mbps
  • 802.11b: 2.4 GHz, 11 Mbps
  • 802.11g: 2.4 GHz, 54 Mbps
  • 802.11a: 5 GHz, 54 Mbps
  • 802.11n: 2.4 & 5 GHz, 600 Mbps
  • 802.11ac: 5 GHz, 6.93 Gbps
  • 802.11ax: 2.4, 5, 6 GHz, up to 4x 802.11ac speeds

Backward compatibility

  • 802.11ac APs include 2.4 GHz (802.11n) antennas for legacy client support

More from Wireless LANs (WLANs)

  • AP connectivity, SSIDs, and autonomous/Split-MAC architecture