A cloud administrator is configuring a load balancing solution to route traffic to different backend pools based on the URL path of incoming requests. Which of the following does an application gateway primarily use to make these routing decisions?
Network layer data, such as source and destination IP addresses
Transport layer data, such as source and destination ports
Data link layer data, such as source and destination MAC addresses
Application layer data, such as URL paths and host headers
Application gateways operate at the application layer (Layer 7 of the OSI model) and can inspect the content of HTTP requests. This allows them to make advanced routing decisions based on attributes like the URL path, host headers, or cookies, not just the source/destination IP address and port which is typical of Layer 4 load balancers.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a cloud-based application gateway?
Open an interactive chat with Bash
How does an application gateway differ from a traditional load balancer?
Open an interactive chat with Bash
What are some additional use cases for an application gateway?