nerdexam
LPI

102-500 · Question #79

Which of the following options in the chrony configuration file define remote time sources? (Choose two.)

The correct answer is D. pool E. server. pool and server are the two directives in /etc/chrony.conf that define remote time sources. server specifies a single NTP server by hostname or IP, while pool specifies a pool name (like pool.ntp.org) from which chrony dynamically selects multiple servers for redundancy. The…

Essential System Services

Question

Which of the following options in the chrony configuration file define remote time sources? (Choose two.)

Options

  • Asource
  • Bclock
  • Cremote
  • Dpool
  • Eserver

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    85% (28)

Explanation

pool and server are the two directives in /etc/chrony.conf that define remote time sources. server specifies a single NTP server by hostname or IP, while pool specifies a pool name (like pool.ntp.org) from which chrony dynamically selects multiple servers for redundancy.

The distractors are all invalid chrony directives: source is not a configuration keyword (though sourcedir is); clock refers to hardware/local clock concepts but is not a standard chrony directive for remote sources; and remote is not part of the chrony configuration syntax at all.

Memory tip: Think "SPeed up your time sync" - Server (one host) and Pool (many hosts) are your remote source options. If you've ever configured NTP, these map directly to the same concepts you already know.

Topics

#chrony configuration#NTP time sources#system time synchronization#remote servers

Community Discussion

No community discussion yet for this question.

Full 102-500 Practice