Skip to main content
Your first session is free. Claim mine
PacketMentor logo
Open menu
Home
Training
CCNA Library (74)
Browse all CCNA topics →
Network (13)
Device Operations (5)
Network Access (12)
Wireless (6)
IP Connectivity (10)
IP Services (11)
Security (10)
Automation (7)
CCNP Library (15)
LabsPricing
Contact 📞 +1 (860) 556-3010 Book a Call
← All topics
Wireless Foundational

Wireless RF Fundamentals

How Wi-Fi actually moves bits through the air — channels, bands, SNR, RSSI, free-space path loss, antenna patterns, and why your laptop disconnects in the conference room corner.

TL;DR
  • Wi-Fi is radio. Hosts share airtime on a channel — only one device transmits at a time per channel per area (half-duplex, CSMA/CA).
  • Three bands: 2.4 GHz (range, congested), 5 GHz (clean, most channels), 6 GHz (Wi-Fi 6E, fresh spectrum).
  • Two numbers that matter: RSSI (how loud the AP sounds at the client) and SNR (signal-vs-noise ratio). High SNR > strong RSSI alone.

Mental model

Wired Ethernet is a private hallway — your bits travel down a cable that no one else can touch. Wi-Fi is a shared public square — everyone’s bits ride invisible radio waves on the same channel, and only one device can broadcast at a time without collision.

That single sentence explains 80% of Wi-Fi behavior:

  • Why Wi-Fi is half-duplex (CSMA/CA — listen before talking).
  • Why throughput drops as more clients join (sharing airtime).
  • Why a microwave kills your Wi-Fi (2.4 GHz oven, 2.4 GHz Wi-Fi, same band).
  • Why moving from a phone-jam coffee shop to an empty office triples your speed.

Wi-Fi performance is mostly radio physics, then a thin layer of 802.11 protocol logic on top.

Bands — three Wi-Fi worlds

BandChannelsRangeCongestionUse
2.4 GHz1, 6, 11 (only non-overlapping in N. America)Long (penetrates walls)High — Bluetooth, microwaves, IoTIoT, legacy clients, when range matters
5 GHz~25 non-overlapping (UNII-1/2/2e/3)Shorter, more loss through wallsLowerDefault for modern enterprise Wi-Fi
6 GHz (Wi-Fi 6E / 7)14 × 80 MHz non-overlappingSimilar to 5 GHzEmpty (only Wi-Fi 6E+ clients allowed)New high-density deployments

2.4 GHz has only 3 non-overlapping channels (1, 6, 11) in North America. APs nearby on channels 2-5 interfere with channels 1 and 6 even though they have different numbers — channels in 2.4 GHz overlap.

5 GHz has many non-overlapping 20 MHz channels, making it the default for enterprise. Some channels (DFS — Dynamic Frequency Selection) must yield to radar; expect occasional channel changes.

6 GHz (Wi-Fi 6E and Wi-Fi 7) opened in 2020-2022. Massive clean spectrum — but only the newest clients can use it.

Channel width — speed vs density trade-off

802.11 lets you bond channels together for more throughput:

  • 20 MHz — basic. ~150 Mbps per stream on 802.11ac.
  • 40 MHz — 2 adjacent channels. ~300 Mbps.
  • 80 MHz — 4 channels. ~600 Mbps. Default for ac/ax in residential.
  • 160 MHz — 8 channels. ~1.2 Gbps. Great for one AP, terrible for dense deployments (uses half the 5 GHz spectrum).

Rule of thumb: in a high-density office or apartment, smaller channels = more APs that don’t step on each other = higher aggregate capacity. In a single-AP home, wider is fine.

RSSI vs SNR — the two numbers that matter

Wi-Fi signal strength is measured in dBm (decibel-milliwatts) — a logarithmic scale where bigger negative number = weaker.

RSSI (Received Signal Strength Indicator) — how loud the AP sounds at the client:

RSSI (dBm)QualityRealistic use
−30 to −50ExcellentRight next to the AP
−50 to −65GoodSame room as AP
−65 to −75FairVoice/video struggles
−75 to −85PoorConnected but unusable
−85 and belowDisconnectBelow sensitivity floor

Noise floor — how loud all the random RF noise is at the same location. Usually around −90 dBm in clean environments, −85 in noisy ones.

SNR (Signal-to-Noise Ratio) = RSSI − noise floor. In dB.

SNR (dB)Quality
> 40Excellent
25 - 40Good
15 - 25Fair (data only)
< 15Unreliable

High RSSI but low SNR = strong signal in a noisy room → still poor. SNR is the better single number to chase.

Free-space path loss

Radio signal weakens with distance. The formula (free-space, ignoring obstacles):

Loss (dB) = 20 × log10(distance) + 20 × log10(frequency) + 32.44

The practical takeaway: doubling distance loses 6 dB. Going from 5m to 10m, signal drops by 6 dB. Going from 10m to 20m, another 6 dB.

5 GHz suffers more path loss than 2.4 GHz at the same distance — about 7 dB more. That’s why 2.4 GHz “reaches further” even though it’s worse spectrum.

Walls add their own loss:

ObstacleLoss (approx)
Drywall3 dB
Wood door4 dB
Brick wall8 dB
Concrete wall12 dB
Glass with metal coating8-15 dB
Elevator shaft / metal cabinet20-30 dB

Two concrete walls = 24 dB loss = signal cut to 1/250 of original.

Antenna patterns

APs don’t radiate evenly in all directions. Three common patterns:

  • Omnidirectional — donut-shape, radiates outward equally in all horizontal directions. Default for ceiling-mount APs.
  • Directional / patch — focuses energy in one direction. Used for long corridors, warehouse aisles, point-to-point outdoor links.
  • Sector / yagi — narrow beam, used for outdoor bridge links or for covering one specific area without leaking.

Mounting matters. A ceiling-mount AP designed for ceilings, placed on a wall, broadcasts most of its energy into the wall behind it. Match the AP’s intended mount.

CSMA/CA — why Wi-Fi is “slow”

Wired Ethernet uses CSMA/CD (Collision Detection). Wi-Fi uses CSMA/CA (Collision Avoidance) — because wireless radios can’t transmit and receive simultaneously, so they can’t detect collisions while transmitting.

Steps:

  1. Listen — is the channel idle?
  2. If busy → back off random time, then listen again.
  3. If idle → transmit, expect ACK.
  4. No ACK = collision assumed → retry.

Effects:

  • Maximum throughput is ~50-60% of raw rate (overhead from ACKs, contention, inter-frame spacing).
  • More clients = more contention = lower per-client speed.
  • One slow client (legacy 802.11g) drags everyone down — it holds airtime longer.

Real-world troubleshooting

User says “Wi-Fi is slow in the conference room.” The questions in order:

  1. What’s the RSSI / SNR? (wlan show interfaces on Windows, airport -I on macOS). Anything worse than -70 dBm → coverage gap.
  2. What’s the band? Stuck on 2.4 GHz when 5 GHz is available → push the client to dual-band.
  3. How many clients on this AP? High-density = shared airtime.
  4. Any DFS channel-switch events? Look at controller logs — sudden 30s blackouts.
  5. Interference? Walk in with a Wi-Fi scanner (NetSpot, WiFi Explorer, inSSIDer). Look for non-Wi-Fi noise.

Common mistakes

  1. Treating dBm as percentage. −60 dBm isn’t “60% strength.” It’s logarithmic — −60 is 1000× stronger than −90.

  2. Over-powering APs. Cranking AP transmit power doesn’t help; clients can hear the AP but the AP can’t hear the client back. Power must match the weakest direction (uplink from client).

  3. 2.4 GHz channel 3. Non-overlapping in 2.4 are 1, 6, 11. Any other channel overlaps and creates interference.

  4. Wider channels = always better. 80 MHz on every AP in an office = constant overlap. Smaller channels with channel reuse beats wider channels in dense areas.

  5. Ignoring sticky clients. Devices that connect to one AP and stay there even when a better one is closer. Solved with band steering, 802.11k/v assistance, sometimes a forced disassociation policy.

  6. Mixing 802.11b clients with modern. A single 11b client downshifts the AP to 11b protection mode and tanks throughput for everyone. Turn off 802.11b data rates in 2026.

Lab to try tonight

  1. Install a free Wi-Fi scanner (NetSpot home, inSSIDer, or iw dev wlan0 scan on Linux).
  2. Walk through your home/office. Note RSSI in each room.
  3. Identify your noise sources — count APs on each 2.4 GHz channel.
  4. Try switching to a less-congested 5 GHz channel via your AP/router admin GUI.
  5. Compare before/after with a speed test from the conference-room corner.
  6. Bonus: if you have a spectrum analyzer (Wi-Spy or even Ubiquiti’s built-in tools), look for non-Wi-Fi noise — microwaves, Bluetooth, baby monitors. They don’t show in normal Wi-Fi scans but they wreck your channel.

Cheat strip

ConceptPlain English
2.4 / 5 / 6 GHzBands. 2.4 = range/congested. 5 = default. 6 = new and clean.
2.4 GHz non-overlappingOnly channels 1, 6, 11 (N. America)
Channel width20/40/80/160 MHz. Wider = faster per AP, worse for density
RSSISignal strength at receiver in dBm. −50 great, −75 poor
SNRRSSI minus noise. >25 dB = good. The number that actually predicts throughput
dBm scaleLogarithmic. Each −3 dB = half the signal
Path lossDoubling distance = 6 dB drop. 5 GHz loses more than 2.4
CSMA/CAListen before talk. Why Wi-Fi maxes ~50-60% of raw rate
DFS channelsMust yield to radar — occasional 30s outages
Omni vs directionalDonut radiation vs focused beam — pick to match the area
Master this on a real network

Want this drilled into reflex?

1:1 weekly sessions, live feedback on your labs, and US interview prep — built around the CCNA® exam blueprint. Free first session. No card on file until you decide.

Claim my free session →

One topic per email, every fortnight

VLANs, OSPF, ACLs, subnetting, automation — written like this. Unsubscribe in one click.

We respect your inbox. One email per week, max. Unsubscribe any time.

Start typing — or browse popular topics below.

↑↓ navigate open Searches topics · labs · programs · pages