Question

Difficulty: MediumIP Addressing Services

Match each core IP addressing service or protocol feature on the left with its primary function or use case on the right.

  • DHCP Relay AgentForwards broadcast client discovery messages across router interfaces to a remote server
  • DNS PTR RecordMaps an IPv4 or IPv6 address to a domain name to support reverse name resolution
  • IP Address Management (IPAM)Centralizes tracking of subnet utilization, IP allocations, and core service integration
  • NTP Stratum 1 ServerSynchronizes time directly from a primary reference source such as a GPS receiver

Answer

DHCP Relay Agent matches forwarding broadcast messages across routers; DNS PTR Record matches mapping IP addresses to domain names for reverse resolution; IP Address Management (IPAM) matches centralized tracking of subnet utilization and allocations; NTP Stratum 1 Server matches synchronizing directly from a primary reference clock like GPS.
Each IP service maps directly to its specialized administrative role: DHCP relay agents enable multi-VLAN IP leasing across routers, PTR records implement reverse DNS resolution, IPAM centralizes address space tracking, and Stratum 1 NTP servers sync directly with physical reference time sources.

Step-by-Step Solution

1
Analyze the primary operation of a DHCP Relay Agent.
Routers drop client DHCP broadcasts by default. A relay agent receives these broadcasts on a local VLAN and forwards them to a remote server.
Enables centralizing DHCP servers across multiple VLANs without putting a server in every subnet.
2
Determine the function of a DNS PTR record.
PTR records perform reverse name resolution by mapping IP addresses back to domain names.
Forward DNS zones map names to IP addresses (A/AAAA records), whereas reverse DNS zones store PTR records.
3
Identify the role of IPAM in enterprise networks.
IPAM centralizes address space planning, tracks static and dynamic assignments, and monitors pool depletion.
Consolidates management across DNS, DHCP, and IP address inventory to prevent conflicts and track utilization.
4
Evaluate NTP Stratum hierarchy levels.
Stratum 1 servers attach directly to physical Stratum 0 time sources.
Stratum 0 represents high-precision hardware clocks (GPS/atomic), making directly attached network time servers Stratum 1.

Key Concept

Core IP Addressing Services
Rate this question