All topic guides
Wireless & WAN

Wireless Architectures

802.11 frames, autonomous vs lightweight APs, CAPWAP, split-MAC, and WLC deployments.

How the sources were combined

Panagiss WLC/split-MAC diagrams with p-saumur Wireless Architectures (frame types, AP modes, unified/cloud/embedded/Mobility Express WLC models).

Overview

Enterprise Wi-Fi scales through autonomous APs, lightweight APs + WLC (split-MAC), or cloud-managed APs (e.g. Meraki). CCNA expects you to compare these models and explain CAPWAP, AP modes, and WLC deployment options.

Recommended video

Wireless Architectures (Day 56)

Video credit: Jeremy's IT Lab

Watch on YouTube

802.11 frames (awareness)

802.11 frames differ from Ethernet. Key fields for CCNA:

FieldRole
Frame ControlType/subtype — management, control, or data
Duration/IDMedium reservation or association ID
Addresses (up to 4)DA, SA, RA, TA — presence depends on frame type
Sequence ControlReassembly and duplicate detection
FCSError checking (like Ethernet)

Message types

TypeExamples
ManagementBeacon, probe request/response, authentication, association
ControlRTS, CTS, ACK — medium access
DataClient payload

Association states

  1. Not authenticated, not associated
  2. Authenticated, not associated
  3. Authenticated and associated — required to pass traffic through the AP

Autonomous APs

Self-contained — no WLC. Configured per AP via console, Telnet/SSH, or HTTP/HTTPS GUI.

ProsCons
Simple for small sitesNo central monitoring
Direct trunk to wired networkVLANs stretch everywhere — large broadcast domains
Low latency path to wired LANDoes not scale to thousands of APs

Autonomous APs typically connect via trunk when multiple SSIDs/VLANs are needed.

Lightweight APs and split-MAC

Split-MAC divides real-time vs policy functions:

Lightweight AP (real-time)WLC (policy/coordination)
TX/RX RF, beacons, probesRF management, channel/power
Encryption/decryptionSecurity/QoS policies
Packet prioritizationAuthentication, roaming, association

APs and WLC authenticate with X.509 certificates before joining.

CAPWAP tunnels

CAPWAP (Control And Provisioning of Wireless Access Points) replaces legacy LWAPP:

TunnelUDP portTraffic
Control5246Configuration and management (encrypted by default)
Data5247Client traffic to WLC (optional DTLS encryption)

Because client traffic is tunneled to the WLC in centralized mode, AP switch ports are often access ports, not trunks.

Lightweight AP split-MAC — real-time functions stay local; policy moves to the WLC.

Lightweight AP split-MAC — real-time functions stay local; policy moves to the WLC.

Supplementary figure from Panagiss CCNAmd

Split-MAC benefits (awareness)

Centralized channel assignment, transmit power optimization, self-healing coverage, seamless roaming, client load balancing, and consistent security/QoS — without configuring each AP individually.

Lightweight AP modes

ModePurpose
LocalDefault — serves clients (BSS)
FlexConnectLocal switching if CAPWAP to WLC fails
SnifferCapture frames for Wireshark analysis
MonitorDetect rogue devices; send deauth
Rogue detectorCorrelate wired ARP with WLC rogue list
SE-ConnectRF spectrum analysis
Bridge / MeshPoint-to-point or mesh backhaul
Flex+BridgeBridge mode with FlexConnect survivability

Cloud-based APs (Meraki-style)

Hybrid between autonomous and split-MAC: management goes to the cloud dashboard; data typically switches locally to the wired network (unlike CAPWAP central switching).

WLC deployment models

ModelDescriptionScale (approx.)
UnifiedHardware appliance WLC~6000 APs
Cloud-based WLCVM in private cloud~3000 APs per VM
EmbeddedWLC in a switch~200 APs
Mobility ExpressWLC embedded in an AP~100 APs

Exam checklist

  • Compare autonomous vs lightweight AP architecture
  • Explain CAPWAP control (5246) vs data (5247) tunnels
  • List split-MAC responsibilities on AP vs WLC
  • Name FlexConnect purpose (branch survivability)
  • Identify 802.11 management vs control vs data frames

Related lessons on this site

Continue in this domain

Wireless & WAN · guide 2 of 5

Sources & further reading

Panagiss CCNAmd

psaumur CCNA Course Notes

Additional references

This page is an amalgamated study guide synthesized from the markdown sources above, cross-checked against Cisco's official CCNA exam topics. Verify scope before your exam date.