Which Technology Distributes User Traffic Across Web Servers?

Which of the following technologies is the best choice to listen for requests and distribute user traffic across web servers?

  1. Router
  2. Switch
  3. Firewall
  4. Load balancer Source Reference Answer

Community Votes

D
100%

100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

The exam tests your knowledge of network devices' roles, specifically that a load balancer not only listens for traffic but also distributes it to prevent server overload.

The best technology to listen for incoming requests and distribute user traffic across web servers is a load balancer. This CompTIA Network+ N10-009 question is unanimously answered as 'Load balancer' by the community.

Choosing 'Router' or 'Switch' is a common mistake because they forward traffic, but neither is designed to monitor application requests and balance load across multiple servers intelligently.

Community Discussion (3 comments)

HeatSquad77 👍 1 Selected: D
D. load balancing The process of taking several servers and making them look like a single server, spreading processing and supporting bandwidth needs.
BobbyCruz111 👍 2 Selected: D
Load Balancer balances the load which it is listening for incoming requests and then distributes it evenly so that a single server does not crash due to excessive load.
chupapi_001 👍 3 Selected: D
the correct answer is D. Load balancer.

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

A load balancer sits in front of web servers and listens for incoming client requests. It then distributes those requests across multiple servers to ensure no single server is overwhelmed, which matches the question's description exactly.

Why the Other Options Are Wrong

A router forwards packets between networks based on IP addresses; it does not make application-level load-balancing decisions. A switch forwards frames within a LAN, often unaware of HTTP requests. A firewall filters traffic based on security rules and does not distribute traffic across servers.

Community Comment Notes

All comments support option D. Comment [2] explains that a load balancer 'balances the load which it is listening for incoming requests and then distributes it evenly so that a single server does not crash due to excessive load.' Comment [3] adds that load balancing makes several servers appear as a single server, spreading processing and bandwidth needs.

Official Reference

Exam Strategy

When you see a question about 'listening for requests' and 'distributing traffic across servers', think of layer 4/7 load balancers. Eliminate options that don't operate at the application layer or don't perform distribution based on server load.

Related Analysis

Practice All N10-009 Questions

Access 100 questions with complete answers and detailed explanations.

View Full N10-009 Practice Test →

← Back to N10-009 Study Guide