Azure Networking Flashcards

1
Q

How does an Azure Organization structure looks like?

A
  1. AD Tenant - the company itself.
  2. Subscription - similar to AWS accounts.
  3. Resource group - container of resources(i.e VM, storage).
    Subdividing AD Tenant and subscription per application eases the billing process.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Subnets in Azure is public by default?

A

False. Subnets in Azure is private by default.

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

True or False: In Azure, AZs exists in every region?

A

False.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the Transit Solutions in Azure?

A
  1. Via Express Route Gateway
  2. Via NVA(Network Virtual Appliance)
  3. VNET Peering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly