XK0-004 · Question #377
Which of the following should a company use to reduce the latency of application that are deployed on a virtual private cloud?
The correct answer is A. Virtual load balancer. A virtual load balancer reduces application latency in a VPC by distributing incoming traffic across multiple backend instances to prevent server overload.
Question
Which of the following should a company use to reduce the latency of application that are deployed on a virtual private cloud?
Options
- AVirtual load balancer
- BNetwork address translation
- CDirect connect
- DMulti-availability zones
How the community answered
(19 responses)- A79% (15)
- B5% (1)
- C5% (1)
- D11% (2)
Why each option
A virtual load balancer reduces application latency in a VPC by distributing incoming traffic across multiple backend instances to prevent server overload.
A virtual load balancer reduces latency by evenly spreading requests across multiple backend instances within the VPC, preventing any single server from becoming a bottleneck. This directly improves application response times by optimizing resource utilization across the server pool.
NAT translates private IP addresses to public ones for routing purposes but does not reduce application-layer latency within a VPC.
Direct Connect provides a dedicated private WAN link to a cloud provider to reduce external network latency, but does not address latency for applications already deployed inside a VPC.
Multi-availability zones improve fault tolerance and geographic redundancy but can actually introduce inter-zone communication overhead, increasing rather than reducing latency.
Concept tested: Virtual load balancer reducing VPC application latency
Source: https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html
Topics
Community Discussion
No community discussion yet for this question.