A network administrator is auditing the core infrastructure configuration for a enterprise environment with centralized network services. Centralized DHCP and DNS servers are deployed on VLAN 10 (), while client endpoints reside on remote VLAN 20 () and utilize dual-stack IPv4/IPv6 addressing. Which TWO of the following administrative configurations or operational mechanisms are necessary to enable clients on VLAN 20 to automatically obtain valid IPv4 lease configurations and dynamically register their hostnames in name resolution services? (Select TWO.)
- Configuring an IP helper address (DHCP relay) on the VLAN 20 gateway interface pointing to the unicast IP address of the DHCP serverAnswer
- Enabling Dynamic DNS (DDNS) integration between the DHCP server and the DNS server to update A and AAAA records automatically upon lease issuanceAnswer
- CCreating PTR records on the DNS server to handle forward hostname-to-IPv6 resolution requests for remote client workstations
- DAssigning APIPA addresses on client network adapters so they can route request packets across the inter-VLAN gateway to VLAN 10
- EOpening firewall transport port 23 (Telnet) between VLAN 20 and VLAN 10 to permit lease negotiation traffic
Answer
The required mechanisms are configuring an IP helper address on the remote gateway interface to forward DHCP broadcasts across subnets, and configuring Dynamic DNS (DDNS) integration to update DNS records automatically upon lease issuance.
To allow client endpoints on VLAN 20 to receive dynamic IP address assignments from a DHCP server located on VLAN 10, the Layer 3 interface (gateway) for VLAN 20 must be configured with an IP helper address (DHCP relay agent) to convert local broadcasts into routed unicast traffic. Additionally, to ensure these dynamically addressed hosts can be resolved by name, Dynamic DNS (DDNS) must be enabled so that the DHCP server automatically registers and updates the host's A (IPv4) and AAAA (IPv6) records on the DNS server upon issuing a lease.
Step-by-Step Solution
Key Concept
IP Addressing Services (DHCP Relay and DDNS)