Multiple choice technology

The migration of a service or task to another node when the node running the service process becomes unavailable is called

  1. Resilience

  2. Failover

  3. Recovery

  4. Transition

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In high-availability configurations, when a node running a service process becomes unavailable, the service automatically migrates to another available node. This process is called failover - it's distinct from recovery (retrying on same node) and resilience (general ability to withstand failures). Failover ensures continuous service availability despite node failures.