CV0-003 · Question #268
A customer recently provisioned a new server on the IaaS. The IP address assigned from the pool resolves to another hostname. Some user traffic is being dumped or is causing slowness because of this…
The correct answer is C. Run a script to remove stale DNS entries. This question covers cloud DNS hygiene - specifically, stale DNS records that persist after a server is deprovisioned cause IP-to-hostname mismatches when that IP is reassigned.
Question
A customer recently provisioned a new server on the IaaS. The IP address assigned from the pool resolves to another hostname. Some user traffic is being dumped or is causing slowness because of this issue. Which of the following maintenance activities does the provider need to perform to prevent this issue?
Options
- AUse cloud provider tools to remove orphaned resources.
- BInitiate resource reclamation.
- CRun a script to remove stale DNS entries.
- DUpdate outdated security firewall configurations.
How the community answered
(33 responses)- A12% (4)
- B6% (2)
- C79% (26)
- D3% (1)
Why each option
This question covers cloud DNS hygiene - specifically, stale DNS records that persist after a server is deprovisioned cause IP-to-hostname mismatches when that IP is reassigned.
Orphaned resource removal addresses unused cloud objects such as unattached disks or idle instances, not DNS resolution mismatches.
Resource reclamation reclaims compute or storage capacity from idle or terminated resources and does not correct DNS records.
When an IaaS provider reclaims a server's IP and returns it to the pool, the old DNS A or PTR record is not automatically removed. Running a script to purge stale DNS entries ensures that when the IP is reassigned to a new server, it resolves to the correct hostname, eliminating traffic misrouting and slowness caused by the stale mapping.
Firewall configuration updates control traffic filtering and access rules and have no effect on how DNS resolves an IP address to a hostname.
Concept tested: Stale DNS entry cleanup after IP pool reclamation
Source: https://learn.microsoft.com/en-us/azure/dns/dns-overview
Topics
Community Discussion
No community discussion yet for this question.