Wireless Principles and Architecture

27 questions

Question 21Question

A network engineer is optimizing a high-density 5 GHz wireless deployment in a large corporate conference hall. During testing, wireless clients experience significant performance degradation and latency due to co-channel interference (CCI) caused by adjacent access points operating on overlapping RF cells using the same 20 MHz channels. The engineer must reduce CCI while keeping all access points active to handle client capacity. Which action on the Wireless LAN Controller (WLC) directly resolves this issue?

Show answer & explanation

Answer: Decrease the Transmit Power Control (TPC) maximum power threshold on the WLC to shrink the RF cell size of each access point.

Answer

Decrease the Transmit Power Control (TPC) maximum power threshold on the WLC to shrink the RF cell size of each access point.
Decreasing the Transmit Power Control (TPC) maximum power limit forces the Wireless LAN Controller to restrict the output power of individual AP radios. This reduces each AP's RF coverage cell radius, minimizing signal overlap with neighboring APs on the same channel and reducing co-channel interference (CCI) in high-density environments.

Step-by-Step Solution

1
Analyze the primary cause of wireless performance degradation in high-density environments.
Co-channel interference (CCI) occurs when multiple access points using the same frequency channel are located close enough for their RF coverage cells to overlap, forcing clients and APs to wait for the medium to clear.
Wi-Fi uses CSMA/CA, so APs on the same channel share contention domains if they hear each other above the clear channel assessment threshold.
2
Evaluate how Transmit Power Control (TPC) affects RF cell boundaries and co-channel overlap.
Lowering the maximum allowed transmit power via TPC shrinks the physical RF cell boundary of each AP.
Smaller RF cell footprints reduce the coverage overlap between APs operating on identical channels while preserving total network capacity through dense AP placement.
3
Identify why alternative configuration options fail to mitigate CCI.
Channel bonding decreases the total count of non-overlapping channels, FlexConnect affects traffic switching rather than RRM calculations, and lowering basic rates increases cell size and management overhead.
Only TPC power reduction directly curtails the physical reach of the RF signal causing CCI.

Key Concept

Wireless Radio Resource Management (RRM) and Co-Channel Interference (CCI) mitigation in high-density WLAN deployments.
Question 22Question

An administrator is documenting the 802.11 wireless architecture for a corporate office. Which identifier uniquely distinguishes a specific Basic Service Set (BSS) operating on an access point radio at the Layer 2 data link layer?

Show answer & explanation

Answer: The MAC address of the access point's radio interface (BSSID)

Answer

The MAC address of the access point's radio interface (BSSID) uniquely identifies a specific Basic Service Set (BSS).
The correct answer identifies the Basic Service Set Identifier (BSSID), which is the 48-bit MAC address of the access point radio serving a specific wireless cell (BSS). In 802.11 networks, this hardware address uniquely distinguishes frame traffic sent to or from that particular radio.

Step-by-Step Solution

1
Identify the standard 802.11 terminology for wireless service sets and their unique identifiers.
A Basic Service Set (BSS) consists of a single access point radio and its associated clients.
Understanding the fundamental building blocks of Wi-Fi coverage cells is necessary for network identification.
2
Determine which parameter acts as the Layer 2 hardware address for a BSS.
The Basic Service Set Identifier (BSSID) is used at Layer 2 and corresponds directly to the 48-bit MAC address of the AP radio servicing that BSS.
Wireless client frames use the BSSID MAC address in 802.11 frame headers to target a specific AP radio.

Key Concept

Basic Service Set Identifier (BSSID) in 802.11 Wireless Architecture
Estimated Time:45s
Question 23Question

A network engineer is analyzing physical radio frequency (RF) propagation behaviors in an enterprise campus facility. Match each RF propagation phenomenon on the left with its corresponding physical behavior or operational impact on the right.

Click a left item, then click its matching right item

Items

Absorption
Reflection
Refraction
Diffraction

Matches

Show answer & explanation

Answer

Absorption pairs with RF energy conversion into heat within dense materials; Reflection pairs with signal bouncing off smooth conductive surfaces; Refraction pairs with wave bending across changing media densities; Diffraction pairs with wave bending around sharp edges of solid obstacles.
Each RF propagation phenomenon describes a distinct physical interaction between wireless signals and environmental structures. Absorption dissipates signal power as heat through materials; Reflection bounces waves off smooth conductive barriers; Refraction bends light and radio waves across atmospheric or density gradients; Diffraction curves waves around sharp obstacle borders.

Step-by-Step Solution

1
Identify the characteristic of RF Absorption.
Absorption relates directly to energy loss converted into heat within dense physical obstacles like walls.
Dense matter absorbs RF energy, causing direct attenuation.
2
Identify the characteristic of RF Reflection.
Reflection involves RF signals bouncing off large, smooth metallic surfaces.
Conductive surfaces reflect electromagnetic waves, leading to multipath signal paths.
3
Identify the characteristic of RF Refraction.
Refraction describes signal bending caused by variations in propagation media density.
Velocity changes across media boundaries shift the phase and angle of the wave.
4
Identify the characteristic of RF Diffraction.
Diffraction describes signal bending around sharp physical corners or through small openings.
Obstacle edges split and distort the wavefront, creating shadow areas behind the obstacle.

Key Concept

RF Propagation Phenomena and Signal Impairments
Question 24Question

Match each Cisco Split-MAC architecture component or CAPWAP feature on the left with its primary function or operational characteristic on the right.

Click a left item, then click its matching right item

Items

Lightweight Access Point (LAP)
Wireless LAN Controller (WLC)
CAPWAP Control Tunnel
CAPWAP Data Tunnel

Matches

Show answer & explanation

Answer

Lightweight Access Point (LAP) matches with handling real-time MAC functions like beacons and probe responses. Wireless LAN Controller (WLC) matches with handling management MAC functions like client authentication and association. CAPWAP Control Tunnel matches with exchanging encrypted management messages over UDP port 5246. CAPWAP Data Tunnel matches with carrying client data traffic over UDP port 5247.
Each component correctly pairs with its role in Cisco centralized wireless deployment: LAPs handle real-time RF MAC duties locally; WLCs handle management MAC functions centrally; CAPWAP Control operates on UDP port 5246 with DTLS encryption; and CAPWAP Data carries client payload packets over UDP port 5247.

Step-by-Step Solution

1
Identify the responsibilities assigned to the Lightweight Access Point (LAP) under Cisco Split-MAC architecture.
Real-time operations directly affecting radio hardware (such as beaconing, probe responses, and MAC layer encryption/decryption) are processed locally by the LAP.
Real-time MAC tasks require microsecond latency, making transmission across a WAN or LAN to a central WLC impractical.
2
Identify the responsibilities assigned to the Wireless LAN Controller (WLC).
Management and control plane tasks (such as 802.11 authentication, association handling, frame translation, and quality of service policy enforcement) are processed centrally by the WLC.
Centralizing management MAC tasks simplifies policy enforcement and wireless network administration across multiple APs.
3
Differentiate between CAPWAP Control and CAPWAP Data transport characteristics.
Control traffic uses UDP port 5246 (secured with DTLS), while Data traffic uses UDP port 5247.
Separating control and data plane transport protocols allows independent security, QoS, and routing mechanisms for management versus client payload traffic.

Key Concept

Cisco Split-MAC Architecture and CAPWAP Protocols
Estimated Time:1m 30s
Question 25Question

A network engineer deploys lightweight access points (LAPs) at a remote branch office connected over a WAN to a centralized Wireless LAN Controller (WLC). During a WAN outage, clients connected to APs in Local mode lose network connectivity, while clients connected to APs configured in FlexConnect mode with local switching retain local network access. Which operational characteristic of Local mode APs accounts for this behavior?

Show answer & explanation

Answer: Local mode APs encapsulate all client data traffic within CAPWAP data tunnels to be switched centrally by the WLC.

Answer

Local mode APs encapsulate all client data traffic within CAPWAP data tunnels to be switched centrally by the WLC.
In Cisco Centralized WLAN architectures, APs operating in Local mode encapsulate all client user traffic within CAPWAP data tunnels and forward it to the Wireless LAN Controller (WLC) for centralized processing and 802.3 Ethernet conversion. Consequently, if WAN connectivity to the central WLC is lost, Local mode APs cannot process or forward client traffic. In contrast, FlexConnect mode with local switching allows the AP to perform frame translation and switch client traffic directly onto the local branch switch, keeping local resources accessible during a WLC outage.

Step-by-Step Solution

1
Analyze the operational behavior of Local mode in a Cisco Centralized WLAN architecture.
Local mode lightweight APs send both CAPWAP control and CAPWAP data packets back to the central WLC.
Centralized switching requires all 802.11 frames to be encapsulated in CAPWAP and sent to the WLC, where 802.11 to 802.3 frame conversion occurs.
2
Evaluate the impact of WAN failure and loss of WLC reachability on Local mode APs.
Since data switching depends on reaching the WLC, losing WLC connectivity prevents Local mode APs from forwarding client traffic.
Local mode APs cannot locally bridge client traffic to the branch switch infrastructure.
3
Compare with FlexConnect mode configured for local switching.
FlexConnect APs perform 802.11 to 802.3 frame translation locally at the branch level, allowing traffic to continue flowing locally even when WLC connectivity is lost.
FlexConnect separates local data path switching from centralized controller management.

Key Concept

Cisco Lightweight Access Point Modes (Local vs. FlexConnect) and CAPWAP Data Tunneling
Question 26Question

A network engineer is designing a wireless LAN for a multi-story corporate building and must account for radio frequency (RF) propagation differences between the 2.4 GHz2.4\text{ GHz} and 5 GHz5\text{ GHz} bands. Which two statements accurately describe the physical characteristics and channel allocations of these frequency bands? (Select two.)

Select all that apply

Show answer & explanation

Answer: The 2.4 GHz2.4\text{ GHz} frequency band experiences lower free-space path loss and attenuates less through physical walls, resulting in a larger coverage area per access point.; The 5 GHz5\text{ GHz} frequency band provides a significantly greater number of non-overlapping 20 MHz20\text{ MHz} channels than the 2.4 GHz2.4\text{ GHz} band, which helps minimize co-channel interference in high-density enterprise environments.

Answer

The correct statements are that the 2.4 GHz band experiences lower free-space path loss and penetrates physical walls better (providing a larger coverage area per AP), and the 5 GHz band provides significantly more non-overlapping 20 MHz channels to mitigate co-channel interference.
The 2.4 GHz band uses longer wavelengths, giving it superior range and obstacle penetration through walls compared to 5 GHz. Additionally, the 5 GHz band provides up to 24 non-overlapping 20 MHz channels in North America (UNII bands), which provides significantly higher capacity and reduces co-channel interference (CCI) compared to the limited 3 non-overlapping channels (1, 6, 11) available in the 2.4 GHz band.

Step-by-Step Solution

1
Analyze the RF propagation characteristics of 2.4 GHz versus 5 GHz frequency bands.
Lower frequencies (2.4 GHz) have longer wavelengths, yielding lower free-space loss and superior penetration through physical structures relative to higher frequencies (5 GHz).
RF signal attenuation increases as frequency increases.
2
Evaluate the channel availability for both frequency bands in enterprise WLAN design.
The 2.4 GHz spectrum has only 3 non-overlapping 20 MHz channels (1, 6, 11), whereas 5 GHz provides up to 24 non-overlapping channels across UNII-1, UNII-2 (DFS), and UNII-3 bands.
Greater channel availability allows high-density access point deployments without co-channel interference (CCI).

Key Concept

RF Propagation and Channel Allocation Differences (2.4 GHz vs 5 GHz)
Question 27Question

A network administrator observes severe latency and frequent frame retries on an enterprise floor using a 2.4 GHz wireless deployment. Spectrum analysis reveals high co-channel interference (CCI) among neighboring access points. Which operational characteristic of the 2.4 GHz band primarily causes this channel reuse constraint when compared to the 5 GHz band?

Show answer & explanation

Answer: The 2.4 GHz spectrum offers only three non-overlapping 20 MHz channels in standard deployments, restricting spatial frequency reuse.

Answer

The 2.4 GHz spectrum offers only three non-overlapping 20 MHz channels in standard deployments, restricting spatial frequency reuse.
In 802.11 wireless networks using the 2.4 GHz ISM band, 20 MHz channels are spaced only 5 MHz apart. Consequently, only channels 1, 6, and 11 do not overlap with each other. In dense multi-AP deployments, having only three usable non-overlapping channels causes neighboring access points to operate on the same channel, generating high co-channel interference (CCI). In contrast, the 5 GHz band provides a much larger selection of non-overlapping channels, enabling far more flexible channel reuse.

Step-by-Step Solution

1
Analyze the channel spacing and bandwidth in the 2.4 GHz Wi-Fi spectrum.
The 2.4 GHz ISM band allocates channels spaced 5 MHz apart, while standard 802.11 channels require 20 MHz of channel width.
Understanding channel width requirements identifies how channels overlap.
2
Determine the maximum number of non-overlapping channels in 2.4 GHz.
Only 3 channels (channels 1, 6, and 11) can operate simultaneously in the same physical space without overlapping frequencies.
This strict limit creates spatial planning constraints for network designers.
3
Compare with 5 GHz channel availability to assess co-channel interference causes.
Because 5 GHz supports over 20 non-overlapping 20 MHz channels, 2.4 GHz environments suffer far more co-channel interference (CCI) in dense deployments.
The constraint of having only 3 non-overlapping channels directly leads to high CCI in multi-AP designs.

Key Concept

2.4 GHz vs 5 GHz Non-Overlapping Channels and Co-Channel Interference
PreviousPage 2 / 2
Wireless Principles and Architecture Practice Questions — Cisco CCNA — Page 2 | Examkin