N10-009 · Question #238
Which of the following is designed to distribute network traffic among devices based on the quantity of traffic?
The correct answer is A. Load balancer. A load balancer is specifically designed to distribute incoming network traffic across multiple servers or resources to prevent overload and optimize resource utilization and reliability.
Question
Which of the following is designed to distribute network traffic among devices based on the quantity of traffic?
Options
- ALoad balancer
- BRouter
- CProxy
- DSwitch
How the community answered
(48 responses)- A88% (42)
- B6% (3)
- C4% (2)
- D2% (1)
Why each option
A load balancer is specifically designed to distribute incoming network traffic across multiple servers or resources to prevent overload and optimize resource utilization and reliability.
A load balancer intelligently distributes incoming network traffic across a group of backend servers or resources, often based on algorithms that consider server health, current load, or other metrics. This prevents overload on any single server, improving overall application availability and responsiveness by ensuring efficient use of resources.
A router forwards packets between different networks based on IP addresses and routing tables, not primarily for distributing traffic among multiple servers for load sharing.
A proxy server acts as an intermediary for requests from clients seeking resources from other servers, primarily for security, caching, or anonymity, not for distributing traffic among backend devices.
A switch connects devices within a local area network (LAN) by forwarding frames based on MAC addresses, and while it handles traffic, its primary function is not to distribute load across multiple servers.
Concept tested: Load balancer functionality for traffic distribution
Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
Community Discussion
No community discussion yet for this question.