Difficulty: Medium
Correct Answer: The split-MAC architecture splits 802.11 protocol functions between the AP and the controller so both devices process portions of each frame exchange.
Explanation:
Introduction / Context:
Enterprise Wi-Fi systems often centralize control to simplify configuration, roaming, and security. Cisco's “split-MAC” architecture underpins lightweight AP (LAP) deployments with a Wireless LAN Controller (WLC), dividing responsibilities for 802.11 tasks to optimize performance and manageability.
Given Data / Assumptions:
Concept / Approach:
In split-MAC, time-critical 802.11 operations (for example, beaconing, probe/association handling, RF measurements) are performed on the AP, while centralized tasks (authentication policy, roaming decisions, QoS enforcement, VLAN mapping) execute on the controller. Frames are encapsulated and transported to the WLC, which applies policy and forwards traffic. This yields simplified management, consistent policy, and faster roaming while keeping radio-timing tasks local to the AP.
Step-by-Step Solution:
Identify the architecture: lightweight AP + WLC with CAPWAP tunnels.Map time-critical MAC functions to AP; central policy/forwarding to WLC.Recognize that this is a split of MAC-layer responsibilities, not simply addressing.Select the option that states 802.11 processing is split between AP and controller.
Verification / Alternative check:
Controller configuration guides show that association, authentication state, and client policy are centrally tracked; AP radios still transmit beacons and respond quickly to probes, confirming the functional split.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming APs are “thin” to the point of doing almost nothing; in reality they still handle timing-critical RF work in split-MAC designs.
Final Answer:
The split-MAC architecture splits 802.11 protocol functions between the AP and the controller so both devices process portions of each frame exchange.
Discussion & Comments