DNS Is the Internet Phone Book
Address and Alias Records: A, AAAA, CNAME
Mail and Text Records: MX, TXT
Infrastructure Records and the TTL Myth
Frequently Asked Questions
What is the difference between an A record and a CNAME?
An A record points a hostname directly at an IPv4 address, while a CNAME points one name at another name. A CNAME cannot share a name with other record types, so it is not allowed on a root domain that needs MX records.
Do these DNS lookups run in my browser?
No. The DNS, MX, and NS lookup tools are server-assisted: a server performs the actual query and returns the results to you. They do not resolve records directly inside your browser.
What does TTL control?
TTL (time to live) is how many seconds resolvers may cache a record before asking again. A lower TTL means changes are picked up sooner, at the cost of more frequent lookups against the authoritative servers.
Why does DNS propagation take time?
It is really cache expiry, not propagation. Authoritative servers serve the new value immediately; the delay is old answers lingering in resolver caches until their TTL runs out. Lowering TTL beforehand reduces the wait.