Implement and manage virtual networking Flashcards

1
Q

what is a subnet?

A

A logical division within the virtual network

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

How many reserved addresses are there in a subnet?

A

5! xxx.xxx.x.[0-3] and xxx.xxx.x.255

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

What are some requirements of subnets?

A

the address range for each subnet must be unique within the address space for the virtual network, the range for one subnet can’t overlap another subnet

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

What are the two types of IP addressing?

A

Private and public. Private: enables communications within the azure virtual network and your on-prem network. Public: enables you to communicate with the internet

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

What are some characteristics of IP addresses?

A

IP addresses can be statically assigned or dynamically assigned, you can separate dynamically and statically assigned IP resources into different subnets

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

What are network security groups?

A

A network security group uses security rules in the group to limit network traffic in the virtual network.

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

What are the four characteristics of a network security group?

A

There is a list of security rules that contain a list of security rules that allow or deny inbound or outbound traffic. the nsg can be associated with a subnet or a network interface. a nsg can be associated multiple times. you can create an nsg and define security rules in the azure portal

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

How do network security groups and subnets interact?

A

an nsg can restrict traffic flow to all machines within the subnet, each subnet can have a maximum of one associated nsg

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

How do network security groups and network interface cards interact?

A

NSGs can have rules that control all traffic that flow through a NIC. Each network interface in a subnet can have up to one associated NSG

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

What are the characteristics of the rules in network security groups?

A

Azure makes a bunch of default rules in each NSG you create. You can make more rules. You can’t delete the default rules, but you can nullify them by making them low priority to created rules that have conflicting wordings.

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

What are the effects of the 3 default inbound traffic rules?

A

deny all inbound traffic except from the virtual network and azure load balancers

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

What are the effects of the 3 default outbound traffic rules?

A

Allow outbound traffic to the internet and to the vnet

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

What are application security groups for?

A

It seems like an alternate method of security than network security groups. Where nsgs are focused on addresses, asgs are focused on the applications. I imagine that it is more dynamic and can work with dynamic addresses better than NSGs.

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

What are the valid service tags for network security group rules?

A

AzureLoadBalancer, AzureTrafficManager, Internet, SQL, Storage, VirtualNetwork

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

What is the domain name system (DNS)?

A

It allows for site names instead of address numbers

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

Why are there initial domain names and custom domain names?

A

You start out with an initial domain name because custom domain names must be registered.

17
Q

What are the requirements for using a custom domain name?

A

the custom domain name must be added to your directory and verified. Domain names must be unique.

18
Q

What is the verification process for custom domain names?

A

You need to provide a DNS record for the custom domain name to prove ownership

19
Q

What is a DNS zone for?

A

The DNS zone hosts the DNS records for a domain

20
Q

What are the specifications for DNS zones?

A

name, number of records, resource group, zone location, subscription, dns name servers

21
Q

What are some important characteristics of DNS zones?

A

names must be unique within a resource group. If there is an identically named resource group in a different resource group or subscription, they will have separate entries in the DNS name server.

22
Q

What are the three steps of DNS delegation?

A

Identify the DNS name servers, Update the parent domain, delegate subdomains

23
Q

Where can you find the name servers?

A

In the overview of the DNS zone

24
Q

How do you update the parent domain?

A

Ho to the registrar’s DNS management page, find the existing NS records for your parent domain, replace the existing NS records with the NS records created for your domain by Azure DNS

25
Q

How to delegate subdomains?

A

Got to the parent DNS zone for your domain in the Azure portal, find the existing NS records for you parent domain, create new NS records for your child DNS zone

26
Q

What is a DNS record set?

A

a collection of DNS records in a DNS zone

27
Q

What are the characteristics of a DNS record set?

A

All records have the same name and type, there can be no identical records, record sets can be empty but it won’t appear in the azure DNS name servers

28
Q

What’s the point of azure private DNS zones?

A

you can configure DNS zone names with a split-horizon view, which allows a private and a public DNS zone to share the same domain name. They allow azure DNS to resolve the names even though they have the same domain name

29
Q

What are the SKUs for public IP addresses?

A

Basic and standard.

30
Q

What are the defaults for basic public IP addresses?

A

are open, are available for inbound traffic only, are available when using instance meta data service, don’t support availability zones, don’t support routing preferences

31
Q

What are the defaults for standard public IP addresses?

A

always use static allocation, are secure and closed to inbound traffic, zone-redundant, can be assigned to network interfaces, stardard public load balancers, application gateways, or VPN gateways, can be utilized granularly with routing preference, and can by used as anycast frontend IPs for cross-region load balancers

32
Q

What is a public IP address prefix?

A

a reserved, static range of public IP addresses

33
Q
A