Questions tagged [packet-loss]

Packet loss is the failure of one or more transmitted packets to arrive at their destination. This event can cause noticeable effects in all types of digital communications.The causes of packet loss include inadequate signal strength at the destination, natural or human-made interference, excessive system noise, hardware failure, software corruption or overburdened network nodes.

Packet loss occurs when one or more packets of data travelling across a computer network fail to reach their destination.
The effects of packet loss:
In data, packet loss produces errors.
In videoconference environments it can create jitter.
In pure audio communications, such as VoIP, it can cause jitter and frequent gaps in received speech.
In the worst cases, packet loss can cause severe mutilation of received data, broken-up images, unintelligible speech or even the complete absence of a received signal.
Packet loss may be measured as frame loss rate defined as the percentage of frames that should have been forwarded by a network load were not forwarded due to lack of resources.

The amount of packet loss that is acceptable depends on the type of data being sent.Anything over 2% packet loss over a period of time is a strong indicator of problems. Most internet protocols can correct for some packet loss, so you really shouldn't expect to see a lot of impact from packet loss until that loss starts to approach 5% and higher. Anything less than this is showing a possible problem, but one that is probably not impacting your experience significantly at present (unless you're an online gamer or something similar that requires 'twitch' reflexes).

141 questions
-1
votes
1 answer

how could we increase the performance of a udp receiver

Could anyone please help me on improving the performance of a udp receiver. I am only able to get 1Mb/s but need to enhance the performance to almost 5Mb/s. There are also missing of Logs because the receiver is not able to receive all the messages…
-1
votes
1 answer

error in receiving char[] in UDP, under circumstance with packet loss

Client sends file name first, and the server makes a file with that name to write data into it. The file name is cast from command argument, which is in form like 'file.txt'. The problem is that an error occurs every time I cast a file name other…
Yeongchan Jeon
  • 499
  • 3
  • 18
-1
votes
1 answer

Packet loss Simulator

I'm developing a file transfer software. And I want to test it in bad connection environment(packet loss with a certain probability). I need a program to simulate this environment. Please help me. Thanks so much
Phi Nguyen
  • 81
  • 8
-2
votes
1 answer

Detect faulty physical links with ping

I would have a question regarding physical problem detection in a link with ping. If we have a fiber or cable which has a problem and generate some CRC errors on the frame (visible with switch or router interface statistics), it's possible all ping…
bdes31
  • 117
  • 4
-2
votes
1 answer

High ping to server, traceroute issue?

My friend and I have the same type of internet connection (ADSL 2+) and we get similar speeds (10 down 1 up) and ping, but when we both try to connect to the same IP we get different pings. We are trying to connect to a server in canada…
Baibro
  • 97
  • 2
-2
votes
1 answer

iptables - simulate packet loss for a specific ip address

I've read about statistic module that can help simulate packet loss: iptables -A INPUT -m statistic --mode random --probability 0.1 -j DROP But is it possible to do that not for all incoming connections, but for a specific IP address?
user2358916
  • 15
  • 1
  • 5
1 2 3
9
10