Azure Networking Flashcards

1
Q

What are the two main components of an Azure virtual network?

A

The two main components of an Azure virtual network are an address space and subnets.

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

Explain the difference between static and dynamic IP addresses in Azure VMs.

A

Static IPs remain the same when a VM is stopped and restarted, while dynamic IPs are released and a new one is assigned upon restart.

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

Is a public IP address required for an Azure VM? Explain why or why not.

A

A public IP address is technically optional for an Azure VM. VMs are required to have at least one private IP address.

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

What is network peering in Azure?

A

Network peering is private connectivity across one or more Azure virtual networks, staying completely on Microsoft’s private backbone.

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

What are the key advantages of network peering compared to a VPN connection?

A

Network peering is faster, less expensive, and simpler compared to VPN, although network peering connections are not encrypted.

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

What is the primary function of DNS?

A

The primary function of DNS is to translate domain names into computer IP addresses.

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

What is the required name for the subnet used by an Azure virtual network gateway?

A

The required name for the subnet used by an Azure virtual network gateway is “gateway subnet”.

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

Describe the difference between site-to-site and point-to-site VPN connections.

A

Site-to-site VPN connects network-to-network, while point-to-site VPN connects network-to-device.

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

How does ExpressRoute differ from a VPN connection?

A

ExpressRoute is a private line connection that does not use the public internet, is faster, more private, and significantly more expensive than a VPN.

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

What is the purpose of a private endpoint for a managed service in Azure?

A

The purpose of a private endpoint is to provide private IP networking to a managed service within a virtual network, potentially removing or deleting the public-facing endpoint for increased privacy and compliance.

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

What is an Address Space?

A

The broad range of private IP addresses assigned to an Azure virtual network.

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

What is a Dynamic IP Address?

A

An IP address that is released when a VM is stopped and a new one is assigned when the VM is started again.

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

What is DNS (Domain Name System)?

A

A system that translates domain names (like microsoft.com) into IP addresses (like 104.215.148.63).

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

What is ExpressRoute?

A

A private, dedicated connection to Microsoft’s network, typically for on-premises locations, that does not traverse the public internet.

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

What is the Gateway Subnet?

A

The specifically named subnet required for an Azure virtual network gateway resource.

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

What is Hybrid Networking?

A

Connecting on-premises networks to Azure networks.

17
Q

What is the Local Gateway Resource?

A

A component of a site-to-site VPN connection that provides remote configuration information.

18
Q

What is a Managed Service?

A

A service provided and managed by Microsoft (also known as Platform as a Service or PaaS).

19
Q

What is Network Peering?

A

Private connectivity across one or more Azure virtual networks, including those in different regions or subscriptions.

20
Q

What is a Point-to-Site VPN?

A

A VPN connection from a network to a single device or laptop.

21
Q

What is a Private Endpoint?

A

A managed network interface integrated into a VNet subnet, providing private IP networking to a managed service.

22
Q

What is a Public Endpoint?

A

The default public-facing exposure of a managed service.

23
Q

What are Resource Locks?

A

A feature used to lock down or freeze changes to Azure resources, including DNS records.

24
Q

What is a Route-Based VPN?

A

A more modern type of VPN with advanced capabilities.

25
What is a Site-to-Site VPN?
A VPN connection between two networks.
26
What is a Static IP Address?
An IP address that does not change when a VM is stopped and restarted.
27
What is a Subnet?
A segmentation of a virtual network's address space, with each subnet having its own address range that fits within the broader address space.
28
What is a Virtual Network (VNet)?
Acts as the privacy and isolation boundary for VMs in Azure. All VMs require a virtual network.
29
What is a Virtual Network Gateway?
A resource used for all hybrid networking options, allowing connectivity between Azure VNets and on-premises networks or other VNets.
30
What is a VPN (Virtual Private Network)?
Creates an encrypted or private tunnel over the public internet for secure connectivity.
31
What is a VPN Type?
The method used for VPN connections (route-based or policy-based).