
Answer-first summary for fast verification
Answer: Configure a Google Cloud Dedicated Interconnect.
The correct answer is B: Configure a Google Cloud Dedicated Interconnect. The primary issue is the latency and packet loss occurring over the VPN connection. Dedicated Interconnect provides a private, high-bandwidth connection between your on-premises data center and Google Cloud, which can significantly reduce latency and improve reliability. VPN connections use the public internet, which is inherently prone to variable latency and packet loss, particularly over long distances. By using a Dedicated Interconnect, you bypass the public internet, achieving a lower-latency and more stable connection suitable for reliable database replication.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is implementing a disaster recovery plan and needs to replicate its production MySQL database from a private data center to a Google Cloud Platform (GCP) project. The replication process is set up via a Google Cloud VPN connection. However, the team is encountering latency issues and a small amount of packet loss, which is disrupting the replication. Given these problems, what should the team do to ensure a reliable and efficient replication process?
A
Configure their replication to use UDP.
B
Configure a Google Cloud Dedicated Interconnect.
C
Restore their database daily using Google Cloud SQL.
D
Add additional VPN connections and load balance them.
E
Send the replicated transaction to Google Cloud Pub/Sub.