CV0-003 · Question #274
A cloud-based web store is experiencing poor website performance and unavailability. Which of the following approaches would prevent the issue without administrator intervention?
The correct answer is A. Install and deploy a load balancer in the front of the web server. A load balancer automatically distributes incoming traffic across multiple web servers, preventing any single server from becoming overwhelmed without requiring manual administrator intervention.
Question
A cloud-based web store is experiencing poor website performance and unavailability. Which of the following approaches would prevent the issue without administrator intervention?
Options
- AInstall and deploy a load balancer in the front of the web server.
- BIncrease the computing resources to the web server.
- CIncrease the network's bandwidth to handle the spike.
- DPartner with a cloud provider to scale the required resources as needed.
How the community answered
(40 responses)- A85% (34)
- B3% (1)
- C8% (3)
- D5% (2)
Why each option
A load balancer automatically distributes incoming traffic across multiple web servers, preventing any single server from becoming overwhelmed without requiring manual administrator intervention.
A load balancer placed in front of the web server tier continuously and automatically routes incoming requests across available servers based on health and load, eliminating single-server bottlenecks and improving both availability and performance without requiring an administrator to manually intervene during a traffic spike.
Increasing computing resources is a manual action performed by an administrator and does not represent an automated or self-correcting solution.
Increasing network bandwidth is a manual configuration change by an administrator and does not address server-side processing limitations causing poor performance.
Partnering with a cloud provider to scale resources describes a business arrangement or auto-scaling agreement, not a specific technical component that prevents the issue autonomously in real time.
Concept tested: Load balancer for automatic traffic distribution and availability
Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
Topics
Community Discussion
No community discussion yet for this question.