04-Virtual Networking Flashcards
What are Azure Networking Components?
Virtual Network
Load Balancer
Application Gateway
Traffic Manager profile
Virtual network gateway
Virtual WAN
What is Virtual Network
Logically isolated section in MS Azure and securely connect it outward
Logical representation of your own network
Create dedicated private cloud-only virtual network
Securely extend your datacenter with virtual networks
Enable hybrid cloud scenarios
What is Load Balancer
Distributes incoming traffic among backend virtual machine instances
What is Application Gateway
Scalable layer-7 load balancer offering various traffic routing rules and SSL termination for backend
What is Traffic Manager profile
Allows you to control the distribution of user
What is Virtual network gateway
VPN device in your Azure virtual network and used with site-to-site and VNet-to-VNet VPN
What is Virtual WAN
Networking service that provides optimized and automated branch-to-branch
What are Subnets
Logical division within your network
Virtual network can be segmented into one or more subnets
Helps improve security, increase performance, and make it easer to manage the network
Must have unique address range - cannot overlap with other subnets in the virtual network in the subscription
What is Private IP Address
Used within an Azure virtual network (VNet) and your on-prem network when you use VPN gateway or ExpressRoute circuit to extend your network to Azure
What is Public IP Address
Used for communication with the Internet, including Azure public-facing services
Where can you associate Public IP Address
Virtual Machine - NIC
Load Balancer - Front-end configuration (Internet-facing)
VPN Gateway - Gateway IP configuration
Application Gateway - Front-end configuration
Where can you associate Private IP Address
Virtual Machine
Internal Load Balancer
Application Gateway
What is Static IP
FILL IN
What is Dynamic IP
FILL IN
What is Network Security Group
Lists the security rules that ALLOW or DENY inbound or outbound network traffic
Limits network traffic to resources in a virtual network
Associated to a subnet or a network interface
Can be associated multiple times