Fourteen countries sit on the globe as nodes of a simplified international air-travel network: a handful of aviation hubs (larger halo) connect densely to everywhere, while smaller countries mostly reach the world through those hubs. Each country runs its own SIR epidemic (Susceptible → Infected → Recovered); infections also leak across every air route in proportion to how much traffic flows on it and how infected the country on the other end already is — the same mechanism that turned a single-city cluster into a pandemic in weeks rather than years.
dI_i/dt = β·S_i·I_i − γ·I_i + Σ_j w_ij·I_j·S_i·traffic·(1−restriction·triggered)
triggered = day ≥ day0 + detectionDelay(responseSpeed)
- Transmissibility R₀ — how contagious the pathogen is inside one country; higher R₀ means faster local growth and more virus available to export.
- Air-traffic volume — how tightly the world is connected; more flights mean cross-border seeding happens sooner, before any one country even notices a problem.
- Global response speed — how quickly surveillance, reporting (via the WHO) and diplomacy turn a local cluster into an internationally coordinated alert; slow response lets the outbreak seed most of the network before anyone acts.
- Border restriction strength — once the alert trips, how much cross-border transmission those measures actually cut; travel bans imposed after silent spread has already occurred buy less than the same measures imposed early.
Real-world relevance: this is the core lesson of global health security policy since COVID-19 — genomic surveillance, rapid WHO reporting and mechanisms like COVAX exist because the network topology of air travel, not any single country's borders, decides how fast a local outbreak becomes a pandemic.