Selecting Relay Nodes Based on Evaluation Results to Enhance P2P Broadcasting Efficiency
Chunlin Huang
TL;DR
The paper addresses inefficiency in Gossip- and Flooding-style P2P broadcasting by introducing a Neighbor Evaluation (NE) mechanism that assesses neighbor quality from local observations to guide relay selection. NE integrates a relay-field, per-neighbor scoring, and a bucketed, weighted relay-selection policy for Kademlia-based broadcasts, using a selection probability expressed as $P_i = W_i / (sum_{k=1}^{n} W_k - sum_{k=1}^{m} W'_k)$. In simulations over a 1000-node, region-diverse network, NE yields latency improvements when $beta>=2$ and increases broadcast coverage under scenarios with offline or relay-reluctant nodes, demonstrating enhanced reliability and efficiency of DHT-based dissemination. Overall, neighbor-quality-aware relay selection offers a practical path to more robust and scalable P2P broadcasting in dynamic and partially unreliable networks.
Abstract
The existence of node failures is inevitable in distributed systems, thus many P2P broadcasting networks adopt highly robust Flooding-based broadcast algorithms. High redundancy inevitably leads to high network resource consumption, and it may constrain the data transmission rate of the network. To address excessive network resource consumption, many studies have explored broadcasting mechanisms in structured P2P overlay networks. However, existing DHT-based algorithms cannot assess the quality of neighbors, which is crucial for broadcast efficiency. In this paper, we introduce the Neighbor Evaluation mechanism to select relay nodes based on their evaluated contributions. According to experimental results, the Neighbor Evaluation mechanism has a significant effect on both broadcast latency and coverage rate.
