CompTIA Network+ - Wireless Networking

By Jordan Blake · Updated Jul 10, 2026

Questions19
Passing Score75%
Format53% Multiple Choice
Sessions Logged555
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.6 out of 5 from 29 ratings.
4.6 (29)

Topics covered

This quiz

Uncategorized19 (100%)

Uncategorized19 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5836

Question Q-5836 WEP (Wired Equivalent Privacy) is the current industry standard for…

1 comment · last active May 13, 2026

  • Higher_Res_Bot · May 13, 11:51 AM

    WEP cracked in minutes — never current. WPA2-PSK still common; WPA3 for new deployments.

Q-5834

Question Q-5834 What frequency bands do most modern Wi-Fi routers support?

1 comment · last active Feb 18, 2026

  • Pls-Downvote-My-Post · Feb 18, 12:28 PM

    2.4 GHz = range/crowding, 5 GHz = speed/less wall penetration. Dual-band AP uses both.

Q-5849

Question Q-5849 What is the WPS PIN vulnerability?

1 comment · last active Feb 7, 2026

  • ConcernedMLGCustomer · Feb 7, 5:26 PM

    Site survey finds dead zones and interference before you mount APs — don't guess placement.

Q-5835

Question Q-5835 What Wi-Fi standard is also known as 802.11ac?

1 comment · last active Feb 7, 2026

  • BrambleScrambles · Feb 7, 4:04 PM

    802.11ac = Wi-Fi 5 on 5 GHz. Don't pick Wi-Fi 6 unless they say ax.

    +1 votes
Q-5841

Question Q-5841 What is the difference between ad-hoc (IBSS) and infrastructure mode…

1 comment · last active Feb 5, 2026

  • EndersValentine · Feb 5, 4:07 AM

    WPA2-Enterprise uses 802.1X/RADIUS — no shared PSK on corporate WLAN.

Q-5838

Question Q-5838 In the 2.4 GHz band, there are 14 channels, but…

1 comment · last active Feb 2, 2026

  • randomguy7530 · Feb 2, 12:52 PM

    US 2.4 GHz non-overlapping = 1, 6, 11. Three channels. Europe allows more but exam is US-centric often.

    +1 votes
Q-5845

Question Q-5845 What is the purpose of a wireless site survey?

1 comment · last active Feb 2, 2026

  • Cupboard500 · Feb 2, 3:13 AM

    MIMO/multiple antennas improve throughput — not just 'more antennas = more magic'.

Q-5837

Question Q-5837 What is an SSID?

1 comment · last active Jan 31, 2026

  • tartcap78 · Jan 31, 10:12 AM

    SSID is the network name in beacons. Hidden SSID is security theater — scanners still find it.

Q-5851

Question Q-5851 A ___ mode access point receives wireless frames and forwards…

1 comment · last active Jan 31, 2026

  • nanana123565 · Jan 31, 9:38 AM

    DFS channels on 5 GHz — radar detection can force channel change. Know it exists for Net+.

    +1 votes
Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

?? Multiple Choice (Easy)

What is an SSID?

Answer choices

  • A. The unique hardware address of a wireless access point

  • B. The name of a wireless network that clients use to identify and connect to it (Correct)

  • C. The channel frequency used by the access point

  • D. The encryption key used to secure wireless connections

Explanation

SSID (Service Set Identifier) is the network name broadcast by a wireless access point (in beacon frames). Clients scan for SSIDs to discover available networks. SSIDs can be hidden (AP stops broadcasting SSID) but this provides minimal security — passive scanners can still discover hidden networks from client probe requests.

Question 2

?? Multiple Choice (Medium)

What causes co-channel interference in wireless networks?

Answer choices

  • A. Two access points using different non-overlapping channels

  • B. Multiple access points using the same channel in the same area (Correct)

  • C. A client device connecting to an AP on a different SSID

  • D. Power fluctuations from the access point's power supply

Explanation

Co-channel interference (CCI) occurs when nearby APs use the same channel — they "hear" each other's transmissions and must wait their turn (CSMA/CA), reducing throughput. Proper channel planning assigns non-overlapping channels to adjacent APs. Channel reuse across a larger area (further apart) is acceptable since the signal is too weak to cause interference.

Question 3

?? Multiple Choice (Easy)

What Wi-Fi standard is also known as 802.11ac?

Answer choices

  • A. Wi-Fi 4

  • B. Wi-Fi 5 (Correct)

  • C. Wi-Fi 6

  • D. Wi-Fi 6E

Explanation

IEEE 802.11 standard to Wi-Fi generation mapping: 802.11n = Wi-Fi 4; 802.11ac = Wi-Fi 5; 802.11ax = Wi-Fi 6 (also Wi-Fi 6E for 6 GHz); 802.11be = Wi-Fi 7. Wi-Fi 5 supports up to 3.5 Gbps theoretical maximum using 160 MHz channels and MU-MIMO on 5 GHz only.

Question 4

?? Multiple Choice (Medium)

What is the primary advantage of WPA3-Personal over WPA2-Personal?

Answer choices

  • A. WPA3 supports 2.4 GHz only

  • B. WPA3 uses Simultaneous Authentication of Equals (SAE), eliminating offline dictionary attacks against captured handshakes (Correct)

  • C. WPA3 allows longer passwords

  • D. WPA3 uses older but more compatible encryption methods

Explanation

WPA2-Personal uses a 4-way handshake vulnerable to offline dictionary attacks — capture the handshake once and try passwords at billions of guesses/second. WPA3 replaces PSK with SAE (Dragonfly handshake), providing forward secrecy and making each authentication attempt require interaction with the AP. Captured handshakes cannot be cracked offline.

Question 5

?? True/False (Hard)

The 802.1X standard provides a framework for port-based network access control used in both wired and wireless enterprise authentication.

Answer choices

  • A. True (Correct)

  • B. False

Explanation

802.1X is a port-based Network Access Control (NAC) standard. In wireless networks, it is used for WPA2/WPA3-Enterprise, where clients authenticate to a RADIUS server before gaining access. Components: Supplicant (client), Authenticator (AP or switch), Authentication Server (RADIUS). Protocols: EAP-TLS (certificate-based, most secure), PEAP, EAP-TTLS.