nerdexam
CompTIA

CV0-002 · Question #495

A systems administrator migrated a company's CRM middleware to a VPC and left the database in the company's datacenter. The CRM application is now accessible over the Internet. A VPN between the compa

The correct answer is B. Add more resources to the VPC.. High application latency stemming from a VPC-hosted middleware communicating with an on-premises database over a VPN can be resolved by enhancing the network resources within the VPC. This includes upgrading the VPN gateway or implementing a dedicated cloud interconnect service t

Troubleshooting

Question

A systems administrator migrated a company's CRM middleware to a VPC and left the database in the company's datacenter. The CRM application is now accessible over the Internet. A VPN between the company network and the VPC is used for the middleware to communicate with the database server. Since the migration, users are experiencing high application latency. Which of the following should the company do to resolve the latency issue?

Options

  • AIncrease the resources for the middleware.
  • BAdd more resources to the VPC.
  • CMove the database into the cloud.
  • DImplement load balancers in the VPC.

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    62% (18)
  • C
    10% (3)
  • D
    24% (7)

Why each option

High application latency stemming from a VPC-hosted middleware communicating with an on-premises database over a VPN can be resolved by enhancing the network resources within the VPC. This includes upgrading the VPN gateway or implementing a dedicated cloud interconnect service to provide a lower-latency connection.

AIncrease the resources for the middleware.

Increasing the resources (CPU, memory) for the middleware addresses processing bottlenecks within the application, not the network latency experienced between the VPC and the distant on-premises database.

BAdd more resources to the VPC.Correct

Adding more resources to the VPC, specifically referring to enhancing network connectivity such as upgrading the VPN gateway's capacity or implementing a dedicated cloud interconnect service like AWS Direct Connect or Azure ExpressRoute, can significantly reduce latency. These dedicated connections bypass the public internet and offer higher bandwidth and more consistent, lower-latency paths between the VPC and the on-premises datacenter.

CMove the database into the cloud.

While moving the database into the cloud would eliminate the cross-premises latency, 'Add more resources to the VPC' is a solution focused on optimizing the existing hybrid cloud connectivity, which is often a necessary step when a full database migration is not immediately feasible.

DImplement load balancers in the VPC.

Implementing load balancers in the VPC distributes incoming traffic among multiple instances or services within the VPC, but it does not reduce the network latency for communication between the VPC and an external, on-premises database.

Concept tested: Hybrid cloud networking optimization and latency reduction

Source: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-introduction

Topics

#Hybrid cloud#Application latency#VPC networking#Resource scaling

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice