PART 2: NETWORKING SERVICES

2.1 Azure Virtual Network (VNet)

Overview

Your private network in Azure. All resources connect here.

Key Concepts

VNet Peering

Interview Q&A

Peering transitive? No.

Service vs Private Endpoint: Private Endpoint = more secure (no public access).

2.2 Azure Load Balancer

Overview

L4 load balancer for TCP/UDP traffic.

SKUs

FeatureBasicStandard
SLANone99.99%
ZonesNoYes

Types

Key Concepts

2.3 Azure Application Gateway

Overview

L7 load balancer with WAF.

Key Features

SKUs

SKUScalingWAF
Standard v2AutoNo
WAF v2AutoYes

2.4 Azure Front Door

Overview

Global L7 load balancer with CDN capabilities.

Key Features

Comparison

FeatureFront DoorTraffic Manager
LayerL7DNS
FailoverFastSlow (TTL)

2.5 Azure VPN Gateway

Overview

Encrypted connectivity between on-prem and Azure.

Key Concepts

2.6 Azure ExpressRoute

Private dedicated connection to Azure (no internet).

2.7 Azure Firewall

Overview

Managed cloud firewall (L3–L7).

2.8 Azure DNS

DNS hosting with public and private zones.

2.9 Private Link & Private Endpoint

Secure private access to Azure services without internet.

2.10 Network Security Groups (NSGs)

Overview

L3/L4 firewall for subnet/NIC.

Rule Properties

2.11 Azure Traffic Manager

Overview

DNS-based traffic routing.

Routing Methods

MethodDescription
PriorityFailover
WeightedLoad distribution
PerformanceLowest latency

2.12 Azure Virtual WAN

Global networking hub for branch connectivity.

2.13 Azure Bastion

Secure RDP/SSH without public IP.

2.14 Azure CDN

Content delivery network for caching at edge.

2.15 NAT Gateway

Outbound SNAT with fixed public IP.

2.16 Network Watcher