How Fast Is Your ISP's DNS Server; Compare with Speed of OpenDNS

OpenDNS speeds up your web surfing because their DNS servers have a large cache and hence can resolve web domains into IP addresses much faster than your local ISP.

But how do you confirm if the DNS Server speed of your local ISP is slower than that of OpenDNS (or vice-versa) ? Simple - use some DOS commands.

Step 1: Open Command Prompt (Start -> Run, Type cmd and press Enter).

dos-promptStep 2: Type prompt $t - That changes the DOS prompt to the current time, we will need this to calculate the time it takes to execute any DOS command.

Step 3: Now run the following command where 208.67.222.222 is the standard IP address of OpenDNS server.

nslookup www.google.com 208.67.222.222

opendns-speed

You can find the time OpenDNS takes to resolved the address by calculating the difference between the two timestamps.

Step 4: Run the same command again but replacing it with the IP Address of your local ISP’s DNS server - in my case, it is 125.22.47.125 (Airtel).

nslookup www.google.com 125.22.47.125

airtel-dns-server

As you can see, the DNS server of the local ISP (Airtel) was slightly faster than OpenDNS in resolving the IP address of www.google.com - something good to know but the difference is insignificant and there are plenty of good reasons to continue using OpenDNS.

Update: You can execute all these commands in a batch file for more accurate results.

ver | time nslookup www.google.com 208.67.222.222 ver | time nslookup www.google.com 125.22.47.125 ver | time

This is based on a comment from Resolver - “I found that my ISP’s DNS server is much faster than OpenDNS… because at the moment there are only OpenDNS Server for Europe in London. I’ll wait until OpenDNS Server are in Germany.

More Internet Hacks using DOS commands:

» Is Your Computer Secretly Connecting to Internet

» When Websites Do Not Open on your Computer

Amit Agarwal

Amit Agarwal

Google Developer Expert, Google Cloud Champion

Amit Agarwal is a Google Developer Expert in Google Workspace and Google Apps Script. He holds an engineering degree in Computer Science (I.I.T.) and is the first professional blogger in India.

Amit has developed several popular Google add-ons including Mail Merge for Gmail and Document Studio. Read more on Lifehacker and YourStory

0

Awards & Titles

Digital Inspiration has won several awards since it's launch in 2004.

Google Developer Expert

Google Developer Expert

Google awarded us the Google Developer Expert award recogizing our work in Google Workspace.

ProductHunt Golden Kitty

ProductHunt Golden Kitty

Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards in 2017.

Microsoft MVP Alumni

Microsoft MVP Alumni

Microsoft awarded us the Most Valuable Professional (MVP) title for 5 years in a row.

Google Cloud Champion

Google Cloud Champion

Google awarded us the Champion Innovator title recognizing our technical skill and expertise.

Email Newsletter

Sign up for our email newsletter to stay up to date.

We will never send any spam emails. Promise.