Tag Archive | slacabos

iPad

The owner of the Blog, Slacabos is in Miami for 2 weeks of holidays… And this is a picture he has just sent to me on my GMail account…

Slacabos with the iPad

He writes to me:

Do you buy it or not?

Google launches Google Public DNS

Google has lauched a new service: a new public DNS resolver.

The Google Public DNS IP addresses are as follows:
8.8.8.8
8.8.4.4

This will make you web pages to load faster, which is a very good news for these days of highly structured HTML web pages full of multimedia contents and any kind of flash widget.

I”m testing it and it seems that it really brings some improvements and speed to the browsing.

In my humble opinion this is very useful for google wave that is still very heavy and slow..

Here is an extract of the google code blog post announcing this service

  • Speed: Resolver-side cache misses are one of the primary contributors to sluggish DNS responses. Clever caching techniques can help increase the speed of these responses. Google Public DNS implements prefetching: before the TTL on a record expires, we refresh the record continuously, asychronously and independently of user requests for a large number of popular domains. This allows Google Public DNS to serve many DNS requests in the round trip time it takes a packet to travel to our servers and back.
  • Security: DNS is vulnerable to spoofing attacks that can poison the cache of a nameserver and can route all its users to a malicious website. Until new protocols like DNSSEC get widely adopted, resolvers need to take additional measures to keep their caches secure. Google Public DNS makes it more difficult for attackers to spoof valid responses by randomizing the case of query names and including additional data in its DNS messages.
  • Validity: Google Public DNS complies with the DNS standards and gives the user the exact response his or her computer expects without performing any blocking, filtering, or redirection that may hamper a user’s browsing experience.

And here there’s a nice guide to setup your system in order to gain the advantages offered by this service.