nerdexam
Cisco

350-801 · Question #252

Refer to the exhibit. An administrator must fix the SRV records to ensure that server1.sample.com is always contacted first from the three servers. Which solution should the engineer apply to…

The correct answer is D. Priority = 5, Weight = 70. To ensure server1.sample.com is always contacted first among SRV records, it must be assigned the lowest priority value, as lower priority numbers indicate higher preference.

Infrastructure and Design

Question

Refer to the exhibit. An administrator must fix the SRV records to ensure that server1.sample.com is always contacted first from the three servers. Which solution should the engineer apply to resolve this issue?

Exhibit

350-801 question #252 exhibit

Options

  • APriority = 100, Weight = 90
  • BPriority = 10, Weight = 10
  • CPriority = 10, Weight = 5
  • DPriority = 5, Weight = 70

How the community answered

(29 responses)
  • B
    3% (1)
  • C
    7% (2)
  • D
    90% (26)

Why each option

To ensure server1.sample.com is always contacted first among SRV records, it must be assigned the lowest priority value, as lower priority numbers indicate higher preference.

APriority = 100, Weight = 90

A priority of 100 is a high priority value, meaning it would be contacted after servers with lower priority numbers, not first.

BPriority = 10, Weight = 10

A priority of 10 is higher than 5, so if there is an option with a priority of 5, the server with 10 would not be contacted first.

CPriority = 10, Weight = 5

A priority of 10 is higher than 5, so if there is an option with a priority of 5, the server with 10 would not be contacted first.

DPriority = 5, Weight = 70Correct

In SRV records, the server with the lowest priority value is always preferred by clients. Assigning server1.sample.com a priority of 5 guarantees it will be contacted first, as any other implied or configured servers would have higher priority numbers. Weight values only influence selection when multiple servers share the same priority.

Concept tested: SRV record priority and weight

Source: https://www.cloudflare.com/learning/dns/dns-records/srv-record/

Topics

#SRV Records#DNS#Server Prioritization#Priority and Weight

Community Discussion

No community discussion yet for this question.

Full 350-801 Practice