Ask Your Question
0

I captured traffic while playing 2 minute video and now I need RTT for mathis equation. Can u tell me where to find value for RTT to use it in equation

asked 2021-06-06 10:38:53 +0000

Need RTT for calculating mathis equation

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-08 11:05:44 +0000

SYN-bit gravatar image

The RTT of a connection could be calculated if there is a protocol present that will give a good indication. Like a 3-way-handshake in TCP. Then the time between the SYN and the final ACK is a good indication of the RTT of the connection (regardless of where in the path you are making the capture). Wiireshark will report on that with the field tcp.analysis.initial_rtt (which can be found under TCP/[SEQ/ACK analysis]).

If there is no TCP traffic you will need to see if there is another Request/Response protocol for which you know the processing time on each end is minimal (otherwise you are measuring RTT + server response time). And then you need to take into account the place where you captured the packets. If you are close to the system sending the request, then you are OK. If you move the capture point towards the responder side of the connection, the RTT will of course become less and less accurate (to a point of being of no use).

So, in short, there is not an one-size-fits all way to find the RTT, but analyzing the packets in a trace might give you a very good indication.

edit flag offensive delete link more

Comments

Pictures of RTT

Chuckc gravatar imageChuckc ( 2021-06-08 15:17:43 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2021-06-06 10:38:53 +0000

Seen: 138 times

Last updated: Jun 08 '21