
Answer-first summary for fast verification
Answer: Configure a new internal HTTP(S) load balancer for the application tier.
The application tier typically requires internal load balancing as it communicates with the web tier (frontend) and database tier (backend) within the VPC. An internal HTTP(S) load balancer (option C) is designed to distribute traffic to backend services within a Google Cloud network, making it suitable for internal tiers like the application layer. - **Option A** is incorrect because forwarding rules on an external HTTP(S) load balancer are meant for external traffic, not internal tier communication. - **Option B** (ECMP) is used for network-layer redundancy, not application-tier load balancing. - **Option D** would route client-facing traffic to the application tier via URL paths, which is not appropriate as the application tier should not be directly exposed to clients. Thus, configuring a new internal HTTP(S) load balancer (option C) isolates the application tier and ensures proper internal traffic distribution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are setting up load balancing for a three-tier application (web, application, and database). An external HTTP(S) load balancer is already configured for the web tier. How should you configure load balancing for the application tier servers?
A
Configure a forwarding rule on the existing load balancer for the application tier.
B
Configure equal cost multi-path routing on the application servers.
C
Configure a new internal HTTP(S) load balancer for the application tier.
D
Configure a URL map on the existing load balancer to route traffic to the application tier.
No comments yet.