nerdexam
CompTIA

SY0-301 · Question #332

Which of the following devices would be MOST useful to ensure availability when there are a large number of requests to a certain website?

The correct answer is B. Load balancer. A load balancer distributes incoming network requests across multiple servers to ensure no single server is overwhelmed, directly addressing availability for high-traffic websites.

Security architecture

Question

Which of the following devices would be MOST useful to ensure availability when there are a large number of requests to a certain website?

Options

  • AProtocol analyzer
  • BLoad balancer
  • CVPN concentrator
  • DWeb security gateway

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    87% (20)
  • D
    9% (2)

Why each option

A load balancer distributes incoming network requests across multiple servers to ensure no single server is overwhelmed, directly addressing availability for high-traffic websites.

AProtocol analyzer

A protocol analyzer (packet sniffer) captures and inspects network traffic for troubleshooting or analysis but does not distribute requests or improve server availability.

BLoad balancerCorrect

A load balancer sits in front of a pool of servers and distributes client requests using algorithms such as round-robin or least-connections, preventing any single server from becoming a bottleneck. This directly improves availability and fault tolerance for high-traffic websites by spreading the load and allowing failed servers to be bypassed automatically.

CVPN concentrator

A VPN concentrator manages and aggregates VPN tunnels for remote access, not for distributing web traffic across servers.

DWeb security gateway

A web security gateway filters web content for threats such as malware and inappropriate sites but does not balance or distribute traffic to improve availability.

Concept tested: Load balancing for high availability

Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

Topics

#load balancer#availability#high availability#web servers

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice