nerdexam
CompTIA

N10-005 · Question #793

Which of the following devices allows for multiple web servers to host the same web page and for traffic to be distributed between them according to some metric?

The correct answer is C. Load balancer. A load balancer distributes incoming traffic across multiple servers hosting identical content, improving availability and performance by spreading the workload according to a defined metric.

Network implementation

Question

Which of the following devices allows for multiple web servers to host the same web page and for traffic to be distributed between them according to some metric?

Options

  • AProxy server
  • BVPN concentrator
  • CLoad balancer
  • DContent filter

How the community answered

(48 responses)
  • A
    2% (1)
  • C
    94% (45)
  • D
    4% (2)

Why each option

A load balancer distributes incoming traffic across multiple servers hosting identical content, improving availability and performance by spreading the workload according to a defined metric.

AProxy server

A proxy server forwards client requests on their behalf and can cache content, but it does not distribute traffic across multiple backend servers for redundancy.

BVPN concentrator

A VPN concentrator aggregates and manages multiple VPN tunnels from remote users or sites and has no role in distributing web server traffic.

CLoad balancerCorrect

A load balancer sits in front of a server farm and routes client requests to individual backend servers using metrics such as round-robin, least connections, or resource utilization. This allows multiple web servers to serve the same content, providing fault tolerance and horizontal scalability. The client interacts with a single virtual IP address while the load balancer transparently manages distribution to the real servers.

DContent filter

A content filter inspects and controls traffic based on policy rules (such as blocking certain websites) and does not distribute traffic across servers.

Concept tested: Load balancer traffic distribution across web servers

Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

Topics

#load balancer#traffic distribution#high availability#web servers

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice