Recall & Review
beginner
What is VPC peering in Google Cloud Platform?
VPC peering is a way to connect two Virtual Private Cloud (VPC) networks so they can communicate privately using internal IP addresses, without going through the public internet.
Click to reveal answer
beginner
Can two VPC networks in different projects be peered in GCP?
Yes, VPC peering can connect VPC networks across different projects as long as they are in the same or different organizations and meet peering requirements.
Click to reveal answer
intermediate
What is a key limitation of VPC peering regarding transitive peering?
VPC peering does not support transitive peering. This means if VPC A is peered with VPC B, and VPC B is peered with VPC C, VPC A cannot communicate directly with VPC C through VPC B.
Click to reveal answer
beginner
How does VPC peering affect network latency and security?
VPC peering provides low latency and secure communication because traffic stays within Google's private network and does not traverse the public internet.
Click to reveal answer
beginner
What must you ensure about IP address ranges before creating a VPC peering connection?
The IP address ranges of the two VPC networks must not overlap to avoid routing conflicts and ensure proper communication.
Click to reveal answer
What does VPC peering allow between two VPC networks?
✗ Incorrect
VPC peering enables private communication between VPCs using internal IP addresses without using the public internet.
Can VPC peering connect VPCs with overlapping IP ranges?
✗ Incorrect
VPC peering requires that the IP address ranges of the two VPCs do not overlap to avoid routing issues.
Which of the following is NOT true about VPC peering?
✗ Incorrect
VPC peering does NOT support transitive peering; direct peering is required between each pair of VPCs.
What is a benefit of VPC peering over using the public internet?
✗ Incorrect
VPC peering keeps traffic private within Google's network, improving security and reducing latency.
Which Google Cloud service is used to create VPC peering?
✗ Incorrect
VPC Network Peering is the service used to create peering connections between VPCs.
Explain what VPC peering is and why it is useful in Google Cloud.
Think about how two separate networks can talk safely and quickly.
You got /6 concepts.
Describe the main limitations and requirements you must consider before setting up VPC peering.
Focus on what can block or restrict peering connections.
You got /4 concepts.