Difficulty: Medium
Correct Answer: Install and configure the DHCP Relay Agent service on Engineering2 and Sales2
Explanation:
Introduction / Context:
DHCP broadcast packets do not cross routers unless the router supports BOOTP/DHCP relay (RFC 1542). When a router lacks relay capability, a Windows server on each subnet can act as a relay agent to forward DHCP requests (broadcasts) to the appropriate DHCP servers via unicast.
Given Data / Assumptions:
Concept / Approach:
Deploy the DHCP Relay Agent (a Routing and Remote Access Service component) on one Windows server per subnet. Configure each relay to forward client broadcasts to the IP addresses of the DHCP servers. This enables cross-subnet leases without changing the router.
Step-by-Step Solution:
Verification / Alternative check:
Monitor DHCP server logs for relayed requests from the other subnet and confirm clients obtain correct scopes and options.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to add all DHCP server IPs in the relay agent or not binding the correct interface will prevent forwarding.
Final Answer:
Install and configure the DHCP Relay Agent service on Engineering2 and Sales2
Discussion & Comments