Skip to content
IT Atlas

Cloud · Cloud Fundamentals

Cloud Networking

Software defined networks inside cloud platforms: virtual networks, subnets, route tables, peering, private endpoints and hybrid connectivity.

IntermediateUpdated 2026-09-01

Overview

Cloud networking reimplements familiar primitives as API objects. Virtual networks and subnets define address space, route tables direct traffic, security groups filter it, and gateways or private endpoints provide controlled reachability to services and on premises networks.

Hybrid connectivity uses IPSec VPN for simplicity or a private circuit, ExpressRoute, Direct Connect, Cloud Interconnect, for capacity and consistent latency, with BGP exchanging routes in both cases.

Security considerations

  • Use private endpoints or service endpoints so managed data services are not reachable from the public internet.
  • Enable flow logs and centralise them; without them, cloud network investigation is impossible.