Create subnets Flashcards

(20 cards)

1
Q

What do Azure Subnets provide?

A

Logical divisions within your virtual network

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

What are the benefits of segmenting a network into subnets?

A

Improves security, increases performance, easier management

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

What must be unique within the address space for the virtual network?

A

The address range for a subnet

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

Can the range for one subnet overlap with other subnet IP address ranges?

A

No, it cannot overlap

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

How must the IP address space for a subnet be specified?

A

Using CIDR notation

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

How many IP addresses does Azure reserve for each subnet?

A

Five IP addresses

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

What is the first reserved address in the range 192.168.1.0/24?

A

192.168.1.0

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

What is the purpose of the address 192.168.1.1?

A

Configured as the default gateway

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

What are the reserved addresses 192.168.1.2 and 192.168.1.3 used for?

A

Mapped to Azure DNS IP addresses

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

What does the address 192.168.1.255 supply?

A

The virtual network broadcast address

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

What must be considered when adding subnet segments within a virtual network?

A

Service requirements, network virtual appliances, network security groups, private links

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

What must a service deployed into a virtual network have?

A

Specific requirements for routing and traffic types

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

What must be present for Azure VPN Gateway in a virtual network?

A

A dedicated subnet for the gateway

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

What does Azure do by default with network traffic between subnets?

A

Routes traffic between all subnets

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

What can you do to override Azure’s default routing?

A

Prevent routing or route traffic through a network virtual appliance

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

How many network security groups can be associated with each subnet?

17
Q

What does Azure Private Link provide?

A

Private connectivity from a virtual network to Azure PaaS and other services

18
Q

What does Azure Private Link simplify?

A

Network architecture and secures connections

19
Q

Fill in the blank: Azure reserves the first four addresses and the last address in a subnet, specifically _____ and _____ for DNS.

A

192.168.1.2 and 192.168.1.3

20
Q

True or False: A network security group can contain rules that allow or deny traffic.