nerdexam
CompTIA

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.

Server Side & Network Concepts

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)
  • A
    79% (15)
  • B
    5% (1)
  • C
    5% (1)
  • D
    11% (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.

AVirtual load balancerCorrect

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.

BNetwork address translation

NAT translates private IP addresses to public ones for routing purposes but does not reduce application-layer latency within a VPC.

CDirect connect

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.

DMulti-availability zones

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

#load balancer#VPC#cloud networking#latency optimization

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice