
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, and assign this static address to the license server instance.
The correct answer is **B** because the IP address in question is internal and must be reserved as a static internal IP address. This action prevents the address from being dynamically allocated to other resources. Static internal IPs are reserved from the private RFC 1918 IP range configured in the subnet and assigned to resources as needed, ensuring the same IP address can be used for the same resource even after deletion and recreation. Options **A** and **D** are incorrect as the IP address is an RFC 1918 address, requiring it to be an internal static IP. Option **C** is incorrect because ephemeral internal IP addresses are released back into the network pool when the VM instance is stopped and restarted or terminated, making them unsuitable for this scenario.
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. You aim to deploy the application without altering the code or configuration. What is the best approach to deploy the application?
A
Reserve an ephemeral external IP address of 10.28.0.10 and assign it to the license server instance within a subnet with a CIDR range of 10.28.0.0/28.
B
Create a subnet with a CIDR range of 10.28.0.0/28, reserve a static internal IP address of 10.28.0.10, and assign this static address to the license server instance.
C
Reserve an ephemeral internal IP address of 10.28.0.10 and assign it to the license server instance within a subnet with a CIDR range of 10.28.0.0/28.
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, and assign this static address to the license server instance.
No comments yet.