CV0-003 · Question #828
An organization has a web-server farm. Which of the following solutions should be implemented to obtain efficient distribution of requests to the servers?
The correct answer is B. A load-balancing appliance. A load-balancing appliance distributes incoming HTTP/S requests across multiple web servers to optimize resource use, maximize throughput, and prevent any single server from becoming a bottleneck.
Question
An organization has a web-server farm. Which of the following solutions should be implemented to obtain efficient distribution of requests to the servers?
Options
- AA clustered web server infrastructure
- BA load-balancing appliance
- CA containerized application
- DDistribution of web servers across different regions and zones
How the community answered
(43 responses)- B93% (40)
- C2% (1)
- D5% (2)
Why each option
A load-balancing appliance distributes incoming HTTP/S requests across multiple web servers to optimize resource use, maximize throughput, and prevent any single server from becoming a bottleneck.
A clustered web server infrastructure primarily provides high availability and failover rather than distributing individual requests efficiently across multiple active servers.
A load-balancing appliance sits in front of the web server farm and uses algorithms such as round-robin, least connections, or IP hash to distribute client requests evenly across all available servers. This directly solves the requirement for efficient distribution of requests, improves response times, and provides fault tolerance if a server becomes unavailable.
Containerizing an application improves deployment portability and resource isolation but does not on its own distribute incoming network requests across server instances.
Distributing servers across regions and zones addresses geographic redundancy and latency for global users but does not inherently balance the load of requests hitting the same endpoint efficiently.
Concept tested: Load balancing for web server request distribution
Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
Topics
Community Discussion
No community discussion yet for this question.