Cloud Load Balancing Flashcards

1
Q

Cloud Load Balancing

A

Distributes user traffic across instances of an application in single region or multiple regions

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

Network Layer:

A

IP (Internet Protocol): Transfer bytes. Unreliable.

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

Transport Layer:

A

–> TCP (Transmission Control): Reliability > Performance
-> TLS (Transport Layer Security): Secure TCP
-> UDP (User Datagram Protocol): Performance > Reliability

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

Application Layer:

A

-> HTTP(Hypertext Transfer Protocol): Stateless Request Response Cycle
-> HTTPS: Secure HTTP
-> SMTP: Email Transfer Protocol

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

Frontend -

A

Specify an IP address, port and protocol. This IP address is the frontend IP for your clients requests.
–> For SSL, a certificate must also be assigned

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

Client to Load Balancer: Over internet

A

HTTPS recommended

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

Backend -

A

Group of endpoints that receive traffic from a Google Cloud load balancer (example: instance groups)

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

Load Balancer to VM instance: Through Google internal network

A

HTTP is ok. HTTPS is preferred.

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

Client to Load Balancer:

A

HTTPS/TLS

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

Load Balancer to VM instance:

A

HTTP/TCP

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