
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 **A** because the IP address in question is internal and should be reserved using a static internal IP address. This prevents the address from being allocated to other resources. - **Option B** is incorrect because the CIDR range 10.28.0.0/29 does not include the IP address 10.28.0.10. - **Options C & D** are incorrect because the IP address is an RFC 1918 address, which requires it to be a static internal IP address, not external. For more details, refer to the [GCP documentation on Compute Network Addresses](https://cloud.google.com/compute/docs/ip-addresses).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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. How can you deploy the application without altering its code or configuration?
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.
No comments yet.