this post was submitted on 08 Jun 2023
27 points (96.6% liked)

Programming

16947 readers
555 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago (1 children)

I interpret this blogpost, which is excellent btw, not as 'IPv6 is a badly designed protocol' but rather as 'we haven't done a good job at evolving our network design as a hole'.

The author explains that the only real issue with IPv6 itself, is that roaming between wireless routers wasn't addressed (he calls it 'mobile IP') and that it could be properly fixed by using another identifier for sessions (uuid,port instead of sourceIP,sourcePORT,destIP,destPORT). Which would be doable with QUIC over UDP.

[–] [email protected] 3 points 1 year ago

I think it was badly designed in that it assumed we'd ditch IPv4 for IPv6. That was an absurdly unrealistic expectation.

Forget all of the rest of the issues. From day one they should have come up with a robust, performant system for bridging between IPv4 and IPv6 addresses. Make it so that EVERY IPv4 address is a valid IPv6 address, and provide a simple, robust way to tunnel traffic aimed at an IPv6 address through an IPv4 network.

That totally would have been possible. Then everyone could have switched to IPv6 with no downside, and switching out middle layers of the system would have been great, welcome optimizations.

As opposed to the reality today, where IPv4 is basically never going to go away, because the long tail of cheap devices and older networks have no incentive to switch.

[–] buxton 6 points 1 year ago* (last edited 1 year ago) (1 children)

Just remember that IPv6 was introduced in 1995. At the time it probably seemed to be just fine.

[–] LukeLanguageModel 1 points 1 year ago* (last edited 1 year ago) (1 children)

how would I get up to date with the latest IP tech stuff?

[–] targetx 2 points 1 year ago

That's a pretty broad question, but if you want to get familiar with IPv6 I used this from Hurricane Electric years ago and enjoyed it; https://ipv6.he.net/certification/

[–] [email protected] 4 points 1 year ago (1 children)

I remember trying to wrap my head around it close to 20 years ago back in tech school & while i know IPv6 is used out in the real world at the ISP/backbone level, every corporation I've ever worked for uses a class A IPv4 network internally (and maybe a few class D's too). every network I've ever used at home is class C IPv4.

IPv6 is some nebulous thing that exists but I've never needed to do anything with it...

[–] [email protected] 4 points 1 year ago

The good thing is that for most people IPv6 happens and is used transparently. They don't notice whether and how their web-browser and OS uses IPv6 or IPv4.

IPv6 certainly introduced additional complexity to networking, network routing/decision-making, and administration. But it was/is a technical necessity.

[–] [email protected] 3 points 1 year ago

Thank you for the link to this story. It connected together a few dots and made some things finally makes sense.

[–] Deebster 1 points 9 months ago

I've finally read this article that's been open in a mobile browser tab since it was posted. It's a great read, and I love all the twists and buts.

I wasn't expecting that QUIC would show up at the end as a possible saviour.

[–] [email protected] 1 points 1 year ago

Wow, what a nice story 😁