DEVASC Exam QuestionsBrowse all questions from this exam

DEVASC Exam - Question 389


What is a function of an application load balancer?

Show Answer
Correct Answer: B

An application load balancer is designed to automatically distribute HTTP and HTTPS traffic, which operates at the application layer (Layer 7 of the OSI model). It is responsible for routing requests to various instances based on the URL, hostname, or path. This functionality is crucial for managing web traffic efficiently.

Discussion

5 comments
Sign in to comment
Woonesuf
Feb 15, 2023

Answer 'B' is correct. "application load balancer" = layer-7, same as HTTP/S

Woonesuf
Feb 24, 2023

'C' is incorrect because a "network load balancer" would balance the TCP traffic (layer 4)

Woonesuf
Feb 24, 2023

correction. It is 'A' that is incorrect

Woonesuf
Feb 24, 2023

correction. It is 'A' that is incorrect

GhneumaOption: B
Dec 24, 2023

https://aws.amazon.com/elasticloadbalancing/application-load-balancer/ https://cloud.google.com/load-balancing/docs/application-load-balancer

NicetomeetyouOption: A
Jul 7, 2023

i think both A and B are possible, i would pick A

kymoniOption: B
Apr 9, 2024

"application" is the key word

dexcriptOption: A
Jul 26, 2024

Well, there's other applications protocols at layer 7 other than only HTTP and HTTPS, like DNS, proprietary application protocols, database SQL protocolos and many others.. so I think is A, cause TCP means all applications at layer 7.

daniii89
Feb 6, 2025

Incorrect because TCP traffic is handled by a Network Load Balancer (NLB) at Layer 4 (Transport Layer), not an ALB.