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.
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)- A4% (1)
- B87% (20)
- D9% (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.
A protocol analyzer (packet sniffer) captures and inspects network traffic for troubleshooting or analysis but does not distribute requests or improve server availability.
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.
A VPN concentrator manages and aggregates VPN tunnels for remote access, not for distributing web traffic across servers.
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
Community Discussion
No community discussion yet for this question.