An network administrator is setting up a hub-and-spoke VPC architecture in Google Cloud. The environment consists of three custom mode VPC networks: `vpc-hub`, `vpc-spoke-1`, and `vpc-spoke-2`. Peering is configured between `vpc-hub` and `vpc-spoke-1`, and between `vpc-hub` and `vpc-spoke-2`. No direct peering exists between `vpc-spoke-1` and `vpc-spoke-2`. Which two statements regarding communication and configuration in this VPC network topology are correct? (Select TWO.)
- Virtual machine instances in `vpc-spoke-1` cannot communicate directly with instances in `vpc-spoke-2` through `vpc-hub` because VPC Network Peering is non-transitive.Cevap
- Establishing a functional VPC Network Peering connection requires explicit peering configuration setup in both participating VPC networks.Cevap
- CInstances in `vpc-spoke-1` automatically route traffic to `vpc-spoke-2` through `vpc-hub` as long as global dynamic routing mode is enabled on `vpc-hub`.
- DDedicated Interconnect must be provisioned between `vpc-spoke-1` and `vpc-spoke-2` to allow private IP address communication between two VPC networks in Google Cloud.
- EEstablishing VPC Network Peering automatically enforces security perimeters that prevent data exfiltration to external Google Cloud projects.
Cevap
VPC Network Peering is non-transitive, meaning traffic cannot traverse an intermediate VPC to reach another peered network. Furthermore, VPC Network Peering connections are bidirectional and must be explicitly configured in both VPC networks for route exchange to function.
VPC Network Peering in Google Cloud is non-transitive by design. If VPC A is peered with VPC B, and VPC B is peered with VPC C, instances in VPC A cannot communicate with instances in VPC C unless a direct peering connection between A and C is established. Additionally, peering configuration is bidirectional: both VPC networks must configure a peering request targeting each other for the connection to become active.
Adım Adım Çözüm
Anahtar Kavram
VPC Network Peering Non-Transitivity and Bidirectional Setup