<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Public DNS</title>
	<atom:link href="http://gpoul.strain.at/2009/12/06/google-public-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://gpoul.strain.at/2009/12/06/google-public-dns/</link>
	<description>The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies, or opinions.</description>
	<lastBuildDate>Sun, 22 Jan 2012 12:47:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: wnagele</title>
		<link>http://gpoul.strain.at/2009/12/06/google-public-dns/comment-page-1/#comment-1303</link>
		<dc:creator>wnagele</dc:creator>
		<pubDate>Mon, 07 Dec 2009 18:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://gpoul.strain.at/?p=842#comment-1303</guid>
		<description>jup ... but that&#039;s all about definition of frequently and the user base of the cache</description>
		<content:encoded><![CDATA[<p>jup &#8230; but that&#8217;s all about definition of frequently and the user base of the cache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gpoul</title>
		<link>http://gpoul.strain.at/2009/12/06/google-public-dns/comment-page-1/#comment-1302</link>
		<dc:creator>gpoul</dc:creator>
		<pubDate>Mon, 07 Dec 2009 17:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://gpoul.strain.at/?p=842#comment-1302</guid>
		<description>@wnagele: But isn&#039;t there a high probability that a frequently requested site will be in the DNS cache of my ISP anyway? :-)</description>
		<content:encoded><![CDATA[<p>@wnagele: But isn&#8217;t there a high probability that a frequently requested site will be in the DNS cache of my ISP anyway? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wnagele</title>
		<link>http://gpoul.strain.at/2009/12/06/google-public-dns/comment-page-1/#comment-1293</link>
		<dc:creator>wnagele</dc:creator>
		<pubDate>Mon, 07 Dec 2009 00:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://gpoul.strain.at/?p=842#comment-1293</guid>
		<description>This was probably exactly the wrong test. The system (reading the FAQ) is aiming to especially speed up frequently requested sites by re-caching them automatically without any client needing to request for them. That&#039;s all nothing new really and is only in the media because G is doing it. But requesting something not cached will most likely show worse results then your local resolver because of the added round-trip between the G-resolvers and you. That&#039;s however something you can scale pretty well using Anycast these days, but i guess that&#039;s something for later.

Anyway, i guess you&#039;d be surprised how many ISPs out there have a fucked up resolver running for their customers. And i guess that is the clients that this service is aiming at, besides the redirected customers of some major ISPs. :)</description>
		<content:encoded><![CDATA[<p>This was probably exactly the wrong test. The system (reading the FAQ) is aiming to especially speed up frequently requested sites by re-caching them automatically without any client needing to request for them. That&#8217;s all nothing new really and is only in the media because G is doing it. But requesting something not cached will most likely show worse results then your local resolver because of the added round-trip between the G-resolvers and you. That&#8217;s however something you can scale pretty well using Anycast these days, but i guess that&#8217;s something for later.</p>
<p>Anyway, i guess you&#8217;d be surprised how many ISPs out there have a fucked up resolver running for their customers. And i guess that is the clients that this service is aiming at, besides the redirected customers of some major ISPs. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gpoul</title>
		<link>http://gpoul.strain.at/2009/12/06/google-public-dns/comment-page-1/#comment-1291</link>
		<dc:creator>gpoul</dc:creator>
		<pubDate>Sun, 06 Dec 2009 20:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://gpoul.strain.at/?p=842#comment-1291</guid>
		<description>@wnagele: I did some unscientific tests with dig and for me it&#039;s not faster. I used my local NAT DNS resolver that is set by default on my local network and compared it with response times from 8.8.8.8 with domains I usually don&#039;t lookup (so there won&#039;t be any cache hits).

Lookups with cache hits were faster than cache misses, but 8.8.8.8 was always slower than my local NAT DNS resolver. Don&#039;t ask me how this local NAT DNS resolver works inside of my router and how the caches will actually behave.</description>
		<content:encoded><![CDATA[<p>@wnagele: I did some unscientific tests with dig and for me it&#8217;s not faster. I used my local NAT DNS resolver that is set by default on my local network and compared it with response times from 8.8.8.8 with domains I usually don&#8217;t lookup (so there won&#8217;t be any cache hits).</p>
<p>Lookups with cache hits were faster than cache misses, but 8.8.8.8 was always slower than my local NAT DNS resolver. Don&#8217;t ask me how this local NAT DNS resolver works inside of my router and how the caches will actually behave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wnagele</title>
		<link>http://gpoul.strain.at/2009/12/06/google-public-dns/comment-page-1/#comment-1288</link>
		<dc:creator>wnagele</dc:creator>
		<pubDate>Sun, 06 Dec 2009 16:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://gpoul.strain.at/?p=842#comment-1288</guid>
		<description>It&#039;s quite simple - officially you try to improve the response time by reducing the time for lookups. Under the table this is also fighting the increased DNS redirect mechanisms implemented by large ISPs. Controversial, to say the least.</description>
		<content:encoded><![CDATA[<p>It&#8217;s quite simple &#8211; officially you try to improve the response time by reducing the time for lookups. Under the table this is also fighting the increased DNS redirect mechanisms implemented by large ISPs. Controversial, to say the least.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

