Networking Flashcards
Lowest priority for firewall rule
65,535
VPC implied rules (2)
Block all incoming traffic
Allow all outgoing traffic
Default rules for VPC default network (4)
default-allow-internal
default-allow-ssh (TCP port 22)
default-allow-rdp (TCP on port 3389)
default-allow-icmp (ping)
Cloud Router
Software defined dynamic routing GCP uses to advertise IP address ranges to destinations OUTSIDE VPC network
Cloud Router provides routing services for…(4)
Dedicated Interconnect
Partner Interconnect
HA VPN
Classic VPN tunnels that use dynamic routing
Auto mode VPC subnets fit within CIDR block..
10.128.0.0/9
VPC network peering works with which IaaS (3)
Compute Engine
App Engine Flexible
GKE
Hybrid network implementation options (3)
Cloud VPN
Cloud Interconnect
Direct Peering
Cloud VPN gateways (2)
HAVPN
Classic VPN
Cloud VPN - max network bandwidth per tunnel
3 Gbps
Dedicated Interconnect - bandwidth options
10 Gbps (up to 8 x 10 for 80 Gbps) 100 Gbps (up to 2 x 100 for 200 Gbps)
Partner Interconnect - VLAN attachment size options
50 Mbps - 50 Gbps
Cloud Router used for … (3)
HA VPN
Cloud Interconnect
Router Appliance
Direct Peering
Used to access Workspace services from on prem
Private Service Connect for Google APIs
- Clients
- Connection
- Supported services
- Usage
GCP resources without external IP and on premises systems
Connect to a Private Service Connect endpoint in VPC network which forwards request to Google APIs and services
Supports most Google APIs and services
Allows private consumption of services across VPC networks that belong to different groups, teams, projects, orgs
Private Service Connect for Google APIs with Consumer HTTPS service controls
- Clients
- Connection
- Supported Services
- Usage
GCP resources without external IP and on prem systems
Connect to internal HTTP load balancer in VPC network which forwards request to Google APIs and services
Supports selected regional Google APIs and services
Connect to regional Google APIs and services using HTTP(S) Internal Load Balancer
Option to use URL mapping to limit access to specific APIs
Private Google Access
- Clients
- Connection
- Supported services
- Usage
GCP resources without external IPs
Connect to standard external IP or Private Google Access domains and VIPs for Google APIs and services via network’s default internet gateway
Supports most GCP APIs and services
Access to external IP addresses used by App Engine and third party App Engine based services
Private Google Access for On-Prem Hosts
- Clients
- Connection
- Supported services
- Usage
On prem hosts with or without external IP
Connect to Google APIs and services through Cloud VPN tunnel or Cloud Interconnect via one of the Private Google Access-specific domains and VIPs
Access Private Google Access domains specified
Connect from on prem to Google APIs and services through VPC
Private Service Access
- Clients
- Connection
- Supported services
- Usage
GCP VM instances with or without external IP
Connect to GCP or third party managed VPC network through a VPC Network Peering connection
Some GCP and third party services
Connects instances in your VPC network to service producer’s VPC network via VPC Network Peering connection.
(use IPv4 range allocated for service producers)
Serverless VPC Access
Allows serverless environment (Cloud Run, App Engine, Cloud Functions) to connect to your VPC network
Serverless environment sends requests to VPC network using internal DNS and internal IP address
Advanced traffic management capabilities
Traffic steering
- route based on HTTP parameters (host, path, headers)
Traffic actions
- request based and response based actions (redirects and header transformations)
Traffic policies
- fine tune behavior (advanced load balancing algorithm)
Backend Service (5 features)
Configuration determines load balancing behavior
- Direct traffic to correct backend
- Distribute traffic according to balancing mode
- Determine which health check is monitoring backend
- Specify session affinity
- Determine if services are enabled (Cloud CDN, Cloud Armor, Identity-Aware Proxy)
Load balancer for Cloud CDN
External HTTP load balancer
External UDP/TCP Network Load Balancer
- Regional or global
- How distribute traffic
- Use Case
Regional
Pass through
Distributes external traffic among VM instances
Packets pass through from client to backend (no backend service)
Use Cases:
- Forward packets from internet unproxied - need client source IP preserved
- Migrate existing pass through load blancer