nerdexam
EC-Council

312-50V10 · Question #638

One of your team members has asked you to analyze the following SOA record. What is the version? Rutgers.edu.SOA NS1.Rutgers.edu ipad.college.edu (200302028 3600 3600 604800 2400.

The correct answer is A. 200303028. In a DNS SOA record, the first numeric field after the responsible party is the serial number, which serves as the zone version identifier.

Footprinting and Reconnaissance

Question

One of your team members has asked you to analyze the following SOA record. What is the version? Rutgers.edu.SOA NS1.Rutgers.edu ipad.college.edu (200302028 3600 3600 604800 2400.

Options

  • A200303028
  • B3600
  • C604800
  • D2400
  • E60
  • F4800

How the community answered

(28 responses)
  • A
    75% (21)
  • C
    7% (2)
  • E
    14% (4)
  • F
    4% (1)

Why each option

In a DNS SOA record, the first numeric field after the responsible party is the serial number, which serves as the zone version identifier.

A200303028Correct

The serial number is the first numeric value in the SOA record's parenthesized data, appearing immediately after the responsible person field - in this record that value is 200302028 (choice A at 200303028 is a minor transcription variant but correctly identifies the serial field). The serial number acts as the zone version and is used by secondary servers to determine whether their copy of the zone is current relative to the primary. Incrementing the serial is the standard mechanism for signaling that zone data has changed.

B3600

3600 (appearing twice) corresponds to the Refresh and Retry intervals in seconds, not the serial number.

C604800

604800 is the Expire value, defining how long a secondary will continue serving the zone without a successful refresh from the primary.

D2400

2400 is the Minimum TTL field, which sets the default negative caching TTL for the zone.

E60

60 does not appear in this SOA record at all and maps to no defined field within it.

F4800

4800 does not appear in this SOA record at all and maps to no defined field within it.

Concept tested: DNS SOA record serial number field identification

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/technical-reference/dns-resource-records

Topics

#SOA record#DNS serial number#zone record fields#DNS versioning

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice