this post was submitted on 13 Jul 2023
629 points (100.0% liked)

Asklemmy

43395 readers
1118 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] IsoKiero@sopuli.xyz 1 points 1 year ago (1 children)

But the end goal would be to only use that to build the network, connecting modes together through $VARIOUS_MEANS, and implement the Yggdrasil code right at the network card level.

So, eventually it might be a (new) internet with encryption (and blackjack+hookers?). I already can connect my house trough neighbours connection (with limitations like NAT of course), but once ipv6 is available everywhere I don't immediately see if Yggdrasil offers anything else than protocol level encryption. Current internet is a mesh network after all, just built a bit differently and more controlled manner.

Interesting concept anyways, maybe it'll catch up some day.

[โ€“] wgs@lemmy.sdf.org 3 points 1 year ago

In fact, full network encryption isn't a goal per-se, but a requirement. The main goal of Yggdrasil is to bring decentralized routing to the table, thanks to DHT. In its current state, internet (while being a mech network) is based on centralized routing, in the sense that the ISPs are responsible for routing their clients to other destinations. With Yggdrasil, every single node (your laptop, my phone) is a potential router to any destination, without you even knowing. That's why encryption is needed: the whole network is untrustworthy, and if traffic isn't encrypted, anyone can potentially sniff your packets.