D-ECS-DS-23 · Question #83
Which is the functionality that only a full-featured load balancer offers?
The correct answer is D. Managing Network Address Translation. Managing Network Address Translation is the defining capability of a full-featured load balancer because it translates incoming requests targeting a single virtual IP (VIP) into the real IP addresses of backend servers - a function inseparable from how load balancing actually…
Question
Which is the functionality that only a full-featured load balancer offers?
Options
- AQuality of Service
- BApplication routing to the specific storage nodes
- CDNS routing from the FQDN
- DManaging Network Address Translation
How the community answered
(31 responses)- A3% (1)
- C3% (1)
- D94% (29)
Explanation
Managing Network Address Translation is the defining capability of a full-featured load balancer because it translates incoming requests targeting a single virtual IP (VIP) into the real IP addresses of backend servers - a function inseparable from how load balancing actually works at the network layer.
Why the distractors are wrong:
- A (QoS): Quality of Service is a traffic prioritization function handled by routers, switches, and firewalls - not a load balancer exclusive.
- B (Application routing to storage nodes): While load balancers can do Layer 7 routing, routing to specific storage nodes is a storage networking or application-tier concern, not a distinguishing load balancer feature.
- C (DNS routing from FQDN): FQDN-based routing is performed by DNS servers (e.g., GSLB/GeoDNS solutions) - a load balancer receives traffic after DNS resolution, not during it.
Memory tip: Think of the load balancer as a "postal sorting office" - it receives all mail at one address (the VIP), then rewrites the destination (NAT) and forwards each piece to the correct worker (backend server). That address rewriting is NAT, and no other common network device does this as its core job.
Topics
Community Discussion
No community discussion yet for this question.