nerdexam
CompTIA

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.

Troubleshooting

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)
  • A
    12% (4)
  • B
    6% (2)
  • C
    79% (26)
  • D
    3% (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.

AUse cloud provider tools to remove orphaned resources.

Orphaned resource removal addresses unused cloud objects such as unattached disks or idle instances, not DNS resolution mismatches.

BInitiate resource reclamation.

Resource reclamation reclaims compute or storage capacity from idle or terminated resources and does not correct DNS records.

CRun a script to remove stale DNS entries.Correct

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.

DUpdate outdated security firewall configurations.

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

#stale DNS entries#IP address management#IaaS maintenance#orphaned resources

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice