Question 135 of 1,000
hardMultiple ChoiceObjective-mapped

CISSP Practice Question: Refer to the exhibit

This CISSP practice question tests your understanding of cissp exam topics. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Wireless Controller Configuration
wlan create 1 SSID_Employee security wpa2
wlan security 1 key mgmt psk
wlan security 1 psk passphrase Cisco123
wlan security 1 pairwise tkip
wlan ssid 1 SSID_Employee
wlan enable 1
!
interface wlan1
 ip address 10.0.0.1 255.255.255.0
!
bridge irb
!
interface BVI1
 ip address 10.0.0.254 255.255.255.0
!

Refer to the exhibit. A network administrator configures a new WLAN. Clients can associate but cannot obtain an IP address via DHCP. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Exhibit

Wireless Controller Configuration
wlan create 1 SSID_Employee security wpa2
wlan security 1 key mgmt psk
wlan security 1 psk passphrase Cisco123
wlan security 1 pairwise tkip
wlan ssid 1 SSID_Employee
wlan enable 1
!
interface wlan1
 ip address 10.0.0.1 255.255.255.0
!
bridge irb
!
interface BVI1
 ip address 10.0.0.254 255.255.255.0
!

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The broadcast forwarding (or DHCP relay) is not properly configured to forward DHCP requests to the DHCP server.

The scenario describes that clients can associate but cannot obtain IP addresses via DHCP. This indicates that DHCP broadcast requests from clients are not reaching a DHCP server. The most likely cause is that the bridge group, which connects the WLAN to the wired network, is not configured to forward DHCP broadcasts. Without broadcast forwarding, DHCP discover messages from wireless clients are dropped, preventing lease assignment. Other factors such as encryption type or passphrase length would affect association, not DHCP.

Key principle: Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The WLAN uses TKIP instead of AES, which is less secure but functional.

    Why it's wrong here

    TKIP is supported and does not affect DHCP.

  • The WLAN uses WPA2 with PSK, but the passphrase is too short.

    Why it's wrong here

    The passphrase 'Cisco123' meets minimum length requirements.

  • The broadcast forwarding (or DHCP relay) is not properly configured to forward DHCP requests to the DHCP server.

    Why this is correct

    Without a DHCP relay or server, DHCP broadcasts are not forwarded across the bridge to a DHCP server. The controller needs a DHCP server or a relay configuration.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    CIDR notation defines the prefix length.

  • The WLAN interface and the virtual interface are on the same subnet, causing an IP conflict.

    Why it's wrong here

    They are on the same subnet but different IPs; no conflict unless a device uses both.

Common exam traps

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Trap categories for this question

  • Keyword trap

    The passphrase 'Cisco123' meets minimum length requirements.

Detailed technical explanation

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Key takeaway

Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

Visual reference

Client DHCP Server 1 Discover (broadcast) 2 Offer (IP: 192.168.1.10) 3 Request (I accept) 4 Acknowledge (lease confirmed) DORA — the four-step DHCP lease process

What to study next

Got this wrong? Here's your next step.

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related CISSP subnetting questions on CIDR, address ranges, and subnet selection.

Related practice questions

Related CISSP practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CISSP practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CISSP question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: The broadcast forwarding (or DHCP relay) is not properly configured to forward DHCP requests to the DHCP server. — The scenario describes that clients can associate but cannot obtain IP addresses via DHCP. This indicates that DHCP broadcast requests from clients are not reaching a DHCP server. The most likely cause is that the bridge group, which connects the WLAN to the wired network, is not configured to forward DHCP broadcasts. Without broadcast forwarding, DHCP discover messages from wireless clients are dropped, preventing lease assignment. Other factors such as encryption type or passphrase length would affect association, not DHCP.

What should I do if I get this CISSP question wrong?

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related CISSP subnetting questions on CIDR, address ranges, and subnet selection.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

CIDR notation defines the prefix length.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CISSP practice questions

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CISSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISSP exam.