nerdexam
EC-Council

312-50V9 · Question #532

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. The serial number is the first numeric field in a DNS SOA record and serves as the zone's version identifier used by secondary nameservers to detect changes.

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
    89% (25)
  • B
    4% (1)
  • D
    4% (1)
  • E
    4% (1)

Why each option

The serial number is the first numeric field in a DNS SOA record and serves as the zone's version identifier used by secondary nameservers to detect changes.

A200303028Correct

The serial number (200302028 in the record, corresponding to choice A) is the first value in the SOA parenthetical group and acts as the zone file's version number. Secondary nameservers compare their stored serial number against the primary's to determine whether a zone transfer is required. Zone administrators typically format this as YYYYMMDDNN (year, month, day, revision) to make versioning human-readable.

B3600

3600 represents either the refresh interval or the retry interval - neither is the version/serial field.

C604800

604800 is the expire value, which controls how long secondaries serve data without a successful refresh from the primary.

D2400

2400 is the minimum TTL used for negative caching of NXDOMAIN responses, not the version identifier.

E60

The value 60 does not appear anywhere in this SOA record.

F4800

The value 4800 does not appear anywhere in this SOA record.

Concept tested: DNS SOA record serial number as zone version

Source: https://www.rfc-editor.org/rfc/rfc1035

Topics

#SOA record#DNS serial number#zone version#DNS records

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice