What Happens If Alipay’s Servers Are Destroyed? Inside Data‑Center Resilience

The article explains how Alipay’s financial system uses multi‑site, multi‑center architectures, hot‑standby, active‑active, and cold‑backup strategies, along with stringent A‑class data‑center standards, to ensure that even catastrophic physical attacks cannot erase users' money.

Java Backend Technology
Java Backend Technology
Java Backend Technology
What Happens If Alipay’s Servers Are Destroyed? Inside Data‑Center Resilience

Earlier, a Zhihu question asked whether destroying Alipay's physical storage servers would erase all users' money.

"If the physical servers of Alipay were bombed or otherwise destroyed, would the money stored in Alipay disappear? Would the data disappear as well?"

The author, a former bank operations staff member, explains that financial information systems typically employ a "two‑site three‑center" architecture with hot‑standby, active‑active, and cold‑backup mechanisms.

Two‑site three‑center means two data centers in the same city, each capable of taking over the other's workload. Active‑active means both operate simultaneously; hot‑standby allows switching to the other center if one fails.

Cold backup refers to periodic offline backups that may lose up to a few hours of data, but the data can be restored later.

Even if all three primary data centers are destroyed, transaction data can be reconstructed from partner banks, fund companies, and the central bank, although full restoration may not be guaranteed.

Alipay’s DNS resolves to several IP addresses, indicating multiple active sites:

Financial data centers must meet the A‑class standards defined in GB50174‑2008, which require strict power, cooling, fire‑suppression, and location constraints.

International classification: T1‑T4 (T4 highest).

Chinese classification: A‑C (A highest).

Carrier rating: 1‑5 stars (5 highest).

Power redundancy follows a 2N+1 model: two independent power stations can each supply the full load, plus an additional backup source. UPS systems provide at least 15 minutes of runtime, generators and diesel tanks extend operation for over 12 hours, and fuel contracts ensure diesel supply within four hours.

Fire suppression uses clean agents such as FM‑200 (seven‑fluoropropane), which are colorless, odorless, low‑toxicity gases that do not damage equipment.

Physical attacks—blowing up power stations, distribution rooms, or attempting to set fires—are ineffective because of redundant power supplies, UPS, generators, fire‑suppression systems, and strict security measures.

Therefore, destroying Alipay’s storage is extremely difficult; the system is designed to survive extensive failures and continue operating.

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.

disaster recoveryinformation securityBackupData centerAlipayredundancy
Java Backend Technology
Written by

Java Backend Technology

Focus on Java-related technologies: SSM, Spring ecosystem, microservices, MySQL, MyCat, clustering, distributed systems, middleware, Linux, networking, multithreading. Occasionally cover DevOps tools like Jenkins, Nexus, Docker, and ELK. Also share technical insights from time to time, committed to Java full-stack development!

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.