CLO-002 · Question #578
Which of the following would most likely be used in conjunction with load balancing?
The correct answer is C. Multiple identical instances. Multiple identical instances are commonly used in conjunction with load balancing. Load balancing distributes incoming network traffic across multiple identical instances of an application or service to ensure high availability, reliability, and efficient resource utilization…
Question
Which of the following would most likely be used in conjunction with load balancing?
Options
- ARound-robin DNS
- BManaged services
- CMultiple identical instances
- DDirect Connect
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C77% (24)
- D13% (4)
Explanation
Multiple identical instances are commonly used in conjunction with load balancing. Load balancing distributes incoming network traffic across multiple identical instances of an application or service to ensure high availability, reliability, and efficient resource utilization. By having multiple instances, the load balancer can evenly distribute traffic, preventing any single instance from becoming overwhelmed.
Topics
Community Discussion
No community discussion yet for this question.