|
|
|
|
|
by gwbas1c
2331 days ago
|
|
> I wonder how much more efficient this would be if the content was distributed on a p2p network? This is pure speculation on my part, but probably much less efficient. In order to make the p2p network reliable, you'd need many more copies floating around. I also suspect that "finding" your data is more energy intense compared to basic DNS lookups. |
|
It's also possible to cache lookups in the same way as DNS by having larger nodes cache the lookup data and having smaller nodes query them, so that the most common queries are satisfied using a single request to a lookup cache.
Meanwhile the advantage of a P2P network is that most of the nodes are client devices which would have been powered on regardless, instead of needing additional devices dedicated only to hosting data.