DNS Zone types Flashcards
(8 cards)
Forward Zone
Used to resolve domain names to IP addresses. Contains records like A, AAAA, and MX.
Reverse Zone
Maps IP addresses back to domain names, opposite of a forward zone
Used in reverse DNS lookups (IP address is known but the associated hostname is needed)
Authoritative
Has final authority over its own records, providing definitive answers to queries about domain names within its zone without needing to query other sources
Non-Authoritative
provides information that has been obtained from another server, not from the original source, usually cached from previous queries
Primary
Main zone file where DNS records are stored and managed. Allows direct changes to DNS records
Secondary
Read-only copy of the primary zone that serves as a backup. Redundancy for fault tolerance
Hosts File
Used by an operating system to map hostnames to IP addresses.
Simple local DNS resolution, which the system checks before querying external DNS servers, allowing for manual override of DNS lookup
Recursive DNS Queries
DNS server takes on the responsibility of retrieving data from other DNS servers on behalf of the client, providing a complete answer