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?
Transport layer data, such as source and destination ports
Network layer data, such as source and destination IP addresses
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 an application gateway in cloud architectures?
Open an interactive chat with Bash
What is the difference between Layer 7 and Layer 4 load balancing?
Open an interactive chat with Bash
Why does the OSI model matter for load balancing solutions?