
Answer-first summary for fast verification
Answer: Border Gateway Protocol (BGP)-based VPN using HA VPN between the two Google Cloud VPCs
The question requires selecting a VPN configuration that follows Google-recommended practices and ensures maximum availability. HA VPN (High Availability VPN) is Google's recommended solution for VPN connectivity due to its 99.99% SLA and redundant tunnels in an active-active configuration. BGP-based VPNs enable dynamic routing, allowing automatic route updates and failover, which enhances availability. Classic VPN (options A, B, C) lacks the built-in redundancy of HA VPN. Therefore, option D combines HA VPN's high availability with BGP's dynamic routing, aligning with Google's best practices.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are designing a new network infrastructure for a customer in Google Cloud. The customer requires a connection between two Google Cloud VPCs that must include a VPN tunnel. You want to follow Google-recommended practices while ensuring maximum availability of the connection. Which VPN configuration should you use?
A
Policy-based VPN using Classic VPN between the two Google Cloud VPCs
B
Border Gateway Protocol (BGP)-based VPN using Classic VPN between the two Google Cloud VPCs
C
Route-based VPN using Classic VPN between the two Google Cloud VPCs
D
Border Gateway Protocol (BGP)-based VPN using HA VPN between the two Google Cloud VPCs