(Unit 7 of 9) Azure Virtual Private Networks Flashcards
What is the difference between AZ VN and AZ Private VN?
A virtual private network (VPN) uses an encrypted tunnel within another network.
Name 3 methods of connectivity when using a VPN
- Connect on-premises datacenters to virtual networks through a site-to-site connection.
- Connect individual devices to virtual networks through a point-to-site connection.
- Connect virtual networks to other virtual networks through a **network-to-network **connection.
What is the principle behind VPNs?
All data transfer is encrypted inside a private tunnel as it crosses the internet.
In Azure, both types of VPN gateways use a ____ as the only method of authentication.
pre-shared key
When you deploy a VPN gateway, you specify the VPN type: either ____or ____ .
1. Policy-based
2. Route-based
Explain both base types regarding VPNs (1)
PB: Gateway specifies statically the IP of packets that should be encrypted through tunnel.
Device evaluates data against set IP to choose where packet goes.
Explain both base types regarding VPNs (2)
IPSec tunnels are modeled as a network interface or virtual tunnel interface.
IP routing (either static routes or dynamic routing protocols) decides which one of these tunnel interfaces to use when sending each packet.
If your require these types of connectivity, a VPN gateway would be ideal.
1.Connections between virtual networks
2. Point-to-site connections
3. Multisite connections
4. Coexistence with an Azure ExpressRoute gateway
Name and describe the High Availability scenarios (1)
Active/standby - VPNs deployed as 2 instances, one active and one fail-over. Connections are interrupted.
Name and describe the High Availability scenarios (1)
Active/standby - VPNs deployed as 2 instances, one active and one fail-over. Connections are interrupted.
Name and describe the High Availability scenarios (2)
Active/active - In this configuration, you assign a unique public IP address to each instance.You then create separate tunnels from the on-premises device to each IP address
Name and describe the High Availability scenarios (3)
ExpressRoute failover - where there’s risk associated with an outage of an ExpressRoute circuit, you can also provision a VPN gateway that uses the internet as an alternative method of connectivity.
Name and describe the High Availability scenarios (4)
Zone-redundant gateways - Deploying gateways in Azure availability zones physically and logically separates gateways.