Frequently Asked Questions
Do I need DNS records?
DNS records are what connect domain names to the servers that host your website, handle your email, and run your services. Without them, visitors would need to remember raw IP addresses to reach any site — which is impractical. Every functioning domain on the internet relies on at least a basic set of DNS records.
Can I delete DNS records?
DNS records can be removed from your zone file through your domain registrar or DNS provider. However, deletions are typically permanent and cannot be undone, so it is important to be certain before removing any record. Deleting the wrong record can take your website, email, or other services offline until the record is recreated and propagates.
What is a DNS cache?
A DNS cache is a temporary store of recent DNS lookup results, maintained by your browser, operating system, and internet service provider. Caching speeds up browsing by avoiding repeated lookups for the same domain. Occasionally, a cache can hold outdated or incorrect information — in those cases, flushing the DNS cache forces a fresh lookup and can resolve connectivity issues.
How long do DNS changes take to propagate?
DNS changes propagate at a rate determined by the TTL (Time to Live) value set on the record before it was changed. A TTL of 3600 seconds means resolvers worldwide can cache the old value for up to one hour before fetching the new one. In practice, most users see changes within minutes to a few hours, though full global propagation can take up to 48 hours in some cases. Reducing the TTL before making planned changes is a common best practice to minimize the propagation window.
What is the difference between authoritative and recursive DNS?
An authoritative DNS server holds the actual DNS records for a domain and provides definitive answers to queries about that domain. A recursive DNS resolver (used by your ISP or public DNS services like Google's 8.8.8.8) acts on behalf of clients — querying authoritative servers and caching results to answer future requests faster. When you look up a domain, your device contacts a recursive resolver, which in turn queries the appropriate authoritative servers to find the answer.