N10-009 · Question #4
A network engineer performed a migration to a new mail server. The engineer changed the MX record, verified the change was accurate, and confirmed the new mail server was reachable via the IP…
The correct answer is B. Reduce the TTL record prior to the MX record change. Understanding TTL (Time to Live): TTL is a value in a DNS record that tells how long that record should be cached by DNS servers and clients. A higher TTL value means that the record will be cached longer, reducing the load on the DNS server but delaying the propagation of…
Question
A network engineer performed a migration to a new mail server. The engineer changed the MX record, verified the change was accurate, and confirmed the new mail server was reachable via the IP address in the A record. However, users are not receiving email. Which of the following should the engineer have done to prevent the issue from occurring?
Options
- AChange the email client configuration to match the MX record.
- BReduce the TTL record prior to the MX record change.
- CPerform a DNS zone transfer prior to the MX record change.
- DUpdate the NS record to reflect the IP address change.
How the community answered
(48 responses)- A2% (1)
- B83% (40)
- C8% (4)
- D6% (3)
Explanation
Understanding TTL (Time to Live): TTL is a value in a DNS record that tells how long that record should be cached by DNS servers and clients. A higher TTL value means that the record will be cached longer, reducing the load on the DNS server but delaying the propagation of changes. Impact of TTL on DNS Changes: When an MX record change is made, it may take time for the change to propagate across all DNS servers due to the TTL setting. If the TTL is high, old DNS information might still be cached, leading to email being directed to the old server. Best Practice Before Making DNS Changes: To ensure that changes to DNS records propagate quickly, it is recommended to reduce the TTL value to a lower value (such as 300 seconds or 5 minutes) well in advance of making the changes. This ensures that any cached records will expire quickly, and the new records will be Verification of DNS Changes: After reducing the TTL and making the change to the MX record, it is important to verify the propagation using tools like dig or nslookup.
Community Discussion
No community discussion yet for this question.