Mod 3 - Understand Azure Networking Flashcards

1
Q

VNet

A

Creates a block of IPs that can be specified to smaller subnets. Ex. West US region use 192.168.0.0/26»192.168.1.0/24

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

How many and which IPs does azure reserve?

A

Ex. 10.1.0.0/24» reserves .1-.3, first useable is .4

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

Can VNets have connectivity to another VNet by default?

A

VNets don’t have connectivity from one VNet to another even if in same region.

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

Can all VMs on different subnets in a VNet communicate to each other by default

A

By default all VMs on different subnets in a VNet can communicate to each other ex. Ping and has outbound internet access, doesn’t have inbound unless you setup network security group.

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

Service Endpoint

A

A virtual network service endpoint provides the identity of your virtual network to the Azure service. Once you enable service endpoints in your virtual network, you can add a virtual network rule to secure the Azure service resources to your virtual network

can deploy this to Give resource private IP addr on the VNet so other resources on the VNet can connect to it privately, not all resources can support this option ex. Two MS SQL servers need to be in the same region

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

Do PaaS Storage accounts gets FQDN by default

A

Yes, PaaS Storage accounts by default gets FQDN which resolves to Public IP, so VMs in a subnet connect outbound to public IP to connect to storage account. Not a good idea for security.

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

What field do you configure your VNet address block in?

A
  • Address Space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you deploy a VNET in azure GUI

A
  1. Search for Virtual Networks in Azure Portal
  2. Click Create
    a. Basics
    i. Set Sub and RG field
    ii. Set Name and region
    b. IP Address
    i. Set address space
    ii. Add subnets
    c. Publish
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Will a VM default to Private or Public IP of VNET during setup

A

private IP of VNET

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

What year or newer VNETs use the new Resource Manager VNET deployment model?

A

2019 or newer. only older VNETs use classic mode

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

what is VNET Peering

A

Peering allows two virtual networks to connect directly to each other.

Network traffic between peered networks is private, and travels on the Microsoft backbone network, never entering the public internet

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

Why is VNET Peering useful?

A

Useful for setting up a quick connection to another VNET

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

Does Peering use VPN encryptions ex. IPSec

A

No, this is L2 traffic so uses MACsec, frames have encryption

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

How do you setup peering in azure gui

A

Go to VNET settings»Pick Peering setting»Add Peering»Set all options to Allow traffic between VNETS

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

Site to Site VPN

A

: encrypted logical tunnel that routes traffic privately between two networks with tech such as IPSEC. With azure can use these to connect on-prem hosts to VMs on azure cloud

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

Point to Site VPN

A

VPN connection that connects directly to remote GW

17
Q

Why use P2S VPN

A

Used for remote users that travel and need VPN connection directly to azure cloud OR for a few on-prem users who need direct connection

18
Q

what is VNET Gateway

A

Represents end-point remote firewall connects to

19
Q

what subnet does VNET Gateway use

A

Uses it’s own Gateway subnet with a Public IP. On-Prem FW connects to Public IP of this GW

20
Q

when is a Gateway Subnet created

A

Deployed when you create a VNET GW

21
Q

Local Network Gateway

A

GW deployed in Azure and represents on-prem FW

22
Q

how is Local Network Gateway used

A

VNET GW sees this and knows what is the remote peer to connect to. Builds a connection logically to local network GW which is on-prem FW. Specifies what the public IP it’s connecting to and the private subnets allowed to come in from the on-prem network

23
Q

what are the three Requirements for Azure to establish S2S

A
  1. VNET GW
    1. Gateway Subnet
    1. Local Network Gateway
24
Q

WHAT are two key things for VNET GW config

A

a. Need to configure S2S(site to site)/ IPSEC Parameters (HAGLE acronym) on GW
i. Hashing algorithm
ii. Authentication method(Pre shared key)
iii. Group( Diffe-Heilmann group)
iv. Lifetime
v. Encryption algorithm
b. Remote Peer NOT configured on VNET GW

25
Q

What are the two example uses for Express Route

A
  • Used for large companies
  • Used for SLA’s that require extra security and speed
26
Q

Is ExpressRoute cheap?

A

No, * Expensive

27
Q

what is expressroute

A

Creates a direct connection to azure backbone infrastructure via an ISP with a dedicated circuit

28
Q

can you use Azure DNS to buy a domain name

A

NO

29
Q

what are the 5 benefits of azure DNS

A
  • Reliability and performance
    -uses anycast networking
  • Security
    -uses RBAC, resource locking
  • Ease of Use
    -can sue automation ex. az cli
  • Customizable virtual networks
    -supports private DNS domains
  • Alias records
30
Q

what is AzureDNS and how does it affect VMs

A

Service for a VNET that allows you set what DNS servers exist for the VNET. Any VM deployed in the VNET now will get directed to those DNS servers