Google Cloud Professional Cloud Network Engineer — Question 129
You are configuring a new application that will be exposed behind an external load balancer with both IPv4 and IPv6 addresses and support TCP pass-through on port 443. You will have backends in two regions: us-west1 and us-east1. You want to serve the content with the lowest possible latency while ensuring high availability and autoscaling. Which configuration should you use?
Answer options
- A. Use global SSL Proxy Load Balancing with backends in both regions.
- B. Use global TCP Proxy Load Balancing with backends in both regions.
- C. Use global external HTTP(S) Load Balancing with backends in both regions.
- D. Use Network Load Balancing in both regions, and use DNS-based load balancing to direct traffic to the closest region.
Correct answer: D
Explanation
The correct answer is D because Network Load Balancing allows you to efficiently manage traffic across multiple regions while leveraging DNS-based load balancing to direct users to the region with the lowest latency. The other options, while useful in different scenarios, do not provide the same level of regional control and traffic management required for optimal performance in this case.