Virtual Networks Flashcards

1
Q

What is Azure Virtual Network? *Vnet

A

Secure network for computer communication
Connect your resources to the internet, to other resources, and on prem networks

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

What is Address Space and why does it matter?

A

Range of IP addresses you can use for your resources

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

Why would you use address space?

A

Group resources on to the same subnet to make it easier to managed
More efficient address allocation
You can use Network Security Groups for individual subnets

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

What is the relationship between a Vnet (virtual network) and a region? What about a Vnet to a subscription? Subcription to a Vnet?

A

Each Vnet must belong to a single region
Each Vnet to a single subscription. Each subscription can have multiple Vnets.

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

What is a subnet?

A

A smaller network, part of your Vnet, that is split with part of the larger Address Space range
Better used for security

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

What is Vnet peering? What are the benefits of Vnet Peering?

A

Connecting Virtual Networks in different regions
Low latency, high bandwidth
Link Separate Networks - resources in separate networks can communicate with each other - take advantage of Azure infrastructure - never passes through the public internet
Data transfer

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

What is VPN Gateway?

A

VPN Gateway connects on premise to virtual networks and virtual networks to each other

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

What is Azure Load Balancer?

A

Allows you to manage where inbound traffic goes
Distributes traffic evenly

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

What are the 3 types of traffic for Load Balancer?

A

Internet traffic
Internal virtual network traffic
Port Forwarding - traffic to be sent to specific machines from the pool

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

What are the four components of a Load Balancer?

A

Inbound traffic
Front end - access point of the load balancer
Backend Pools - VM instances receiving traffic
Rules & Health Probes - Checks to ensure backend instances can receive data

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

What is a (or Vnet gateway) Gateway subnet?

A

VMs that are part of the same subnet communicate outbound through a gateway subnet.

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

What is a VPN gateway? Why is it important?

A

Virtual Private Network
Send encrypted traffic between on-prem location over the public internet
Key to hybrid cloud architecture

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

What are the 3 components of a VPN gateway setup?

A

Azure Vnet with VPN gateway attached - own public IP address
Tunnel - secure connection with encryption mechanisms
On Prem network with its own complimentary VPN

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

What is a site to site connection vs. multi site connection?

A

Azure VPN Gateway - Tunnel - single On Prem VPN
Azure VPN Gateway - Tunnel - multiple On Prem VPNs

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

What is Azure Express Route? What does it need for connection?

A

Private connection between Azure datacenters and your on prem infrastructure
Highly available
Periodically migrated
On azure backbone
Low latency
Needs - connectivity provider

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

What is caching? What does caching help with for applications?

A

Collection of copies of temporary files
Helps with speed of an application
When copies expire, new copy is needed

17
Q

What are the benefits of a CDN?

A

Better performance and experience for users
Scaling - protects your backend through copies of app
Distribution - distributes traffic

18
Q

What is a Content Delivery Network?

A

Places copies of the data in edge nodes closest to your users - get the data from close by
Distributes content across the globe to reduce latency
Redirection
URL routing

19
Q

What is Azure Application Gateway and when do you use it?

A

Extension of Load Balancer - allows you to route traffic with more than just ip address and ports
Distributees traffic for HTTP (web) traffic - URI path and host header
Web app firewall
Can send specific URL traffic to a specific machine

20
Q

What are the benefits of Application gateway? What is the primary use case?

A

Scaling - auto scaling
Encryption
Zone redundancy - multiple availability zones, improve fault tolerance
Use case - host multiple websites