mediummultiple choiceObjective-mapped

A DHCP server is located on a different VLAN from the clients. Which feature is required so the clients can still receive addresses?

Question 1mediummultiple choice
Full question →

A DHCP server is located on a different VLAN from the clients. Which feature is required so the clients can still receive addresses?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

DHCP snooping

DHCP snooping is a security feature, not the relay mechanism.

B

Best answer

DHCP relay

Correct. DHCP relay enables cross-VLAN DHCP service.

C

Distractor review

Port security

Port security is unrelated to relaying DHCP requests.

D

Distractor review

NAT overload

NAT overload does not solve this broadcast-forwarding issue.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is selecting DHCP snooping as the solution for clients on different VLANs to receive DHCP addresses. DHCP snooping is a security mechanism that filters DHCP messages to prevent rogue servers but does not forward DHCP broadcasts across VLANs. Another tempting but incorrect choice is port security, which controls MAC address access on switch ports but does not affect DHCP broadcast forwarding. NAT overload is unrelated to DHCP address assignment and only translates IP addresses for outbound traffic. The key misunderstanding is confusing DHCP relay’s role in forwarding broadcasts with security or address translation features.

Technical deep dive

How to think about this question

DHCP relay is a critical feature in networks where DHCP clients and servers reside on different VLANs or subnets. Normally, DHCP clients broadcast requests to find a DHCP server, but broadcasts do not cross router interfaces by default. DHCP relay agents, typically configured on Layer 3 interfaces, intercept these broadcasts and forward them as unicast packets to the DHCP server's IP address. This mechanism ensures that clients on separate VLANs can still obtain IP addresses and configuration parameters from a centralized DHCP server. In Cisco networks, the DHCP relay function is implemented using the 'ip helper-address' command on the router or Layer 3 switch interface connected to the client VLAN. This command specifies the DHCP server's IP address to which the relay agent forwards DHCP requests. The relay agent listens for DHCP broadcast messages, encapsulates them into unicast packets, and sends them to the server. When the server replies, the relay agent forwards the response back to the client VLAN, enabling seamless IP address assignment across VLAN boundaries. A common exam trap involves confusing DHCP relay with DHCP snooping or other security features. DHCP snooping is designed to prevent rogue DHCP servers and does not facilitate cross-VLAN DHCP communication. Similarly, port security and NAT overload do not address the broadcast forwarding issue inherent in DHCP requests across VLANs. Understanding the specific role of DHCP relay in forwarding DHCP broadcasts as unicasts to remote servers is essential for correctly answering related CCNA questions and for practical network design.

KKey Concepts to Remember

  • DHCP relay forwards DHCP client broadcast requests as unicast packets to a DHCP server located on a different VLAN or subnet.
  • The 'ip helper-address' command on a Layer 3 interface configures DHCP relay by specifying the DHCP server's IP address.
  • Routers and Layer 3 switches do not forward broadcast packets between VLANs by default, requiring DHCP relay for cross-VLAN DHCP service.
  • DHCP snooping is a security feature that prevents unauthorized DHCP servers and does not enable DHCP requests to cross VLAN boundaries.
  • Port security restricts MAC addresses on switch ports and does not influence DHCP request forwarding or relay.
  • NAT overload translates multiple private IP addresses to a single public IP and does not facilitate DHCP broadcast forwarding.
  • DHCP relay agents listen for client broadcasts and convert them into unicasts directed at the DHCP server to enable IP address assignment across VLANs.
  • Without DHCP relay, clients on VLANs separate from the DHCP server cannot receive IP addresses because broadcasts are not routed.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

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

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

DHCP relay forwards DHCP client broadcast requests as unicast packets to a DHCP server located on a different VLAN or subnet.

What is the correct answer to this question?

The correct answer is: DHCP relay — DHCP relay forwards client broadcasts to a remote server as unicast, typically using ip helper-address on the Layer 3 interface.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.