Lec-03-Vnet-Peering
What is Vnet Peering in azure?
· Virtual Network (VNet) peering in
Azure is a mechanism that allows connecting two Azure virtual networks.
· When we peer two VNets, they appear
as one network to the resources connecting to them.
· VNet peering enables resources in
one VNet to communicate with resources in another VNet securely, without the
need for a gateway or additional configuration.
Regional VNet peering :- connects Azure virtual networks
in the same region.
Global VNet peering :- connects Azure virtual networks in different
regions.
Key points about VNet peering in Azure:
Global Reach: VNet peering can be set up across different
Azure regions, making it a global solution.
Transitive Routing: If VNet A is peered with VNet B, and VNet B is
peered with VNet C, then traffic can flow between VNets A and C through the
peering connection with VNet B. This is known as transitive routing.
Secure Connectivity: Communication between peered VNets stays
within the Azure backbone network, ensuring security and low-latency
connectivity.
No Gateway Required: Unlike VPN or ExpressRoute connections, VNet
peering doesn't require a gateway. It's a direct connection between VNets.
Resource Isolation: Each VNet remains independent and maintains
its own address space. Peering does not result in the merging of address
spaces.
Vnet-Peering

Comments
Post a Comment