Why DNS Propagation Takes So Long
Many of our KB (knowledge base) articles mention DNS propagation delay. You know you need to be patient as you wait for your site to become live to the rest of the world, but you also want to explore the possibility that a problem may exist, delaying the process even more. This article describes DNS and propagation delay and points you to some tools that can help you determine if a problem exists and you need to contact our support department or if patience really is a virtue.
What is DNS?
DNS, short for Domain Name System, is the service which translates that domain name you type into your browser into an IP address, and tells your browser which server it needs to connect to to load the site you want to visit. It's handy because it you had to remember the IP address of every website you visit, it would make surfing the internet much harder.
When a site is set up, as the hosting provider we create a Master DNS record on our DNS servers, which updates any changes made to your DNS records on the server every 15 minutes. You can request that the registrar of the domain point to our DNS server as being the master authority of your domain.
Why Does DNS Take So Long to Propagate?
You have registered your domain name, uploaded your website to one of our web servers, and asked your registrar to either use our name servers or to point your "A" record to your web server's IP address. Once that this is done, what's the hold up?
When your website's address is entered into a browser, the computer requests the IP address of the server housing your site from your Internet Server Providers (ISP) DNS records. If the site is not listed in the records it queries registrars to find out who the DNS start of authority (SOA) is for your website. If you're using your registrar's name server as your SOA, it looks up the "A" record for your domain and returns the IP address of the server listed. If you are using our name servers, the registrar points the browser to our DNS servers to determine the IP Address for your domain name. From there the request is sent to the server the domain is hosted on which then provides the browser with the website.
To speed the loading of websites, each ISP caches a copy of DNS records for a period of time, sometimes up to 48 hours. This means that they make their own copy of the registrars' master DNS records, and reads from them locally instead of making a direct request to the domain registrar every time a request for your site is made. This speeds up web surfing quite a bit by:
- decreasing the return time it takes for a web browser to request a domain lookup and get an answer and
- reducing the amount of traffic on the web.
The downside to caching the master DNS records is because each company or ISP only updates their records every few days, any changes you make to your DNS records are not reflected between those updates. Although our DNS servers update every 15 minutes, the time between updates system wide is not standardized so the delay can range from a few hours to several days. This slow updating of the cached records is called propagation delay because your website's DNS information is being propagated across all DNS servers on the web. Once completed, everyone can visit your new website.
DNS Resources
There are some useful websites which will help you see this propagation process, and show you when your website should be visible:
What's my DNS? (https://www.whatsmydns.net/): WhatsMyDNS can show you a variety of different records (selectable from the dropdown), and show you in 'real time' where those records have propagated to. Most commonly you would use this to check if the A Record for your site has propagated out to the rest of the world. If any locations show a red 'X', it means that location does not have any DNS information for the domain name being queried (yet).
intoDNS (http://www.intodns.com/): intoDNS will show a breakdown of your currently reported DNS (nameservers, MX records, PTR, and A Record)
. It picks up DNS changes fairly quickly, and may show the changes before they have fully propagated to the rest of the world (See What's My DNS?, above)
viewDNS.info (http://viewdns.info/): Similar to intoDNS this resource will give you a breakdown of your current DNS, however they have many other resources available as well which you may find useful in general such as WHOIS, rDNS Lookup, IP History, and more.
If it has been longer than 48 hours, your site is not loading, and the two sites above do not show available DNS records, there may be further issues with the configuration of your site. Please contact our support department for assistance with troubleshooting the issue.
Article ID: 604, Created: April 10, 2012 at 10:25 AM, Modified: October 21, 2015 at 9:24 AM