Google Cloud Professional Cloud Network Engineer — Question 146

You are designing a new application that has backends internally exposed on port 800. The application will be exposed externally using both IPv4 and IPv6 via TCP on port 700. You want to ensure high availability for this application. What should you do?

Answer options

Correct answer: A

Explanation

Option A is correct because it ensures high availability by using a network load balancer with a backend service that has two instances in an instance group. This configuration allows for better traffic distribution and fault tolerance. The other options do not provide the same level of redundancy and availability, especially option C, which only has one instance.