A and AAAA
Associate a name with an IPv4 or IPv6 address.
web destinations
Internet infrastructure
The Domain Name System is a distributed naming system. It lets software ask for records attached to names, including addresses for websites, mail routes and proof used by other services.
Live availability across hundreds of extensions. Free, no signup.
The core concept
A lookup asks a specific question. The returned record type determines how the answer is interpreted.
The example address is reserved for documentation. Real domains can return multiple records and can change those records over time.
Associate a name with an IPv4 or IPv6 address.
web destinations
Makes one hostname an alias of another canonical hostname.
www → host.example
Identifies the mail exchangers that accept email for a domain.
email routing
Carries text used for verification and policies such as SPF or DKIM.
proof · email policy
Recursive resolvers search on the user's behalf; authoritative servers publish the domain owner's data.
A browser, mail server or other application asks for a record type at a name.
A valid cached answer can be returned immediately.
Without cache, it follows the DNS hierarchy toward the authoritative zone.
The record is returned and may be reused until its TTL expires.
Use the record your service provider specifies; similar-looking records are not interchangeable.
| Type | Purpose | Typical value |
|---|---|---|
| A | IPv4 destination | 192.0.2.1 |
| AAAA | IPv6 destination | 2001:db8::1 |
| CNAME | Hostname alias | target.example.net |
| MX | Mail exchanger with priority | 10 mail.example.net |
| TXT | Text policy or verification | provider-specific text |
| NS | Authoritative nameserver | ns1.example.net |
No. The domain is a name in the namespace. DNS is the system that stores and retrieves typed records associated with names.
It usually describes old cached answers expiring across many resolvers. There is no single propagation switch; each cached answer follows its own TTL.
Yes. Mail and web use different records. Correct MX records can route email even when the web hostname has no working address.
DNS locates services; HTTPS authenticates and encrypts the browser connection. DNSSEC can protect DNS data integrity, but it does not replace HTTPS.
Keep learning
Next step
Search a domain and see whether registry and DNS signals agree before you act.