Question

Difficulty: MediumIP Addressing Services

Match each core IP addressing service or infrastructure component on the left with its primary operational function on the right.

  • DHCP Relay AgentForwards broadcast DHCP Discover packets across routing boundaries to a centralized DHCP server.
  • DNS PTR RecordMaps an IP address to a Fully Qualified Domain Name (FQDN) to enable reverse name resolution.
  • IP Address Management (IPAM)Centralizes the tracking, auditing, and provisioning of IP address space across enterprise subnets.
  • Network Time Protocol (NTP)Synchronizes system clocks across network devices to ensure accurate and correlated event logging.

Answer

DHCP Relay Agent matches with forwarding broadcast DHCP packets across routing boundaries; DNS PTR Record matches with mapping an IP address to an FQDN for reverse lookups; IPAM matches with centralizing IP space tracking and auditing; NTP matches with synchronizing system clocks for correlated logging.
Each service is correctly paired according to standard networking definitions: DHCP Relay forwards client discovery broadcasts across routers to a central server; DNS PTR records handle reverse IP-to-hostname lookups; IPAM centralizes network address management; and NTP maintains synchronized clock timing across network nodes.

Step-by-Step Solution

1
Analyze the role of DHCP Relay
DHCP Relay acts as an intermediate agent converting broadcast discovery packets into unicast traffic to traverse routers.
Routers drop layer 2 broadcast packets by default, requiring relay functionality to reach centralized DHCP services.
2
Analyze the function of DNS PTR records
PTR records map canonical IP addresses to FQDNs in reverse lookup zones.
Standard forward DNS uses A/AAAA records for domain-to-IP resolution, while reverse resolution requires PTR records.
3
Evaluate the administrative role of IPAM
IPAM integrates IP inventory tracking, subnet allocation, and capacity planning.
It prevents address collisions and simplifies management across large networks.
4
Identify the purpose of NTP
NTP synchronizes device clocks across network hosts.
Accurate timestamps are critical for logging, troubleshooting, and time-sensitive authentication mechanisms.

Key Concept

Core IP Addressing Services and Functions
Rate this question