Match each DNS resource record type to its primary administrative function within an enterprise network infrastructure.
- SRV RecordDefines the hostname and port number for specific enterprise services such as SIP or LDAP.
- PTR RecordMaps an IP address back to a domain hostname for reverse DNS queries.
- TXT RecordStores descriptive text data used for email security frameworks like SPF and DKIM.
- MX RecordSpecifies the mail server responsible for accepting incoming email on behalf of a domain.
Cevap
SRV matches service location with host and port information; PTR matches reverse DNS IP-to-hostname mapping; TXT matches text data storage for email security mechanisms like SPF and DKIM; MX matches designation of recipient mail servers.
Each record type handles distinct DNS functionalities: SRV specifies service endpoints with port numbers; PTR maps IP addresses to hostnames in reverse lookups; TXT contains arbitrary text payloads used primarily for domain authentication like SPF and DKIM; MX designates the authoritative mail processing servers for a domain.
Adım Adım Çözüm
Anahtar Kavram
DNS Resource Record Types and Functions