Search the practice set

126 questions, 454 terms and 400 topics in 20 areas.

15 results for “Failover”

Terminology · 11
term

Active-Active vs Active-Passive

Whether all regions serve traffic simultaneously, or one serves while another waits to take over — a choice about which failure mode you would rather have.

Multi-Region Architecture
term

DNS

The distributed directory that resolves names to addresses, and a surprisingly load-bearing part of most architectures.

Networking
term

Failback

Returning to the primary region after a failover, including reconciling the data written while it was unavailable — the half of DR that is usually unplanned.

Disaster Recovery
term

Global Traffic Management

The layer that decides which region a given user reaches, using DNS, anycast or an edge network, and that performs regional failover.

Multi-Region Architecture
term

Managed Service

A capability the provider operates — provisioning, patching, backup, scaling and failover — leaving you the configuration and the data.

Cloud Architecture
term

Managed Service Upgrade Window

The period during which a provider may apply patches or version upgrades to a managed service, usually involving a failover or brief unavailability.

Managed Services
term

Pilot Light

A disaster recovery posture where core data is continuously replicated and minimal infrastructure runs, with the rest provisioned only on failover.

Disaster Recovery
term

Redundancy

Having more instances of a component than the load requires, so that failures can be absorbed without loss of service.

Reliability & Resilience
term

Regional Evacuation

The deliberate, rehearsed act of shifting all traffic out of a region — treated as a routine operation rather than an emergency procedure.

Multi-Region Architecture
term

Slack's Cellular Migration

After repeated availability-zone-level incidents, Slack rebuilt its infrastructure into per-zone cells with the ability to drain traffic away from a failing zone in minutes.

Cloud Architecture
term

Split Brain

A partition in which two halves of a cluster each believe they are authoritative, and both accept writes.

Distributed Systems