this post was submitted on 13 Jan 2025
205 points (95.6% liked)

Ask Lemmy

27461 readers
2338 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

How can a group of volunteers build at least the tech for a replacement for the internet?

I was hoping that each individual user could run and maintain a piece of the infrastructure in a decentralized grassroots way.

How can users build a community owned and maintained replacement for the internet?

I hope that we can have our own servers and mesh/line/tower infrastructure and like wikipedia/internet-archive type organization and user donations based funding.

How could this be realized?

Can this be done with a custom made router that has a stronger wifi that can mesh with other's of it's kind? like a city wide mesh? or what are ways to do this?

Edit: this is not meant as a second dark web but more like geocities or the old internet with usermade websites

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 19 points 2 days ago* (last edited 2 days ago) (1 children)

I had some vague interest some time back in some of this some time back, the idea of a "zero-admin" network where you could just have random people plug in more infrastructure, install some software package on nodes, and routing and all would just work. No human involvement beyond plugging physical transport in.

Some things to consider:

  • People will, given the opportunity, use network infrastructure as a DDoS vector. You need to be strong against that.

  • It's a good bet that not everyone in the system can be trusted.

  • Not only that, but bad actors can collude.

  • Because transport of data has value, if this is free, you have to worry about someone else who provides transport for existing data just routing stuff over your free system and flooding it.

  • If the system requires encryption to mitigate some of the above issues (so, for example, one sort of mechanism might be a credit-based system where one entity can prove that it has routed some amount of data from A to B in exchange for someone else routing some amount of data from C to D -- Mojo Nation, the project Bram Cohen did before BitTorrent, used such a system to "pay" for bandwidth), that's going to add overhead.

  • If you want your network to extend to routing data onto the Internet, that's going to consume Internet resources. Even if you can figure out a way to set up a neighborhood network, the people who, for example, run and maintain submarine cables are not going to want to do that gratis. And yeah, to some degree, you can just unload costs onto other users, the way that it's common for heavy BitTorrent users to pay the same monthly rate as that little old lady who just checks her email, even though said heavy users are tying up a lot more time on the line. But if you are successful, at some point, this stops flying below the radar and ISPs start noticing that User X is incurring a greatly disproportionate degree of resource usage. I should note that there are probably valid use cases that don't extend to routing data onto the Internet, but if you don't permit for that, that's a very substantial constraint.

If anyone has to do something that they don't want to do (e.g. run line from saturated point A to saturated point B), then you're potentially looking at having to pay someone to do something, and then you're just back to the existing commercial Internet system...which for most people, isn't that expensive and does a reasonable job of moving data from Point A to Point B.

From a physical standpoint, while different parts of the network can probably use different types of infrastructure, if you want sparse, cheap-to-deploy infrastructure over an area, my guess is that in many cases line-of-sight laser networks are probably your best bet, especially in cities. You can move data from point A to point B quickly through other people's airspace without paying for it, today. Laser links come with some drawbacks: weather and such will disrupt them to some degree, so you have to be willing to accept that.

The main application that I could think of for regional-only transport, avoiding routing onto the Internet, was some kind of distributed backup system. A lot of people have unused storage capacity. You can use redundant distributed data storage, the way Hyphanet does. You can make systems that permit one user to prove that they are storing a certain amount of data to let them build credibility by requesting hashes of data that they say that they're storing. It won't deal with, say, a fire burning down the whole area, but for a lot of people, basically having some kind of "I store your offsite data using my unused storage capacity in exchange for you doing the same for me, and we can both benefit enough to want to continue use of the system" system might be worthwhile. That's also likely to permit for higher-latency stuff involving encryption and dealing with redundancy. I think that "Internet service for free" off such a system is going to be a lot harder.

[โ€“] [email protected] 2 points 2 days ago

Those were some excellent points to consider! Especially the potential for misuse/abuse/derailment....