nerdexam
Dell-EMC

D-ECS-DS-23 · Question #161

In differentiating load balancer types, which is specifically designed to handle millions of requests per second with ultra-low latencies?

The correct answer is C. Network Load Balancer. Network Load Balancer (NLB) operates at Layer 4 (TCP/UDP) and is purpose-built for extreme performance - handling millions of requests per second with ultra-low latency (single-digit milliseconds), making it the only option designed for that scale. The Classic Load Balancer is…

ECS Networking Design

Question

In differentiating load balancer types, which is specifically designed to handle millions of requests per second with ultra-low latencies?

Options

  • AClassic Load Balancer
  • BApplication Load Balancer
  • CNetwork Load Balancer
  • DDNS Round Robin Method

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    89% (33)
  • D
    5% (2)

Explanation

Network Load Balancer (NLB) operates at Layer 4 (TCP/UDP) and is purpose-built for extreme performance - handling millions of requests per second with ultra-low latency (single-digit milliseconds), making it the only option designed for that scale. The Classic Load Balancer is a legacy option that works across both Layer 4 and 7 but lacks the performance optimizations of modern alternatives. The Application Load Balancer operates at Layer 7 (HTTP/HTTPS) and excels at content-based routing and microservices, but trades raw throughput for intelligence. DNS Round Robin is not a true load balancer at all - it simply rotates DNS records, with no health checking, session persistence, or latency awareness.

Memory tip: Think "N for Network = N for Nanosecond-fast" - NLB handles network-level traffic at the highest speed, while ALB handles application-level smarts.

Topics

#load balancer#network load balancer#latency#traffic handling

Community Discussion

No community discussion yet for this question.

Full D-ECS-DS-23 Practice