惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Vercel News
Vercel News
C
Check Point Blog
G
Google Developers Blog
博客园 - 司徒正美
量子位
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
A
About on SuperTechFans
美团技术团队
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Cloudflare Blog
U
Unit 42

Common Crawl

Common Crawl - Blog - Introducing the AI Visibility Audit Common Crawl - Blog - Host- and Domain-Level Web Graphs March, April, and May 2026 Common Crawl - Blog - May 2026 Crawl Archive Now Available Common Crawl - Blog - April 2026 Crawl Archive Now Available in a Hugging Face Storage Bucket Common Crawl - Blog - You can now build directly on Common Crawl from the browser Common Crawl - Blog - Host- and Domain-Level Web Graphs February, March, and April 2026 Common Crawl - Blog - April 2026 Crawl Archive Now Available Common Crawl - Blog - April 2026 Common Crawl Newsletter Common Crawl - Blog - Announcing a Change to Common Crawl Dataset Size Reporting Common Crawl - Blog - Host- and Domain-Level Web Graphs January, February, and March 2026 Common Crawl - Blog - March 2026 Crawl Archive Now Available Common Crawl - Blog - Web Graph Statistics Gets a Proper Upgrade Common Crawl - Blog - Measuring Web Accessibility from Crawl Archives Common Crawl - Blog - Announcing the Whirlwind Tour of Common Crawl's Datasets Using Java Common Crawl - Blog - Host- and Domain-Level Web Graphs December 2025 and January/February 2026 Common Crawl - Blog - Introducing the New Examples & Resources Browser Common Crawl - Blog - February 2026 Crawl Archive Now Available Common Crawl - Blog - AI Plumbers at FOSDEM’26 Common Crawl - Blog - CC-Citations: A Visualization of Research Papers Referencing Common Crawl Common Crawl - Blog - CommonLID: Re-evaluating State-of-the-Art Language Identification Performance on Web Data Common Crawl - Blog - Host- and Domain-Level Web Graphs November/December 2025 and January 2026 Common Crawl - Blog - January 2026 Crawl Archive Now Available Common Crawl - Blog - Web Archives for Social Sciences Datathon, Bristol Common Crawl - Blog - How SEOs Are Using Common Crawl's Web Graph Data for AI Ranking Signals Common Crawl - Blog - GneissWeb Annotations Examples Common Crawl - Blog - Common Crawl at the Mozilla Festival 2025 Common Crawl - Blog - Host- and Domain-Level Web Graphs October, November, December 2025 Common Crawl - Blog - December 2025 Crawl Archive Now Available Common Crawl - Blog - A Sampling of 2025 Research Referencing Common Crawl Common Crawl - Blog - Host- and Domain-Level Web Graphs September, October, and November 2025
Common Crawl - Blog - IPv6 Adoption Across the Top 100K W...
2026-03-16 · via Common Crawl

IPv6 has been around for decades, yet adoption on the public web remains surprisingly patchy. To get a concrete snapshot, we tested the top 100,000 hosts from the Common Crawl Web Graph for IPv6 support using DNS lookups and live HTTPS probes. The results paint a clear picture of where the transition stands in early 2026.

Aerial photo of two parallel bridges crossing a wide river. The modern cable-stayed bridge on the left is nearly empty with only a few cars. The older arched bridge on the right is packed with bumper-to-bumper traffic.

The bridge on the left has actually been open for years.

What we measured

We took the 100,000 most-linked hosts from the latest Common Crawl Web Graph release (cc-main-2025-26-dec-jan-feb), ranked by harmonic centrality (a measure of how central a host is in the web's link structure). For each one we asked two questions: does it publish a AAAA DNS record (the IPv6 equivalent of an A record), and can we actually reach it over HTTPS on an IPv6 connection?

Probes ran from a host with native IPv6 in Santa Clara County, California. Any HTTP response, even a 404 or 500, counted as reachable. We weren't testing whether the site works well, just whether IPv6 packets can get there and back.

The headline numbers

36.9% of the top 100,000 hosts are fully reachable over IPv6. A further 1.2% publish AAAA records but failed our reachability check, likely due to misconfiguration or firewall rules. The remaining 61.9% have no AAAA record at all and are IPv4-only.

One encouraging finding: when operators do publish AAAA records, the deployment is almost always complete. 96.8% of hosts with a AAAA record responded successfully to our IPv6 probe. Broken or half-deployed IPv6 is the exception, not the rule.

Bigger sites do better, but not all of them

IPv6 adoption correlates strongly with rank. Among the top 100 hosts, 71% support IPv6. By the time you reach ranks 50,001–100,000, that falls to 32%. The pattern makes sense: larger operators tend to have more mature infrastructure, and major CDN providers like Cloudflare and Fastly have offered IPv6 by default for years.

But there are some notable holdouts even at the very top of the list. Twitter/X (ranks 7, 14, and 33) has no IPv6 at all. Neither does GitHub (rank 19), Reddit (rank 58), TikTok (rank 31), or OpenAI (rank 82). Even the Internet Archive's web.archive.org (rank 81) lacks IPv6 support. Meanwhile, Facebook, Google, YouTube, Instagram, LinkedIn, and Wikipedia all respond happily over IPv6.

The Cloudflare plateau

One interesting pattern shows up in the mid-ranks. Between roughly ranks 2,500 and 10,000, IPv6 adoption holds steady at 46–50% instead of declining smoothly. The likely explanation is Cloudflare, which enables IPv6 by default for all hosted domains. A concentration of Cloudflare-proxied sites in this band pushes the measured rate up regardless of whether the site operators themselves have done anything deliberate.

This is worth keeping in mind when interpreting the numbers. Our measurements reflect end-to-end reachability from the public internet, including IPv6 termination at a CDN edge. A site proxied through Cloudflare may appear IPv6-capable even if the origin server behind it has no IPv6 connectivity. From a user's perspective that site is reachable over IPv6 (which is what matters for real-world performance), but it does blur the line between native deployment and CDN-mediated IPv6.

Why this matters for performance

This isn't just about protocol completeness. Modern browsers implement the Happy Eyeballs algorithm (RFC 8305), which races IPv6 and IPv4 connection attempts simultaneously, with a slight head start for IPv6. When a site is fully reachable over IPv6, dual-stack users get the fastest available path automatically.

But when a site publishes a AAAA record and then fails to respond over IPv6, it's actively worse than having no AAAA record at all. The browser tries IPv6 first, waits roughly 250 milliseconds for it to fail, and then falls back to IPv4. That penalty hits on every new connection. The 1.2% of hosts in our survey with broken IPv6 are imposing this cost on dual-stack users with every visit.

Why aren't more sites enabling IPv6?

Common barriers include the cost of upgrading legacy network hardware and software, the complexity of running a dual-stack environment, and a lack of perceived urgency while IPv4 still works (often extended by carrier-grade NAT). Many operations teams simply don't have deep IPv6 expertise, and when everything works fine over IPv4, the migration stays at the bottom of the priority list.

Explore the data

The full interactive report, with charts, a searchable table of the top 1,000 hosts, and detailed methodology, is available at commoncrawl.github.io/ipv6-analysis. The raw dataset (all 100,000 hosts with their DNS records, reachability status, and HTTP response codes) is released under CC0 and available in the GitHub repository.

The web graph data used for host ranking comes from Common Crawl's open dataset. If you're interested in doing your own analysis, whether on IPv6 or anything else about the structure of the web, the web graph data is freely available at commoncrawl.org/web-graphs.