Match each DNS resource record type to its primary technical function within an enterprise network infrastructure.
- SRV RecordDefines the hostname and port number for specific directory or telephony services such as LDAP or SIP.
- PTR RecordMaps an IP address to a canonical domain name for reverse DNS lookups.
- MX RecordSpecifies the mail server designated to accept incoming email on behalf of a domain.
- TXT RecordStores arbitrary text entries used for domain ownership validation, SPF, and DKIM security policies.
Answer
SRV matches service location and port specification; PTR matches reverse DNS resolution from IP to hostname; MX matches mail server designation for email routing; TXT matches domain verification and security policy storage.
Each DNS record type provides distinct functionality: SRV includes port and protocol service locations; PTR maps IP addresses back to domain names for reverse lookups; MX designates incoming mail servers; and TXT holds descriptive text for domain security authentications like SPF.
Step-by-Step Solution
Key Concept
DNS Resource Record Functionality and Application