nerdexam
CompTIA

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…

Server administration

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)
  • A
    7% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    86% (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

#Load balancing#Server types#Network services#High availability

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice