WPA3
The current Wi-Fi security standard, replacing WPA2. Its central change is Simultaneous Authentication of Equals (SAE, often called Dragonfly), which replaces WPA2's pre-shared key handshake so an attacker who captures the exchange cannot take it away and brute-force the passphrase offline. WPA3 also mandates Protected Management Frames, which blocks the deauthentication attacks that made WPA2 networks trivially disruptable, and adds Opportunistic Wireless Encryption for open networks. WPA3 appears in CWNA, CWSP, Security+ and Network+ wireless domains.
Why It Matters
In practice WPA3 matters because it removes the single most productive attack against Wi-Fi: with WPA2-PSK, capturing one four-way handshake (or forcing one with a deauth) gives an attacker unlimited offline guesses at the passphrase, so a weak password falls regardless of any other control. SAE makes each guess require a fresh interaction with the network, which turns an offline cracking problem into an online rate-limited one. Two practical caveats matter more than the theory. First, WPA3-Transition mode keeps WPA2 available for older clients, and a network in transition mode is still exposed to the WPA2 attack, so an assessor's question is never 'does it support WPA3' but 'is WPA2 still accepted'. Second, the Dragonblood research showed that downgrade and side-channel weaknesses in early implementations could undo SAE's benefit, which is a reminder that a protocol is only as good as its firmware. Enterprise deployments should also be checking certificate validation on clients, since WPA3-Enterprise does nothing about a device configured to trust any RADIUS server. On exams such as CWSP and Security+, expect questions on SAE versus the four-way handshake, why Protected Management Frames matter, and what transition mode gives away.
Practice this topic
Test your knowledge of WPA3 concepts with exam-style practice questions.
Related Network Security terms
Firewall
A network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules, acting as a barrier between trusted internal networks and untrusted external networks. Firewalls can be hardware appliances, software applications, or cloud-based services. Types include packet-filtering, stateful inspection, application-layer (proxy), and next-generation firewalls (NGFW) that combine traditional filtering with intrusion prevention and deep packet inspection. Properly configured firewalls are the first line of defense in network security and are essential knowledge for Security+, CCNA Security, and CISSP certifications.
VPN (Virtual Private Network)
A technology that creates a secure, encrypted connection (tunnel) over a less secure network such as the internet, allowing remote users to access private network resources safely. VPNs use protocols like IPSec, SSL/TLS, WireGuard, or OpenVPN to encrypt data in transit. Common implementations include site-to-site VPNs connecting office networks and remote-access VPNs for individual users. Split tunneling allows users to route only corporate traffic through the VPN while personal traffic goes directly to the internet. VPN concepts are heavily tested in Security+, CISSP, and network security certifications.
IDS (Intrusion Detection System)
A device or software application that monitors a network or systems for malicious activity or policy violations and generates alerts when suspicious behavior is detected. IDS can be network-based (NIDS), monitoring traffic on network segments, or host-based (HIDS), monitoring activity on individual systems. Detection methods include signature-based (matching known attack patterns), anomaly-based (detecting deviations from normal behavior), and heuristic analysis. Unlike an IPS, an IDS only detects and alerts, it does not actively block threats. Popular IDS tools include Snort, Suricata, and OSSEC.
IPS (Intrusion Prevention System)
A network security tool that monitors network traffic flows to detect and actively prevent identified threats in real time. Unlike an IDS which only alerts, an IPS sits inline with traffic and can drop malicious packets, block connections, or reset sessions automatically. Modern IPS solutions use signature matching, anomaly detection, and behavioral analysis to identify attacks. They are often integrated into next-generation firewalls (NGFW) as a unified threat management feature. IPS is a key component of defense-in-depth strategies and is tested in Security+, CySA+, and CISSP certifications.
DMZ (Demilitarized Zone)
A physical or logical subnet that separates an internal network from untrusted external networks, providing an additional layer of security for public-facing services. Servers in the DMZ (such as web servers, email servers, and DNS servers) are accessible from the internet but isolated from the internal network by firewalls on both sides. If a DMZ server is compromised, the attacker still cannot directly reach internal resources. DMZ architecture is a classic example of defense-in-depth and network segmentation. It is a common topic in Security+, CISSP, and network architecture certifications.
SIEM (Security Information and Event Management)
A software solution that aggregates and analyzes security data from across the organization, including logs from firewalls, servers, endpoints, and applications, to detect threats and support incident response. SIEM platforms provide real-time alerting, correlation of events across multiple sources, dashboards, and compliance reporting. Leading SIEM tools include Splunk, Microsoft Sentinel, IBM QRadar, and Elastic Security. SIEM is the backbone of modern Security Operations Centers (SOCs) and is essential knowledge for CySA+, CISSP, and CISM certifications.