Google seems to be getting everywhere. They are there in just about every corner of our online life, and now they have taken a step further by launching Google Public DNS. Google Public DNS aims at making the web faster for you, by using a high speed, public DNS server. Here’s what DNS does in simple words :
Say you type in the Wikipedia.org in your browser window. The DNS then converts the URL you typed into machine readable IP address and returns it to you. Only after the actual IP of the website is determined does the webpage begin loading for you.
OpenDNS has long since been considered the pioneer in the making the web faster by giving users a free, fast public DNS server with servers spread around the globe to reduce latency.
I’ve been using OpenDNS for the past two years for my needs, and needless to say the experience has been quite good. Not to forget the increase in speed while browsing the web. But today with the release of Google’s own DNS solution I was curious to see if it could beat the already fast service that OpenDNS provides.
So I ran my own tests sitting here in India, using this script by Manu over at TechSutra.
#!/bin/sh for i in "lifehacker.com" "facebook.com" "dailyapps.net" "reddit.com" "google.com" "bbc.co.uk" "microsoft.com" "yahoo.com" "ebay.com" do for j in "4.2.2.2" "8.8.4.4" "208.67.222.222" do echo $j $i `dig @$j $i | grep Query | awk -F ":" '{print $2}'` done done
And here are my results :
Google Chrome OS, the Operating System being currently built by Google for people who would like to work in the cloud has been in the wild as public test builds. It wasn’t isn’t that easy to get Google Chrome OS running on your machine keeping in mind the limited hardware support, and the relative complexity to get it installed.
However if you still want to try out Google Chrome OS, don’t fret Chrome OS Diet is here. The biggest change is the 300 MB download, a far cry from the 8 GB that “real” Chrome OS consumes. The small download size means that Diet Chromium OS much easier to get hold of.
Diet Chrome was built by developer Hexxeh in his free time. What’s even better is that he’s managed to add some more hardware support in his builds, which means the chances of Chrome OS working smooth on your system is even greater.
Here’s how you get Chrome OS Diet up and running on your system. Won’t take much of your time I promise.

