Networking Flashcards
How may types of VPC Networks are there ?
3
How many networks can you have by default in each project?
15
Do subnetworks work on a regional or zonal scale ?
Regional
Can subnetworks cross zones?
Yes because they work at the regional level.
Which IP address type is optional for vms in GCP, internal or external?
External
What is Cloud DNS
Google’s scalable, reliable, low latency, fully managed DNS service. Translates domain names into IP addresses
What is a Route?
This is a mapping of an IP range to a destination.
What are firewall rules ?
These are rules that protect your vm instances from unapproved connections. There is an implied deny all ingress and allow all egress.
What is CIDR
Classless Inter-Domain Routing (CIDR) is an IP address allocation method that improves data routing efficiency on the internet. It allows for more flexibility in assigning IP addresses and routing data between devices.
What is Cloud NAT ?
Let’s certain resources without IP addresses to create outbound connections to the internet.
What is private Google Access ?
Private Google Access permits access to Google APIs and services in Google’s production infrastructure for vms that do not have an external IP address.
What is Cloud IAP ?
Cloud Identity-Aware Proxy (IAP)is a Google Cloud service that intercepts requests sent to your application, authenticates the user making the request using the Google Identity Service, and only lets the requests through if they come from a user authorized to access the application. In addition, it can modify the requestheadersto include information about the authenticated user
What is Traffic Director?
Traffic Director is Google Cloud’s fully managed application networking platform and service mesh
What is a service mesh ?
A service mesh is a dedicated infrastructure layer built into an application that controls service-to-service communication in a microservices architecture. It controls the delivery of service requests to other services, performs load balancing, encrypts data, and discovers other services
What is Cloud VPN ?
Cloud Virtual Private Network is a secure private network within a Cloud Provider like Google Cloud. Cloud VPN securely connects your peer network to your virtual Private Cloud (VPC) network through an IPsec VPN connection.