Match each DNS resource record type on the left with its corresponding technical function or usage scenario on the right.
- SRV RecordDefines service location parameters, including hostname, port number, priority, and weight for specific network protocols.
- PTR RecordMaps an IP address to a canonical hostname to facilitate reverse name resolution.
- SOA RecordSpecifies core zone administration parameters, including the primary master name server, administrator email, and zone transfer timers.
- CNAME RecordMaps an alias domain name to an existing canonical domain name rather than directly to an IP address.
Answer
SRV record matches service location parameters (hostname, port, priority, weight); PTR record matches reverse IP-to-hostname mapping; SOA record matches zone administration metadata and timers; CNAME record matches domain alias-to-canonical name mapping.
Each DNS record type has a dedicated function within network infrastructure: SRV specifies service locators and ports; PTR provides reverse name lookup; SOA provides zone administrative metadata and serial numbers; CNAME aliases hostnames to target canonical domain names.
Step-by-Step Solution
Key Concept
DNS Resource Record Types and Technical Functions