Multi-Cloud Networking Glossary
Interactive glossary mapping networking terms and services across providers.
Prerequisites
- Basic understanding of cloud networking concepts
- Familiarity with at least one cloud provider
Networking Glossary Filters
Networking Concepts
17 termsVirtual Network
Core NetworkingVirtual Private Cloud provides logically isolated network sections within AWS where you launch resources in a virtual network you define.
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.
Google Virtual Private Cloud provides global, scalable networking for cloud resources and hybrid connectivity with fine-grained network policies.
Subnet
Core NetworkingA range of IP addresses in a VPC. Subnets can be public or private and reside within a single Availability Zone.
A subdivision of a VNet address space that segments resources into logical groups and applies network security rules.
Regional subdivisions of a VPC network. GCP subnets are regional and can span all zones within a region.
Internet Gateway
Core NetworkingA horizontally scaled, redundant, and highly available gateway that allows communication between a VPC and the internet.
Azure provides implicit internet connectivity through its networking stack. Public IPs and load balancers are used instead of an explicit gateway resource.
Cloud Router dynamically exchanges routes between a VPC and on-premises or other networks using BGP, enabling internet and hybrid connectivity.
NAT
Core NetworkingA managed network address translation service that enables instances in a private subnet to connect to the internet while preventing inbound connections.
Azure NAT Gateway provides outbound internet connectivity for virtual networks, simplifying outbound-only internet access for private resources.
Cloud NAT provides outbound NAT for Compute Engine VMs and GKE nodes without external IP addresses, offering high availability and scalability.
Load Balancer
Traffic ManagementElastic 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 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.
A fully distributed, software-defined load balancing service that supports HTTP(S), TCP/SSL, and UDP traffic with global and regional options.
CDN
Traffic ManagementA fast content delivery network that securely delivers data, videos, applications, and APIs with low latency and high transfer speeds through global edge locations.
Azure Content Delivery Network caches content at strategically placed edge locations to minimize latency and accelerate delivery of web content to users.
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 ManagementA scalable domain name system web service that provides DNS routing, domain registration, and health checking with 100% availability SLA.
A hosting service for DNS domains that provides name resolution using Microsoft Azure infrastructure with high availability and fast performance.
A scalable, reliable, and managed authoritative DNS service running on the same infrastructure as Google, with 100% uptime SLA.
VPN
Hybrid ConnectivityCreates an encrypted IPsec VPN tunnel between a VPC and an on-premises network or another AWS VPC over the public internet.
A virtual network gateway that sends encrypted traffic between an Azure VNet and on-premises locations over the public internet using IPsec/IKE tunnels.
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 ConnectivityA dedicated private network connection from on-premises to AWS that reduces bandwidth costs, provides consistent network performance, and bypasses the public internet.
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.
Provides low-latency, high-availability connections between on-premises and Google Cloud VPC networks via Dedicated Interconnect or Partner Interconnect.
Peering
Hybrid ConnectivityA networking connection between two VPCs that enables routing traffic between them using private IPv4 or IPv6 addresses, within or across accounts and regions.
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.
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
SecuritySecurity Groups act as stateful virtual firewalls at the instance level. Network ACLs are stateless firewalls at the subnet level for additional defense-in-depth.
Network Security Groups filter traffic at the subnet or NIC level. Azure Firewall is a managed, cloud-based network security service for VNet resources.
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
SecurityProvides private connectivity between VPCs, AWS services, and on-premises networks without exposing traffic to the public internet via interface VPC endpoints.
Enables access to Azure PaaS services and customer-owned services over a private endpoint in your virtual network, keeping traffic on the Microsoft backbone.
Allows private consumption of services across VPC networks by creating private endpoints that map to Google APIs or producer services.
WAF
SecurityA web application firewall that protects web applications from common exploits by filtering malicious web traffic based on customizable rules.
Provides centralized protection of web applications from common exploits and vulnerabilities, integrated with Application Gateway and Front Door.
Provides DDoS protection and WAF capabilities for applications behind external load balancers with customizable security policies and pre-configured rules.
DDoS Protection
SecurityAWS Shield provides managed DDoS protection. Shield Standard is free and automatic; Shield Advanced adds enhanced detection, mitigation, and cost protection.
Azure DDoS Protection provides enhanced mitigation for Azure VNet resources against volumetric, protocol, and application-layer DDoS attacks.
Cloud Armor provides built-in DDoS protection for applications behind Google Cloud load balancers with always-on detection and automatic mitigation.
Service Mesh
Traffic ManagementA service mesh that provides application-level networking for microservices with traffic management, observability, and security features using Envoy proxies.
Azure does not offer a first-party service mesh. Azure Kubernetes Service supports open-source meshes such as Istio, Linkerd, and Open Service Mesh.
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 ManagementA fully managed service to create, publish, maintain, monitor, and secure REST, HTTP, and WebSocket APIs at any scale.
A hybrid, multi-cloud management platform for APIs that provides a gateway, developer portal, and analytics for publishing APIs securely at scale.
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 ConnectivityA network transit hub that connects VPCs and on-premises networks through a central gateway, simplifying network architecture and reducing peering complexity.
A networking service that consolidates networking, security, and routing functions into a single operational interface for branch, VNet, and user connectivity.
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
- 1Networking terminology differs across AWS, Azure, and GCP but maps to similar concepts.
- 2VPC (AWS), VNet (Azure), and VPC (GCP) all represent isolated virtual networks.
- 3Load balancer types vary by provider but serve the same traffic distribution purpose.
- 4DNS services (Route 53, Azure DNS, Cloud DNS) share core record type support.
- 5Understanding cross-provider terminology is essential for multi-cloud architectures.
Frequently Asked Questions
What is the equivalent of an AWS VPC in Azure?
How do load balancers differ across AWS, Azure, and GCP?
Are firewall rules the same across cloud providers?
What is a peering connection in multi-cloud networking?
Which cloud provider has the best global networking?
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.