Skip to main content
Multi-CloudNetworkingbeginner

Multi-Cloud Networking Glossary

Interactive glossary mapping networking terms and services across providers.

CloudToolStack Team10 min readPublished Feb 22, 2026

Prerequisites

  • Basic understanding of cloud networking concepts
  • Familiarity with at least one cloud provider

Networking Glossary Filters

Category

Networking Concepts

17 terms

Virtual Network

Core Networking
AWS
VPC

Virtual Private Cloud provides logically isolated network sections within AWS where you launch resources in a virtual network you define.

Azure
VNet

Azure Virtual Network is the fundamental building block for private networks in Azure, enabling resources to securely communicate with each other, the internet, and on-premises networks.

GCP
VPC

Google Virtual Private Cloud provides global, scalable networking for cloud resources and hybrid connectivity with fine-grained network policies.

Subnet

Core Networking
AWS
Subnet

A range of IP addresses in a VPC. Subnets can be public or private and reside within a single Availability Zone.

Azure
Subnet

A subdivision of a VNet address space that segments resources into logical groups and applies network security rules.

GCP
Subnet

Regional subdivisions of a VPC network. GCP subnets are regional and can span all zones within a region.

Internet Gateway

Core Networking
AWS
Internet Gateway (IGW)

A horizontally scaled, redundant, and highly available gateway that allows communication between a VPC and the internet.

Azure
N/A (implicit)

Azure provides implicit internet connectivity through its networking stack. Public IPs and load balancers are used instead of an explicit gateway resource.

GCP
Cloud Router

Cloud Router dynamically exchanges routes between a VPC and on-premises or other networks using BGP, enabling internet and hybrid connectivity.

NAT

Core Networking
AWS
NAT Gateway

A managed network address translation service that enables instances in a private subnet to connect to the internet while preventing inbound connections.

Azure
NAT Gateway

Azure NAT Gateway provides outbound internet connectivity for virtual networks, simplifying outbound-only internet access for private resources.

GCP
Cloud NAT

Cloud NAT provides outbound NAT for Compute Engine VMs and GKE nodes without external IP addresses, offering high availability and scalability.

Load Balancer

Traffic Management
AWS
ELB / ALB / NLB

Elastic Load Balancing distributes incoming traffic across targets. ALB operates at Layer 7 (HTTP/HTTPS), NLB at Layer 4 (TCP/UDP), and CLB is the legacy option.

Azure
Azure LB / Application Gateway

Azure Load Balancer operates at Layer 4 for TCP/UDP traffic. Application Gateway is a Layer 7 load balancer with WAF, SSL termination, and URL-based routing.

GCP
Cloud Load Balancing

A fully distributed, software-defined load balancing service that supports HTTP(S), TCP/SSL, and UDP traffic with global and regional options.

CDN

Traffic Management
AWS
CloudFront

A fast content delivery network that securely delivers data, videos, applications, and APIs with low latency and high transfer speeds through global edge locations.

Azure
Azure CDN

Azure Content Delivery Network caches content at strategically placed edge locations to minimize latency and accelerate delivery of web content to users.

GCP
Cloud CDN

Cloud CDN leverages Google's globally distributed edge points of presence to cache HTTP(S) content close to users, providing low-latency delivery.

DNS

Traffic Management
AWS
Route 53

A scalable domain name system web service that provides DNS routing, domain registration, and health checking with 100% availability SLA.

Azure
Azure DNS

A hosting service for DNS domains that provides name resolution using Microsoft Azure infrastructure with high availability and fast performance.

GCP
Cloud DNS

A scalable, reliable, and managed authoritative DNS service running on the same infrastructure as Google, with 100% uptime SLA.

VPN

Hybrid Connectivity
AWS
Site-to-Site VPN

Creates an encrypted IPsec VPN tunnel between a VPC and an on-premises network or another AWS VPC over the public internet.

Azure
VPN Gateway

A virtual network gateway that sends encrypted traffic between an Azure VNet and on-premises locations over the public internet using IPsec/IKE tunnels.

GCP
Cloud VPN

Cloud VPN securely connects on-premises networks to Google Cloud VPC networks through an IPsec VPN connection with HA VPN or Classic VPN options.

Direct Connect

Hybrid Connectivity
AWS
Direct Connect

A dedicated private network connection from on-premises to AWS that reduces bandwidth costs, provides consistent network performance, and bypasses the public internet.

Azure
ExpressRoute

A private connection between Azure datacenters and on-premises infrastructure or a colocation facility, offering higher reliability, faster speeds, and lower latencies than internet connections.

GCP
Cloud Interconnect

Provides low-latency, high-availability connections between on-premises and Google Cloud VPC networks via Dedicated Interconnect or Partner Interconnect.

Peering

Hybrid Connectivity
AWS
VPC Peering

A networking connection between two VPCs that enables routing traffic between them using private IPv4 or IPv6 addresses, within or across accounts and regions.

Azure
VNet Peering

Connects Azure virtual networks seamlessly, enabling resources in either VNet to communicate with each other with low latency and high bandwidth using the Microsoft backbone.

GCP
VPC Network Peering

Allows private RFC 1918 connectivity across two VPC networks, whether they belong to the same project or different organizations, using Google's internal network.

Firewall

Security
AWS
Security Groups + NACLs

Security Groups act as stateful virtual firewalls at the instance level. Network ACLs are stateless firewalls at the subnet level for additional defense-in-depth.

Azure
NSG + Azure Firewall

Network Security Groups filter traffic at the subnet or NIC level. Azure Firewall is a managed, cloud-based network security service for VNet resources.

GCP
VPC Firewall Rules

Distributed firewall rules that allow or deny connections to or from VM instances. Rules are applied at the network level and enforced per-instance.

Private Link

Security
AWS
PrivateLink

Provides private connectivity between VPCs, AWS services, and on-premises networks without exposing traffic to the public internet via interface VPC endpoints.

Azure
Private Link

Enables access to Azure PaaS services and customer-owned services over a private endpoint in your virtual network, keeping traffic on the Microsoft backbone.

GCP
Private Service Connect

Allows private consumption of services across VPC networks by creating private endpoints that map to Google APIs or producer services.

WAF

Security
AWS
AWS WAF

A web application firewall that protects web applications from common exploits by filtering malicious web traffic based on customizable rules.

Azure
Azure WAF

Provides centralized protection of web applications from common exploits and vulnerabilities, integrated with Application Gateway and Front Door.

GCP
Cloud Armor

Provides DDoS protection and WAF capabilities for applications behind external load balancers with customizable security policies and pre-configured rules.

DDoS Protection

Security
AWS
Shield

AWS Shield provides managed DDoS protection. Shield Standard is free and automatic; Shield Advanced adds enhanced detection, mitigation, and cost protection.

Azure
DDoS Protection

Azure DDoS Protection provides enhanced mitigation for Azure VNet resources against volumetric, protocol, and application-layer DDoS attacks.

GCP
Cloud Armor

Cloud Armor provides built-in DDoS protection for applications behind Google Cloud load balancers with always-on detection and automatic mitigation.

Service Mesh

Traffic Management
AWS
App Mesh

A service mesh that provides application-level networking for microservices with traffic management, observability, and security features using Envoy proxies.

Azure
N/A

Azure does not offer a first-party service mesh. Azure Kubernetes Service supports open-source meshes such as Istio, Linkerd, and Open Service Mesh.

GCP
Traffic Director

A fully managed traffic control plane for service mesh that configures Envoy sidecar proxies for global load balancing, traffic policies, and telemetry.

API Gateway

Traffic Management
AWS
API Gateway

A fully managed service to create, publish, maintain, monitor, and secure REST, HTTP, and WebSocket APIs at any scale.

Azure
API Management

A hybrid, multi-cloud management platform for APIs that provides a gateway, developer portal, and analytics for publishing APIs securely at scale.

GCP
API Gateway / Apigee

API Gateway provides serverless API management for Cloud Functions and Cloud Run. Apigee is a full-lifecycle API management platform for enterprise workloads.

Transit

Hybrid Connectivity
AWS
Transit Gateway

A network transit hub that connects VPCs and on-premises networks through a central gateway, simplifying network architecture and reducing peering complexity.

Azure
Virtual WAN

A networking service that consolidates networking, security, and routing functions into a single operational interface for branch, VNet, and user connectivity.

GCP
Network Connectivity Center

A hub-and-spoke model for network connectivity management that unifies hybrid, multi-cloud, and Google Cloud connectivity through a central hub.

Raw Data

[
  {
    "concept": "Virtual Network",
    "category": "core-networking",
    "aws": "VPC",
    "azure": "VNet",
    "gcp": "VPC"
  },
  {
    "concept": "Subnet",
    "category": "core-networking",
    "aws": "Subnet",
    "azure": "Subnet",
    "gcp": "Subnet"
  },
  {
    "concept": "Internet Gateway",
    "category": "core-networking",
    "aws": "Internet Gateway (IGW)",
    "azure": "N/A (implicit)",
    "gcp": "Cloud Router"
  },
  {
    "concept": "NAT",
    "category": "core-networking",
    "aws": "NAT Gateway",
    "azure": "NAT Gateway",
    "gcp": "Cloud NAT"
  },
  {
    "concept": "Load Balancer",
    "category": "traffic-management",
    "aws": "ELB / ALB / NLB",
    "azure": "Azure LB / Application Gateway",
    "gcp": "Cloud Load Balancing"
  },
  {
    "concept": "CDN",
    "category": "traffic-management",
    "aws": "CloudFront",
    "azure": "Azure CDN",
    "gcp": "Cloud CDN"
  },
  {
    "concept": "DNS",
    "category": "traffic-management",
    "aws": "Route 53",
    "azure": "Azure DNS",
    "gcp": "Cloud DNS"
  },
  {
    "concept": "VPN",
    "category": "hybrid-connectivity",
    "aws": "Site-to-Site VPN",
    "azure": "VPN Gateway",
    "gcp": "Cloud VPN"
  },
  {
    "concept": "Direct Connect",
    "category": "hybrid-connectivity",
    "aws": "Direct Connect",
    "azure": "ExpressRoute",
    "gcp": "Cloud Interconnect"
  },
  {
    "concept": "Peering",
    "category": "hybrid-connectivity",
    "aws": "VPC Peering",
    "azure": "VNet Peering",
    "gcp": "VPC Network Peering"
  },
  {
    "concept": "Firewall",
    "category": "security",
    "aws": "Security Groups + NACLs",
    "azure": "NSG + Azure Firewall",
    "gcp": "VPC Firewall Rules"
  },
  {
    "concept": "Private Link",
    "category": "security",
    "aws": "PrivateLink",
    "azure": "Private Link",
    "gcp": "Private Service Connect"
  },
  {
    "concept": "WAF",
    "category": "security",
    "aws": "AWS WAF",
    "azure": "Azure WAF",
    "gcp": "Cloud Armor"
  },
  {
    "concept": "DDoS Protection",
    "category": "security",
    "aws": "Shield",
    "azure": "DDoS Protection",
    "gcp": "Cloud Armor"
  },
  {
    "concept": "Service Mesh",
    "category": "traffic-management",
    "aws": "App Mesh",
    "azure": "N/A",
    "gcp": "Traffic Director"
  },
  {
    "concept": "API Gateway",
    "category": "traffic-management",
    "aws": "API Gateway",
    "azure": "API Management",
    "gcp": "API Gateway / Apigee"
  },
  {
    "concept": "Transit",
    "category": "hybrid-connectivity",
    "aws": "Transit Gateway",
    "azure": "Virtual WAN",
    "gcp": "Network Connectivity Center"
  }
]

Key Takeaways

  1. 1Networking terminology differs across AWS, Azure, and GCP but maps to similar concepts.
  2. 2VPC (AWS), VNet (Azure), and VPC (GCP) all represent isolated virtual networks.
  3. 3Load balancer types vary by provider but serve the same traffic distribution purpose.
  4. 4DNS services (Route 53, Azure DNS, Cloud DNS) share core record type support.
  5. 5Understanding cross-provider terminology is essential for multi-cloud architectures.

Frequently Asked Questions

What is the equivalent of an AWS VPC in Azure?
The Azure equivalent of an AWS VPC is a Virtual Network (VNet). Both provide logically isolated network environments within the cloud, support subnets, route tables, and network security groups.
How do load balancers differ across AWS, Azure, and GCP?
AWS offers ALB, NLB, and GLB. Azure provides Azure Load Balancer (L4) and Application Gateway (L7). GCP has Cloud Load Balancing with global and regional options. All support health checks and traffic distribution.
Are firewall rules the same across cloud providers?
The concept is similar but implementation differs. AWS uses Security Groups and NACLs, Azure uses NSGs and Azure Firewall, and GCP uses VPC Firewall Rules. All filter traffic based on IP, port, and protocol.
What is a peering connection in multi-cloud networking?
Peering connects two virtual networks so resources can communicate using private IPs. AWS has VPC Peering, Azure has VNet Peering, and GCP has VPC Network Peering. Cross-cloud peering requires VPN or interconnect.
Which cloud provider has the best global networking?
GCP is often cited for its global VPC and premium-tier network using Google's backbone. AWS and Azure offer similar capabilities through Transit Gateway and Virtual WAN respectively, but require more explicit configuration.

Written by CloudToolStack Team

Cloud engineers and architects with hands-on experience across AWS, Azure, and GCP. We write guides based on real-world production patterns, not just documentation rewrites.

Disclaimer: This guide is for educational purposes. Cloud services change frequently; always refer to official documentation for the latest information. AWS, Azure, and GCP are trademarks of their respective owners.