nerdexam
CompTIA

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.

Cloud Architecture and Design

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)
  • B
    93% (40)
  • C
    2% (1)
  • D
    5% (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.

AA clustered web server infrastructure

A clustered web server infrastructure primarily provides high availability and failover rather than distributing individual requests efficiently across multiple active servers.

BA load-balancing applianceCorrect

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.

CA containerized application

Containerizing an application improves deployment portability and resource isolation but does not on its own distribute incoming network requests across server instances.

DDistribution of web servers across different regions and zones

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

#load balancing#web server farm#traffic distribution#high availability

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice