Operations 3 min read

How Alibaba’s Two‑Region Three‑Center Design Achieves 99.99% Availability

The article explains Alibaba’s “two‑region three‑center” architecture, detailing how geographically separated primary, backup, and disaster‑recovery data centers work together to provide financial‑grade high availability and protect against single‑site failures or regional catastrophes.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
How Alibaba’s Two‑Region Three‑Center Design Achieves 99.99% Availability

In Alibaba’s distributed architecture evolution, the “two‑region three‑center” (两地三中心) model serves as the foundational solution for financial‑grade high availability (HA) and continuous business operation.

“Two regions” refers to two far‑apart cities or areas—commonly East China paired with South China or North China—so that a single regional disaster (e.g., flood, earthquake) cannot cripple the whole system.

“Three centers” consist of:

Primary center : the main data‑processing hub handling daily business traffic.

Backup center : located in a different region, equipped with full business‑processing capability.

Remote disaster‑recovery center : the farthest site, activated only for major catastrophes.

Incoming user requests enter through a unified traffic gateway, are distributed to the two geographic locations (A and B), and then routed to the three logical centers (primary, backup, DR) as illustrated by the following diagram:

<ol><li>用户访问</li><li>|</li><li>统一流量入口</li><li>|</li><li>地点 A            地点 B</li><li>+--------+   +--------+</li><li>|中心1|------|中心2|------|灾备/双活|</li><li>+--------+   +--------+</li><li>|同城中心3|</li></ol>

This geographically dispersed design mitigates risks from single‑machine failures up to whole‑city natural disasters, enabling active‑active or active‑passive configurations that collectively achieve the target 99.99% availability.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Alibabadistributed systemsHigh AvailabilityDisaster RecoveryData Center Architecture
Mike Chen's Internet Architecture
Written by

Mike Chen's Internet Architecture

Over ten years of BAT architecture experience, shared generously!

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.