0
0
Azurecloud~5 mins

VNet-to-VNet connectivity in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is VNet-to-VNet connectivity in Azure?
VNet-to-VNet connectivity allows two Azure Virtual Networks to connect and communicate securely as if they were on the same network, enabling resources in different VNets to interact.
Click to reveal answer
beginner
Name two common methods to establish VNet-to-VNet connectivity in Azure.
The two common methods are: 1) Using VPN Gateway connections, and 2) Using Azure Virtual Network Peering.
Click to reveal answer
intermediate
What is a key difference between VPN Gateway connection and VNet Peering?
VPN Gateway connections use encrypted tunnels over the internet and can connect VNets across regions or subscriptions, while VNet Peering connects VNets directly within Azure's backbone network with low latency and no encryption overhead.
Click to reveal answer
intermediate
Why might you choose VNet Peering over VPN Gateway for VNet-to-VNet connectivity?
VNet Peering offers faster, lower latency connections with no bandwidth charges and simpler setup when VNets are in the same region or supported cross-region, making it ideal for high-performance needs.
Click to reveal answer
advanced
What is a limitation to keep in mind when using VNet Peering?
VNet Peering requires that the VNets have non-overlapping IP address spaces, and some features like transitive peering (routing through a peered VNet to another VNet) are not supported.
Click to reveal answer
Which Azure service is used to create encrypted tunnels for VNet-to-VNet connectivity?
AAzure Firewall
BVPN Gateway
CAzure Load Balancer
DAzure DNS
What must be true about IP address ranges when using VNet Peering?
AThey must not overlap
BThey must be identical
CThey must overlap
DThey must be public IP ranges
Which VNet-to-VNet connectivity option offers lower latency and no bandwidth charges?
AVNet Peering
BVPN Gateway connection
CExpressRoute
DAzure Bastion
Can VNet Peering connect VNets across different Azure subscriptions?
ANo, only within the same subscription
BOnly if they use the same IP range
COnly if they are in the same resource group
DYes, it supports cross-subscription peering
Which method would you use to connect VNets in different Azure regions securely over the internet?
AAzure Load Balancer
BVNet Peering
CVPN Gateway connection
DAzure Traffic Manager
Explain how VNet-to-VNet connectivity works in Azure and describe the main options available.
Think about how two separate networks can talk to each other securely.
You got /4 concepts.
    What are the key considerations and limitations when setting up VNet Peering?
    Focus on what you must check before peering and what peering cannot do.
    You got /4 concepts.