This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Identifying a distant network Packet loss

0

Hi,

I have access on the server side. My clients are facing packet loss when they connect to my server.

How I calculate the packet loss is by counting the number of packets re-transmitted. Can someone tell me how can I identify which hop to the client has the packet loss?

Any help in this case is highly appreciated.

Thanks!

asked 31 Mar '15, 18:37

sandy6933's gravatar image

sandy6933
1222
accept rate: 0%


One Answer:

0

Can someone tell me how can I identify which hop to the client has the packet loss?

In most environments you can't.

Imagine this:

Client -- R1 --- R2 ---* R3 ---* R4 --- R5 ---R6 -- Server

If R3 or R4 is overloaded and drops a frame, it won't inform you in any way about the dropped frame, so there is no way to figure out if R3 or R4 (or any other router) dropped the frame, unless you are able to capture traffic in front and after the router, which is (probably) possible in an enterprise environment, but certainly impossible on the internet

Client -- R1 --- R2 --- R3 --- R4 --- R5 ---R6 -- Server
                     |      |
                     |      |
                 capture  capture

Regards
Kurt

answered 01 Apr '15, 01:11

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

well, if its his server and clients connecting to it I would assume it's his network, so he should be able to move the capture point until he sees original and retransmission (which would indicate where everything was still okay)

(01 Apr '15, 01:19) Jasper ♦♦

the second scenario is for the case where it's his network.

(01 Apr '15, 09:48) Kurt Knochner ♦