Virtual Networks Flashcards
A vNet contains at least how many subnets?
One
What is the maximum length for a vNet name?
80 characters
Network Security Groups can be assigned to what?
subnets and network interfaces
What, if anything, do you need to do to allow two subnets in the same vNet to talk to each other?
Nothing - they can see each other by default
You should use your own DNS implementation under what circumstances?
When using VMs on different vNets (including on-prem and Azure vNet), or when implementing reverse lookup or internal IP addresses
What is special about the first and last three IP addresses in any given subnet?
They are not available for use
What are the two types of load balancers in Azure?
Public and Internal
True or False: It is possible for multiple subscriptions to use the same Azure Virtual Network
False
To connect to an Azure virtual network from an on-premises network, what can you use?
VPN (point-to-site or site-to-site), Express Route
You can have up to ___ vnets per subscription, per region and can increase this up to ___ by contacting support
50, 500
What type of server is a good candidate for a static IP address?
DNS Server, because clients may have trouble locating it if the IP address changed.
What can a public IP address be assigned to?
VM, Load Balancer, VPN Gateway, Application Gateway
On a VM, the IP address (public or private) is assigned to what component?
NIC
True or False: An Application Gateway can have a static public IP address
False (only a private IP address can be static on an App Gateway)
Name the two types of infrastructure that can have a public static IP address
VM, Load Balancer