Match each DNS resource record type to its corresponding technical description or administrative function within an enterprise DNS infrastructure.
- SRV RecordMaps a specific symbolic service name and transport protocol to a canonical target hostname, specifying port number, priority, and weight values.
- SOA RecordSpecifies zone administrative defaults, including primary master name server, administrator contact email, serial number, and zone refresh/retry/expire timers.
- RRSIG RecordContains a digital signature used by DNSSEC to validate the authenticity and integrity of an associated resource record set (RRset).
- CNAME RecordDefines an alias for an existing canonical hostname, requiring the DNS resolver to restart the lookup process for the targeted canonical name.
Answer
SRV Record matches the description detailing service name, protocol, port number, priority, and weight. SOA Record matches the description detailing zone administration parameters, primary master name server, contact email, and zone timers. RRSIG Record matches the description specifying DNSSEC digital signatures for RRsets. CNAME Record matches the description defining an alias mapping to a canonical hostname requiring secondary resolution.
Each DNS record type serves a distinct technical role: SRV handles service and port discovery; SOA contains zone-wide administrative metadata and replication timers; RRSIG provides DNSSEC cryptographic signatures over record sets; and CNAME acts as a domain alias pointing to a canonical domain name.
Step-by-Step Solution
Key Concept
DNS Infrastructure Record Types and Technical Functions