Load balance non-HTTP(S) traffic in Azure Flashcards

1
Q

Azure Load Balancer

A

high-performance, ultra-low-latency Layer 4 load-balancing service (inbound and outbound) for all UDP and TCP protocols.

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

Traffic Manager

A

DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness.

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

Azure Application Gateway

A

provides application delivery controller (ADC) as a service, offering various Layer 7 load-balancing capabilities. Use it to optimize web farm productivity by offloading CPU-intensive SSL termination to the gateway.

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

Azure Front Door

A

application delivery network that provides global load balancing and site acceleration service for web applications. It offers Layer 7 capabilities for your application like SSL offload, path-based routing, fast failover, caching, etc.

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

Global load-balancing services

A

distribute traffic across regional backends, clouds, or hybrid on-premises services. These services route end-user traffic to the closest available backend.

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

Regional load-balancing services

A

distribute traffic within virtual networks across virtual machines (VMs) or zonal and zone-redundant service endpoints within a region.

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

HTTP(S) load-balancing services

A

Layer 7 load balancers that only accept HTTP(S) traffic. They’re intended for web applications or other HTTP(S) endpoints.

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

non-HTTP(S) load-balancing services

A

handle non-HTTP(S) traffic and are recommended for non-web workloads.

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

public load balancer

A

can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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 from internal Azure resources to other Azure resources inside a virtual network.

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

Zonal services

A

Resources can be pinned to a specific zone.

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

Zone-redundant services

A

Resources are replicated or distributed across zones automatically.

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

Non-regional services

A

Services are always available from Azure geographies and are resilient to zone-wide outages and region-wide outages.

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

Traffic Manager two key benefits

A

Distribution of traffic according to one of several traffic-routing methods
Continuous monitoring of endpoint health and automatic failover when endpoints fail

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

Priority

A

Select this routing method when you want to have a primary service endpoint for all traffic. You can provide multiple backup endpoints in case the primary or one of the backup endpoints is unavailable.

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

Weighted

A

Select this routing method when you want to distribute traffic across a set of endpoints based on their weight. Set the weight the same to distribute evenly across all endpoints.

17
Q

Performance

A

Select the routing method when you have endpoints in different geographic locations, and you want end users to use the “closest” endpoint for the lowest network latency.

18
Q

Geographic

A

Select this routing method to direct users to specific endpoints (Azure, External, or Nested) based on where their DNS queries originate from geographically. With this routing method, it enables you to be compliant with scenarios such as data sovereignty mandates, localization of content & user experience and measuring traffic from different regions.

19
Q

MultiValue

A

Select this routing method for Traffic Manager profiles that can only have IPv4/IPv6 addresses as endpoints. When a query is received for this profile, all healthy endpoints are returned.

20
Q

Subnet

A

Select this routing method to map sets of end-user IP address ranges to a specific endpoint. When a request is received, the endpoint returned will be the one mapped for that request’s source IP address.

21
Q

Azure endpoints

A

Use this type of endpoint to load-balance traffic to a cloud service, web app, or public IP address in the same subscription within Azure.

22
Q

External endpoints

A

Use this type of endpoint to load balance traffic for IPv4/IPv6 addresses, FQDNs, or for services hosted outside Azure. These services can either be on-premises or with a different hosting provider.

23
Q

Nested endpoints

A

Use this type of endpoint to combine Traffic Manager profiles to create more flexible traffic-routing schemes to support the needs of larger, more complex deployments. With Nested endpoints, a child profile is added as an endpoint to a parent profile. Both the child and parent profiles can contain other endpoints of any type, including other nested profiles.

24
Q
A