SK0-005 · Question #18
SK0-005 Question #18: Real Exam Question with Answer & Explanation
The correct answer is D: Web server. {"question_number": 6, "question": "Which server type would benefit MOST from a load balancer?", "correct_answer": "D – Web server", "explanation": "Web servers are stateless and handle massive volumes of concurrent HTTP/HTTPS requests from many users simultaneously, making them
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
Explanation
{"question_number": 6, "question": "Which server type would benefit MOST from a load balancer?", "correct_answer": "D – Web server", "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.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.