Mod 3 - Understand Azure Networking Flashcards
VNet
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 many and which IPs does azure reserve?
Ex. 10.1.0.0/24» reserves .1-.3, first useable is .4
Can VNets have connectivity to another VNet by default?
VNets don’t have connectivity from one VNet to another even if in same region.
Can all VMs on different subnets in a VNet communicate to each other by default
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.
Service Endpoint
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
Do PaaS Storage accounts gets FQDN by default
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.
What field do you configure your VNet address block in?
- Address Space
How do you deploy a VNET in azure GUI
- Search for Virtual Networks in Azure Portal
- 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
Will a VM default to Private or Public IP of VNET during setup
private IP of VNET
What year or newer VNETs use the new Resource Manager VNET deployment model?
2019 or newer. only older VNETs use classic mode
what is VNET Peering
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
Why is VNET Peering useful?
Useful for setting up a quick connection to another VNET
Does Peering use VPN encryptions ex. IPSec
No, this is L2 traffic so uses MACsec, frames have encryption
How do you setup peering in azure gui
Go to VNET settings»Pick Peering setting»Add Peering»Set all options to Allow traffic between VNETS
Site to Site VPN
: 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