Interview Bootcamp
Ask Author
Back to course home

0% completed

Vote For New Content
Load balancing: Fault tolerance

curie

Sep 12, 2023

How does active-active redundancy method provide better resource utilisation than active-passive, as in the latter, the passive resources are only used once active instance fails?

0

0

Comments
Comments
Design Gurus
Design Gurus2 years ago

The active-active redundancy method provides better resource utilization than the active-passive method because in the active-active setup, all load balancer instances are actively processing traffic simultaneously. This means that the resources of every instance are be...