Match each network service to its primary function.
Drag a concept onto its matching description — or click a concept then click the description.
Resolves hostnames to IP addresses
Assigns IP configuration to clients
Synchronizes device time
Collects and stores log messages
Trap 1: DNS: Assigns IP addresses dynamically to devices on a network
Dynamic IP assignment is the job of DHCP (Dynamic Host Configuration Protocol), which leases IP addresses, subnet masks, default gateways, and other parameters to clients for a set duration. DNS is a peer-to-peer name-resolution service that stores resource records; it has no mechanism for leasing or reclaiming IP addresses. So, attributing dynamic address assignment to DNS is incorrect because that service belongs exclusively to DHCP.
Trap 2: DNS: Synchronizes time across network devices
Precise time synchronization across network devices is handled by NTP (Network Time Protocol), which distributes Coordinated Universal Time (UTC) to maintain accurate clocks for log correlation, authentication, and timestamping. DNS handles only name-to-address (and related) queries, and it has no protocol operations for reading or setting device clocks. Therefore, DNS cannot serve as a time-synchronization protocol.
Trap 3: DNS: Manages and monitors network devices
Managing and monitoring network devices—such as polling CPU, memory, interface status, and generating alerts—is the function of SNMP (Simple Network Management Protocol), whose managed objects are defined in MIBs. DNS is strictly a resolution service that translates names to IP addresses as part of application-layer lookups; it does not collect device metrics or perform management operations. Describing DNS as a network management protocol is inaccurate because that role belongs to SNMP.
- A
DNS: Translates domain names to IP addresses
The Domain Name System acts as the internet's distributed directory, mapping human-readable fully qualified domain names like www.example.com to the numeric IP addresses needed for packet forwarding. Without this lookup, users would have to memorize and manually enter raw IPv4 or IPv6 addresses, which is impractical. DNS uses hierarchical caching servers to resolve names rapidly and efficiently.
- B
DNS: Assigns IP addresses dynamically to devices on a network
Why wrong: Dynamic IP assignment is the job of DHCP (Dynamic Host Configuration Protocol), which leases IP addresses, subnet masks, default gateways, and other parameters to clients for a set duration. DNS is a peer-to-peer name-resolution service that stores resource records; it has no mechanism for leasing or reclaiming IP addresses. So, attributing dynamic address assignment to DNS is incorrect because that service belongs exclusively to DHCP.
- C
DNS: Synchronizes time across network devices
Why wrong: Precise time synchronization across network devices is handled by NTP (Network Time Protocol), which distributes Coordinated Universal Time (UTC) to maintain accurate clocks for log correlation, authentication, and timestamping. DNS handles only name-to-address (and related) queries, and it has no protocol operations for reading or setting device clocks. Therefore, DNS cannot serve as a time-synchronization protocol.
- D
DNS: Manages and monitors network devices
Why wrong: Managing and monitoring network devices—such as polling CPU, memory, interface status, and generating alerts—is the function of SNMP (Simple Network Management Protocol), whose managed objects are defined in MIBs. DNS is strictly a resolution service that translates names to IP addresses as part of application-layer lookups; it does not collect device metrics or perform management operations. Describing DNS as a network management protocol is inaccurate because that role belongs to SNMP.