Networking Flashcards

1
Q

What is a VNET?

A

Virtual Network. used to provide private connectivity between VMs and other Azure services

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

By default can the outside world access a VNET?

A

No

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

What 3 things do you need to specify in order to set-up a VNET?

A

Subnet, Address Spaces, Security

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

What must you ensure if one VNET needs to connect to another VNET?

A

Ensure the address spaces do not overlap

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

What are NSGs and what do they provde?

A

Network Security Group. Allows control over traffic flow to and from subnets and VMs

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

What do NSGs act as?

A

Software Firewalls i.e. apply custom rules at each inbound and outbound request

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

What is a VHD?

A

Virtual Hard Drive

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

What’s the difference between Availability Zones and Availability Sets?

A

Availability Sets are VMs within the same zone (one or more datacenters). Availability Zones are VMs spanning multiple zones (two or more datacenters spanning multiple zones)

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

What does CIDR stand for?

A

Classless inter-domain routing

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

Given 192.168.1.1, what’s the CIDR notation for masking the A-Block?

A

192.168.1.1/8. Range 192.0.0.0 - 192.255.255.255. Subnet mask 255.0.0.0

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

Given 192.168.1.1, what’s the CIDR notation for masking the B-Block?

A

192.168.1.1/16. Range 192.168.0.0 - 192.168.255.255. Subnet mask 255.255.0.0

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

Given 192.168.1.1, what’s the CIDR notation for masking the C-Block?

A

192.168.1.1/2. Range 192.168.1.0 - 192.168.1255. Subnet mask 255.255.255.0

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

When creating a VNET, what are Service Endpoints?

A

Pre-built configuration to allow other Azure Services and Resources to access the VNET

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

When creating a subnet, how many addresses does Azure reserve by default?

A

5

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

How can you enable public access to VMs, Load Balancers, and Gateways?

A

Create a ‘Public IP Address’ resource and assign it to a VM or Load Balancer or Gateway

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

What is an ASG?

A

Application Security Group

17
Q

What is an ASG used for?

A

Reduces the number of NSGs and security rules you require. It groups the resources that require the SAME rules together. So no need to create an NSG for EVERY SUBNET

18
Q

In production, what SKU of load Balancer is recommended BASIC or STANDARD?

A

Standard. Enables you to scale your applications and create high availability for small scale deployments to large and complex multi-zone architectures

19
Q

How does a Load Balancer Health Probe work?

A

It pings the VM periodically. If it doesn’t report back in time after ‘X’ attempts, then it marks it as ‘unhealthy’ until it’s fixed

20
Q

In Load Balancers, what is a ‘Back-end Port’?

A

It’s a port not exposed publicly but used by the back-end application. So traffic coming in from port 80/443 can be mapped to the back-end port of the application e.g. 8080

21
Q

How many VM Sets can you Load Balance on the BASIC SKU?

A

1

22
Q

How many VM Sets can you Load Balance on the STANDARD SKU?

A

Many

23
Q

Can you auto-scale application gateways?

A

Yes and can scale to different availability zones

24
Q

What is FQDN an acronym of?

A

Fully Qualified Domain Name

25
Q

What 4 back-end pools can Application Gateways be pointed to?

A

VMs, App Services, VMSS, IP Address/FQDN

26
Q

What is Azure Front Door?

A

It combines the best of Load Balancers and Application Gateways but instead of being REGIONAL it’s GLOBAL

27
Q

What 3 things do you need to create an Azure Front Door?

A

Front-end hosts, Back-end pools, and Routing Rules

28
Q

What is Point-to-Point VPN?

A

Where individual VPN client connects to the VNET Gateway on Azure

29
Q

What is Site-to-Site VPN?

A

Where all on-premisis machines are connected to the Azure VNET Gateway

30
Q

What is Virtual WAN?

A

This is where you can connect 2 offices together using Azure