dns

 

work

Chrome Speeds Up Web Page Requests With DNS Pre-Fetching

Posted by Gina Trapani at 5:22 AM on September 18, 2008

Chrome developers describe one of the features that makes the browser speedier: DNS pre-fetching. When you visit a web page in Chrome, it looks up the IP address of all the links on page before you click on them, in some cases saving you up to a second in DNS-resolution latency time by doing the look-ups preemptively. Type about:histograms/DNS.PrefetchFoundName and about:dns into the address bar to check out your pre-fetch time savings in Chrome. Another way to speed up DNS resolution is to start using the free OpenDNS service.


Read More »

fix

OpenDNS Offers DNS Vulnerability Protection

Posted by Gina Trapani at 11:30 PM on July 29, 2008

Tech site Webmonkey advises users not sure whether or not their DNS servers are patched against a recently discovered vulnerability to switch to the excellent, free DNS service, OpenDNS. Test your DNS server for the vulnerability here and get Webmonkey's instructions for setting up OpenDNS . (We love OpenDNS so much it was one of our best apps of 2006.)


Read More »

Clean Your DNS Cache to Fix Browsing Problems

Posted by Kevin Purdy at 8:30 AM on January 11, 2008

flushdns_cropped.jpg
If you've found yourself hitting DNS errors or 404 pages in your browser but you know your net connection is working fine, it might be time to flush and restart Windows' DNS cache. The How-To Geek shows how to do this in three command line entries, although you might only need the first to see results. After launching a command prompt as an administrator and closing down Firefox (which has its own DNS cache), enter the following:

ipconfig /flushdns
net stop dnscache
net start dnscache
The Geek also shows you how to restart the service in Windows XP or Vista's DNS service from the graphical services menu.