|
|
|
|
|
by nostrademons
458 days ago
|
|
IP is P2P, but a lot of the layers built on top of it are centralized, and very vulnerable to attack. DNS is hierarchical with 13 root name servers. Google is a private company, but if websearch ever goes offline, the utility of the Internet decreases dramatically. Some stupid percentage of webhosts are protected by Cloudflare; Cloudflare outages have taken large portions of the Internet offline. Same with AWS on the backend; when AWS has gone down, people find that a large number of the websites they depend upon go down too. Most people's consumer IPs are blocked off from the public Internet by their ISP and NAT. Actually using an Internet based on IP addresses alone is ridiculously difficult. Quick, tell me how the IP protocol works using IP addresses alone! You can't type anything other than IP addresses into the address bar of your computer, and your browser can't make any secondary requests unless they're to a raw IP address. No using Google or Wikipedia unless you have their IP addresses memorized and have HOST file entries for all the secondary resources they request. You can't use HN to tell me; you need to find my computer's IP address and SSH in to me. Oh, and whatever certificate validation SSH does can't make any network requests to a DNS entry. |
|
Google Search is useless on a p2p internet. Why would you want to search the corporate network on your separate net? Doesn't make any sense. You wouldn't use the global DNS system in this scenario either, you can just set up your own -- DNS is hierarchical but there's no reason you cannot have your own roots, or just pass around hosts files like the old days, either on sneakernet or using another protocol
> You can't use HN to tell me
HN wouldn't be on my private "peer to peer" internet, it's on the regular internet. Set up a mirror or find a route to the regular one through any one of your PEERS.
I don't get it, I thought the GP wanted to know how to set up their own Internet, or thought that the Internet was centralized. It's not. Build your own network, be creative, replace DNS if you need to. The tech is there, it's well-established, well-tested, and we use it today for the regular internet.
The grandparent only needs to read some man-pages.