First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

RTP Graph question

  • retag add tags

Hi! I have captured a TCP conversation which shows very different results in terms of RTT on client and server. Does this mean than only the network can have caused that massive RTT delay? Or what is my misunderstanding here?

Client is captured on SPAN Port Access Switch. IP: 13.166 Server is captured on server itself in DC (because to check 3rd party depedencies). IP: 1.20

Client: image:Client

Server: image:Server

Thank you!

wshark_de's avatar
7
wshark_de
asked 2019-04-09 10:43:07 +0000, updated 2019-04-09 10:46:50 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Unfortunately, the images aren't visible; that's probably because you don't have enough karma to post images yet.

I'm not sure how you're measuring RTT, but if you're only looking at delta times from one packet to the next, then you're not really measuring RTT. If you haven't seen it, Jasper Bongertz has written a very nice article on his blog called Determining TCP Initial Round Trip Time which you might find to be informative.

In any case, if packet delta times are very short on the server side, then it seems that server processing time is small and if there are large packet delta times on the client side, then most likely that's due to the network latency then. It's hard to say for certain without examining some packet captures though, so if you're able to upload 2 capture files taken simultaneously on both the client and server to any online file sharing site, then someone may be able to analyze them and provide more feedback.

cmaynard's avatar
11.1k
cmaynard
answered 2019-04-09 14:08:10 +0000
edit flag offensive 0 remove flag delete link

Comments

FWIW, I do see the images.

grahamb's avatar grahamb (2019-04-09 14:37:05 +0000) edit

Strange. I've tried viewing this question with Firefox, Chrome, Edge and Explorer, but the images don't appear for me using any of them. Maybe my company is blocking them for some reason?

cmaynard's avatar cmaynard (2019-04-09 14:45:13 +0000) edit

Thank you, that was helpful

wshark_de's avatar wshark_de (2019-04-09 14:48:29 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer