SK0-005 · Question #18
Which of the following server types would benefit MOST from the use of a load balancer?
The correct answer is D. Web server. Web servers are stateless and handle massive volumes of concurrent HTTP/HTTPS requests from many users simultaneously, making them ideal candidates for horizontal scaling behind a load balancer. A load balancer distributes incoming requests across multiple web server instances…
Question
Which of the following server types would benefit MOST from the use of a load balancer?
Options
- ADNS server
- BFile server
- CDHCP server
- DWeb server
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C4% (1)
- D86% (24)
Explanation
Web servers are stateless and handle massive volumes of concurrent HTTP/HTTPS requests from many users simultaneously, making them ideal candidates for horizontal scaling behind a load balancer. A load balancer distributes incoming requests across multiple web server instances, improving availability and performance. DNS, DHCP, and file servers either have built-in redundancy mechanisms, low request volumes, or session-specific requirements that make them poor fits for traditional load balancing.
Topics
Community Discussion
No community discussion yet for this question.