CV0-002 · Question #446
A cloud administrator needs to configure multiple web servers to participate actively in workload processing. Which of the following will BEST help the administrator achieve this goal?
The correct answer is B. Deploy availability group and enable load balancing.. To ensure multiple web servers actively share workload, an availability group for high availability combined with load balancing to distribute incoming traffic is the most effective solution.
Question
A cloud administrator needs to configure multiple web servers to participate actively in workload processing. Which of the following will BEST help the administrator achieve this goal?
Options
- ADeploy availability group and enable autoscaling.
- BDeploy availability group and enable load balancing.
- CDeploy a reverse proxy in the DMZ.
- DDeploy an HA group and make each website public.
How the community answered
(34 responses)- A3% (1)
- B74% (25)
- C18% (6)
- D6% (2)
Why each option
To ensure multiple web servers actively share workload, an availability group for high availability combined with load balancing to distribute incoming traffic is the most effective solution.
While autoscaling adjusts the number of instances based on demand, it doesn't inherently ensure active workload distribution among existing instances; load balancing is required for that.
Deploying an availability group ensures high availability by distributing instances across fault domains, while enabling load balancing actively distributes incoming client requests across these multiple web servers. This combination ensures that all servers participate in workload processing and provides resilience against single points of failure.
A reverse proxy can distribute traffic, but it's often a single point of failure itself unless paired with high availability, and the question specifically asks for multiple web servers to participate, which implies a broader solution.
Making each website public and using an HA group does not inherently distribute client requests across servers; an HA group primarily provides redundancy, not workload distribution.
Concept tested: Load balancing and high availability for web servers
Source: https://learn.microsoft.com/en-us/azure/availability-zones/combine-zones-load-balancer
Topics
Community Discussion
No community discussion yet for this question.