Tagged Questions

6
votes
4answers
680 views

How Does the Network Time Protocol Work?

The Wikipedia entry doesn't give details and the RFC is way too dense. Does anyone around here know, in a very general way, how NTP works? I'm looking for an overview that explains how Marzullo's ...
4
votes
3answers
1k views

JavaScript NTP time

Hello I'm writing a counting script who counts the time between an old date and today. Everything worked good until I tested on a computer with wrong date and saw the results. So I found a way to get ...
3
votes
1answer
166 views

Synchronize time in javascript with a good precision (>0.5s) (NTP-like)

I'm looking for a way to synchronize time between clients with a good precision (let's say 0.5 seconds at least). I exclude using jsontime or exploiting timestamp in server response headers due to a ...
2
votes
2answers
101 views

how to get trusted time in an app, ntp maybe?

My app will need to periodically access a trusted time source, so can not rely on system time since this one can be modified easily by user or batery failure etc. My first idea is to statically link ...
2
votes
3answers
424 views

How good is NTP for distributed time synchronization?

How accurate is NTP for keeping a set of servers time synchronized? I'm writing a service which requires a set of servers (some acting as clients, some as servers) synchronized to second level ...
2
votes
1answer
399 views

Windows API to trigger the time syncronization

Is there a windows API that would achieve the equivalent of cliking the "Update now" button in the "Date and time properties"/"Internet time" tab (opened by double clicking the clock in the taskbar)? ...
2
votes
1answer
129 views

Time Syncronization via Web Service Call

Say are dealing with a Windows network that for internet access must pass through a firewall that you have no control over. Said firewall apparently blocks the known time protocols (NTP,daytime,etc) ...
1
vote
1answer
30 views

Using VB.NET to query NTP Servers

As the title describes I am looking for a way to query for the UTC time from NTP/SNTP Servers from 'VB.NET'. The only libraries I have found for VB.NET to such tasks appear require a fairly large sum ...
1
vote
2answers
49 views

Print time from external server in bash

I'd like to know if it's possible to simply retrieve a Unix timestamp from an external server (using NTP, I suppose). I know there's ntpd, which will update the current system time to the time given ...
0
votes
1answer
7 views

Effects of changing second definition in atomar clocks to compensate leap seconds

The International Telecommunication Union (ITU) is an Institution to standardize the Universal Time Coordinated (UTC). The ITU has been discussing to get rid of the so-called leap seconds for various ...
0
votes
1answer
23 views

Get notified of ntp adjustments

I am in a weird situation and I need some direction with NTP time adjustments. I have a PC (Red Hat) that runs NTP daemon and this PC adjusts its time with a Stratum 2 time server on my LAN. My PC ...
0
votes
0answers
14 views

Building Integrated Timing Supply (BITS)

Does anyone know where I can find more info on BITS? BITS is used of timing in synchronous networks such as telecom networks. In particular, I would like to find the specification/standard. Can't seem ...
0
votes
1answer
180 views

gps time synchronization accuracy

i have a GPS NTP Time server synchronizing my PC. HOW am i able to compare 1PPS of the GPS receiver with clock pulse of my PC to see how much accurately it is synced to the GPS time?(with an ...
0
votes
2answers
48 views

From which place does ebay syncronizes it's clocks? [closed]

I mean is there any international organization maintaining world time for public use? I'm making a site to show times of different cities in the world. Any ideas?
0
votes
1answer
193 views

NTP working modes

I am new to NTP protocol. I read the RFC1305 and have some questions about NTP. My questions are related to NTP working modes. According to RFC1305 there are 8 modes | 0 | reserved | 1 | symmetric ...
0
votes
3answers
396 views

Synchronizing time between two Windows 7 machines connected with a LAN cable

I have a number laptops that run our application while connected to each other in pairs with an ethernet cable, but not connected to any external network or the internet. T I need the connected pair ...
0
votes
1answer
122 views

alarm(2) - what does it do when someone changes the system time while it's waiting?

The man page says that alarm() arranges for a SIGALRM signal to be delivered to the process in _seconds_ seconds. What happens if someone (such as the user or ntpd) changes the system clock while the ...
0
votes
2answers
400 views

NTP Client using the Windows API

I'm maintaining a legacy system (pre .NET). Is there any way to fetch the time from an NTP server using the Windows API? Failing that, I could probably create a COM object with .NET to do it, but I ...
0
votes
1answer
147 views

Using the system time for node locked licensing

I have node-locked licensing working, using the MAC address and system time. We're concerned that people will just edit their system date to extend a license, so I've tried getting the real date from ...