Hai, Can any one tell me about how to calculate the BER or Packet loss using the Wireshark or any idea using its tools?. Thank you in Advance. asked 14 Apr '12, 14:10 reddy |
One Answer:
If a protocol has a mechanism of tracking lost packets you can determine them if a filter exists. TCP has one for example: If you're looking at protocols that do not track lost packets as part of the protocol you're basically down to the "needle in the haystack" problem, because you'll have to verify each communication by hand. And often enough you can't even tell if something was lost or is just arriving late. answered 27 May '12, 05:21 Jasper ♦♦ |
how to determine the packet loss before they are undergone any mechanism like CRC or any????