Cloud Computing
Cloud networking
Every cloud resource sits on a network somebody designed, whether deliberately or by accepting the defaults. Virtual networks, subnets, routing, load balancers, DNS and private links to the office decide what can talk to what, and most outages and breaches in the cloud trace back to a line in that design. Administrators who understood networks on premises have a head start here.
Why this topic exists: Virtual networks, subnets, load balancers, DNS, content delivery and hybrid connectivity are where on-premises networking meets the cloud (SAA-C03; AZ-104; both vendors also sell a networking specialty exam).
Cloud networking is the design of the private networks cloud resources live in, and of the paths between them, the internet and an organisation's own sites. Nothing is cabled by hand; every network, route and rule is a configuration object created through an API. That makes networks quick to build and just as quick to build badly, since a single route or rule can expose a database or cut off a region.
- Virtual networks and subnets: an address range you control inside the provider, split into public subnets that face the internet and private ones that do not. AWS calls it a VPC, Azure a virtual network.
- Routing and gateways: route tables decide where traffic goes, and NAT gateways let private resources reach outwards without becoming reachable themselves.
- Filtering: security groups and network access control lists act as firewalls around resources and subnets.
- **Load balancing**: spreading requests across healthy targets, either at the application layer (layer 7) or at the transport layer (layer 4).
- **DNS and content delivery**: names that send users to the right region, and edge caches that serve content close to them.
- Hybrid links: a site-to-site VPN over the internet, or a dedicated private circuit such as AWS Direct Connect or Azure ExpressRoute.
How the exams test it
The SAA-C03 blueprint has no networking domain, yet networks run through all four. The secure-architecture domain asks for VPC designs built from security groups, route tables, network ACLs and NAT gateways, and for segmentation into public and private subnets. The performance domain wants topologies for global, hybrid and multi-tier systems and a choice between VPN, Direct Connect and PrivateLink. The cost domain asks where traffic between regions and zones adds charges, and when one shared NAT gateway will do instead of one per zone. AZ-104 gives virtual networking a domain of its own for Azure administrators, and AZ-900 introduces virtual networks, subnets, peering, Azure DNS, VPN Gateway and ExpressRoute by name. Google's Professional Cloud Architect examines network design on its platform at architect level.
The habit that follows people from the data centre
Experienced network engineers adapt fastest, but they bring one habit that misleads: treating the network boundary as the main line of defence. Many managed services are reached through provider endpoints rather than your own subnets, so identity policy often decides access as much as a firewall rule does. The opposite mistake belongs to developers, who accept default networks with everything public because it worked on the first attempt. Plan address ranges before the first network exists, since overlapping ranges make peering and hybrid links painful later, and decide early which resources may face the internet at all.
Where to go next
Containers add one more layer: inside a cluster, workloads receive addresses from an overlay network provided through the Container Network Interface, a CNCF project, which the containers and Kubernetes topic introduces. The defensive side of network rules belongs to cloud security and, more broadly, network security. Migrations depend on hybrid links being ready early; see cloud migration.
Next to this topic
- Cloud fundamentalsService and deployment models, regions and availability zones, elasticity and shared responsibility: the vocabulary every foundational exam tests first (AZ-900 Cloud Concepts; CLF-C02; NIST SP 800-145).
- Cloud platforms: AWS, Azure, Google Cloud, OCIThe four platforms differ in naming, pricing, regions and certification ladders; choosing one is the first decision most learners and teams make (vendor exam guides; the four certification hubs on this site).
- Cloud governance and landing zonesAccounts, subscriptions and projects, management groups, policy, tagging, budgets and locks: how an estate is organised before anything is deployed (AZ-900 Azure management and governance, its one of the three areas, at 30 to 35 per cent; the Well-Architected security and cost pillars).
- Containers and KubernetesContainers are the unit of deployment in cloud-native work and Kubernetes the orchestrator; CNCF's Runtime and Orchestration categories and the CKA exam define the field.
- Serverless and event-driven computingFunctions, managed queues and event buses change how systems are designed and billed; SAA-C03 and the AWS Serverless knowledge badge treat it as its own discipline.
- Cloud storage and managed databasesObject, block and file storage and the managed relational and NoSQL services are the questions that reach into all four SAA-C03 domains in the associate exams (SAA-C03; AZ-104; DP-900 for the data side).
- Cloud architecture and the well-architected pillarsDesigning for reliability, performance, security and cost is what the architect exams certify (SAA-C03's four domains; AZ-305; Professional Cloud Architect) and what the Well-Architected Framework's six pillars name.
- Infrastructure as code and automationDeclaring environments in code (Terraform, CloudFormation, Bicep, Pulumi, Ansible) is CNCF's Provisioning category and the operating habit every cloud team is hired for (AZ-400; SAP-C02).
- Cloud operations and observabilityRunning what was built: monitoring, logging, tracing, alerting and reliability engineering (CNCF Observability and Analysis; the Well-Architected Operational Excellence pillar; the CloudOps exam, formerly SysOps).
- Cloud cost and FinOpsMeasured, variable cost is one of NIST's five cloud characteristics and the commonest failure in practice; the FinOps Framework (Inform, Optimize, Operate) and SAA-C03's cost-optimised domain make it a discipline, not an afterthought.
- Cloud migration and hybridMoving existing workloads (rehost, replatform, refactor) and running hybrid estates is a large part of enterprise cloud work, and the architect exams test it; the hosting guides cover the small end of a move.
Concepts to know
Glossary entries with the reason each one matters here.
- Load Balancing
Cloud load balancers are the entry point of nearly every architecture.
- DNS
Cloud DNS services route traffic across regions and between environments.
- CDN
Content delivery is a cloud networking service.
- VPN
Site-to-site tunnels are the usual first form of hybrid connectivity.
Certifications that test it
Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.
- AWS · SAA-C03AWS Certified Solutions Architect – AssociateVPC design runs through every domain.
- Microsoft · AZ-104Microsoft Certified: Azure Administrator AssociateVirtual networking is an administrator domain.
- Google Cloud · PCAGoogle Cloud Professional Cloud ArchitectNetwork design at architect level on Google Cloud.
Frequently asked
- Do I need networking knowledge before learning the cloud?
- Enough to read an address range, understand what a route and a firewall rule do, and follow how DNS resolves a name. Without that, most cloud architecture questions turn into guesswork, because nearly every design choice ends in a network setting.
- When is a dedicated private circuit worth it over a VPN?
- A site-to-site VPN runs over the public internet and is quick to set up. A dedicated circuit such as Direct Connect or ExpressRoute gives a private path, at the cost of lead time and a contract. Many estates begin with a VPN and add a circuit once traffic or requirements grow, sometimes keeping the VPN as a fallback.
- Why does network traffic show up on the cloud bill?
- Providers charge for some data movement, for example between regions or between zones, and the SAA-C03 blueprint tests how routing choices and private endpoints reduce it. Placing components that talk constantly close to each other can change the invoice noticeably.
Courses in the directory
27 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.
Last reviewed 26 September 2026 · Getting Digital
