Networking Flashcards

1
Q

What is the main differentiator of Google Cloud Platform (GCP) in traffic routing?

A

Google routes traffic so that traffic enters from the Internet at the edge closest to the source.

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

What is an anycast IP address used for in GCP?

A

To load balance worldwide and to sidestep many DNS issues.

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

How is traffic charged in Google Cloud?

A

Traffic is free on the way in (ingress) and charged per gigabyte on the way out (egress).

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

What are Points of Presence (PoPs)?

A

Network edges and CDN locations.

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

What is the purpose of a private global network (B4) in GCP?

A

It connects all of the regions and zones.

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

How are public IP addresses managed in GCP?

A

They are decoupled from VMs and mapped to internal IP addresses via the Software Defined Network (SDN).

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

What does it mean for subnets to cross zones in GCP?

A

VMs in different zones on the same subnet can communicate and share firewall rules.

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

What IP addresses does Google reserve in every subnet?

A

The first two and the last two IP addresses.

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

What is the first address in a CIDR range used for?

A

Network address (x.x.x.0).

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

What is the second address in a CIDR range used for?

A

Gateway (x.x.x.1).

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

What is the purpose of VPC Firewall rules?

A

To control traffic based on action, direction, protocol/port, and source/destination.

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

True or False: Implied rules in VPC firewalls can be removed.

A

False.

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

What do higher priority rules in VPC firewalls override?

A

Implied (default) rules.

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

What is the function of VPC Routing?

A

Determines where data should go next (next hop).

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

How do routes in VPC networks apply?

A

By instance-level tags, not by subnet.

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

What type of IP addresses must packets sent to the Internet have?

A

Public IP address or use Cloud NAT.

17
Q

What is Cloud DNS in GCP?

A

A scalable, reliable, and managed authoritative Domain Name Service (DNS).

18
Q

What does Static IP in GCP allow you to do?

A

Reserve static IP addresses and assign them to resources.

19
Q

What is the difference between Dedicated Interconnect and Cloud VPN?

A

Dedicated Interconnect provides a direct physical link, while Cloud VPN connects via public internet.

20
Q

What does Cloud Router do in GCP?

A

Peers with a firewall/router on premises and exchanges routes using BGP.

21
Q

What is the purpose of Identity-Aware Proxy?

A

An app authorization layer for applications accessed by HTTPS.

22
Q

What do VPC Service Controls help mitigate?

A

Data exfiltration risks.

23
Q

What do VPC Flow Logs provide?

A

Network monitoring, forensics, security analysis, and cost optimization.

24
Q

What type of load balancers operate at Layer 3 and Layer 4?

A

Network Load Balancers.

25
Q

What is the function of Google Global Load Balancer?

A

Uses a single global anycast virtual IP with a single DNS record.

26
Q

What type of health checks do Google load balancers perform?

A

HTTP health checks on the back ends.

27
Q

Fill in the blank: Cloud NAT allows instances outbound access to the internet without having a dedicated external _______.

28
Q

What is the key function of Cloud Armor in GCP?

A

Works in tandem with load balancers to allow/deny specific IP blocks.

29
Q

What does Internal Load Balancers manipulate in GCP?

A

The SDN control plane.

30
Q

What is the maximum bandwidth supported by each VLAN attachment in Dedicated Interconnect?

31
Q

What does Private Google Access allow?

A

Connect to Google services without going out through the internet.