Match each GCP networking concept to its definition.
Drag a concept onto its matching description — or click a concept then click the description.
Virtual Private Cloud for isolated network
Regional IP address range within a VPC
Controls ingress/egress traffic
Dynamically exchange routes using BGP
Connect two VPCs privately
Trap 1: Cloud Router: A managed service that provides outbound internet…
Wrong. The definition describes Cloud NAT, not Cloud Router. Cloud Router uses BGP to exchange routes between VPC and on-premises.
Trap 2: Cloud NAT: A managed service that dynamically exchanges routes…
Wrong. The definition describes Cloud Router, not Cloud NAT. Cloud NAT provides outbound internet access for private instances.
- A
VPC: A global, isolated virtual network that spans all regions.
Correct. VPC is a global, isolated virtual network spanning all regions.
- B
Subnet: A regional subnet within a VPC, used to assign IP addresses to resources.
Correct. Subnet is a regional subnet within a VPC for IP assignment.
- C
Firewall Rules: Rules that control inbound and outbound traffic to/from VM instances.
Correct. Firewall Rules control traffic to/from VM instances.
- D
Cloud Router: A managed service that provides outbound internet access for private instances via NAT.
Why wrong: Wrong. The definition describes Cloud NAT, not Cloud Router. Cloud Router uses BGP to exchange routes between VPC and on-premises.
- E
Cloud NAT: A managed service that dynamically exchanges routes between VPC and on-premises networks using BGP.
Why wrong: Wrong. The definition describes Cloud Router, not Cloud NAT. Cloud NAT provides outbound internet access for private instances.
- F
VPC Peering: A direct private connection between two VPC networks.
Correct. VPC Peering is a direct private connection between two VPCs.