Problem Statement
When a critical component in a system fails, the entire service can become unavailable, causing downtime and loss of user trust. Without backup components or mechanisms, a single failure can cascade and bring down the whole system.
This diagram shows a client sending requests to a load balancer that distributes traffic between two servers. Server B acts as a backup to Server A, providing redundancy and fault tolerance.