What DNS lookup checks
A DNS lookup asks name servers for records attached to a domain. If a website does not load, email is not delivered, or a verification record is missing, DNS is usually one of the first systems to inspect. DNS changes can also take time to appear everywhere because resolvers cache results according to TTL values.
- A records point a domain to an IPv4 address.
- AAAA records point a domain to an IPv6 address.
- CNAME records alias one name to another hostname.
- MX records define which servers receive email.
- NS records show the authoritative name servers.
- TXT records often store SPF, DKIM, DMARC or service verification data.