Wireless Security and Enterprise Network Design

Key Takeaways

  • WPA3 replaces the WPA2 pre-shared-key handshake with Simultaneous Authentication of Equals (SAE), resisting offline dictionary attacks.
  • WPA2/WPA3-Enterprise uses 802.1X with RADIUS and EAP for unique per-user or per-device authentication and role-based VLAN assignment.
  • Guest wireless must map to an isolated VLAN with internet-only access; a captive portal handles onboarding, not encryption.
  • Rogue access points and evil twins are countered with a Wireless Intrusion Prevention System (WIPS), 802.1X, switch port security, and certificate validation.
  • Enterprise design layers wireless controls with segmentation, NAC, SNMPv3, SSH/HTTPS management, centralized logging, and time synchronization.
Last updated: June 2026

Securing the Air

Wireless extends the enterprise boundary into open space, so SY0-701 expects authentication, encryption, segmentation, management, and monitoring to all be addressed. The single biggest concept shift is WPA2 to WPA3.

Wireless Security Options

OptionUse caseSecurity note
WPA3-EnterpriseModern 802.1X enterprise auth192-bit mode available; strongest where supported
WPA2-Enterprise802.1X enterprise authCommon business baseline
WPA3-PersonalHome/small officeUses SAE (Dragonfly), resists offline cracking
WPA2-PersonalShared passphraseVulnerable to offline PSK capture and KRACK
Captive portalGuest onboarding / termsNot encryption, not segmentation
Open networkPublic convenienceAssume traffic is observable unless upper-layer encryption protects it

WPA3 specifics: Personal mode swaps WPA2's 4-way pre-shared-key handshake for Simultaneous Authentication of Equals (SAE), defeating offline dictionary attacks even on weak passphrases, and adds forward secrecy. WPA3-Enterprise adds an optional 192-bit security suite. WPS (the push-button/PIN setup) is brute-forceable and should be disabled.

802.1X and EAP

802.1X uses three roles: the supplicant (client), the authenticator (switch or wireless controller), and the authentication server (RADIUS). Common EAP methods: EAP-TLS (mutual certificates, strongest), PEAP and EAP-TTLS (server cert plus tunneled credentials), and the legacy EAP-FAST. Certificate-based EAP-TLS prevents credential theft and underpins evil-twin resistance.

Wireless Controls

RiskControl
Shared password reuseWPA2/WPA3-Enterprise with 802.1X
Rogue access pointWIPS, controller detection, switch port security
Guest reaching internal systemsGuest SSID mapped to isolated VLAN
Weak management accessAdmin MFA, management VLAN, SSH/HTTPS
Coverage gaps causing workaroundsSite survey, AP placement, capacity planning
Evil twin / rogue captive portalCertificate validation, trusted-SSID config, user training

SSID-to-VLAN Mapping

SSIDAuthenticationVLANAccess
CorpWPA2/WPA3-Enterprise, 802.1XRole-based employee VLANInternal apps by role
Corp-IoTDevice certificates or MABIoT VLANRequired services only
GuestCaptive portal / sponsoredGuest VLANInternet only
AdminStrong auth, few usersManagement VLANNetwork management only

The SSID name is not the boundary. The mapped VLAN, firewall rules, identity policy, and monitoring enforce it.

Enterprise Network Design Checklist

  • Redundant edge firewalls/routers where availability demands it
  • Segmentation across user, server, management, guest, and IoT zones
  • Centralized authentication (RADIUS/TACACS+) for access and administration
  • Secure management protocols: SSH and HTTPS, never Telnet or HTTP
  • SNMPv3 (authentication and encryption) instead of SNMPv1/v2c
  • Centralized logging plus NTP time synchronization for correlation
  • Documented IP addressing, routing, and change control
  • Monitoring for rogue devices, anomalous traffic, and failed authentications

PBQ Wireless Scenario

One shared Wi-Fi password serves employees, contractors, printers, and guests; guests can reach file shares; a rogue AP was found under a desk. Best redesign: (1) employee SSID on WPA2/WPA3-Enterprise with 802.1X; (2) guest SSID on an internet-only VLAN; (3) printers/IoT in a restricted device VLAN; (4) NAC or controller policy for role-based access; (5) enable rogue-AP detection and trace the switch port; (6) restrict controller administration to the management network with MFA. Merely rotating the shared password creates no accountability or segmentation.

Wireless Exam Traps

  • Captive portal equals encryption - false; it only handles onboarding/terms.
  • Hidden SSID is strong security - false; clients still beacon and reveal it.
  • MAC filtering is authentication - weak; MAC addresses are trivially spoofed.
  • Different password means guests can share the employee VLAN - false; isolation requires segmentation, not a separate passphrase.
  • Wireless security ends at the AP - false; it includes the controller, switch ports, RADIUS, certificates, logs, and firewall rules.

Wireless Attacks SY0-701 Names

  • Evil twin: a rogue AP broadcasting a legitimate SSID to harvest credentials. Defense: EAP-TLS certificate validation so clients reject the impostor's server certificate.
  • Disassociation/deauthentication attack: spoofed management frames knock clients offline, often as a prelude to capturing the reconnection handshake or forcing users onto an evil twin. 802.11w (management frame protection) mitigates it.
  • Rogue AP: any unauthorized AP plugged into the wired network, found via WIPS and switch port security.
  • Jamming: radio interference denying service; located with spectrum analysis and a site survey.
  • RFID/NFC and Bluetooth attacks: bluejacking sends unsolicited messages, bluesnarfing steals data; keep devices non-discoverable and patched.

Site Survey and RF Planning

A proper deployment starts with a site survey that measures coverage, signal-to-noise ratio, and interference. Plan non-overlapping channels (1, 6, 11 in 2.4 GHz) to avoid co-channel interference, tune transmit power so coverage does not bleed into a parking lot, and design for capacity, not just coverage, in dense areas. A heat map documents expected signal strength so weak spots that tempt users into insecure workarounds are eliminated. Controllers should support fast, secure roaming (802.11r) so 802.1X clients move between APs without re-authenticating from scratch.

Putting Enterprise Design Together

The strongest SY0-701 answers combine these layers rather than relying on one. Authentication via 802.1X and certificates, encryption via WPA3, segmentation via SSID-to-VLAN mapping and NAC, secure management via SNMPv3 and SSH on a dedicated management VLAN, and visibility via WIPS, centralized logging, and NTP-synchronized timestamps together form a defensible wireless and network architecture. Any single control, such as a strong passphrase or a hidden SSID, is never the complete answer.

Test Your Knowledge

An enterprise wants unique per-user authentication for employee Wi-Fi plus role-based network access. Which design best fits?

A
B
C
D
Test Your KnowledgeMulti-Select

Which controls improve guest wireless security? Choose two.

Select all that apply

Map guest Wi-Fi to an isolated VLAN with internet-only access
Allow guest clients to reach internal file servers for convenience
Use firewall rules to block guests from internal RFC 1918 ranges
Reuse the same SSID and policy as the administrator network
Test Your Knowledge

A rogue access point is found connected to an office switch port. Which control set best prevents recurrence?

A
B
C
D