nerdexam
CompTIA

N10-005 · Question #621

Jeff, a network engineer, is troubleshooting an issue where clients are not receiving IP addresses from a new, properly configured DHCP server on another subnet. Statically addressed clients can get…

The correct answer is B. Missing helper addresses. When a DHCP server resides on a different subnet than the clients, DHCP broadcast messages cannot cross router boundaries without an IP helper address (DHCP relay) configured.

Network troubleshooting

Question

Jeff, a network engineer, is troubleshooting an issue where clients are not receiving IP addresses from a new, properly configured DHCP server on another subnet. Statically addressed clients can get onto the same network with no issues. Which of the following is causing the issue?

Options

  • AIncorrect VLAN tagging
  • BMissing helper addresses
  • CWrong default gateway
  • DImproper routing protocols

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    79% (19)
  • C
    8% (2)
  • D
    4% (1)

Why each option

When a DHCP server resides on a different subnet than the clients, DHCP broadcast messages cannot cross router boundaries without an IP helper address (DHCP relay) configured.

AIncorrect VLAN tagging

Incorrect VLAN tagging would prevent communication entirely for affected clients, but statically addressed clients are unaffected and communicate normally, indicating a DHCP relay issue rather than a VLAN problem.

BMissing helper addressesCorrect

DHCP relies on broadcast messages (DHCPDISCOVER) that are blocked by routers by default. An IP helper address (ip helper-address) configured on the router interface facing the client subnet instructs the router to forward these broadcasts as unicast packets to the DHCP server on the remote subnet, enabling cross-subnet DHCP assignment. Without this, only statically addressed clients can communicate normally.

CWrong default gateway

A wrong default gateway would prevent clients from reaching external networks but would not stop them from receiving a DHCP lease from a server on the same subnet - the server is on a different subnet here.

DImproper routing protocols

Improper routing protocols would affect general routing across the network, but statically assigned clients can already communicate, meaning routing itself is functional.

Concept tested: DHCP relay agent helper address for cross-subnet DHCP

Source: https://www.cisco.com/c/en/us/support/docs/ip/dynamic-address-allocation-resolution/27470-100.html

Topics

#DHCP relay#helper address#cross-subnet DHCP#DHCP troubleshooting

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice