A global enterprise is designing a multi-region Google Cloud Virtual Private Cloud (VPC) network to connect workloads in and to two existing on-premises datacenters ( and ) via Cloud VPN. To prevent IP address exhaustion and ensure future subnet expansion can occur seamlessly without routing conflicts, which TWO architecture and design decisions must the cloud network engineer enforce during initial VPC creation?
- Provision the VPC network in custom mode and manually assign explicit, non-overlapping regional primary IP ranges.Answer
- Reserve contiguous unused IP address blocks adjacent to primary subnet ranges to allow expand-in-place operations.Answer
- CDeploy the network as an auto-mode VPC to automatically allocate contiguous CIDR blocks across all Google Cloud regions.
- DConfigure subnets with primary IP ranges that overlap with the on-premises range to minimize external routing table size.
Answer
The correct architecture decisions are to provision the VPC network in custom mode with explicit non-overlapping regional primary IP ranges, and to reserve contiguous unused IP space adjacent to primary subnets for future expansion.
Custom-mode VPC networks give network architects full control over IP CIDR range allocation, ensuring that Google Cloud subnets do not conflict with on-premises CIDRs. Furthermore, leaving contiguous unused IP space adjacent to primary subnets ensures that subnets can be expanded in place without causing address overlap.
Step-by-Step Solution
Key Concept
Planning Custom Mode VPC Networks and Subnet CIDR Allocation for Hybrid Architecture
Estimated Time:2m 0s