in Education by
I have an application that depends on gpsd and ntpd to accurately set the system time on a linux machine. gpsd is fed NMEA + PPS The application is punping ~25MB per second over the network and I think the loading on the system is causing jitter in the time somehow. (loaded PCI express bus causing irregular interrupt latency) I have another machine that is not loaded at all that I could setup to read the GPS and act as an NTP server for the loaded machine. (the loaded machine would be getting startum 1 ???) How accurate can I expect the time to be from a stratum 0 NTP server on the same subnet on Ethernet? I hope this is not too off topic, I am sure sometime someone else will be happy the answer is documented here. ;-) JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Best info I could find on NTP accuracy, seems to point at 1-2 ms in a LAN setting: NTP v4 with kernel mods to support it, is capable of much better than 1ms accuracy, possibly as good as 1ns. According to [Dave Mills] article, NTP v3 is accurate to 1-2ms in a LAN and 10s of ms in WAN nets. http://www.cis.udel.edu/~mills/ntp.html Other articles suggest that with an accurate time source, such as a GPS time source, NTP is accurate to 50us, but the links on the Linux kernel support say that accuracy of a few ms are possible. http://www.atomic-clock.galleon.eu.com/support/ntp-time-server-accuracy.html Another article says that it is dependent on the predictability of network delays (i.e. a low jitter network). http://www.postel.org/pipermail/end2end-interest/2003-April/002925.html

Related questions

0 votes
    I have an application that depends on gpsd and ntpd to accurately set the system time on a linux machine ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    If I toss a coin 3 times and get head each time, should I expect a tail to have a higher change in the ... in support of your answer. Select the correct answer from above options...
asked Nov 21, 2021 in Education by JackTerrance
0 votes
    What would be the network address of the IP address 20.12.180.17 with subnet mask 255.255.255.224? 20.12.180. ... .192 255.12.180.224 Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    I have a store to get a list of something in system. To get information by business requirement, this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 9, 2022 in Education by JackTerrance
0 votes
    Accurate prediction depends heavily on measuring the right variables. (a) True (b) False This question was ... and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
0 votes
    Two dice are thrown at the same time. Find the probability of getting (i) Same number on both dice. (ii) different number of both dice. Select the correct answer from above options...
asked Nov 17, 2021 in Education by JackTerrance
0 votes
    Consider a circuit having resistances 2 Ω and 2 Ω in series with an inductor of inductance 2 H. The circuit is ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    Can system be both interpolative & accretive at same time? (a) yes (b) no I have been asked this ... Neural Networks of Neural Networks Please answer the above question....
asked Sep 3, 2022 in Education by JackTerrance
0 votes
    __________ suite is used for NTP enumeration. (a) DNS (b) NTP (c) HTTP (d) SNMP The question was posed to ... Cyber Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 4, 2021 in Education by JackTerrance
0 votes
    For a 10Mbps Ethernet link, if the length of the packet is 32bits, the transmission delay is ____________ (in microseconds). A. 3.2 B. 32 C. 0.32 D. 320...
asked Jan 8, 2023 in Technology by JackTerrance
0 votes
    I have this array of objects. let links = [ { url: 'some url 1', status: 200 }, { url: ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    What is the name of the virtual Ethernet bridge that is created at the start of Docker Daemon? (1)docker1 (2)docker00 (3)docker2 (4)docker0...
asked May 2, 2021 in Technology by JackTerrance
...