Remix.run Logo
umanwizard 2 hours ago

My current home ISP and my last one both support IPv6 just fine. It is not a mobile-only thing.

alt227 2 hours ago | parent [-]

Everything supports both. We are talking about being issued only IPv6 addresses where you actually use it to connect to stuff.

Most mobile devices are only issued an IPv6 address and therefore when the masses do google searches it uses IPv6 and makes it look like there is huge adoption.

tialaramex an hour ago | parent | next [-]

Unsurprisingly Google actually does also have IPv4 addresses. What they're measuring isn't "How did you reach our servers?" but instead "Could you have reached our IPv6 servers?"

So that measures everybody who has working IPv6. https://www.google.com/intl/en/ipv6/statistics.html

umanwizard an hour ago | parent | prev [-]

> We are talking about being issued only IPv6 addresses where you actually use it to connect to stuff.

You seem to be asserting that dual-stack machines use IPv4 by default, but that's not really true. If your machine has both IPv4 and IPv6 connectivity, browsers will in fact use IPv6 to connect to sites that support it, like Google. They prefer IPv6 by default and fall back to IPv4 if IPv6 is slower (Happy Eyeballs algorithm).

Of course, random software can mostly use whichever it wants, so I'm not claiming every process on such a machine will use IPv6, but most common stuff does.