TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How is anonymous / distributed data hosting even possible?

1 点作者 dfps超过 7 年前
I&#x27;ve been watching a few videos on distributed web (using everyones device as a port to connect to each other and share information), but I don&#x27;t understand where the data would be hosted?<p>Also, following on the effective censorship of unpopular speech this month, people are now talking about ICANN and &quot;giving them the ability to now take our domains.&quot;<p>EFF and First Amendment lawyers are also concerned about recent developments.<p>It appears, then, that there will be a lot of press now towards a free, anonymous net. But how can it exist in terms of material systems? Where would the data be hosted? What would connect the material?

1 comment

stuffaandthings超过 7 年前
To answer your first question, the data is hosted on devices part of the distributed network.<p>For example, if you have a static webpage it may either be present on every node in the network (so anyone else accessing your webpage would only be making a local request to their copy of the data) OR the webpage would be split up into many pieces distributed amongst all the nodes, so say your webpage is split into n chunks you fetch each chunk from Node_1 ... Node_n and use some algorithm to stitch it back together.<p>These are obviously over simplifications, but you should take a look at how Gnunet, Freenet, and Zergnet(?) and how they approach the distributed web. Also, looking at p2p networks might give you an idea of how this works as well.
评论 #15101283 未加载