Comment on How does data sent over the internet know where to go?
KillingTimeItself@lemmy.dbzer0.com 7 months ago
basically, the entire TL;DR of this post, from someone who is a linux nerd, that knows some things about networking.
Everything knows where everything is, and if it doesn’t it knows something else that does, and if that doesnt, well, repeat adnauseam. The technicality here is that not every individual point knows where every other individual point is, but it knows it’s immediate neighbors. And those immediate neighbors do as well, at the high routing level, think data center.
Think of it like a tree structure, but a really fucking big one, and with a lot of circular and unusual connection points. You can get from one point, to any other point. It’s just a matter of knowing how.
Also, to be pedantically accurate here, the internet is a hodge podge of packet flinging hardware, “routes” aren’t really a thing. Packets will take whatever route is determined to be optimal by the hardware it interacts with. I.E. it dynamically changes as needed, that’s why your ping is always variable
OmegaMouse@pawb.social 7 months ago
Thanks, this is a good summary. It’s useful to know about the dynamically changing route - that explains a lot.
KillingTimeItself@lemmy.dbzer0.com 7 months ago
nice root federated instance btw
OmegaMouse@pawb.social 7 months ago
Root federated?
KillingTimeItself@lemmy.dbzer0.com 7 months ago
we’re on lemmy which is a federated service, essentially the tl;dr is decentralized. Root federation in this context refers to the instance that hosts your account. In my case dbzer0, in your case pawb.
Personally i’ve found it really interesting seeing the sub niche interactions between different federated platforms. It’s a weird look into how humans tend to associate.