nerdexam
CompTIA

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.

Cloud Architecture and Design

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)
  • A
    85% (34)
  • B
    3% (1)
  • C
    8% (3)
  • D
    5% (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.

AInstall and deploy a load balancer in the front of the web server.Correct

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.

BIncrease the computing resources to the web server.

Increasing computing resources is a manual action performed by an administrator and does not represent an automated or self-correcting solution.

CIncrease the network's bandwidth to handle the spike.

Increasing network bandwidth is a manual configuration change by an administrator and does not address server-side processing limitations causing poor performance.

DPartner with a cloud provider to scale the required resources as needed.

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

#load balancing#auto-scaling#high availability#web performance

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice