A network engineering team is deploying core IP addressing and network management services for domain-joined hosts across multiple routed subnets. To ensure accurate logging correlation across distributed systems and proper name resolution for dual-stack hosts, which of the following protocols or resource records should be implemented? (Select TWO.)
- NTP operating on UDP port 123 to maintain consistent time synchronization across network hosts and security devices.Answer
- AAAA resource records configured in the DNS server to map internal hostnames to assigned IPv6 addresses.Answer
- CDHCP relay agents configured to listen on TCP port 67 on remote switch interfaces to forward client requests.
- DCNAME resource records configured to resolve client IP addresses back to canonical hostnames during reverse lookups.
- EA DHCP relay agent deployed directly on the centralized DHCP server interface to convert client broadcasts into unicast traffic.
Answer
The correct implementations are NTP operating on UDP port 123 for network-wide time synchronization and AAAA records in DNS for mapping hostnames to IPv6 addresses.
NTP operating on UDP port 123 provides centralized time synchronization required for log correlation across network systems. In addition, AAAA resource records in DNS provide standard hostname-to-IPv6 address resolution for dual-stack environments.
Step-by-Step Solution
Key Concept
IP Addressing Services (NTP operations, DNS record types, and DHCP relay architectural requirements)