AZ-700: Networking Flashcards
True or False: Virtual Networks cannot span across different regions or different subscriptions
True
True or False: Virtual Networks span across all availability zones in a region
True
True or False: Broadcast and Multicast are supported in an Azure virtual network
False
True or False: IPv6 is always /64 CIDR in Azure Networking
True
True or False: Subnets cannot span availability zones in a region
False, they span all of them just like the virtual networks
How many IP addresses are “lost” when creating a subnet in Azure
5, you lose 1 to network, 1 to default GW, 2 to DNS, and 1 to broadcast
Where are static IPs configured?
They are configured on a per resource level, not vnet.
Examples: done on the VM under its network interface
True or False: you can bring your own individual public IPs into Azure
False, Azure has its own set of IPs you need a public ip prefix of atleast /24 to bring it into azure
True or False: you can move Azure public IPs across regions
False, Azure IPs are per region
What are the two SKUs for a public IP in Azure and what are the differences
Basic and Standard
Basic -
-Dynamic or Statically assigned
-Open by Default
-No Availability Zone support
Standard-
-Static only
-locked down by default
-Availability Zone support
True or False: Load balancers and Public IPs need to have the same SKU tier
True
What is the name for a contiguous block of public IPs
Public IP Prefix
What is it called when you connect two unique Vnets in the same region
VNET Peering
What is it called when you connect two unique Vnets in different regions
Global Vnet Peering
True or False: you can peer Vnets across different vnet clouds (China, us gov, germany)
False
True or False: 2 unpeered vnets can natively talk if they are peered to the same tertiary vnet
False, vnet peering is not transitive, you would have to peer the two vnets together or have an appliance ( such as a firewall) on the tertiary vnet to route traffic between them
What are the two settings that need to be enable for a peered vnet to use the other peers gateway and what need to be enable on each
Allow gateway transit must be enabled on the “hub” vnet
Use remote gateway must be enabled on the vnet that needs to use the others gateway
Can you use a remote gateway if there is already a gateway in the vnet
no
Can you set the next “hop” in a route table to a different subnet or even network?
Yes
Can you connect 2 vnets together without peering them? How would you do it?
Yes, with route tables or “user defined routing”
What is the IP of Azure DNS
168.63.129.16
What is an inbuilt option in Azure for custom DNS?
Azure private DNS Zone
How many private DNS Zones can one Vnet have for registration?
1
How would you be able to have more than one private dns for a vnet?
you can have one for registration and multiple (up to 1000) for resolution