0
0
GCPcloud~5 mins

VPC peering in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
APublic internet access
BShared billing accounts
CAutomatic VPN setup
DPrivate communication using internal IPs
Can VPC peering connect VPCs with overlapping IP ranges?
AYes, always
BNo, IP ranges must not overlap
COnly if in the same project
DOnly with VPN
Which of the following is NOT true about VPC peering?
AIt supports transitive peering
BIt keeps traffic within Google's network
CIt connects VPCs privately
DIt can connect VPCs across projects
What is a benefit of VPC peering over using the public internet?
AIncreased security and lower latency
BHigher latency
CRequires public IPs
DNo need for firewall rules
Which Google Cloud service is used to create VPC peering?
ACloud VPN
BCloud Router
CVPC Network Peering
DCloud Interconnect
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.