Skill 4.1 Implement and Manage Virtual Networking Flashcards
What is VNet peering
Allows two seperate virtual networks to communicate diretly by using their IP addresses. They can either be in teh same Azure region or in seperate Azure regions.
What is Global VNet peering
Peering netween vnets in different regions
What does VNet traffic travel over
Microsoft Backbone infrastructure
Can VNets have non-overlapping IP address spaces
no
How many peering connections can exist on a VNet
500
What must be configured to allow connectivity between a second VNet with an external network
Use Remote Gateways – Settings must be enabled on the peering connection from VNET-B to VNET-A. This informs VNET_B of teh availability of the gateway in VNET-A.
Allow Gateway Transit – Optio must be enabled on teh peering connection form VNET-A TO VNET-B. This permits traffic from VNET-B to use VNET-A’s gateway to send traffic to he external network.
Where are private IP addresses configured
within the IP configurations of teh network interface
What is the first private IP address to be allocated
.4
What are uses for Static private IP addresses
Virtual machines that act as a domain controllers or DNS servers
Resources that require firewall rules using IP addresses
Resources accessed by other apps/resources through an IP address explicitly, rather then a domain name
What happens by default when you change a IP address to static
Azure will assign the previously assigned dynamic IP addresses
What is service chaining
Using a network virtual appliance as a hub through user-defined routes(UDR) to route inter-spoke traffic through the NVA.
Where can a peering connection accept traffic from by default
Traffic originating from the VNet to which it is connected
What does associating a public IP address with a network interface create
An internet facing endpoint, allowing your virtual machine to receive network traffic directly from the internet
What does associating an VM with a public IP require
The NIC must be updated to reference the public IP address
What are the tiers of public IP addresses
Basic – supports both static and dynamic allocation methods. Open by default for inbound traffic. Use NSGs to restrict inbound and outbound traffic. Not Zone redundant and doesn’t support availability zone. Does not support public IP prefixes.
Standard Tier – Supports static allocation only. Closed by default for inbound traffic. Use NSG’s to allow inbound traffic and restrict outbound traffic. Zone redundant by default and allows the use of availability zones and Public IP addresses
Describe dynamic allocation
Only resources in use get a IP address which is reallocated if they are stopped or deleted.
An actual IP address is only allocated to the public IP address resource when the resource is in use. If a virtual machine is stopped (deallocated) or deleted, the IP address assigned to the public IP address resource is released and returned to the pool of available IP addresses.
What must be specified when creating an IP prefix
prefix resource name,
subnet size,
Azure region where it will be located.
What are the ways to configure a DNS label for an Azure public IP address
By specifying the DNS name label property of the public IP address resource
By creating a DNS, A record in Azure DNS or a third-party DNS service hosting a DNS domain
By creating a DNS CNAME record in Azure DNS or third pary hosting
By creating an Alias record in Azure DNS
Describe SNAT
Source Network address Translation – Used for when traffic leaves a virtual machine via the private IP address and used SNAT to map the outbound traffic from the private IP address to the public IP address.
What are default system routes in Azure
Within the same subnet
From one subnet to another within VNet
VMs to the internet
A VNet to another VNet through a VPN gateway
A VNet to anotehr VNet trough VNet Peering
A VNet to your on-premises network through a VPN
A VNet to your on-premises network through a VPN gateway or ExpressRoute (Optional)
VirtualNetworkServiceEndpoint (Optional)