Virtual Private Cloud
- Virtual Private Cloud (VPC) provides networking functionality for the cloud-based resources and services that is global, scalable, and flexible.
- VPC networks are global resources, including the associated routes and firewall rules, and are not associated with any particular region or zone.
- Subnets are regional resources and each subnet defines a range of IP addresses
- IPv6 Support
- VPC networks support dual-stack (IPv4 and IPv6) subnets in custom-mode VPC networks.
- IPv6 functionality is available only in Premium Tier.
- Supports both external (GUA – Globally Unique Addresses) and internal (ULA – Unique Local Addresses) IPv6 ranges.
- VMs can have IPv4-only, dual-stack, or IPv6-only interfaces.
- Cloud NGFW (Next Generation Firewall)
- replaces legacy VPC firewall rules with network firewall policies.
- protects workloads by applying controls at Layer 3, Layer 4, and Layer 7 of the network stack.
- available in three tiers:
- Essentials – rules based on IP ranges, ports, and protocols
- Standard – adds FQDN objects, geo-location objects, and threat intelligence
- Enterprise – adds Intrusion Detection and Prevention Service (IPS) powered by Palo Alto Networks, TLS inspection
- Google recommends migrating from legacy VPC firewall rules to Cloud NGFW network firewall policies.
- Network firewall policies can be attached to a single VPC or group of VPCs (unlike legacy VPC firewall rules which apply to a single VPC only).
- Resources within a VPC network can communicate with one another by using internal IPv4 addresses, subject to applicable network firewall rules.
- Private access options for services allow instances with internal IP addresses to communicate with Google APIs and services.
- Private Service Connect (PSC)
- allows consumers to access managed services privately from inside their VPC network.
- allows managed service producers to host services in their own separate VPC networks and offer a private connection to consumers.
- creates service endpoints in consumer VPCs that provide private connectivity and policy enforcement.
- Shared VPC to keep a VPC network in a common host project shared with service projects. Authorized IAM members from other projects in the same organization can create resources that use subnets of the Shared VPC network
- VPC Network Peering allows VPC networks to be connected with other VPC networks in different projects or organizations.
- VPC networks can be securely connected in hybrid environments by using Cloud VPN or Cloud Interconnect.
- Primary and Secondary IP address cannot overlap with the on-premises CIDR
- VPC Flow Logs records a sample of network flows sent from and received by VM instances, including instances used as GKE nodes.
Cloud Load Balancing
- Cloud Load Balancing is a fully distributed, software-defined managed load balancing service
- distributes user traffic across multiple instances of the applications and reduces the risk of performance issues by spreading the load
- provides health checking mechanisms that determine if backends, such as instance groups and zonal network endpoint groups (NEGs), are healthy and properly respond to traffic.
- supports IPv6 clients with Application Load Balancers and proxy Network Load Balancers.
- Note: Google Cloud has renamed load balancer types. HTTP(S) Load Balancing is now Application Load Balancer, TCP/UDP Load Balancing is now passthrough Network Load Balancer, and SSL Proxy/TCP Proxy are now proxy Network Load Balancer.
- supports multiple Cloud Load Balancing types
- Internal Application Load Balancer (formerly Internal HTTP(S) Load Balancing)
- is a proxy-based, regional Layer 7 load balancer that enables running and scaling services behind an internal IP address.
- also available as a cross-region internal Application Load Balancer for multi-region backends with automatic failover.
- supports a regional backend service, which distributes HTTP and HTTPS requests to healthy backends (either instance groups containing CE VMs or NEGs containing GKE containers).
- supports path based routing
- preserves the Host header of the original client request and also appends two IP addresses (Client and LB) to the
X-Forwarded-Forheader - supports a regional health check that periodically monitors the readiness of the backends.
- has native support for the WebSocket protocol when using HTTP or HTTPS as the protocol to the backend
- External Application Load Balancer (formerly External HTTP(S) Load Balancing)
- is a global, proxy-based Layer 7 load balancer that enables running and scaling the services worldwide behind a single external IP address
- distributes HTTP and HTTPS traffic to backends hosted on Compute Engine and GKE
- offers global (cross-regional) and regional load balancing
- supports content-based load balancing using URL maps
- preserves the Host header of the original client request and also appends two IP addresses (Client and LB) to the
X-Forwarded-Forheader - supports connection draining on backend services
- has native support for the WebSocket protocol when using HTTP or HTTPS as the protocol to the backend
- supports mutual TLS (mTLS) authentication for client certificate-based authentication.
- Internal passthrough Network Load Balancer (formerly Internal TCP/UDP Load Balancing)
- is a managed, internal, pass-through, regional Layer 4 load balancer that enables running and scaling services behind an internal IP address
- distributes traffic among VM instances in the same region in a Virtual Private Cloud (VPC) network by using an internal IP address.
- provides high-performance, pass-through Layer 4 load balancer for TCP or UDP traffic.
- routes original connections directly from clients to the healthy backends, without any interruption.
- does not terminate SSL traffic and SSL traffic can be terminated by the backends instead of by the load balancer
- provides access through VPC Network Peering, Cloud VPN or Cloud Interconnect
- supports health check that periodically monitors the readiness of the backends.
- External passthrough Network Load Balancer (formerly External TCP/UDP Network Load Balancing)
- is a managed, external, pass-through, regional Layer 4 load balancer that distributes TCP or UDP traffic originating from the internet to among VM instances in the same region
- Load-balanced packets are received by backend VMs with their source IP unchanged.
- Load-balanced connections are terminated by the backend VMs. Responses from the backend VMs go directly to the clients, not back through the load balancer (direct server return).
- scope of a network load balancer is regional, not global. A network load balancer cannot span multiple regions. Within a single region, the load balancer services all zones.
- supports connection tracking table and a configurable consistent hashing algorithm to determine how traffic is distributed to backend VMs.
- supports additional protocols like UDP, ESP, GRE, ICMP, and ICMPv6.
- External proxy Network Load Balancer (formerly External SSL Proxy and TCP Proxy Load Balancing)
- is a reverse proxy load balancer that distributes SSL or TCP traffic coming from the internet to VM instances in the VPC network.
- with SSL traffic, user SSL (TLS) connections are terminated at the load balancing layer, and then proxied to the closest available backend instances by using either SSL (recommended) or TCP.
- supports global load balancing service with the Premium Tier and regional load balancing service with the Standard Tier
- is intended for non-HTTP(S) traffic. For HTTP(S) traffic, use Application Load Balancers.
- supports proxy protocol header to preserve the original source IP addresses of incoming connections to the load balancer
- Internal Application Load Balancer (formerly Internal HTTP(S) Load Balancing)
Cloud CDN
- Cloud CDN is Google Cloud’s web acceleration solution that caches website and application content closer to the user.
- uses Google’s global edge network to serve content closer to users, which accelerates the websites and applications.
- works with the global external Application Load Balancer or the classic Application Load Balancer to deliver content to users
- Cloud CDN content can be sourced from various types of backends
- Instance groups
- Zonal network endpoint groups (NEGs)
- Serverless NEGs: One or more App Engine, Cloud Run, or Cloud Functions services
- Internet NEGs, for endpoints that are outside of Google Cloud (also known as custom origins)
- Buckets in Cloud Storage
- supports content targeting (GA) — enables device characterization and geo-targeting for responsive websites, language customization, and currency settings.
- Cloud CDN with Google Cloud Armor enforces security policies only for requests for dynamic content, cache misses, or other requests that are destined for the origin server. Cache hits are served even if the downstream Google Cloud Armor security policy would prevent that request from reaching the origin server.
- recommends
- using versioning instead of cache invalidation
- using custom keys to improve cache hit ratio
- cache static content
- Media CDN
- is Google Cloud’s media delivery solution, complementing Cloud CDN.
- optimized for high-throughput egress workloads, such as streaming video and large file downloads.
- uses YouTube’s infrastructure to bring video streams (VoD and live) and large file downloads closer to users.
- supports Cloud Armor edge security policies for DDoS protection.
Cloud VPN
- securely connects the peer network to the VPC network or two VPCs through an IPsec VPN connection.
- encrypts the data as it travels over the internet.
- only supports site-to-site IPsec VPN connectivity and not client-to-gateway scenarios. Cannot be used to route traffic to the public internet.
- allows users to access private RFC1918 addresses on resources in the VPC from on-prem computers also using private RFC1918 addresses.
- can be used with Private Google Access for on-premises hosts
- HA VPN
- provides a high-available and secure connection between the on-premises and the VPC network through an IPsec VPN connection in a single region
- provides an SLA of 99.99% service availability, when configured with two interfaces and two external IP addresses.
- supports IPv6 (dual-stack) tunnels for both inner and outer IP addresses.
- supports customizable cipher options for VPN tunnels.
- Classic VPN
- provides a 99.9% SLA.
- Classic VPN dynamic routing (BGP) was deprecated on August 1, 2025. HA VPN is now the only option for BGP connectivity in Cloud VPN. Existing tunnels continue to function but without an availability SLA. If deleted, they cannot be recreated.
- Does not support IPv6 traffic.
- HA VPN over Cloud Interconnect
- allows encrypting traffic traversing Dedicated or Partner Interconnect connections.
- deploys HA VPN tunnels over VLAN attachments for additional security and compliance.
- Each HA VPN tunnel has a bandwidth of 3 Gbps.
- supports up to 3Gbps per tunnel with a maximum of 8 tunnels
- supports static as well as dynamic routing using Cloud Router
- supports IKEv1 or IKEv2 using a shared secret
Cloud Interconnect
- Cloud Interconnect provides options for extending the on-premises network to the VPC networks in Google Cloud.
- Dedicated Interconnect (Dedicated connection)
- provides a direct physical connection between the on-premises network and Google’s network
- requires your network to physically meet Google’s network in a colocation facility with your own routing equipment
- supports only dynamic routing
- supports 10 Gbps, 100 Gbps, and 400 Gbps circuits.
- Partner Interconnect (Use a service provider)
- provides connectivity between the on-premises and VPC networks through a supported service provider.
- supports bandwidth from 50 Mbps minimum to 50 Gbps maximum.
- provides Layer 2 and Layer 3 connectivity
- For Layer 2 connections, you must configure and establish a BGP session between the Cloud Routers and on-premises routers for each created VLAN attachment
- For Layer 3 connections, the service provider establishes a BGP session between the Cloud Routers and their edge routers for each VLAN attachment.
- Cross-Cloud Interconnect
- provides dedicated, private connectivity between Google Cloud and another cloud provider (AWS, Azure, OCI, Alibaba Cloud).
- offers 10 Gbps or 100 Gbps managed, encrypted links.
- supports security options such as IPsec VPN or MACsec.
- Partner Cross-Cloud Interconnect (for AWS) provides an on-demand method for establishing cross-cloud transport without manually setting up networking components.
- Cross-Site Interconnect
- is a transparent, on-demand, Layer 2 connectivity solution between on-premises network sites.
- leverages Google’s global infrastructure for high-performance and high-bandwidth connectivity.
- Single Interconnect connection does not offer redundancy or high availability and its recommended to
- use 2 in the same metropolitan area (city) as the existing one, but in a different edge availability domain (metro availability zone).
- use 4 with 2 connections in two different metropolitan areas (city), and each connection in a different edge availability domain (metro availability zone)
- Cloud Routers are required one in each Google Cloud region
- Cloud Interconnect does not encrypt the connection between your network and Google’s network. For additional security, use HA VPN over Cloud Interconnect or application-level encryption.
Cloud Router
- is a fully distributed, managed service that provides dynamic routing and scales with the network traffic.
- works with both legacy networks and VPC networks.
- isn’t supported for Direct Peering or Carrier Peering connections.
- helps dynamically exchange routes between the Google Cloud networks and the on-premises network.
- peers with the on-premises VPN gateway or router to provide dynamic routing and exchanges topology information through BGP.
- Google Cloud recommends creating two Cloud Routers in each region for a Cloud Interconnect for 99.99% availability.
- supports following dynamic routing mode
- Regional routing mode – provides visibility to resources only in the defined region.
- Global routing mode – provides visibility to resources in all regions
- is part of the Network Connectivity Center, which provides a hub-and-spoke model for managing connectivity across VPC networks, on-premises, and other clouds.
Network Connectivity Center
- provides a hub-and-spoke model for managing network connectivity at scale.
- enables site-to-site data transfer between on-premises locations through Google’s network.
- supports VPC spokes, hybrid spokes (VPN/Interconnect), and router appliance spokes.
- solves transitivity challenges through features like producer VPC spoke integration supporting Private Service Access (PSA) and Private Service Connect (PSC) propagation.
- uses ECMP routing and BGP for route distribution between networks.
Cloud DNS
- is a high-performance, resilient, reliable, low-latency, global DNS service that publishes the domain names to the global DNS in a cost-effective way.
- With Shared VPC, Cloud DNS managed private zone, Cloud DNS peering zone, or Cloud DNS forwarding zone must be created in the host project
- provides Private Zone which supports DNS services for a GCP project. VPCs in the same project can use the same name servers
- supports DNS Forwarding for Private Zones, which overrides normal DNS resolution for the specified zones. Queries for the specified zones are forwarded to the listed forwarding targets.
- supports DNS Peering, which allows sending requests for records that come from one zone’s namespace to another VPC network within GCP
- supports DNS Outbound Policy, which forwards all DNS requests for a VPC network to the specified server targets. It disables internal DNS for the selected networks.
- DNS Routing Policies
- supports weighted round robin, geolocation, and failover routing policies.
- can be configured with health checks for automatic failover.
- supports internal passthrough Network Load Balancers and internal proxy Network Load Balancers as health checked targets.
- Cloud DNS VPC Name Resolution Order
- DNS Outbound Server Policy
- DNS Forwarding Zone
- DNS Peering
- Compute Engine internal DNS
- Public Zones
- supports DNSSEC, a feature of DNS, that authenticates responses to domain name lookups and protects the domains from spoofing and cache poisoning attacks