
Answer-first summary for fast verification
Answer: Create a subnet with a CIDR range of 10.28.0.0/28. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
The correct answer is to create a subnet with a CIDR range of 10.28.0.0/28 and reserve a static internal IP address of 10.28.0.10 for the license server instance. This approach ensures the IP address is internal, reserved, and prevents it from being allocated to other resources. The CIDR range /28 provides enough IP addresses to include 10.28.0.10. Options suggesting external IP addresses or insufficient CIDR ranges are incorrect as they either misallocate the IP type or do not include the required IP address.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You're migrating an on-premises application to Google Cloud. The application uses a component that requires a licensing server with the IP address 10.28.0.10. Your goal is to deploy the application without altering the code or configuration. What is the best approach to deploy the application?
A
Create a subnet with a CIDR range of 10.28.0.0/28. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
B
Create a subnet with a CIDR range of 10.28.0.0/29. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
C
Create a subnet with a CIDR range of 10.28.0.0/10. Reserve a static external IP address of 10.28.0.10. Assign the static address to the license server instance.
D
Create a subnet with a CIDR range of 10.28.0.0/28. Reserve a static external IP address of 10.28.0.10. Assign the static address to the license server instance.