DNS Lookup
Query DNS records for any domain name
dns DNS Lookup
help_outline Understanding DNS Records
Common DNS Record Types
A Record
Maps domain name to IPv4 address (e.g., 192.168.1.1)
AAAA Record
Maps domain name to IPv6 address (e.g., 2001:db8::1)
CNAME Record
Creates an alias from one domain name to another
MX Record
Specifies mail server responsible for accepting email messages
Advanced DNS Records
NS Record
Delegates a DNS zone to use authoritative name servers
SOA Record
Contains administrative information about the zone
TXT Record
Allows administrators to store text notes in DNS
CAA Record
Restricts which certificate authorities can issue certificates
sync DNS Resolution Process
User enters domain name
DNS resolver queries root servers
Query TLD and authoritative servers
Return IP address to user
TTL (Time To Live):
DNS records have TTL values that specify how long they should be cached. Lower TTL values result in more frequent DNS queries but allow for faster updates when records change.