Core Services: Networking Flashcards
Azure Virtual Network
Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure. VNet enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks.
Choose a range of Ips (big range)
Lower the number = more IP addresses
Virtual Private Network (VPN)
Secure connection (not public internet) for connecting to cloud resources from on prem.
Azure Load Balancer
Used for distributing incoming network traffic across a group of backend resources (VMs or servers)
Distributes across several availability zones to get high availability
You define the forwarding rules based on source IP and port to destination IP and port.
Azure Application Gateway
Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications.
Application Gateway can make routing decisions based on additional attributes of an HTTP request e.g. /images or /video, can route to the best server for this.
Azure DNS
Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure.
Provides ultra-fast DNS responses and ultra-high domain availability
Azure Content Delivery Network
Delivers high-bandwidth content to customers globally
Azure DDoS Protection
Protects Azure-hosted applications from distributed denial of service (DDOS) attacks
Azure Traffic Manager
Distributes network traffic across Azure regions worldwide
Operates at the DNS layer
Azure ExpressRoute**
ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection facilitated by a connectivity provider.
Connects to Azure from on prem over high-bandwidth dedicated secure connections
Super fast connection
Azure Network Watcher
Monitors and diagnoses network issues using scenario-based analysis
Azure Firewall
Implements high-security, high-availability firewall with unlimited scalability
Network Security Groups
Virtual firewall at subnet level
Can group VMs within a subnet to have certain security.
Subnets
Breakup of vNet into smaller partitions
Have fewer IP addresses than Vnets
Public/private subnets
Public reach the internet. Private do not.