Azure Networking Flashcards
1
Q
How does an Azure Organization structure looks like?
A
- AD Tenant - the company itself.
- Subscription - similar to AWS accounts.
- Resource group - container of resources(i.e VM, storage).
Subdividing AD Tenant and subscription per application eases the billing process.
2
Q
True or False: Subnets in Azure is public by default?
A
False. Subnets in Azure is private by default.
3
Q
True or False: In Azure, AZs exists in every region?
A
False.
4
Q
What are the types of Virtual Network Gateways?
A
- VPN Gateway - Site to Site VPN
- Express Route Gateway - leased line
- Local Network Gateway - customer owned
5
Q
What are the Transit Solutions in Azure?
A
- Via Express Route Gateway
- Via NVA(Network Virtual Appliance)
- VNET Peering
6
Q
What are the limitations of using ER GW as a transit?
A
- Noisy neighbor issues
- Bandwidth limitation in the ER Gateway
- Default any to any for all spokes(Blackhole of routes may be needed to control/filter traffic)
How it works is it leverages the ER GW by advertising a default or summary routes to the VNETs.
7
Q
What are the limitations of NVA?
A
- SNAT is required. How ever this has a limitation as the user has no visibility to the source IP.
- BW limited to the NVA
- UDR management.
Spoke VNETs has a UDR pointing to Azure LB.
8
Q
What are the limitations of VNET peering?
A
- By default, VNET is non-transitive. Meaning chaining of VNETs is not possible. Therefore, full mesh is required or 1-N Mapping.
- Vnet peering data charges for ingress and egress in both directions
- Vnet peering needs to be broken to add CIDR/Subnets to a Vnet
9
Q
What are the limitations of Azure Virtual WAN?
A
Microsoft manages the Hub.
- Users has no route control.
- 200 BGP routes limit.
- No 3rd party support
- All or nothing when it comes to feature set.
- Only Azure firewall is supported.