Skip to content
Getting Digital

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

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.

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.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital