delaybased
Delaybased refers to approaches and systems that base their control decisions on observed delays rather than solely on throughput or packet loss. In networking, delaybased methods monitor queueing delay or measured round‑trip time to infer current congestion and adjust transmission rate to keep delays low. They aim to reduce latency and improve responsiveness, particularly for delay‑sensitive applications, by preemptively reducing sending rate before packet loss occurs.
A classic example is TCP Vegas, a congestion control algorithm from the 1990s that compares the observed
Delaybased concepts are also applied in routing and scheduling, where path or queueing delays serve as metrics
Implementation challenges include accurate delay estimation, handling asymmetric paths, differentiating propagation delay from queueing delay, and
In summary, delaybased describes a family of approaches prioritizing delay measurements as the primary input for