RFC

http://www.ietf.org/rfc/rfc5905.txt

https://www.eecis.udel.edu/~mills/ntp/html/select.html

https://wenku.baidu.com/view/1539c86a71fe910ef02df83f.html###

https://wenku.baidu.com/view/d48bf96df111f18583d05a88.html

https://wenku.baidu.com/view/214946669b6648d7c1c7469e.html

settimeofday() && adjtime()

The implementation model includes some means to set and adjust the

system clock. The operating system is assumed to provide two

functions: one to set the time directly, for example, the Unix

settimeofday() function, and another to adjust the time in small

increments advancing or retarding the time by a designated amount,

for example, the Unix adjtime() function. In this and following

references, parentheses following a name indicate reference to a

function rather than a simple variable. In the intended design the

clock discipline process uses the adjtime() function if the

adjustment is less than a designated threshold, and the

settimeofday() function if above the threshold. The manner in which

this is done and the value of the threshold as described in

Section 10.

如果超过:threshold 则,settimeofday(): 快速调整。否则,adjtime() : 缓慢调整。

NTP报文

               +-----------+------------+-----------------------+
| Name | Formula | Description |
+-----------+------------+-----------------------+
| leap | leap | leap indicator (LI) |
| version | version | version number (VN) |
| mode | mode | mode |
| stratum | stratum | stratum |
| poll | poll | poll exponent |
| precision | rho | precision exponent |
| rootdelay | delta_r | root delay |
| rootdisp | epsilon_r | root dispersion |
| refid | refid | reference ID |
| reftime | reftime | reference timestamp |
| org | T1 | origin timestamp |
| rec | T2 | receive timestamp |
| xmt | T3 | transmit timestamp |
| dst | T4 | destination timestamp |
| keyid | keyid | key ID |
| dgst | dgst | message digest |
+-----------+------------+-----------------------+ Figure 7: Packet Header Variables
       0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|LI | VN |Mode | Stratum | Poll | Precision |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Root Delay |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Root Dispersion |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reference ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ Reference Timestamp (64) +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ Origin Timestamp (64) +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ Receive Timestamp (64) +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ Transmit Timestamp (64) +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
. .
. Extension Field 1 (variable) .
. .
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
. .
. Extension Field 2 (variable) .
. .
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Key Identifier |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
| dgst (128) |
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Figure 8: Packet Header Format

其中第一个字段: LI Leap Indicator (leap)

           +-------+----------------------------------------+
| Value | Meaning |
+-------+----------------------------------------+
| 0 | no warning |
| 1 | last minute of the day has 61 seconds |
| 2 | last minute of the day has 59 seconds |
| 3 | unknown (clock unsynchronized) |
+-------+----------------------------------------+ Figure 9: Leap Indicator

verion字段:

                      +-------+--------------------------+
| Value | Meaning |
+-------+--------------------------+
| 0 | reserved |
| 1 | symmetric active |
| 2 | symmetric passive |
| 3 | client |
| 4 | server |
| 5 | broadcast |
| 6 | NTP control message |
| 7 | reserved for private use |
+-------+--------------------------+ Figure 10: Association Modes

Stratum (stratum)字段

        +--------+-----------------------------------------------------+
| Value | Meaning |
+--------+-----------------------------------------------------+
| 0 | unspecified or invalid |
| 1 | primary server (e.g., equipped with a GPS receiver) |
| 2-15 | secondary server (via NTP) |
| 16 | unsynchronized |
| 17-255 | reserved |
+--------+-----------------------------------------------------+ Figure 11: Packet Stratum

Root Delay (rootdelay)

Root Delay (rootdelay): Total round-trip delay to the reference

clock, in NTP short format.

Root Dispersion (rootdisp)

Root Dispersion (rootdisp): Total dispersion to the reference clock,

in NTP short format.

Reference ID (refid)

     +------+----------------------------------------------------------+
| ID | Clock Source |
+------+----------------------------------------------------------+
| GOES | Geosynchronous Orbit Environment Satellite |
| GPS | Global Position System |
| GAL | Galileo Positioning System |
| PPS | Generic pulse-per-second |
| IRIG | Inter-Range Instrumentation Group |
| WWVB | LF Radio WWVB Ft. Collins, CO 60 kHz |
| DCF | LF Radio DCF77 Mainflingen, DE 77.5 kHz |
| HBG | LF Radio HBG Prangins, HB 75 kHz |
| MSF | LF Radio MSF Anthorn, UK 60 kHz |
| JJY | LF Radio JJY Fukushima, JP 40 kHz, Saga, JP 60 kHz |
| LORC | MF Radio LORAN C station, 100 kHz |
| TDF | MF Radio Allouis, FR 162 kHz |
| CHU | HF Radio CHU Ottawa, Ontario |
| WWV | HF Radio WWV Ft. Collins, CO |
| WWVH | HF Radio WWVH Kauai, HI |
| NIST | NIST telephone modem |
| ACTS | NIST telephone modem |
| USNO | USNO telephone modem |
| PTB | European telephone modem |
+------+----------------------------------------------------------+

Reference Timestamp

Reference Timestamp: Time when the system clock was last set or

corrected, in NTP timestamp format.

Origin Timestamp (org) ---> T1

Origin Timestamp (org): Time at the client when the request departed

for the server, in NTP timestamp format.

Receive Timestamp (rec) ---> T2

Receive Timestamp (rec): Time at the server when the request arrived

from the client, in NTP timestamp format.

Transmit Timestamp (xmt) ---> T3

Transmit Timestamp (xmt): Time at the server when the response left

for the client, in NTP timestamp format.

Destination Timestamp (dst) --->T4

Destination Timestamp (dst): Time at the client when the reply

arrived from the server, in NTP timestamp format.

Extension Field

Extension Field n: See Section 7.5 for a description of the format of

this field.

In NTPv4, one or more extension fields can be inserted after the

header and before the MAC, which is always present when an extension

field is present. Other than defining the field format, this

document makes no use of the field contents. An extension field

contains a request or response message in the format shown in

Figure 14.

       0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Field Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
. .
. Value .
. .
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Padding (as needed) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Figure 14: Extension Field Format

Key Identifier (keyid)

Key Identifier (keyid): 32-bit unsigned integer used by the client

and server to designate a secret 128-bit MD5 key.

Message Digest (digest)

Message Digest (digest): 128-bit MD5 hash computed over the key

followed by the NTP packet header and extensions fields (but not the

Key Identifier or Message Digest fields).

计算时间方法

大致过程: 机器A同步机器B

A: 先把当前时间copy到T1

B: B收到后,立刻把自己时间copy到T2

B: B发送时,将发送时间copy到T3

A:A收到时,把接受时间copy到T4

In the figure, the first packet transmitted by A contains only the

origin timestamp t1, which is then copied to T1. B receives the

packet at t2 and copies t1 to T1 and the receive timestamp t2 to T2.

At this time or some time later at t3, B sends a packet to A

containing t1 and t2 and the transmit timestamp t3. All three

timestamps are copied to the corresponding state variables. A

receives the packet at t4 containing the three timestamps t1, t2, and

t3 and the destination timestamp t4. These four timestamps are used

to compute the offset and delay of B relative to A, as described

below.

offset

theta = T(B) - T(A) = 1/2 * [(T2-T1) + (T3-T4)]

round-trip delay 延迟

delta = T(ABA) = (T4-T1) - (T3-T2).

NTP源码函数和这些概念对应关系

要想看懂ntp源码,如下列表概念很重要


+---------+----------+-----------------------+
| Name | Formula | Description |
+---------+----------+-----------------------+
| srcaddr | srcaddr | source address |
| srcport | srcport | source port |
| dstaddr | dstaddr | destination address |
| dstport | destport | destination port |
| keyid | keyid | key identifier key ID |
+---------+----------+-----------------------+ Figure 16: Peer Process Configuration Variables +-----------+------------+---------------------+
| Name | Formula | Description |
+-----------+------------+---------------------+
| leap | leap | leap indicator |
| version | version | version number |
| mode | mode | mode |
| stratum | stratum | stratum |
| ppoll | ppoll | peer poll exponent |
| rootdelay | delta_r | root delay |
| rootdisp | epsilon_r | root dispersion |
| refid | refid | reference ID |
| reftime | reftime | reference timestamp |
+-----------+------------+---------------------+ Figure 17: Peer Process Packet Variables +------+---------+--------------------+
| Name | Formula | Description |
+------+---------+--------------------+
| org | T1 | origin timestamp |
| rec | T2 | receive timestamp |
| xmt | T3 | transmit timestamp |
| t | t | packet time |
+------+---------+--------------------+ Figure 18: Peer Process Timestamp Variables Mills, et al. Standards Track [Page 31] RFC 5905 NTPv4 Specification June 2010 +--------+---------+-----------------+
| Name | Formula | Description |
+--------+---------+-----------------+
| offset | theta | clock offset |
| delay | delta | round-trip delay|
| disp | epsilon | dispersion |
| jitter | psi | jitter |
| filter | filter | clock filter |
| tp | t_p | filter time |
+--------+---------+-----------------+ Figure 19: Peer Process Statistics Variables

几个关键数据

dispersion

The dispersion statistic epsilon(t) represents the maximum error due

to the frequency tolerance and time since the last packet was sent.

It is initialized

epsilon(t_0) = r.rho + s.rho + PHI * (T4-T1)

when the measurement is made at t_0 according to the seconds counter.

Here, r.rho is the packet precision described in Section 7.3 and

s.rho is the system precision described in Section 11.1, both

expressed in seconds. These terms are necessary to account for the

uncertainty in reading the system clock in both the server and the

client.

The dispersion then grows at constant rate PHI; in other words, at

time t, epsilon(t) = epsilon(t_0) + PHI * (t-t_0). With the default

value PHI = 15 ppm, this amounts to about 1.3 s per day. With this

understanding, the argument t will be dropped and the dispersion

represented simply as epsilon. The remaining statistics are computed

by the clock filter algorithm described in the next section.

NTP相关算法

1. Clock Filter Algorithm (时间滤波算法)

The clock filter algorithm is part of the peer process. It grooms

the stream of on-wire data to select the samples most likely to

represent accurate time. The algorithm produces the variables shown

in Figure 19, including the offset (theta), delay (delta), dispersion

(epsilon), jitter (psi), and time of arrival (t). These data are

used by the mitigation algorithms to determine the best and final

offset used to discipline the system clock. They are also used to

determine the server health and whether it is suitable for

synchronization.

在Clock Filter Algorithm (时间滤波算法) 中,会校验完整唯一的包,并且,计算出每一个包的三个核心指标: offset (theta), delay (delta), dispersion

(epsilon)。

其中, dispersion (epsilon) 比较难以理解,这个称之为,离散。

The clock filter algorithm saves the most recent sample tuples

(theta, delta, epsilon, t) in the filter structure

2. Clock Select Algorithm (时间选择算法)



3. Cluster Algorithm (聚类算法)

4. Clock discipline Algorithm (聚类算法)

NTP同步底层实现的更多相关文章

  1. CentOS7时间设置及ntp同步配置(转)

    出处:http://www.centoscn.com/CentOS/config/2015/1105/6385.html http://www.centoscn.com/CentOS/config/2 ...

  2. 搭建NTP时间服务器~使用NTP同步时间~构建主机间时间自动同步关系

    NTP是一个时间服务器,同时它也是一个时间客户端. 我们可以使用它构建主机与主机之间的时间自动同步环境,保证所有服务器时间一致性. 常用的公共NTP时间服务器有: cn.ntp.org.cn 中国 n ...

  3. Centos 修改时间地区及NTP同步北京时间

    在我们使用CentOS系统的时候,也许时区经常会出现问题,有时候改完之后还是会出错,下面我们就来学习一种方法来改变这个状况.如果没有安装,而你使用的是 CentOS系统 那使用命令 yum insta ...

  4. 从ruby实现时间服务器ntp同步功能也谈“逆向工程”

    本猫以前写asm和C的时候常常不忘"逆向"一把,后来写驱动的时候也用VM之类的搭建"双机"调试环境进行调试:也对于一些小的软件crack cd-key神马的不亦 ...

  5. CentOS7安装chrony替代ntp同步时间

    Chrony是一个开源的自由软件,它能保持系统时钟与时钟服务器(NTP)同步,让时间保持精确.它由两个程序组成:chronyd和chronyc:chronyd是一个后台运行的守护进程,用于调整内核中运 ...

  6. CentOS ntp同步

    新装的CentOS系统服务器可能设置了错误的,需要调整时区并调整时间. 如下是CentOS系统使用NTP来从一个时间服务器同步 把当前时区调整为上海就是+8区,想改其他时区也可以去看看/usr/sha ...

  7. NTP同步网络时间

    为什么要同步网络时间呢,这是由于树莓派没有RTC和后备电池,不能像PC机那样关机之后仍可以走时. NTP对时步骤: 1 安装ntpdate sudo apt-get install ntpdate s ...

  8. Linux安装ntp同步时间

    1.安装 yum install  ntp 安装下就可以了. 2.寻找一个网络时间服务器,比如一些国家授时中心 微软公司授时主机(美国) time.windows.com 台警大授时中心(台湾) as ...

  9. ntp同步报错解决

    服务端:192.168.1.204 主机名: www.test.com 客户端:192.168.1.206 主机名: www.test3.com 客户端同步服务端报错如下: [root@www etc ...

随机推荐

  1. MySQL 表与表之间建立关系

    引子:如下图是一张非常寻常的表格,在以前的工作中实常会制作类似的表格,但是今天的数据库内容,将我之前这种传统的制表思路上升了一个层次: 今天核心的内容就是怎样让表与表之间产生关系,在思考这个问题的时候 ...

  2. python海龟的使用

    ############################螺旋正方形############################### import turtle turtle.left(90)for i ...

  3. Python笔记13------pandas作图

    1.pandas可以用来画DataFrame和Series的图 如: import numpy as npimport matplotlib.pyplot as pltimport pandas as ...

  4. mongodb 和 mongoose 初探

    mongodb MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的. 1. 安装相关 1.1 下载 官网下载地址 :官网下载社区版 1.2 安 ...

  5. freeswich 安装mod_av

    转载   https://www.cnblogs.com/zgen1/p/7867303.html 需要先编译libav库 编译libav下载:git clone https://freeswitch ...

  6. leetCode笔记--(1)

    陪朋友刷题,记录下. 1.Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operato ...

  7. C#通过SendMessage发送消息,改变其他程序的下拉框控件(ComboBox)的值

    IntPtr cbh= new IntPtr(handle); //ComboBox的句柄 SendMessage(cbh, 0x014D, new IntPtr(-1), "需要选中的下拉 ...

  8. 移植MonkeyRunner的图片对照和获取子图功能的实现-Appium篇

    假设你的目标測试app有非常多imageview组成的话,这个时候monkeyrunner的截图比較功能就体现出来了. 而其它几个流行的框架如Robotium,UIAutomator以及Appium都 ...

  9. poj 2528 Mayor's posters

    这个题意是市长竞选,然后每一个人都能够贴广告牌.能够覆盖别人的看最后剩几个广告牌 这题目想了两个多小时,最后忍不住看了一下题解. 发现仅仅是简单地hash  和线段树成段更新 由于有10000个人竞选 ...

  10. 0x41 并查集

    太菜了才做到并查集啊啊啊啊啊啊啊啊啊啊啊 还是很有收获的说 水 bzoj4195: [Noi2015]程序自动分析 好题 poj1456 感受到并查集传递性的美妙啊!对于一个商品,去找他过期前那天的集 ...