Networking Flashcards

1
Q

How may types of VPC Networks are there ?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many networks can you have by default in each project?

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Do subnetworks work on a regional or zonal scale ?

A

Regional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can subnetworks cross zones?

A

Yes because they work at the regional level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which IP address type is optional for vms in GCP, internal or external?

A

External

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Cloud DNS

A

Google’s scalable, reliable, low latency, fully managed DNS service. Translates domain names into IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Route?

A

This is a mapping of an IP range to a destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are firewall rules ?

A

These are rules that protect your vm instances from unapproved connections. There is an implied deny all ingress and allow all egress.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is CIDR

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Cloud NAT ?

A

Let’s certain resources without IP addresses to create outbound connections to the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is private Google Access ?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Cloud IAP ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Traffic Director?

A

Traffic Director is Google Cloud’s fully managed application networking platform and service mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a service mesh ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Cloud VPN ?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the three ways to connect your on-premesis solution to Google Cloud

A
  1. Cloud VPN
  2. Cloud Interconnect
  3. Peering
17
Q

What is Cloud Armor ?

A

It’s a service that works alongside an http load balancer to provide build in defense against infrastructure DDoS attacks.

18
Q

What is Packet Mirroring ?

A

This is a service that can clone the ingress and egress traffic of specific instances in your VPC network and forward it for examination. Captures all traffic and packet data including payloads and headers.

19
Q

What are the two Network Service Tiers?

A
  1. Premium (hot potato) less hops more expensive faster
  2. Standard (cold potato) more hops less expensive slower