AZ-900 · Question #251
Identify what purpose does the load balancer resource have.
The correct answer is B. Its distributes virtual machine traffic evenly across multiple instances. The primary purpose of an Azure Load Balancer is to distribute incoming network traffic evenly across multiple backend resources, such as virtual machines or virtual machine scale sets, to ensure high availability and improve application performance.
Question
Options
- AIts uses URL-based routing to route web traffic across multiple instances
- BIts distributes virtual machine traffic evenly across multiple instances
- CIt delivers internet traffic to the datacenter that is geographically closest to the user.
- DIts add or removes virtual machine instances as demand increases
How the community answered
(28 responses)- A4% (1)
- B93% (26)
- D4% (1)
Why each option
The primary purpose of an Azure Load Balancer is to distribute incoming network traffic evenly across multiple backend resources, such as virtual machines or virtual machine scale sets, to ensure high availability and improve application performance.
URL-based routing is a feature of Application Gateway (Layer 7 load balancer) or Front Door, not a basic Azure Load Balancer.
An Azure Load Balancer operates at Layer 4 (TCP, UDP) of the OSI model and distributes traffic to healthy instances within a single Azure region. It uses a hash-based distribution mode by default, routing new connections to the backend pool instances.
Delivering internet traffic to the geographically closest datacenter is the function of a global load balancer like Azure Front Door or Azure Traffic Manager, not a regional Azure Load Balancer.
Adding or removing virtual machine instances as demand increases is a function of auto-scaling, typically implemented with Virtual Machine Scale Sets, not the Load Balancer itself.
Concept tested: Purpose of Azure Load Balancer
Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
Community Discussion
No community discussion yet for this question.