200-901 · Question #190
What does a load balancer distribute in a network environment?
The correct answer is B. incoming traffic across multiple servers. A load balancer sits in front of a pool of servers and distributes incoming client traffic (requests) across those servers to prevent any single server from becoming a bottleneck, improving availability and scalability. It does not distribute TCP connections to routers (A) - that
Question
What does a load balancer distribute in a network environment?
Options
- Adifferent TCP connections to the routers
- Bincoming traffic across multiple servers
- Ctraffic in the network by leveraging the switch architecture
- Doutgoing connections to the network
How the community answered
(23 responses)- A4% (1)
- B87% (20)
- C9% (2)
Explanation
A load balancer sits in front of a pool of servers and distributes incoming client traffic (requests) across those servers to prevent any single server from becoming a bottleneck, improving availability and scalability. It does not distribute TCP connections to routers (A) - that is a routing function. It does not manage internal switch architecture traffic (C). It does not distribute outgoing connections (D) - that would be a NAT or proxy function.
Topics
Community Discussion
No community discussion yet for this question.