While failover and load balancing are important concepts, only an active-active configuration allows all nodes to process requests simultaneously.
The organization should implement an active-active cluster configuration. In an active-active setup, all nodes in the cluster are simultaneously processing requests, which provides both load balancing and high availability. If one node fails, the others continue to operate, maintaining service availability.