zoukankan      html  css  js  c++  java
  • CentOS / RHEL 7 : Chrony V/s NTP (Differences Between ntpd and chronyd)

    CentOS / RHEL 7 : Chrony V/s NTP (Differences Between ntpd and chronyd)

    Chosing between Chrony and NTP

    – In RHEL 7 ntpd is replaced by chronyd as the default network time protocol daemon.
    – Basic configuration for synchronize time and date is stored in the file /etc/chrony.conf.
    – ntpd is still included in yum repository for customers who need to run an NTP service.
    – Chrony is a different implementation of the network time protocol (NTP) than the network time protocol daemon (ntpd) that is able to synchronize the system clock faster and with better accuracy than ntpd.

    Benefits of Chrony include:

    1. Faster synchronization requiring only minutes instead of hours to minimize the time and frequency error, which is useful on desktops or systems not running 24 hours a day.
    2. Better response to rapid changes in the clock frequency, which is useful for virtual machines that have unstable clocks or for power-saving technologies that don’t keep the clock frequency constant.
    3. After the initial synchronization, it never steps the clock so as not to affect applications needing system time to be monotonic.
    4. Better stability when dealing with temporary asymmetric delays, for example when the link is saturated by a large download.
    5. Periodic polling of servers is not required, so systems with intermittent network connections can still quickly synchronize clocks.

    When to use chrony

    Chrony would be considered a best match for the systems which are frequently suspended or otherwise intermittently disconnected from a network (mobile and virtual servers etc).

  • 相关阅读:
    Arrays工具类
    String字符串
    包装类
    程序员代码面试指南 IT名企算法与数据结构题目最优解
    【面试题】了解session和cookie吗?
    如何用STAR法则来回答「宝洁八大问」
    【算法面试】常见动态规划算法示例1-最长公共子串问题
    面试HashMap之追命5连问
    JAVA面试题(8)
    多线程面试题之原子性、可见性、有序性
  • 原文地址:https://www.cnblogs.com/muahao/p/6409889.html
Copyright © 2011-2022 走看看