Das neueste Projekt von Google sind zwei öffentliche und kostenlose DNS-Server, die laut Google das Surfen im Internet deutlich schneller machen sollen.
Die leicht zu merkenden Adressen sind: 8.8.8.8 und 8.8.4.4
Der Google DNS-Server brauchte in meinem Test 35 ms um meine Domain root-on-fire.com aufzulösen und der DNS-Server von OpenDNS brauchte 51 ms, also 16 ms mehr.
r-o-f:/# dig @8.8.8.8 root-on-fire.com
; <<>> DiG 9.5.1-P3 <<>> @8.8.8.8 root-on-fire.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6881
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;root-on-fire.com. IN A
;; ANSWER SECTION:
root-on-fire.com. 3250 IN A 80.67.28.149
;; Query time: 35 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Dec 3 23:23:09 2009
;; MSG SIZE rcvd: 50
; <<>> DiG 9.5.1-P3 <<>> @8.8.8.8 root-on-fire.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6881
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;root-on-fire.com. IN A
;; ANSWER SECTION:
root-on-fire.com. 3250 IN A 80.67.28.149
;; Query time: 35 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Dec 3 23:23:09 2009
;; MSG SIZE rcvd: 50
r-o-f:/# dig @208.67.222.222 root-on-fire.com
; <<>> DiG 9.5.1-P3 <<>> @208.67.222.222 root-on-fire.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3111
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;root-on-fire.com. IN A
;; ANSWER SECTION:
root-on-fire.com. 3242 IN A 80.67.28.149
;; Query time: 51 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Dec 3 23:23:40 2009
;; MSG SIZE rcvd: 50
; <<>> DiG 9.5.1-P3 <<>> @208.67.222.222 root-on-fire.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3111
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;root-on-fire.com. IN A
;; ANSWER SECTION:
root-on-fire.com. 3242 IN A 80.67.28.149
;; Query time: 51 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Dec 3 23:23:40 2009
;; MSG SIZE rcvd: 50




