Wireless networking provides network connectivity without physical cables, using radio frequency signals to transmit data. In enterprise networks, the campus LAN increasingly relies on Wi‑Fi to handle everything from voice calls to real-time inventory scans; a solid grasp of RF basics and 802.11 standards is the foundation for designing those reliable, high-density services. The 350-401 ENCOR exam makes a strong point of testing these fundamentals because a network engineer who cannot read a radio cannot fix a wireless outage.
Jump to a section
A simple way to picture Wireless Fundamentals and 802.11 Standards
A concert hall conductor coordinates an entire orchestra without any single instrument drowning out another. The conductor stands before dozens of musicians, each group producing sound in a distinct pitch range — violins at higher frequencies, cellos in the mid-range, double basses down low. Left unchecked, the brass section could easily overpower the woodwinds, turning Beethoven into noise. Instead, the conductor uses eye contact and baton gestures to give individual sections a precise window to play. One moment the strings sustain a chord; the next moment the flutes take over. This timed, permission-based sharing of the same acoustic space is exactly how a wireless access point manages dozens of client devices on the same radio frequency.
In a Wi‑Fi network, the access point is the conductor. Laptops, phones, and IoT sensors are the musician groups. The air is the shared concert hall. Without coordination, two devices transmitting at once would cause a wireless collision — the equivalent of a trombone blaring over a violin solo. So before any device sends data, it first listens (clear channel assessment), and if the air is busy, it waits a random back-off period — like musicians glancing at the conductor to see if they are next. Features like RTS/CTS (Request to Send / Clear to Send) act as the conductor’s baton, telling everyone else “be quiet, this section has the floor.” Even the hall itself matters: hard walls create echoes (multipath reflections), and a cavernous space weakens sound (attenuation). Different concert halls — your carpeted living room versus a steel-framed office — behave like the 2.4 GHz and 5 GHz bands, each with distinct propagation characteristics. This is wireless networking: invisible signals playing a carefully conducted symphony.
At its heart, wireless communication is about sending information through the air on radio waves. Radio waves are electromagnetic waves, just like visible light or microwaves, but at a much lower frequency. Frequency is simply the number of times a wave cycles per second, measured in hertz (Hz). A 2.4 GHz radio signal oscillates 2.4 billion times per second. To carry useful data, the transmitter alters (modulates) the wave in one of three basic ways: changing its amplitude (height), its frequency (how close together the peaks are), or its phase (where the wave starts in its cycle). The device receiving the signal then demodulates those changes back into the original 1s and 0s.
Two foundational techniques for modulating digital data over radio are DSSS (Direct Sequence Spread Spectrum) and OFDM (Orthogonal Frequency Division Multiplexing). DSSS takes a data bit and spreads it across a wide range of frequencies using a special code, which makes the transmission resistant to narrowband interference — an approach used by the early 802.11b standard. OFDM, introduced with 802.11a and 802.11g, splits a single high-rate data stream into dozens of slower parallel subcarriers, each modulated individually. Because the subcarriers are mathematically orthogonal — they do not interfere with one another — OFDM is extremely efficient and forms the basis of every modern Wi‑Fi standard from 802.11g onwards.
The whole family of Wi‑Fi protocols comes from the IEEE 802.11 working group. Each amendment adds a letter and brings new capabilities. The ones you must know for ENCOR are:
802.11a (1999): Operates in the 5 GHz band. Uses OFDM. Maximum raw data rate of 54 Mbps. Short range because 5 GHz signals attenuate more through walls.
802.11b (1999): Operates in the 2.4 GHz band. Uses DSSS (and later complementary code keying). Maximum rate of 11 Mbps. Long range and better wall penetration, but low speed.
802.11g (2003): Operates in the 2.4 GHz band but adopts the same OFDM as 802.11a, yielding 54 Mbps while remaining backwards-compatible with 802.11b.
802.11n (2009): Dual-band (2.4 GHz and 5 GHz). Introduces MIMO (Multiple Input, Multiple Output) — multiple antennas sending independent spatial streams. Maximum 600 Mbps with four streams and a 40 MHz channel. Known as Wi‑Fi 4.
802.11ac (2013): 5 GHz only. Brought wider channels (80 MHz, optional 160 MHz), up to 8 spatial streams, and downlink MU-MIMO (Multi-User MIMO). Even a single-stream phone can hit 433 Mbps. Wi‑Fi 5.
802.11ax (2019): Dual-band, and extended by Wi‑Fi 6E into the 6 GHz band. Uses OFDMA (Orthogonal Frequency Division Multiple Access) to share a channel among multiple users in the same transmission window, plus uplink MU-MIMO. Wi‑Fi 6.
Each standard works within specific frequency bands. The 2.4 GHz band runs from 2.400 GHz to 2.4835 GHz and is divided into channels typically 20 MHz wide. However, the channels overlap heavily; only channels 1, 6, and 11 are non-overlapping in much of the world. The 5 GHz band offers far more spectrum, divided into blocks called U-NII (Unlicensed National Information Infrastructure) bands, with dozens of non-overlapping 20 MHz channels — a huge advantage in dense deployments.
To avoid devices shouting over each other, 802.11 uses a polite access method called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance). Before transmitting, a station listens. If the channel is idle for a fixed period called the DIFS (Distributed Inter Frame Space), it can send. If the channel is busy, the station picks a random back-off timer and only transmits when the channel has been idle for that amount of time. This is fundamentally different from Ethernet’s CSMA/CD, which detects collisions after they happen. In wireless, you cannot reliably detect a collision while transmitting because your own signal drowns out everything else — so you avoid collisions entirely.
The transmitter’s power, the shape of the antenna, and the path the signal takes all affect range and quality. EIRP (Effective Isotropic Radiated Power) is the regulatory limit on total power radiated, combining transmitter power and antenna gain. Obstacles absorb and reflect signals, causing attenuation (loss of signal strength). SNR (Signal-to-Noise Ratio) compares the desired signal to background noise; a higher SNR permits more complex modulation and therefore higher data rates. RSSI (Received Signal Strength Indicator) gives a rough measure of how strong a signal appears at the receiver, but it is not standardised across vendors. Understanding these parameters lets an engineer predict coverage and capacity — the two pillars of wireless design.
Scanning
A wireless client wants to join a network. It broadcasts Probe Request frames on every channel it supports (active scanning) or quietly listens for Beacon frames sent by access points (passive scanning). This builds a list of available SSIDs and their capabilities. The client collects information such as supported data rates and security methods.
Open System Authentication
Despite the name, this is a lightweight step that simply sends an authentication request and receives a success or failure, proving the client is capable of speaking 802.11. It does not verify identity; real authentication comes later through 802.1X or a pre-shared key handshake. In an open network, this is the only authentication.
Association
The client sends an Association Request to one access point, declaring its supported capabilities. The access point responds with an Association Response that includes an Association ID (AID) and finalises the link. From this moment, the access point forwards frames on behalf of the client and buffers traffic when the client sleeps.
Security Handshake
If the network uses WPA2 or WPA3, a four-way handshake begins. This step generates pairwise transient keys from a master key without transmitting the master key itself. The handshake verifies both sides hold the same pre-shared key (or that the RADIUS server has validated the user), and installs encryption keys for the session.
DHCP and Data Transfer
The client now behaves like any wired host. It broadcasts a DHCP Discover, receives an IP address from the DHCP server, and can begin secure data exchange over the air. The access point encapsulates user frames in 802.11 headers, applies QoS tags if needed, and uses CSMA/CA to contend for the airtime in every transmission.
Picture an IT team moving 200 employees into a newly refurbished open-plan office. The desks are laid out in pods, there is a glass-walled meeting room, and the kitchen area sits in one corner. The network engineer’s job is to guarantee that every user can simultaneously join video calls without choppy audio. The real-world exercise starts long before the first access point is mounted on the ceiling.
The engineer conducts a predictive site survey using floor plans and modelling software such as Ekahau or AirMagnet. This step calculates the effect of building materials — glass, drywall, concrete pillars — on 2.4 GHz and 5 GHz signals. The survey suggests 12 access points evenly spaced to achieve a minimum RSSI of -65 dBm at every desk, with enough overlap for seamless roaming. Because the design targets high throughput, the engineer immediately decides to turn off the 2.4 GHz radio on half the access points to force clients onto 5 GHz, where 802.11ac and 802.11ax offer far more available spectrum and less interference.
Once the physical APs are installed, the engineer configures each via the wireless LAN controller (WLC). The key settings include:
Service Set Identifiers (SSIDs): “Corp-WiFi” mapped to VLAN 20 for employee traffic, and a separate “Guest” SSID mapped to VLAN 50 with internet-only access.
Security: WPA3-Enterprise with 802.1X authentication against a RADIUS server, so each user gets unique credentials.
Channel plan: The 5 GHz channels are statically assigned in a staggered pattern (36, 40, 44, 48, 149, 153, 157, 161) to avoid co-channel interference, while 2.4 GHz sticks to channels 1, 6, and 11 at power levels just strong enough for IoT devices.
Features: 802.11r (fast roaming) and 802.11k/v (neighbour reports) are enabled so voice calls survive a user walking from one end of the office to the other.
A validation survey follows, where the engineer walks the floor with a test laptop running Wireshark and a spectrum analyser. The laptop roams between APs while making a VoIP call; the engineer watches for latency spikes and re-association delays. In the kitchen, the spectrum analyser reveals a spike of energy around 2.45 GHz every time the microwave runs. The engineer notes that sensitive devices should never rely on 2.4 GHz in that area.
Finally, monitoring takes over. The WLC’s built-in CleanAir intelligence starts tracking non-Wi‑Fi interferers — Bluetooth headsets, cordless phones, even a rogue AP that a security-conscious manager plugged in under their desk. The engineer receives an alert about the rogue and immediately uses the WLC to locate it by triangulating its signal strength. The entire workflow — survey, configure, validate, monitor — is the daily rhythm of wireless operations in the real world.
The 350-401 ENCOR exam treats Wireless Fundamentals and 802.11 Standards as a knowledge-based playground. Expect direct, fact-oriented questions designed to catch anyone who skipped the data sheet. The topics are drawn from Section 5.1 of the blueprint, and the test writers love to mix up easily confused details.
Question types you will encounter include:
Matching a feature to an 802.11 standard (e.g., “Which standard introduced OFDM?” — answer: both 802.11a and 802.11g, but the question may force you to pick one if it specifies the band).
Identifying the maximum data rate of a given amendment. Memorise at least: 802.11b = 11 Mbps, 802.11a/g = 54 Mbps, 802.11n (single stream) = 150 Mbps, 802.11ac Wave 1 (single stream) = 433 Mbps.
RF parameter calculations: Given a transmitter power in dBm and a cable loss in dB, what is the EIRP? Know that EIRP = transmitter power – cable loss + antenna gain, and that dBm is an absolute power while dB is a ratio.
Selecting non-overlapping channels: On 2.4 GHz, the only universally correct trio in North America and ETSI regions is 1, 6, and 11. The exam may offer 2, 7, 12 or 1, 5, 9 as distractors.
Distinguishing CSMA/CA from CSMA/CD. The key is that wireless cannot detect collisions during transmission, so it uses avoidance. A classic trap is a statement saying “802.11 uses CSMA/CD” — you must recognise that as wrong.
The exam writers set several well-known traps:
Mixing up the frequency bands: they will list “802.11a = 2.4 GHz” and expect you to spot the mistake. 802.11a and 802.11ac are 5 GHz; 802.11b and 802.11g are 2.4 GHz; 802.11n and 802.11ax are dual-band.
Baiting you on “OFDM” — they may say OFDM was introduced with 802.11n. Wrong. OFDM first appeared in 802.11a and 802.11g.
Confusing RSSI and SNR: a question might state “A high RSSI guarantees a high data rate.” That is false; data rate depends on SNR and the supported modulation and coding scheme (MCS). RSSI can be misleading because it is vendor-specific.
Channel bonding: only 802.11n, 802.11ac, and 802.11ax support bonding channels beyond 20 MHz. The exam may ask you to choose which standard allows 40 MHz channels — answer: 802.11n, 802.11ac, 802.11ax.
Key definitions you should be able to write down from memory:
EIRP: Effective Isotropic Radiated Power, the total radiated power after antenna gain, capped by regulatory bodies.
SNR: Signal-to-Noise Ratio, measured in dB; higher SNR permits higher MCS rates.
Attenuation: The reduction of signal strength as it passes through a medium or obstacle.
Multipath: When a signal reflects off surfaces and arrives at the receiver via multiple paths, causing constructive or destructive interference.
CSMA/CA: The collision avoidance access method used in 802.11 networks, relying on listening and random back-off.
MCS Index: A number that determines the modulation, coding, number of spatial streams, and data rate negotiated between two 802.11 devices.
Do not waste time researching deep antenna theory or WLC clustering; 5.1 focuses strictly on RF principles and the characteristics of the 802.11 family. Flashcard every standard’s band and headline feature, and you will neutralise a large chunk of the exam.
Wireless LANs transmit data over radio waves using a family of standards called IEEE 802.11, each amendment adding letters (a, b, g, n, ac, ax) to denote new capabilities.
The 2.4 GHz band provides three non-overlapping channels (1, 6, 11), while the 5 GHz band supplies dozens of non-overlapping channels, making it the preferred band for high-density deployments.
CSMA/CA is the collision avoidance mechanism mandated by 802.11 because a wireless transmitter cannot detect a collision while it is sending — it must listen and wait for a clear channel.
OFDM splits a wide channel into many slower subcarriers that are orthogonal, enabling efficient multi-path handling and serving as the foundation of 802.11a, g, n, ac, and ax.
802.11n (Wi‑Fi 4) introduced MIMO, allowing multiple simultaneous spatial streams; 802.11ac (Wi‑Fi 5) extended that with downlink MU-MIMO and wider 160 MHz channels.
RF power output is constrained by EIRP limits; obstacles cause attenuation, and multipath reflections can cause signal variation, which an engineer must mitigate in the site survey.
RSSI is an arbitrary, vendor-specific number while SNR is a scientific ratio in dB; high SNR, not high RSSI, dictates whether a fast modulation scheme can be used.
Each 802.11 amendment is backwards-compatible with earlier standards in the same band, but mixing slow clients (802.11b) on an 802.11n network forces protection mechanisms that reduce overall throughput.
These come up on the exam all the time. Here's how to tell them apart.
2.4 GHz Band
Longer propagation through walls and floors
Only three non-overlapping 20 MHz channels (1, 6, 11)
Crowded with Bluetooth, microwaves, and legacy clients
5 GHz Band
Shorter range, more attenuation per obstacle
Dozens of non-overlapping 20 MHz channels (U-NII bands)
Cleaner spectrum enables 40/80/160 MHz channel bonding for high throughput
802.11a
5 GHz band
Maximum 54 Mbps using OFDM
Released in 1999; not backwards-compatible with 802.11b
802.11g
2.4 GHz band
Maximum 54 Mbps using OFDM, same PHY as 802.11a
Released in 2003; backwards-compatible with 802.11b using protection mechanisms
802.11n (Wi‑Fi 4)
Dual-band (2.4 GHz and 5 GHz)
Up to 4 spatial streams, 40 MHz channels, MIMO
Maximum raw rate ~600 Mbps with 4x4 MIMO and 40 MHz
802.11ac (Wi‑Fi 5)
5 GHz only
Up to 8 spatial streams, 160 MHz channels, downlink MU-MIMO
Maximum exceeds 6.9 Gbps with 8x8 MIMO and 160 MHz (Wave 2)
CSMA/CA (Wireless)
Collision avoidance — devices listen and back off before transmitting
Uses RTS/CTS and positive acknowledgement because collisions are invisible
Mandatory in all 802.11 networks; half-duplex shared medium
CSMA/CD (Wired Ethernet)
Collision detection — devices detect a collision as it occurs
Used in classic shared-media Ethernet (coax/hub); not needed in full-duplex switched Ethernet
Once a collision is detected, both stations stop, jam the line, and retry
Mistake
Wi‑Fi and the internet are the same thing — if your device shows Wi‑Fi bars, you are on the internet.
Correct
Wi‑Fi provides a local wireless connection to an access point; the internet is the global network reached through a router. You can have a Wi‑Fi network with no internet access at all.
Home broadband providers combine Wi‑Fi and internet into one device, so users naturally treat them as synonymous. This blurring leads people to blame “slow Wi‑Fi” when the upstream broadband link is congested.
Mistake
More signal bars on a phone always mean a faster data rate.
Correct
Bars show a rough measure of RSSI (signal strength). Data rate depends mainly on SNR, the number of spatial streams, and the modulation scheme negotiated between the device and AP. A clean, moderate signal can deliver far higher throughput than a strong but noisy one.
Mobile operating systems deliberately simplify wireless health into bars, hiding the complex mix of noise, interference, and channel width that truly govern performance.
Mistake
The 802.11 standard only defines the maximum speed printed on the box.
Correct
Each 802.11 amendment defines the entire physical layer (frequency, channel width, modulation) and MAC sublayer rules for accessing the medium. Speed is one outcome, but the standard also covers framing, security handshakes, power management, and QoS.
Consumer marketing focuses almost exclusively on the headline Mbps figure, so engineers arriving from non-networking backgrounds often reduce the standard to a single speed value.
Mistake
All modern Wi‑Fi devices can use both 2.4 GHz and 5 GHz.
Correct
Many low-cost IoT sensors, older barcode scanners, and single-band phones support only 2.4 GHz. An enterprise design must account for this population even while encouraging dual-band clients onto 5 GHz.
After 802.11ax marketing promised dual-band everything, smaller devices that prioritise battery life and low chip costs quietly remained 2.4 GHz only, surprising engineers who expected otherwise.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
2.4 GHz signals travel farther and penetrate walls better, but the band has only three non-overlapping channels and is crowded with Bluetooth, microwaves, and other interference. 5 GHz offers far more channels and higher throughput at the cost of shorter range and weaker obstacle penetration.
Most microwave ovens leak radio energy around 2.45 GHz, which directly overlaps Wi‑Fi channels in the 2.4 GHz band. This creates interference that triggers CSMA/CA back-offs, causing delays and retransmissions. Switching your device to 5 GHz eliminates this domestic annoyance.
CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) is the protocol Wi‑Fi devices use to share the air. It listens for a quiet channel, waits a random back-off period, and then transmits. It is necessary because a radio cannot hear a collision over its own powerful transmission, so collisions must be prevented rather than detected.
MIMO (Multiple Input, Multiple Output) means the access point has multiple antennas that send and receive independent data streams simultaneously. This increases throughput and improves reliability through spatial diversity, because each stream takes a slightly different path to the client.
Yes, Wi‑Fi 5 is the marketing name for the IEEE 802.11ac amendment. It operates exclusively in the 5 GHz band. If you need 2.4 GHz support for legacy devices, 802.11n (Wi‑Fi 4) or 802.11ax (Wi‑Fi 6) are the dual-band options.
Channels 1, 6, and 11 (in North America and many ETSI regions) are spaced far enough apart that their 20 MHz transmissions do not overlap. Using only these channels in a multi-AP deployment prevents co-channel interference and allows each AP to use the full 20 MHz without contention from neighbouring APs on the same frequency.
You've finished Wireless Fundamentals and 802.11 Standards. Continue through the 350-401 ENCOR study guide to build a complete picture of the exam.
Done with this chapter?