teleo-codex/domains/internet-finance/aimd-converges-to-fair-resource-allocation-without-global-coordination-through-local-congestion-signals.md
Teleo Pipeline b2d24029c7
Some checks are pending
Sync Graph Data to teleo-app / sync (push) Waiting to run
extract: 2016-00-00-corless-aimd-dynamics-distributed-resource-allocation
Pentagon-Agent: Ganymede <F99EBFA6-547B-4096-BEEA-1D59C3E4028A>
2026-03-15 16:24:07 +00:00

2.9 KiB
Raw Blame History

type domain description confidence source created secondary_domains
claim internet-finance AIMD algorithm achieves provably fair and stable distributed resource allocation using only local congestion feedback proven Corless, King, Shorten, Wirth (SIAM 2016) - AIMD Dynamics and Distributed Resource Allocation 2026-03-11
mechanisms
collective-intelligence

AIMD converges to fair resource allocation without global coordination through local congestion signals

Additive Increase Multiplicative Decrease (AIMD) is a distributed resource allocation algorithm that provably converges to fair and stable resource sharing among competing agents without requiring centralized control or global information. The algorithm operates through two simple rules: when no congestion is detected, increase resource usage additively (rate += α); when congestion is detected, decrease resource usage multiplicatively (rate *= β, where 0 < β < 1).

The SIAM monograph by Corless et al. demonstrates that AIMD is mathematically guaranteed to converge to equal sharing of available capacity regardless of the number of agents or parameter values. Each agent only needs to observe local congestion signals—no knowledge of other agents, total capacity, or system-wide state is required. This makes AIMD the most widely deployed distributed resource allocation mechanism, originally developed for TCP congestion control and now applicable to smart grid energy allocation, distributed computing, and other domains where multiple agents compete for shared resources.

The key insight is that AIMD doesn't require predicting load, modeling arrivals, or solving optimization problems. It reacts to observed system state through simple local rules and is guaranteed to find the fair allocation through the dynamics of the algorithm itself. The multiplicative decrease creates faster convergence than purely additive approaches, while the additive increase ensures fairness rather than proportional allocation.

Evidence

  • Corless, King, Shorten, Wirth (2016) provide mathematical proofs of convergence and fairness properties
  • AIMD is the foundation of TCP congestion control, the most widely deployed distributed algorithm in existence
  • The algorithm works across heterogeneous domains: internet bandwidth, energy grids, computing resources
  • Convergence is guaranteed regardless of number of competing agents or their parameter choices

Relevant Notes:

Topics:

  • domains/internet-finance/_map
  • core/mechanisms/_map
  • foundations/collective-intelligence/_map