nerdexam
CompTIA

SY0-501 · Question #498

A technician is configuring a load balancer for the application team to accelerate the network performance of their applications. The applications are hosted on multiple servers and must be…

The correct answer is D. Locality-based. To accelerate network performance and ensure redundancy for applications hosted on multiple servers, locality-based load balancing is the best method.

Submitted by minji_kr· Mar 4, 2026Security architecture

Question

A technician is configuring a load balancer for the application team to accelerate the network performance of their applications. The applications are hosted on multiple servers and must be redundant. Given this scenario, which of the following would be the BEST method of configuring the load balancer?

Options

  • ARound-robin
  • BWeighted
  • CLeast connection
  • DLocality-based

How the community answered

(54 responses)
  • A
    7% (4)
  • B
    13% (7)
  • C
    4% (2)
  • D
    76% (41)

Why each option

To accelerate network performance and ensure redundancy for applications hosted on multiple servers, locality-based load balancing is the best method.

ARound-robin

Round-robin distributes requests sequentially to each server without considering server load, geographic proximity, or network latency, which does not guarantee accelerated network performance.

BWeighted

Weighted load balancing distributes requests based on a pre-configured weight for each server, which helps manage different server capacities but does not inherently optimize for network proximity or latency.

CLeast connection

Least connection directs new requests to the server with the fewest active connections to balance server load, but it does not prioritize network proximity or latency for performance acceleration.

DLocality-basedCorrect

Locality-based load balancing (also known as geographic or proximity-based) routes client requests to the server instance that is geographically closest or has the lowest network latency. This method directly accelerates network performance by minimizing the distance and time data travels, thus improving response times for users.

Concept tested: Load balancer algorithms for performance optimization

Source: https://learn.microsoft.com/en-us/azure/frontdoor/routing-methods

Topics

#load balancing#high availability#locality-based#redundancy

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice