vote up 1 vote down star
2

Hi All,

I am looking for the way to calculate the one-way delay in a packet-switched network. I do not want to use NTP or PTP (Network Time Protocol, Precision Time Protocol).

Consider the scenario:

Host-1 Sends the packet to Host-2. Both Hosts have different Clock rates and the hosts are located in different countries.

Packet may be UDP/TCP/Layer 2 Frame.

Is there any way to sync the clock rates of two hosts so as to calculate the one-way delay.

Now how do you guys calculate the one way delay without relying on a timing protocol. I am looking some generic formula to do this.

I would much appreciate the answers for this question.

Thanks a ton in advance.

flag

70% accept rate
Why exactly don't you want NTP? Because its precision is not sufficient? – bortzmeyer Apr 25 at 19:48

3 Answers

vote up 5 vote down

Synchronizing clocks is exactly what [S]NTP are meant to accomplish. If there was a simpler way, the protocols would be simpler. You can approximate RTT without them, but one-way delay is hard to do.

link|flag
vote up -1 vote down

I use iperf to do network testing like that. You might get some insight by looking at how they do it.

link|flag
iperf does not give you one way delay. – mahesh Apr 25 at 6:28
Indeed, iperf is completely unrelated to one-way delay measurement. – bortzmeyer Apr 25 at 19:47
vote up 3 vote down

No, you cannot. Measuring a one-way delay requires synchronized clocks (and NTP is typically not good enough for this task, independent synch to reliable clocks is necessary).

Read RFC 4656 for the gory details. There are two available implementations, OWAMP in C and Jowamp in Java.

link|flag
bortzmeyer : Thank you so much. If you any more code/link of bit explanation by you could of great help. i will check your links. Thanks once again :) – mahesh Apr 26 at 10:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.