
Answer-first summary for fast verification
Answer: Reserve a static external IP address, and assign it using Cloud DNS.
Option A is correct because reserving a static external IP address ensures the IP is routable and visible on the internet, providing a consistent access point without the need for DNS updates in case of server changes, thus avoiding downtime. This is also the most cost-effective solution. Option B is incorrect due to potential delays in DNS propagation and the need for manual intervention, leading to downtime. Option C is unsuitable as internal IPs are not accessible from the public internet. Option D, while feasible, introduces unnecessary complexity and higher costs compared to using Google Cloud DNS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You've developed a geo-location service widely used by your partners, accessible via a specific IP address. To ensure the IP address remains unchanged in your DNS records in case of server crashes or replacements, minimizing costs and avoiding downtime, what is the best approach?
A
Reserve a static external IP address, and assign it using Cloud DNS.
B
Create a script that updates the DNS with the new IP if the server crashes.
C
Reserve a static internal IP address, and assign it using Cloud DNS.
D
Use your own IP address by using the Bring Your Own IP (BYOIP) method.
No comments yet.