DNS Lookup: Global DNS Propagation Checker
DNS search (or DNS lookup) is the automated process of translating a human-readable domain name (like check-host.cc) into a machine-readable IP address (34.36.183.77). This system acts as the "internet's phonebook," allowing devices to find and connect to websites and services globally.
Most Used DNS Record Types (2026)
Commonly used for website hosting, email delivery, and security verification.
| Record Type | Common Description |
|---|---|
| A Record | Points a domain name to an IPv4 address. Most common for basic website traffic. |
| AAAA | Points a domain name to an IPv6 address, essential for modern network compatibility. |
| CNAME | An "Alias" record that points one domain to another domain (e.g., pointing a subdomain to a root domain). |
| MX Record | Mail Exchange record; directs email traffic to the specific servers responsible for receiving messages. |
| TXT Record | Allows admins to insert text into the DNS. Primarily used for SPF, DKIM, and DMARC to prevent email spoofing. |
| NS Record | Indicates which Name Servers are authoritative for the domain, telling the internet where to find the domain's settings. |