Need help?
<- Back

Comments (49)

  • Dagger2
    Our world. It was a good design in our world.I don't think v6 is the absolute pinnacle of protocol design, but whenever anybody says it's bad and tries to come up with a better alternative, they end up coming up with something equivalent to IPv6. If people consistently can't do better than v6, then I'd say v6 is probably pretty decent.
  • anon
    undefined
  • mort96
    I don't like this post's negativity towards ARP. ARP is the reason we can have IP networking on a LAN without a router. The default gateway just becomes a special case of general IP networking on a LAN.Otherwise, the networking history part of this post is amazing. I haven't gotten to the IPv6 part yet.
  • themanualstates
    What is this article even on about? The stuff on my network assigns itself ipv6 addresses based on their mac address? That's how you can do stateless ipv6?Regardless, ipv6 was to have more IP addresses because of ipv4 exhaustion and NAT?My Xbox tells me my network sucks because it doesn't have ipv6, but this is a very North-American perspective regardless.
  • p4bl0
    Thanks for sharing this very interesting read.There's one point I don't really get and I would be glad if someone could clarify it for me. When the author says that even over wifi, the CSMDA/CD protocol is not used anymore. Then how does it actually work?Discussing this, the author explains:> If you have two wifi stations connected to the same access point, they don't talk to each other directly, even when they can hear each other just fine.So, each station still has to decide at some point if what its hearing is for them or not, as it could be another station talking to the AP, or the AP talking to another station. How is that done if not using CSMA/CD (or something very similar at least)?
  • anon
    undefined
  • PunchyHamster
    > Now imagine that X changes addresses to Q. It still sends out packets tagged with (uuid,80), to IP address Y, but now those packets come from address Q. On machine Y, it receives the packet and matches it to the socket associated with (uuid), notes that the packets for that socket are now coming from address Q, and updates its cache. Its return packets can now be sent, tagged as (uuid), back to Q instead of X. Everything works! (Modulo some care to prevent connection hijacking by impostors.2)And how the fuck anything in-between knows where to route it ? The article glows a blazing beacon of ignorance about everything in-between.The whole entire problem with mobile IP is "how we get intermediate devices to know where to go?" we're back to> The problem with ethernet addresses is they're assigned sequentially at the factory, so they can't be hierarchical.Which author hinted at then forgot. We can't have globally routable, unique, random-esque ID precisely because it has to be hierarchical. Keeping connection flow ID at L4 instead of L3+L4 changes very little, yeah, you can technically roam the client except how the fuck server would know where to send the packet back when L3 address changes ? It would have to get client packet with updated L3 address and until then all packets would go to void.But hey, at least it's some progress ? NOPE, nothing at protocol layer can be trusted before authentication, it would make DoS attacks far easier (just flood the host in a bunch of random uuids), and you would still end up doing it QUIC way of just re-implementing all of that stuff after encryption of the insides
  • AlienRobot
    Very interesting post. I never considered the fact that IPv6 was going to be more than just a bigger IPv4.Also funny it was made in 1990 and it only recently reached 50% adoption.
  • globular-toast
    This is one of my favourite blog posts ever. For those unaware (or who didn't read right to the bottom), the author is the CEO of Tailscale.One of the problems we have is when we're born we don't question anything. It just is the way it is. This, of course, lets us do things in the world much more quickly than if we had to learn everything from basic principles, but it's a disadvantage too. It means we get stuck in these local optima and can't get out. Each successive generation only finally learns enough to change anything fundamental once they're already too old and set in their ways doing the standard thing.How I wish we could have a new generation of network engineers who just say "fuck this shit" and build their own internet.
  • xacky
    [flagged]
  • Sniffnoy
    (2017)
  • rnhmjoj
  • tschaeferm
    Why repeating the old news?
  • NooneAtAll3
    > Internet routing can't handle mobility - at all.so all the fairy tales about IP invented for nuclear war was a lie? the moment military started moving around, IP became useless?