Wireless technologies form a critical part of the Network+ curriculum. This objective covers how radio frequencies are managed, how wireless networks are structured, and how to keep them secure.
1. Frequency Options & Channels
Wireless networks rely on specific radio frequency bands to transmit data. Managing how these frequencies are split into “channels” is crucial to avoiding interference.
Frequency Bands
- 2.4 GHz: The oldest and most common band. It travels long distances and penetrates walls easily, but it is highly congested because baby monitors, microwaves, and Bluetooth devices share it. It also has very slow data speeds.
- 5 GHz: Offers much faster data speeds and less congestion, but has a shorter range and struggles to penetrate solid walls.
- 6 GHz: Introduced with Wi-Fi 6E and Wi-Fi 7. It offers massive bandwidth and ultra-fast speeds with virtually zero interference because it is completely isolated from older legacy devices.
- Band Steering: A smart feature on modern routers where the access point detects if a connecting device is capable of using the faster 5 GHz or 6 GHz bands and automatically pushes (“steers”) it away from the slow 2.4 GHz band.
Channels & Width
- Channel Width: Think of a channel like a highway lane. A standard lane is 20 MHz wide. You can bond channels together to make a wider lane (40 MHz, 80 MHz, or 160 MHz) to move more data faster, but wider channels are much more susceptible to wireless interference.
- Non-Overlapping Channels: In the 2.4 GHz band, channels are so close together that they overlap. To avoid interference, networks must only use channels 1, 6, and 11. These are the only three channels in the 2.4 GHz spectrum that do not overlap.
- Regulatory Impacts & 802.11h: Different countries control what wireless frequencies can be used. The 802.11h amendment was created to comply with European regulations. It introduces features like Dynamic Frequency Selection (DFS), which forces a 5 GHz router to automatically change its channel if it detects local military or weather satellite radar using the same frequency.
2. Wireless Naming (SSID Taxonomy)
CompTIA expects you to know what the acronyms for wireless network names actually mean under the hood:
- SSID (Service Set Identifier): The friendly text name of the Wi-Fi network that you see when connecting your phone (e.g., “Corporate_WiFi”).
- BSSID (Basic Service Set Identifier): The physical MAC address of the specific wireless access point radio broadcasting that network.
- ESSID (Extended Service Set Identifier): When you have a large office building with 20 different access points all broadcasting the exact same name (“Corporate_WiFi”), the set of them working together is an ESSID. It allows a user to walk from one end of the building to the other, seamlessly roaming between access points without disconnecting.
3. Wireless Network Topologies
- Infrastructure Mode: The standard layout in which wireless clients connect to a central, physical Access Point (AP) that is connected to a wired switch.
- Ad Hoc: A decentralized network in which wireless devices communicate directly with one another without an access point. (e.g., AirDrop between two iPhones).
- Mesh Networks: Multiple satellite nodes are placed around a building and communicate wirelessly to relay data back to a main base station, expanding coverage without running network cables through the walls.
- Point-to-Point (PtP): A directional wireless link using high-gain antennas to bridge a network connection across a large physical distance between exactly two fixed locations (e.g., beaming internet from a main office to a warehouse across a highway).
4. Security, Encryption, & Authentication
Keeping wireless data safe from eavesdroppers is one of the most heavily tested areas of this domain.
Encryption Standards
- WPA2: The standard wireless security protocol for many years. It uses AES encryption but is vulnerable to specialized cracking attacks if a weak password is used.
- WPA3: The modern standard. It replaces older handshakes with a highly secure method called Simultaneous Authentication of Equals (SAE). It protects users against brute-force password-guessing attacks and ensures that even if someone cracks a password later, they cannot decrypt past wireless traffic.
Authentication Tiers
- PSK (Pre-Shared Key): Everyone connecting to the Wi-Fi types in the exact same password. This is ideal for home networks or small businesses.
- Enterprise: Instead of a shared password, each user logs in with their unique corporate username and password. This relies on an external RADIUS authentication server to verify credentials, allowing a company to instantly revoke network access for a single employee without changing everyone else’s passwords.
- Guest Networks & Captive Portals: A guest network isolates visitors from the private corporate network. A Captive Portal is the web page that automatically intercepts users when they connect, requiring them to accept the terms of service agreement, enter a hotel room number, or pay for access before the internet is enabled.
5. Antennas & Access Point Architecture
Antennas
- Omnidirectional: Radiates the wireless signal out in all directions equally (a 360-degree donut shape). Perfect for a standard office ceiling where you want coverage everywhere.
- Directional (Yagi/Panel): Focuses the entire radio signal into a tight, powerful beam that points in a specific direction. Perfect for Point-to-Point links between buildings.
Access Point Management
- Autonomous Access Point (Fat AP): A fully independent device that manages its own configuration, security profiles, and wireless settings locally. You must log in to it directly to make changes.
- Lightweight Access Point (Thin AP): A dependent device that contains the radios but has no internal “brains.” It relies entirely on a centralized Wireless LAN Controller (WLC) to pull its configuration and security rules. If you change a setting on the controller, it instantly pushes that update to hundreds of lightweight APs across a campus simultaneously.
Wireless Cheat Sheet for the Exam
| Component / Term | Core Focus | Quick Identifier |
| 1, 6, 11 | 2.4 GHz Channels | The only non-overlapping options available. |
| 802.11h / DFS | Radar Mitigation | Changes 5 GHz channels to avoid radar interference. |
| ESSID | Naming / Roaming | Multiple access points sharing a single SSID. |
| WPA3 / SAE | Encryption | Protects against brute-force password cracking. |
| Enterprise Mode | Authentication | Requires a unique login via a RADIUS server. |
| Lightweight AP | Management | A dumb terminal AP managed by a central Wireless Controller. |
