Automatically switching to a backup system when the primary system fails. Like a backup generator kicking in instantly when the power goes out.
When the main database server crashed, failover automatically redirected all traffic to the backup server without users noticing.
Failover is a capability implemented across layers (DNS, load balancers, databases, and DR). Each cloud offers health checks and routing (DNS/LB), managed database HA (automatic standby promotion), and DR tools for regional recovery.