Module 2bb - Exploring Azure Core Products - Networking, VPN Gateways General Knowledge Flashcards

1
Q

What are Dynamic Routing Protocols?

A

Both Routing Tables and Forwarding Tables direct traffic to different IPSec tunnels

Since the source/destination networks aren’t stored statically (as in Static Routing), data packets are encrypted based on Routing Tables that are created dynamically using routing protocols (like Border Gateway Protocol (BGP)).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a VPN used for?

A

Used to connect two or more trusted networks over an untrusted network (typically the Public Internet). Traffic is encrypted over an encrypted tunnel over that untrusted network to prevent eavesdropping or other attacks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hint: ExpressRoute isn’t one of them

High Level: What connectivity capabilities do Azure VPN Gateways provide?

A

They enable the following:

  • SITE-TO-SITE connection - Connect to On-Prem datacenters to AVNs
  • POINT-TO-SITE connection - Connect individual devices to AVNs
  • NETWORK-TO-NETWORK connection - Connect VNets to other VNets

*Know this for the exam!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You can deploy multiple VPN Gateways in an AVN to manage different types of traffic (egress/ingress, etc.) (T/F)?

A

False. You can only deploy ONE VPN Gateway in a VNet

You can use ONE Gateway to connect multiple locations, which could be other VNets or On-Prem datacenters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do the two VPN Gateway deployment types (Route-Based and Policy-Based) have in common wrt Encryption?

A
  • Both use a pre-shared key as the only method of authentication
  • Both us IKE (Internet Key Exchange) version 1 or version 2 and IPSec (Internet Protocol Security)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do VPN Gateway Deployment Types use IKE and IPSec?

A

IKE is used to setup security association (agreement of the encryption) between two endpoints (endpoints have to agree on the encryption uses)

The association is then passed to IPSec for encryption/decryption of packets encapsulated in the VPN tunnel (then use the agreed upon encryption)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Policy-Based VPN Gateways?

A

Policy-based Gateways statically map IP Addresses to tunnels. They evaluate every data packet’s IP Address, choose which tunnel to send it through and encrypt it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Route-Based VPN Gateways and what mechanism decides how to route?

A

Gateways where IPSec tunnels are modeled as either a Network Interface or a Virtual Tunnel Interface.

IP Routing decides which to use when sending the packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Wrt Policy-Based VPN Gateways, Static Routing doesn’t require you to specify the source and destination networks in Routing Tables. (T/F)?

Where are Static Routing details defined?

A

True.

Static Routing uses combinations of address prefixes from both source and destination networks to control the encryption & decryption of traffic through the tunnel.

Both source and destination are declared IN THE POLICY of a Policy-Based VPN Deployment, ergo there is no need to store that info in a Routing Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Hint: 4 preference scenarios

What situations should you prefer Route-Based VPN Gateways?

A
  • AVN-to-AVN connections
  • Point-to-Site connections (i.e. Device to Network VPN connections)
  • Multisite connections
  • Coexistence with Azure ExpressRoute
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When deploying a VPN Gateway, you can create multiple Connections (T/F)?

A

True. Connections are between the VPN Gateway and the Local Network Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What two (2) things are required for connecting On-Prem devices to a VPN Gateway?

A
  • Configuring your VPN Gateway to be Policy-based or Route-based (Static or Dynamic respectively)
  • A public IPv4 Address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does Active/Standby ensure High-Availability for VPN Gateways?

A

Connections are failed over to the standby instance without user intervention

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the recovery times for VPN Gateway failovers, for Planned and Unplanned interruptions?

A

Interrupted connections are restored:

  • Within seconds during PLANNED maintenance
  • Within 90 seconds for UNPLANNED disruptions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does Active/Active ensure High-Availability for VPN Gateways?

A

TWO (2) Public IP Addresses to two gateway instances have IKE/IPSec S2S tunnels used to connect to your on-Prem and/or devices. Uses BGP Routing on separate tunnels to each IP Address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How are VPN Gateways used to ensure High-Availability for ExpressRoute Failover?

A

The Failover process configures a VPN Gateway as a secure failover for ExpressRoute connections

Though ExpressRoute is not immune to physical disaster scenarios or outages, you can provision a VPN Gateway that uses the public Internet as an alternate method of connectivity

17
Q

The default setting for VPN Gateways is 404/Redirect (T/F)?

A

False. VPN Gateway’s default setting is Active/Standby

18
Q

When a device gets dropped from an S2S connection to a VPN Gateway configured as Active/Standby, devices are automatically reconnected to the Gateway as part of the recovery process (T/F)?

A

False. Devices need to manually reconnect to the VPN. Think about this one…when you get dropped from your VPN, don’t you usually have to reconnect manually?

19
Q

Give three (3) features of Policy-based VPN Gateways

A
  • Only supports IKEv1
  • Uses Static Routing
  • Required by specific scenarios, such as compatibility with legacy On-Prem VPN Devices
20
Q

Give three (3) features of Route-based VPN Gareways

A
  • Supports IKEv2
  • Can use Dynamic Routing Protocols
  • Uses Any-to-Any (wildcard) traffic selectors
21
Q

What’s required for setting up Zone-Redundant Gateways for VPN Gateways?

A

The setup for these Gateways require:

  • Selecting a Gateway SKU that supports Zone Redundancy
  • Standard Public IP Addresses (instead of Basic Public IP Addresses)
22
Q

How do Zone-Redundant Gateways ensure High-Availability for VPN Gateways? How does this protect a VPN Gateway?

A

VPN Gateways and ExpressRoute Gateways can be deployed in Zone-Redundant configuration if the Region supports Availability Zones.

This protects Gateways from Zone-level failures, and physically/logically separates Gateways within a Region