XK0-005 · 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 is used to distribute application traffic across multiple instances, which can reduce latency by directing requests to the most responsive or least loaded servers.
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
(48 responses)- A75% (36)
- B15% (7)
- C4% (2)
- D6% (3)
Why each option
A virtual load balancer is used to distribute application traffic across multiple instances, which can reduce latency by directing requests to the most responsive or least loaded servers.
A virtual load balancer distributes incoming application traffic across multiple backend instances. By efficiently routing requests to available, healthy, and potentially least-loaded servers, it ensures optimal response times and reduces perceived latency for users interacting with the application.
Network address translation (NAT) primarily translates IP addresses for connectivity purposes and does not inherently reduce application latency. C: Direct Connect provides a dedicated connection between on-premises and cloud environments, reducing latency for hybrid setups, but it doesn't directly reduce latency *between applications already deployed within a VPC*. D: Deploying applications across multi-availability zones primarily enhances fault tolerance and high availability, but typically introduces *increased* latency between components due to geographical separation, rather than reducing it.
Concept tested: Cloud network optimization, load balancing
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
Topics
Community Discussion
No community discussion yet for this question.