Back to board
200Cloud Networking And AccessSign in neededSignals connecting

Cloud Operating Models / Cloud Networking And Access

Cloud Networking In Plain English

Learn the basic cloud networking vocabulary needed to discuss connectivity, exposure, and private access.

8 min read 200 Intermediate 1/1 in module
allarchitectdeveloperplatform-engineer
Why readThe Core Idea

Learn the basic cloud networking vocabulary needed to discuss connectivity, exposure, and private access.

How to use itApply one decision rule

Use the brief to sharpen a real cloud upskill conversation: what is the decision, what evidence matters, and what should remain human-led?

What to retainHow To Talk About This With IT

Capture one design rule you would reuse when reviewing an AI workload, assistant, or operating model.

01

Executive note

The Core Idea

Cloud networking defines how users, applications, services, and data stores communicate. It controls what is reachable, from where, through which path, and under which protections.

Good cloud networking is not about making everything private by default or public by default. It is about matching exposure to purpose and risk.

02

Section 2 of 7

Plain-English Vocabulary

Azure uses virtual networks, subnets, private endpoints, private DNS zones, and gateways. AWS uses VPCs, subnets, PrivateLink, Route 53, and load balancers for similar needs.

  • Virtual network: an isolated network boundary in cloud.
  • Subnet: a smaller network segment used to organize and control resources.
  • Private endpoint: a private network address for a managed cloud service.
  • Gateway: a controlled entry point for traffic.
  • Firewall: a policy enforcement point for network traffic.
  • DNS: the naming system that lets systems find endpoints by name.
03

Section 3 of 7

Realistic Scenario

A web portal is public, but its API, database, and observability tools should not be broadly exposed. Users reach the portal through a managed gateway. The API talks privately to the database. Administrators reach operations tools through approved internal routes.

The design is not simply "public" or "private"; it is layered exposure.

04

Section 4 of 7

Why It Matters

Many cloud incidents start from misunderstood exposure. A database, storage account, dashboard, or API may be technically reachable even when the business assumed it was private.

Networking language helps business and IT agree on who needs access and what should never be internet-facing.

05

Section 5 of 7

Common Misunderstandings

  • A private IP does not automatically mean the whole solution is secure.
  • A public endpoint does not automatically mean anyone can use it; identity and authorization still matter.
  • DNS is not just a technical detail; incorrect DNS can break private access.
  • Network controls do not replace application authorization.
07

Section 7 of 7

How To Talk About This With IT

Ask: "Which parts must be public, which must be private, and how do we prove the traffic follows the intended path?"

Versionv1.1Updated 09 Jun 2026
MCMarius CONSTANTINESCU