Networking: Load Balancers Flashcards

1
Q

Load Balancer: Backend pools

A

To distribute traffic, a back-end address pool contains the IP addresses of the virtual NICs that are connected to the load balancer

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

Internal Load Balancer:

A

is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.

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

Public Load Balancer:

A

Can provide outbound connections for virtual machines (VMs) inside your virtual network.

Public Load Balancers are used to load balance internet traffic to your VMs.

Maps the public IP address and port number of incoming traffic to the private IP address and port number of the VM.

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

Azure Load Balancer:

A

The load balancer distributes inbound traffic to backend resources using load-balancing rules and health probes.

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

Four components that must be configured for an Azure Load Balancer:

A

Frontend IP configuration, Backend pools, Health probes, and Load-balancing rules.

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

Load Balancer rules

A

A load balancer rule defines how traffic is distributed to the backend pool. The rule maps a given frontend IP and port combination to a set of backend IP addresses and port combination.

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

Azure Load Balancer: Session Persistence

A

Session persistence specifies how traffic from a client should be handled.

The default behavior (None) is that successive requests from a client may be handled by any virtual machine.

You can change this behavior.

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

Azure Load Balancer: Health Probes

A

A health probe allows the load balancer to monitor the status of your app.

It dynamically adds or removes VMs from the load balancer rotation based on their response to health checks.

When a probe fails to respond, the load balancer stops sending new connections to the unhealthy instances.

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

Azure Load Balancer: five-tuple hash

A

The hash is used to route traffic to healthy backend instances within the backend pool.

Source IP
Source Port
Destination IP
Destination Port
Protocol Type
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Load Balancer SKU: # Backend Pool Instances

A

Basic- 300,

Standard - 1000 instances

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

Load Balancer SKUs: Health Probes

A

Basic- HTTP/TCP

Standard - HTTPS/HTTP/TCP

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

Load Balancer SKUs: Availability Zones

A

Basic - No

Standard - Zone Redundant and zonal front ends for inbound and outbound

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

Load Balancer SKUs: Multiple Front End restrictions

A

Basic - Inbound only

Standard - Inbound and Outbound

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

Load Balancer SKUs: Default Security

A

Basic - Open by Default

Standard - Closed to inbound flows

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

Load Balancer SKUs: SLA

A

Basic - None

Standard - 99.99%

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

Load Balancer SKU: Backend Pools (Allowed Resources)

A

Basic SKU - Single VM, VM Scale Set, Availability Set

Standard SKU - Availability Set, Scale Set