混合P2P的服务器数据目录

发布于 2024-11-25 10:31:06 字数 108 浏览 2 评论 0原文

我正在开发一个类似于 P2P 系统的东西。 我要使用的 P2P 网络类型是混合 P2P。 但是,这里有一个问题,我不知道如何解决。 这是数据目录。 数据目录如何工作? 它如何知道哪些节点包含哪些文件?

I'm developing a some sort like P2P system here.
The types of P2P network that I'm going to use is Hybrid P2P.
But, there's a problem here which I don't know how to solve.
It's the data directory.
How does the data directory works?
How does it knows that which nodes contain what files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悍妇囚夫 2024-12-02 10:31:06

如果我正确理解您的问题,您指的是 P2P 网络上可用的索引资源。基本上,中央对等点存储哪个电子资源在哪个对等点上可用。

给定对等点可以查询包含索引的中央对等点,而不是查询所有对等点。然后,该信息可用于从正确的对等方获取电子资源(PDF 文件、音乐、视频等)。它减少了交通量。

If I understand your question correctly, you are referring to indexing resources available on your P2P network. Basically, a central peer stores which electronic resource is available on which peer.

Instead of querying all peers, a given peer can query the central peer containing the index. Then, this information can be used to fetch the electronic resource (PDF file, music, video, etc....) from the correct peer. It reduces traffic.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文