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 |
One Answer:
In most environments you can't. Imagine this:
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
Regards answered 01 Apr '15, 01:11 Kurt Knochner ♦ |
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)
the second scenario is for the case where it's his network.