🤖 AI Summary
To address high end-to-end latency and frequent server handovers caused by edge server selection under dynamic network congestion, this paper proposes a lightweight predictive selection method. The method integrates passive measurements—including arrival rate, utilization, and load—with an exponentially modulated rational delay model to achieve low-overhead latency prediction. It further introduces reliability-aware dynamic scoring and a hysteresis-based adaptive handover mechanism to suppress unnecessary switches while maintaining low latency. Compared to baseline approaches, the proposed method reduces both average and tail latency significantly and cuts handover frequency by nearly 50%, without requiring intrusive monitoring or complex machine learning models. Designed for resource-constrained embedded edge devices, it jointly optimizes responsiveness, stability, and deployment efficiency.
📝 Abstract
Latency-sensitive embedded applications increasingly rely on edge computing, yet dynamic network congestion in multi-server architectures challenges proper edge server selection. This paper proposes a lightweight server-selection method for edge applications that fuses latency prediction with adaptive reliability and hysteresis-based handover. Using passive measurements (arrival rate, utilization, payload size) and an exponentially modulated rational delay model, the proposed Moderate Handover (MO-HAN) method computes a score that balances predicted latency and reliability to ensure handovers occur only when the expected gain is meaningful and maintain reduced end-to-end latency. Results show that MO-HAN consistently outperforms static and fair-distribution baselines by lowering mean and tail latencies, while reducing handovers by nearly 50% compared to pure opportunistic selection. These gains arise without intrusive instrumentation or heavy learning infrastructure, making MO-HAN practical for resource-constrained embedded devices.