NewAI Content Creation is now live in Early Access
Turning Point Academyby Training Center
Skip to content
0%
Wireless Networking and the Modern EdgeLesson 1 of 5
Video lesson

How Wireless Works: Radio, Access Points and Coverage

BeginnerVideo lesson
27 min videoBeginner

How Wireless Works: Radio, Access Points and Coverage

Example prompt

Where you are: Module 6, lesson 1 of 5. Two earlier threads converge here: Module 1's wireless shapes (ad hoc, BSS, ESS) and Module 3's promise that CSMA/CA — the collision-avoidance discipline — would get its full story "in Module 6." This module carries the course's heaviest modernization load, and it starts with the part that needed none: the physics. Radio worked the same way in 2007 as it does in 2026; what changed is everything built on top of it, which the next two lessons cover generation by generation.

What you'll learn

  • Explain how radio waves carry bits, and why frequency bands trade reach against speed
  • Deepen the ad hoc / BSS / ESS map with its real machinery: SSIDs, BSSIDs, beacons and probe requests
  • Choose non-overlapping channels on 2.4 GHz (1, 6, 11) and explain why 5 GHz and 6 GHz have room to spare
  • Describe CSMA/CA, the hidden-node problem and the RTS/CTS fix
  • Tell omnidirectional from directional antennas — and explain what MIMO and beamforming changed
  • Run a real site survey of your own home using tools already built into your operating system

This lesson builds on Chapters 3 and 8 of Dr. Tahseen Al-Doori's Network Essentials: Chapter 8 supplies the wireless fundamentals, access-point roles and channel craft; Chapter 3 supplies the antenna teaching, which has aged beautifully. The book opens its wireless chapter with a warning worth repeating: a wireless network is in many ways more complex than a wired one — frequencies to choose, antennas to place, overlaps to avoid. Its honest refrain for nearly every wireless question is "it depends," and its answer to "depends on what?" is the site survey you will run at the end of this lesson.

Radio: bits on invisible waves

Strip away the mystery and Wi-Fi is Module 2's story with a different physical layer. A radio transmitter produces electromagnetic waves at a chosen frequency — how many times the wave oscillates per second, measured in hertz (Hz); Wi-Fi lives in the gigahertz (GHz), billions of oscillations per second. The transmitter manipulates the wave — nudging its strength, timing and phase in agreed patterns — and a receiver tuned to the same frequency reads those manipulations back as 1s and 0s. That is modulation, and it is the whole trick: the frame from Module 2 rides an invisible wave instead of a copper voltage or a fiber pulse. A wireless network adapter contains both transmitter and receiver, so every Wi-Fi device can talk and listen — though, as you will see, not at the same time.

Frequencies are tightly regulated — governments license most of the spectrum to broadcasters, carriers and militaries — but a few bands are set aside for unlicensed use, and Wi-Fi lives there: the 2.4 GHz band, the 5 GHz band and, since 2020 in a growing list of countries, the 6 GHz band. Unlicensed cuts both ways: you don't need permission, and neither do your neighbor's Wi-Fi, your cordless phone, your microwave oven or a wireless baby monitor. Crowding is the price of freedom, and it is worst in 2.4 GHz, the oldest and narrowest of the three.

One physical trade-off drives half of all Wi-Fi decisions, and the book teaches it through its 802.11a-versus-b comparison: lower frequencies travel farther and pass through walls better; higher frequencies carry more data but fade faster. The book's era faced it as "802.11a is faster but struggles through walls; 802.11b is slower but reaches the far bedroom" — and the same physics governs your 2026 choice between the 2.4, 5 and 6 GHz bands. There is a memorable corollary in the book: 2.4 GHz is absorbed by water — which is why it can ask you why rain, humidity and even a room full of people (we are mostly water) degrade a 2.4 GHz signal. The observation is sound and the mechanism deserves one refinement. Water does absorb microwaves, but there is no absorption peak at 2.4 GHz: absorption in liquid water climbs broadly with frequency and peaks nearer 20 GHz, and the microwave oven settled on 2.45 GHz because it is a licence-free band whose energy penetrates food to a useful depth — not because it is water's magic number. So a crowded room really does weaken your signal, mostly through bodies blocking and scattering the wave rather than through resonance; rain, by contrast, is negligible at 2.4 GHz and only becomes a design factor in the tens of gigahertz. Keep the effect, refine the cause.

BSS and ESS, now with machinery

Module 1 gave you the three wireless shapes; here is the machinery inside them. Two devices talking radio-to-radio directly form an ad hoc network — legitimate, occasionally useful, and limited, because nothing coordinates the conversation or connects it onward. Everything else is infrastructure mode: a wireless access point (AP, the book says WAP**)** anchors the network, and every wireless device talks through it.

The book describes the access point as the wireless equivalent of a hub, and that comparison — which sounds damning after Module 3 — is precisely right in the way that matters: air is a shared medium. Within one AP's cell there are no private micro-segments and no full duplex; one radio transmits at a time while the others wait, exactly like the hub-era shared wire. Keep that in mind whenever marketing numbers appear in the next lesson — every device in the cell is splitting one medium's airtime.

The vocabulary, precisely:

  • SSID (Service Set Identifier) — the network's name, the human-readable label you tap on.
  • BSS (Basic Service Set) — one AP plus its associated clients; its coverage area is the BSA. The BSSID is the AP radio's MAC address — the machine-level identity behind the friendly name. A modest home AP serves a residence or small office comfortably (the book's planning figure of a few dozen concurrent clients per AP is still sound advice, even though modern APs can technically hold more — airtime, not memory, is the real budget).
  • ESS (Extended Service Set) — multiple APs, wired together, broadcasting the same SSID so that coverage exceeds any one radio circle. Your phone crosses a campus and hops from AP to AP (BSSID to BSSID) without you noticing; the shared name is what makes the walk seamless. Consumer "mesh Wi-Fi" kits, as Module 1 noted, are an ESS whose APs happen to interlink wirelessly.

Beacons and probes: how your phone finds Wi-Fi

How does your phone know which networks exist before joining any of them? A classic image from Dr. Al-Doori's course: the access point is a lighthouse. Roughly ten times every second it transmits a small management frame called a beacon, announcing to anyone listening: here is my SSID, here is my channel, here are the data rates I support, and here is a timestamp so we can stay synchronized. (One small correction as we modernize: some period materials, including a line in Chapter 8, describe the beacon as going out every ten seconds — the true default is about ten per second, an interval of roughly a tenth of a second. The lighthouse blinks fast.) Your phone's Wi-Fi list is simply a digest of the beacons it has recently heard — that is passive scanning.

Clients can also ask instead of listening: a probe request is the client's own broadcast — "is network such-and-such out there?" — to which matching APs answer with a probe response. This active scanning finds networks faster, and it is how your own client reaches an AP configured not to announce its SSID — you have to know the name in order to ask for it. It is not, however, the only way that name can become known: a "hidden" AP still beacons (with the name field blanked), and anyone monitoring the air learns the real name the moment a legitimate client probes for it or associates. File that detail away: in lesson 3 it becomes the first exhibit in the case against "hiding" your network name as a security measure.

Sharing the air: CSMA/CA and the hidden node

Module 3 established the placement — collision detection (CSMA/CD) belongs to wired history, collision avoidance (CSMA/CA) is Wi-Fi's living present — and promised the mechanism here. The reason Wi-Fi cannot simply detect collisions is physical: a transmitting radio overwhelms its own receiver, so it cannot hear another transmission stepping on its frames. Crashes must be prevented, not noticed.

So Wi-Fi devices behave like careful speakers in a dark room. Before transmitting, listen; if the channel is busy, wait. When it goes quiet, wait a further random interval (so that everyone who was politely waiting doesn't all begin at once), then transmit — and then wait for a small acknowledgment frame from the receiver. No acknowledgment means the frame probably died in a collision you couldn't hear; back off a random interval and try again. Every rule compensates for the same deaf spot: you can never be sure your transmission arrived, so the receiver must say so.

One failure mode deserves its name. Picture laptop A near one wall, laptop C near the opposite wall, and the AP (B) in the middle. A and C each hear the AP perfectly — but they are out of radio range of each other. A listens, hears silence, and transmits; C, genuinely unable to hear A, does the same; their frames collide at the AP, and neither sender knows why its luck is so poor. This is the hidden node problem, and its remedy is a reservation system called RTS/CTS: before sending, a client transmits a tiny request to send; the AP answers with a clear to send that names how long the air is reserved — and crucially, everyone in the cell hears the AP's answer, including nodes hidden from the requester. A and C may not hear each other, but they both hear B telling them whose turn it is.

Channels and the two-Marys problem

Within each band, Wi-Fi subdivides the spectrum into numbered channels — think lanes on the band's highway. And here 2.4 GHz hides a trap that has ruined more home networks than any other setting: its channel numbers are spaced only 5 MHz apart, but a Wi-Fi transmission is roughly 20 MHz wide. Adjacent channel numbers therefore overlap heavily — a network "on channel 3" bleeds across channels 1 through 5. Of the band's fourteen numbered channels (regions permit different subsets; North America uses 1–11), only channels 1, 6 and 11 are far enough apart not to overlap at all. Three real lanes, dressed up as a dozen.

Why overlap hurts so much is best told through a classic analogy from Dr. Al-Doori's course. Put two access points of one ESS on the same channel, side by side, both announcing the same network name, and you have created a room containing two colleagues who share a first name: every time someone calls it out, both answer, and nothing moves until the caller sorts out which one they meant. The radios suffer the same fate — same channel, same SSID, overlapping cells — and every exchange slows while the interference is untangled. The fix costs nothing: put neighboring APs on the non-overlapping trio (1, 6, 11 in 2.4 GHz), and clients will simply associate with whichever AP's signal is strongest, no confusion, no contention. It is one setting — if you know it exists.

The modern good news: 5 GHz and 6 GHz have room. The 5 GHz band offers on the order of two dozen non-overlapping 20 MHz channels (some shared with radar under automatic-avoidance rules), and 6 GHz adds dozens more of freshly opened, legacy-free spectrum. The channel-planning craft the book teaches on three lanes transfers unchanged to bands where you finally have enough lanes.

Interference is broader than other Wi-Fi, and Chapter 8's four families still cover the field: physical obstructions (concrete, brick, tinted or coated glass, metal); radio-frequency interference from other unlicensed tenants (cordless phones, baby monitors, poorly sealed microwave ovens — all camped in 2.4 GHz); electrical interference (EMI from motors, fluorescent fixtures, poorly shielded equipment); and environmental conditions (rain, high humidity, crowds — the water-absorption story again). And one planning maxim from the book that never ages: the least capable side wins. An AP boasting hundreds of feet of range cannot help a laptop whose modest radio only reaches fifty; the usable cell is the overlap of what both ends can do.

Antennas: shaping the signal

Chapter 3 makes an observation that reframes the whole topic: a wireless adapter has no connector — the antenna is the connector. Its shape and type decide where the radio energy goes, which makes antenna recognition a real network skill.

  • Omnidirectional antennas — typically the rod-like dipoles on routers — radiate equally in all horizontal directions: picture a donut of energy around the rod, not a sphere. The vast majority of deployed antennas are the omnis the device shipped with, and for most rooms that is exactly right. (It also answers a book favorite: tilting a dipole tilts the donut — the angle genuinely changes who gets coverage.)
  • Directional antennas — flat panels, parabolic dishes, small can-shaped waveguides — focus the energy one way. Focus buys range (carefully aimed dish links can span miles — the book reports point-to-point stretches of twenty) and it buys containment: a panel antenna at the building's edge, aimed inward, keeps your network from advertising itself across the street. The book's caveat still applies: a distant receiver must be able to answer with equal focus — an omni whisper cannot reply to a dish's shout.
  • Gain, measured in decibels (dB), quantifies how much an antenna concentrates energy in its favored direction — and antennas are built for specific frequency bands, so they must match the radio they serve.

The modern turn is what happened between the antennas. The book's era used diversity: two dipoles per device, with the radio picking whichever was hearing better at that moment — two ears, one voice. Modern Wi-Fi's MIMO (multiple input, multiple output) went much further: multiple antennas transmit different data streams simultaneously over the same channel, exploiting the signal's reflections off walls and furniture so the receiver can separate the streams — the echoes that once merely distorted the signal now multiply capacity. And beamforming lets a modern AP's antenna array shape its transmission electronically — coordinating tiny timing offsets across the antennas so the energy adds up in the direction of a specific client — a steerable directional antenna with no moving parts. Diversity's two ears became an orchestra section.

From FHSS to OFDMA: making the most of shared air

Early Wi-Fi already knew spectrum was hostile territory and developed spread spectrum techniques to survive it — worth knowing as history because their ideas still echo:

  • FHSS (Frequency Hopping Spread Spectrum) (obsolete in Wi-Fi) — hop rapidly among frequencies inside the channel, so interference on any one frequency (the cordless phone that ruins your download the moment someone answers a call — a scene straight from the book) costs you only moments, not the connection. Used by the original 1997-era 802.11; today it survives in Bluetooth, not Wi-Fi.
  • DSSS (Direct-Sequence Spread Spectrum) (obsolete in Wi-Fi) — spread each bit into a redundant coded pattern across the channel, insurance by repetition: the message repeats itself in coded form until the point gets through, so losing a slice of the signal doesn't lose the data. This carried 802.11b.
  • OFDM (Orthogonal Frequency Division Multiplexing) (current) — subdivide the channel into many small parallel subcarriers and deliver data on all of them at once. The book explains it by way of an old dial-up trick — bonding two modems to double throughput — generalized to dozens of miniature carriers working in parallel. OFDM powered 802.11a/g/n onward and still underlies everything current.
  • OFDMA (current — the Wi-Fi 6 refinement) — OFDM with scheduling: the AP can assign different subsets of subcarriers to different clients in the same transmission window, serving many small conversations at once instead of one at a time. CSMA/CA still governs who may seize the air; OFDMA governs how efficiently a modern AP spends the airtime it wins. The next lesson makes this the hinge of the whole generation story.

From the textbook to 2026

The physics and the craft aged perfectly: bands and channels, beacons and probes, the 1/6/11 rule, the interference families, "least capable wins," and the site survey are taught today exactly as Chapter 8 taught them. What moved: antenna diversity matured into MIMO and beamforming (multiple antennas now multiply streams and steer beams rather than merely picking the better ear); FHSS and DSSS retired to history while OFDM — and now OFDMA scheduling — carries every current generation; and the band inventory grew from one crowded band (2.4 GHz) to three, with 6 GHz opening genuinely uncrowded spectrum for the first time in Wi-Fi's life. The book's "it depends" honesty needs no update at all — it is the correct answer to every wireless question, provided you finish the sentence: it depends, so measure — which is what your lab does next.

Watch: Networking Basics — How Wi-Fi Works (2.4 GHz vs 5 GHz vs 6 GHz)

Why this video earns its place. This is a recent take on the band trade-offs from Antisyphon Training, a security-training outfit whose free networking-basics material circulates widely in the infosec community. Published in late 2025, it is one of the newer treatments of the 2.4 / 5 / 6 GHz comparison you just studied — the reach-versus-speed-versus-crowding triangle — with a security trainer's practical slant. A framing note in fairness: we recommend it as a supplementary second voice on the bands rather than a course pillar — its exact depth and structure aren't independently verified the way this module's other videos are, so treat it as an optional perspective, not required viewing.

As you watch, notice:

  • The reach-versus-throughput trade-off between the bands — the same physics as our 802.11a-versus-b retelling, extended to 6 GHz.
  • Where crowding and interference enter the story — map the examples onto the four interference families from our sections.
  • What is said about 6 GHz as fresh, legacy-free spectrum — the "finally enough lanes" point from our channel section.
  • The presenter's security-trainer instincts: any asides about what an outsider can observe about your network foreshadow lesson 3.

The video reinforces visually what you just learned — the lesson is complete without it.

Lab: Site survey of your home

The book closes Chapter 8 by sending students walking with a laptop to count reachable networks. We will do exactly that, with the tools 2026 operating systems build in — no installations needed. This is observe-only: you will read the beacons around you (which are broadcast to everyone by design), never join or probe any network that isn't yours.

Objective. Map every Wi-Fi network audible in your home, chart their channels and signal strengths room by room, find your dead zones, and judge whether your own AP sits on the right channel.

Setup.

  • A laptop (Windows, macOS or Linux) with Wi-Fi on — or a phone as a fallback.
  • Paper or a notes app for a survey table; a rough floor sketch of your home with 5 or 6 numbered survey points (spread across rooms, including the far corners where Wi-Fi feels slow).
  • Windows: open Command Prompt and use netsh wlan show networks mode=bssid.
  • Linux: open a terminal and use nmcli dev wifi list (rescan with nmcli dev wifi rescan first if the list looks stale).
  • macOS: hold the Option key and click the Wi-Fi menu icon — detailed data for your current connection appears (channel, RSSI); for a full scan of other networks, choose Open Wireless Diagnostics from that same menu, then open its Scan window from the Window menu.
  • Phone fallback: Android allows Wi-Fi analyzer apps that chart nearby networks by channel; iOS restricts scanning for third-party apps, so prefer a laptop where possible.

Steps.

  1. Stand at survey point 1 (nearest your AP). Run your scan command and record, for every network heard: SSID, channel, band (2.4/5/6 GHz) and signal (Windows shows a percentage; Linux shows bars/dBm-style values — higher percentage or a less negative dBm number means stronger).
  2. Identify your own network in the list and note something the phone list never shows: on Windows, each SSID lists one or more BSSIDs — one per AP radio. If your "one network" shows several BSSIDs, you are looking at your own ESS (or a dual-band router's two radios), machinery from this lesson made visible.
  3. Repeat the scan at each remaining survey point. At each, record your own network's signal value and the total count of networks heard.
  4. Build the channel picture for 2.4 GHz: list every network heard on channels 1–11 and mark which of the three non-overlapping lanes (1, 6, 11) each sits on — or between.
  5. Mark your floor sketch: at each survey point write your network's signal value. Circle the weakest one or two — your dead-zone candidates — and walk those areas with the live scan to find where the signal genuinely collapses.
  6. Judge your own channel (2.4 GHz): if your AP shares a lane with several strong neighbors while another of 1/6/11 is quieter, note the quieter lane as your recommendation. (Changing it happens in lesson 3's router session, not today.)
  7. Compare bands: if your network runs on both 2.4 and 5 GHz, compare their signal values at the far survey points against the near ones — you should watch the physics of this lesson happen: 5 GHz strong up close, fading faster through walls.

Expected result. A survey table covering 5–6 points; typically a handful of networks audible in a detached house and a dozen or more in an apartment building, crowded mostly into 2.4 GHz channels 1/6/11 (with a few squatting between lanes); your own network strongest near the AP, weakest behind the most walls; 5 GHz falling off faster than 2.4 GHz with distance.

Verify. You can answer, from your own recorded data: which channel your AP uses and whether it is one of 1/6/11; which room is your weakest; how many distinct networks your home hears; and — pointing at the table — one concrete example of the reach-versus-frequency trade-off.

Questions.

  1. Your scan shows three different SSIDs all on channel 6, plus your own network on channel 4. Who is interfering with whom, and what single change would you make?
  2. At survey point 5, your 5 GHz signal is far weaker than your 2.4 GHz signal, though both come from the same router. Explain with this lesson's physics.
  3. A neighbor's network appears with strong signal in half your rooms. Does their traffic slow your network even when you never join theirs? Why?
  4. On Windows you notice one SSID listing four BSSIDs. What are you probably looking at?

(Answers: 1 — the channel-4 network overlaps both lane 1 and lane 6, interfering with everyone nearby and receiving interference from all of them; move it to whichever of 1/6/11 your survey showed quietest. 2 — higher frequencies attenuate faster and penetrate walls worse; point 5 is far enough, or walled-off enough, that 5 GHz's disadvantage shows. 3 — yes, if it shares or overlaps your channel: CSMA/CA makes radios defer to any transmission they can hear, and overlapping-channel energy also degrades frames outright — their airtime spends your lane. 4 — an ESS (or multi-radio system): four AP radios advertising one network name, each with its own MAC-level identity.)

If it goes wrong.

  • netsh reports no networks or "the wireless service is not running": confirm Wi-Fi is switched on (not airplane mode). On recent Windows versions, seeing scan results can also require location permission to be enabled for the system.
  • The list looks frozen/stale: rescan — toggle Wi-Fi off and on, or on Linux run the rescan command; then repeat.
  • macOS shows only your own connection: you used the Option-click summary; open the Wireless Diagnostics Scan window for the full neighborhood list.
  • Every network shows only 5/6 GHz channels: some adapters, regions or band settings hide 2.4 GHz; the survey still works — run the channel analysis on what you can see.
  • An overwhelming list in an apartment block: limit your table to the eight strongest networks per point; the analysis is identical.

Reset/cleanup. Nothing to undo — scanning is passive listening to broadcast beacons. Two habits worth forming: your survey table reveals your home's layout and network names, so treat it as private; and never attempt to join, probe or "test" a network that isn't yours — that line is legal, not just ethical.

Check yourself

  1. A café's Wi-Fi feels fast at the counter and dies at the corner table, though the phone still shows the network's name. Using this lesson's vocabulary, name two distinct physical explanations and one measurement that would decide between them.
  2. Your building's three-AP ESS uses 2.4 GHz channels 1, 6 and 11. A colleague proposes moving all three APs to channel 11 "so the network is consistent." Predict the result, and name the analogy this lesson used for it.
  3. Two warehouse laptops, at opposite ends of the AP's cell, each show excellent signal yet suffer constant retransmissions when both are active. Diagnose the likely problem and name the mechanism that mitigates it.
  4. Why can a Wi-Fi radio not simply use CSMA/CD like classic Ethernet did? Give the physical reason, then the two behaviors CSMA/CA adds to compensate.
  5. A home user replaces a router's omnidirectional dipoles with a high-gain panel antenna aimed at the home office, then complains the kitchen lost coverage. Explain what happened, and what problem such an antenna would be the right tool for.
  6. Your phone finds a network whose owner configured the AP not to announce its name. Which discovery mechanism (passive or active scanning) made that possible, and what does the client have to do?

Answers

  1. Attenuation with distance/obstructions (walls between counter and corner) or interference (a competing device or overlapping-channel network near that corner — microwave ovens are classic). A site-survey walk with a live scan decides: signal collapsing steadily toward the corner points to attenuation; decent signal but miserable performance points to interference sharing the channel.
  2. All three cells now share one lane while broadcasting one SSID: the identical-names-in-one-room problem — every transmission contends with both neighbors, throughput drops sharply. The whole point of 1/6/11 is that adjacent cells don't hear each other.
  3. The hidden-node problem: both laptops reach the AP but not each other, so their carrier sensing shows a free channel while their frames collide at the AP. RTS/CTS mitigates it — the AP's clear-to-send is heard by all clients, reserving the air even for nodes the requester cannot hear.
  4. A transmitting radio drowns out its own receiver, so it cannot detect a collision in progress. CSMA/CA compensates by avoiding collisions up front (listen, then wait a random backoff before transmitting) and by requiring per-frame acknowledgments so silent losses are noticed and retried.
  5. The panel focuses the donut of energy into a beam toward the office; the kitchen now sits outside the radiation pattern. Directional antennas are the right tool for long point-to-point links or for containing signal at a building edge — not for whole-home coverage.
  6. Active scanning: the client transmits probe requests naming the SSID it seeks, and the AP answers with a probe response. The client must already know the name — and, as lesson 3 will show, must go around asking for it everywhere, which is why hiding an SSID backfires as a security measure.

Key terms

  • Modulation — manipulating a radio wave's properties in agreed patterns so a receiver can read them back as bits.
  • Band / channel — a regulated frequency region (2.4 / 5 / 6 GHz) and its numbered subdivisions; Wi-Fi's lanes.
  • Infrastructure mode / ad hoc — clients communicating through an AP vs. two devices talking radio-to-radio directly.
  • SSID / BSSID — the network's human-readable name vs. the MAC-level identity of one AP radio.
  • BSS / ESS — one AP with its clients vs. multiple APs presenting one network for seamless roaming.
  • Beacon / probe request — the AP's lighthouse announcement (about ten per second: SSID, channel, rates, timestamp) vs. the client's own broadcast question.
  • CSMA/CA — Wi-Fi's access method: listen, random backoff, transmit, await acknowledgment — avoidance, because radio cannot detect its own collisions.
  • Hidden node / RTS/CTS — two clients that hear the AP but not each other, colliding at the AP; fixed by a reservation handshake everyone hears.
  • Non-overlapping channels (1/6/11) — the only three 2.4 GHz channels that don't bleed into each other; 5/6 GHz offer many more.
  • Omnidirectional / directional antenna — energy in all horizontal directions (dipole donut) vs. focused one way (panel, dish, waveguide); gain in dB measures the focus.
  • MIMO / beamforming — multiple antennas carrying simultaneous data streams / electronically steering energy toward a specific client.
  • FHSS / DSSS / OFDM / OFDMA — the air-sharing schemes: frequency hopping and redundant spreading (historical), many parallel subcarriers (current), and scheduled subcarrier allocation per client (Wi-Fi 6 era).
  • Site survey — measuring real coverage, channels and interference on location; the professional answer to "it depends."

Summary

  • Wi-Fi is modulation: frames ride manipulated radio waves in unlicensed bands, where lower frequency buys reach and wall penetration and higher frequency buys capacity.
  • An AP anchors a BSS; same-named APs form an ESS; and the air inside a cell is a shared, half-duplex medium — the AP is, in that sense, wireless's hub.
  • Beacons (about ten per second) advertise networks; probe requests let clients ask; your phone's Wi-Fi list is a digest of overheard beacons.
  • CSMA/CA avoids collisions radio cannot detect — listen, random backoff, acknowledge — and RTS/CTS handles the hidden node that carrier sensing misses.
  • On 2.4 GHz only channels 1/6/11 don't overlap; same-channel neighboring cells recreate the two-identical-names-in-one-room problem; 5 and 6 GHz finally provide enough lanes.
  • Antenna craft survives from the book intact — omni donuts, directional focus, gain, matching the band — while diversity matured into MIMO's parallel streams and beamforming's electronic steering.
  • FHSS and DSSS are history; OFDM carries the present; OFDMA adds scheduling — the efficiency story the next lesson builds on.
  • You surveyed your own home: channels charted, dead zones mapped, and "it depends" answered the professional way — by measuring.

Next lesson

You now hold the physics; next comes the history it made possible — the generation story from 802.11b to Wi-Fi 7, why the industry renamed two decades of alphabet soup, and how to read a router box's giant number without being fooled by it.

Sources and further study