Cloud networking reuses everything from Networking Fundamentals — IP addressing, subnetting, routing and firewalls — applied in software.
Networking in the Cloud
VPCs, subnets and cloud firewalls — your on-prem skills, applied.
Tap or hover a part to learn more.
Your private cloud network.
A Virtual Private Cloud (AWS) or Virtual Network (Azure) is your isolated, software-defined network in the cloud. You define its address space with CIDR — the same subnetting skills as on-prem apply.
Check your understanding
1. An AWS VPC / Azure VNet is…
2. Which control is a stateful, instance-level cloud firewall?
The building blocks
- Virtual network (VPC/VNet) — your isolated, software-defined network, sized with CIDR.
- Subnets — public (internet-facing) and private (databases, back-ends) tiers.
- Security groups & NACLs — stateful instance-level and stateless subnet-level firewalls; default-deny and least privilege still apply.
- Connectivity — internet gateways, NAT, peering, VPN and private links tie it all together, including back to on-premises for hybrid cloud.
