I was able to access the site. If the domain is new, it may take some additional time to ensure that the DNS zone syncs across the rest of the .co.uk DNS infrastructure. This "sync" time depends on their processes with regard to creating the secondary zones as well as the Host records you created get transferred to the secondary zones.
One final thing to consider is the TTL value for your host records. If a DNS server at an ISP caches a resolution request, or a DNS client resolves the hostname, the record in question will remain in cache until the TTL expires.
JorgeM
Industrious Poster
4,159 posts since Dec 2011
Reputation Points: 297
Solved Threads: 564
Skill Endorsements: 119
TTL is time-to-live. Every DNS host record has an associated TTL. The main purpose is to set the time that a DNS resolver can cache a record so that future requests to resolve the same record does not require the resolver to perform another lookup. Without the caching ability, hosts would have to perform a DNS lookup over and over again for the same resource.
A low TTL value results in low cache time, but allows you to be more responsive when you update a record. Say for example, when you move the website to another host. If the www record had a TTL of one hour, then this would guarantee that within the hour of making a change to that record, every host that has cached the record will purge the last query result within the hour. This causes more lookups to DNS though. A TTL value of 1 week is long and a change to a record would take 1 week to purge on cached resolvers. However, this results in far less DNS lookups.
Long TTL values were good back in the day when bandwidth was very expensive and computers had less processing capabilities.
Some additional info about the Windows DNS Resolver and Cache:
http://www.itgeared.com/articles/1048-dns-resolver-cache-and-time-to-live-ttl/
JorgeM
Industrious Poster
4,159 posts since Dec 2011
Reputation Points: 297
Solved Threads: 564
Skill Endorsements: 119
Question Answered as of 6 Months Ago by
JorgeM