Dear All, I am a new user therefore I need some help. I need to analyze 2 pcap files for a job interview. Unfortunately I dont have experience on wireshark. Here is the given case and the given pcap files: "There are complaints in a specific region from 3G customers that internet communication is slow. PS Core network is working on totally IP infrastructure. It is determined that this problem is related with customers that served by a specific RNC(Radio Network Controller). It is taken a Gn interface trace for complainant over SGSN (Serving GPRS Service Node). Also we request him to take a trace. These two traces are at the attachment. Could you please prepare a report about how to analyse the problem and the result that you have reached. What can be the problem according to you?" link text - sgsn trace pcap file link text - ue trace pcap file I dont know where to start on pcap files. I am welcome any comments and suggestions so at least I can have idea. thanks in advance . asked 05 Apr '15, 02:40 chndrkn |
One Answer:
The obvious thing here is packet loss, with retransmissions taking two or three digit numbers of milliseconds, which may add up to significant delay if it happens multiple times. The CRC errors on the GPRS tunneled segments can be ignored as the same packet has a correct CRC in the other trace, so it's probably caused by a local capture setup. I have to add three things here here though:
answered 05 Apr '15, 07:22 Jasper ♦♦ |
Dear Jasper
thank you very much for your answer. Also thanks a lot for informing me about my mistake. I have removed the files. I am a fresh graduate student and dont have experience on wireshark. therefore I need some help to have idea at least.