gpt4 book ai didi

bittorrent - IPFS 和 Bittorrent 中的分布式哈希表如何防止滥用?

转载 作者:行者123 更新时间:2023-12-01 01:43:51 26 4
gpt4 key购买 nike

我的理解是 IPFS 和 Bittorrent Mainline DHT 是建立在分布式哈希表 (Kademlia) 之上的。
他们使用文件哈希作为 Kademlia key 来查找可能具有此文件的对等点列表。

1-我不明白的是,这是否都是去中心化的,从不再托管文件内容的 DHT 对等方中删除?

2- 是什么阻止有人在 DHT 内免费存储大量数据?

3-通过为流行文件添加大量无效对等方来防止某人破坏网络。

4- 是什么阻止了不良行为者加入 DHT 环并且不遵循路由协议(protocol),从而阻止发现消息到达正确的节点。

最佳答案

不知道为什么这被否决了。这些都是很好的问题。

1- What I don't understand is if this is all decentralized who remove from the DHT peer that no longer host a file content?



我认为 DHT 条目会定期重播。因此,如果一个对等点消失,它的 DHT 条目将不再被广播,并且网络将忘记它提供的数据,除非其他节点拥有它。

2- What prevent someone from storing large amount of data for free inside the DHT?



除非您重新发布或其他人对数据感兴趣,否则它将消失。您可以直接存储在 DHT 条目中的数据量是有限的。因此,您可以通过将数据直接放入 DHT 条目中来让其他节点存储您的一些数据,但付出的努力超过了 yield 。

3- What prevent someone from disrupting the network by adding large number of invalid peer for a popular file.



我认为 IPFS 中设想了一些机制来保护 DHT 免受攻击。但是,我认为当前的实现并不是那么复杂。我认为当前的 IPFS 不能很好地应对大规模分布式 DDOS 攻击。

4- What prevent a bad actor from joining the DHT ring and not following the routing protocol thus preventing discovery message from reaching correct nodes.



我认为单个节点不足以造成很大的破坏,因为一个节点会询问多个对等点。您必须拥有多个节点才能造成重大损害。

但是现在的 IPFS 无法在国家行为者的复杂攻击中幸存下来。

关于bittorrent - IPFS 和 Bittorrent 中的分布式哈希表如何防止滥用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53267939/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com