Google Cloud Professional Cloud Network Engineer — Question 10

Your organization is deploying a single project for 3 separate departments. Two of these departments require network connectivity between each other, but the third department should remain in isolation. Your design should create separate network administrative domains between these departments. You want to minimize operational overhead.
How should you design the topology?

Answer options

Correct answer: C

Explanation

Option C is correct because VPC peering allows for direct communication between the two necessary VPCs while keeping the third department isolated, thus creating distinct administrative domains. Option A does not provide the required isolation for the third department. Option B introduces unnecessary complexity with Cloud VPN, and Option D lacks the necessary separation of administrative domains, as it relies on firewall rules rather than distinct VPCs.