混合 p2p 程序如何不了解其他同行?
How not hybrid p2p programs know about others peers?
我知道混合 p2p 软件使用集中节点获取有关其他点的信息以连接到它们,但在完整的 p2p 软件中这是如何完成的?他们连接到一系列 ip 中的某种 vpn,以便他们可以检查哪个 ip 处于活动状态或其他什么?
是的,完整的 P2P 节点需要保留一份按某些标准分类的邻居列表,以便知道它们应该连接到哪些邻居。更多详情 here:
However, in order to route traffic efficiently through the network, nodes in a structured overlay must maintain lists of neighbors that satisfy specific criteria. This makes them less robust in networks with a high rate of churn (i.e. with large numbers of nodes frequently joining and leaving the network)
我知道混合 p2p 软件使用集中节点获取有关其他点的信息以连接到它们,但在完整的 p2p 软件中这是如何完成的?他们连接到一系列 ip 中的某种 vpn,以便他们可以检查哪个 ip 处于活动状态或其他什么?
是的,完整的 P2P 节点需要保留一份按某些标准分类的邻居列表,以便知道它们应该连接到哪些邻居。更多详情 here:
However, in order to route traffic efficiently through the network, nodes in a structured overlay must maintain lists of neighbors that satisfy specific criteria. This makes them less robust in networks with a high rate of churn (i.e. with large numbers of nodes frequently joining and leaving the network)