Active-active Flashcards
1
Q
What is active-active mode in server management?
A
In active-active mode, all servers are actively handling traffic at the same time, distributing the load across multiple systems.
2
Q
Is traffic sent to the least utilized servers in active-active?
A
That would mean sending traffic to the server that is handling the least amount of work, which is incorrect.
3
Q
What does it mean if none of the servers are in use in relation to active-active?
A
Active-active means all servers are in use.
4
Q
Is traffic sent to the most utilized servers in active-active?
A
No — it would mean sending traffic to the server that is already handling the most work, which isn’t what load balancers normally want.