<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/feeds.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://chameth.com/">
    <title>Chameth.com - posts like top-sites-dns-providers but not docker-automatic-nginx-proxy, migrating-from-github-to-forgejo, why-you-should-be-using-https</title>
    <subtitle>Personal homepage of Chris Smith</subtitle>
    <link href="https://chameth.com/feeds/posts/like/top-sites-dns-providers/unlike/docker-automatic-nginx-proxy,migrating-from-github-to-forgejo,why-you-should-be-using-https/" rel="self"/>
    <link href="https://chameth.com/"/>
    <icon>https://chameth.com/favicon.png</icon>
    <updated>2017-08-16T00:00:00Z</updated>
    <id>https://chameth.com/</id>
    <author>
        <name>Chris Smith</name>
    </author>
    <entry>
        <title>A look at the DNS habits of the top 100k websites</title>
        <link href="https://chameth.com/top-sites-dns-providers/"/>
        <updated>2017-08-16T00:00:00Z</updated>
        <id>https://chameth.com/top-sites-dns-providers/</id>
        <content xml:lang="en" type="html">&lt;p&gt;I was thinking about switching DNS providers recently, and found myself
&lt;code&gt;whois&lt;/code&gt;ing random domains and looking at their nameservers. One thing lead
to another and I ended up doing a survey of the nameservers of the top
100,000 sites according to Alexa.&lt;/p&gt;
&lt;h3 id=&#34;most-popular-providers&#34;&gt;Most popular providers&lt;/h3&gt;
&lt;p&gt;The top providers by a large margin were, unsurprisingly, Cloudflare and AWS
Route 53. Between them they accounted for around 30% of the top 100k sites.&lt;/p&gt;
&lt;!--more--&gt; 
&lt;p&gt;The top 10 providers overall were:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th style=&#34;text-align:right&#34;&gt;Sites&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Cloudflare&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;19%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AWS Route53&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GoDaddy&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DNSPod&lt;/td&gt;
&lt;td&gt;China&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;3%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dyn&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Akamai&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DNS Made Easy&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hi China&lt;/td&gt;
&lt;td&gt;China&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UltraDNS&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Namecheap&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;1%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;You have to search fairly deep to find a provider that’s not American or
Chinese: OVH (France), Gandi (France again) and RU Center (Russia) all come
in at around 0.5% of the top sites.&lt;/p&gt;
&lt;p&gt;One thing I found particularly interesting was the relatively small number of
sites that use Google’s hosted DNS service – out of the 100,000 sites only
0.4% appear to use Google Cloud DNS. That’s 25 times fewer than are using
Route 53.&lt;/p&gt;
&lt;h4 id=&#34;different-strokes-for-different-folks&#34;&gt;Different strokes for different folks&lt;/h4&gt;
&lt;p&gt;This graph shows the relative frequency of some of the big providers for
sites in different positions in the top 100,000 list:&lt;/p&gt;
&lt;figure class=&#34;image full&#34;&gt;
  &lt;picture&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/providers.avif&#34; type=&#34;image/avif&#34;/&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/providers.webp&#34; type=&#34;image/webp&#34;/&gt;
      &lt;img src=&#34;https://chameth.com/top-sites-dns-providers/providers.png&#34; alt=&#34;Graph showing popularity of DNS providers across sites grouped by position&#34; loading=&#34;lazy&#34; width=&#34;1280&#34; height=&#34;600&#34;/&gt;
  &lt;/picture&gt;
  &lt;figcaption&gt;&lt;p&gt;Graph showing popularity of DNS providers across sites grouped by position&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;There are a few interesting transitions that can be seen here. The very large
sites tend to manage their own DNS, as can be seen with the large
‘Self-hosted/other’ number in the top 100 category. As you move down into the
top thousand, you get to sites that still have significant requirements but
don’t quite have the need to run their own DNS infrastructure; here you can see
Akamai peak, and Cloudflare usage jump up an order of magnitude.&lt;/p&gt;
&lt;p&gt;As you travel further down the list, DNS becomes a much more mundane affair
and you see ‘premium’ providers such as NS1, Dyn and Verisign drop off, and
commodity providers such as GoDaddy start to soar. Cloudflare remains a popular
option for these sites thanks, I imagine, to its generous free plan.&lt;/p&gt;
&lt;h3 id=&#34;resilience&#34;&gt;Resilience&lt;/h3&gt;
&lt;p&gt;In October 2016, Dyn was subject to
&lt;a href=&#34;https://en.wikipedia.org/wiki/2016_Dyn_cyberattack&#34;&gt;a large DDoS attack&lt;/a&gt; that
cripped a significant number of major websites. There are two main ways that
individual sites can mitigate such an attack: they can host DNS themselves (in
which case it’s as vulnerable to a DDoS attack as the rest of their
infrastructure), or they can use multiple DNS providers effectively hedging
their bets.&lt;/p&gt;
&lt;p&gt;There’s one other potential issue that may affect DNS resilience: the
reliability of the TLD’s nameservers. Shortly after the Dyn outage, the
majority of the nameservers for the &lt;code&gt;.io&lt;/code&gt;, &lt;code&gt;.ac&lt;/code&gt; and &lt;code&gt;.sh &lt;/code&gt; TLDs went down.
If your nameservers were under one of those TLDs, clients would again be unable
to reach them. The easiest way to reduce the risk of this happening is to have
namesevers under multiple TLDs.&lt;/p&gt;
&lt;p&gt;As you would expect, the use of these techniques tend to be more common with
the higher ranking sites:&lt;/p&gt;
&lt;figure class=&#34;image full&#34;&gt;
  &lt;picture&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/resilience.avif&#34; type=&#34;image/avif&#34;/&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/resilience.webp&#34; type=&#34;image/webp&#34;/&gt;
      &lt;img src=&#34;https://chameth.com/top-sites-dns-providers/resilience.png&#34; alt=&#34;Graph showing use of resilience techniques by site position&#34; loading=&#34;lazy&#34; width=&#34;1280&#34; height=&#34;600&#34;/&gt;
  &lt;/picture&gt;
  &lt;figcaption&gt;&lt;p&gt;Graph showing use of resilience techniques by site position&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h4 id=&#34;most-popular-pairings&#34;&gt;Most popular pairings&lt;/h4&gt;
&lt;p&gt;Of those sites that do use multiple providers, there are some fairly common
pairings:&lt;/p&gt;
&lt;figure class=&#34;image full&#34;&gt;
  &lt;picture&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/provider-pairings.avif&#34; type=&#34;image/avif&#34;/&gt;
      &lt;source srcset=&#34;https://chameth.com/top-sites-dns-providers/provider-pairings.webp&#34; type=&#34;image/webp&#34;/&gt;
      &lt;img src=&#34;https://chameth.com/top-sites-dns-providers/provider-pairings.png&#34; alt=&#34;Chart showing frequency of pairings of top providers&#34; loading=&#34;lazy&#34; width=&#34;1280&#34; height=&#34;600&#34;/&gt;
  &lt;/picture&gt;
  &lt;figcaption&gt;&lt;p&gt;Chart showing frequency of pairings of top providers&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Dyn is obviously frequently paired with a number of providers. In fact, of all
the top 100k sites using Dyn 40% also use a different provider. They’re second
only to NS1, who despite having smaller absolute numbers, appear alongside one
of their competitors on 72% of the sites that use them.&lt;/p&gt;
&lt;p&gt;NS1 also suffered from &lt;a href=&#34;https://nsone.statuspage.io/incidents/g9fkrhqr7wnv&#34;&gt;DDoS attacks&lt;/a&gt;
over the summer of 2016. It seems that after a major outage, customers wisely
tend to hedge their bets and introduce a backup provider.&lt;/p&gt;
</content>
    </entry>
</feed>
