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
2
votes
2 answers

How to simulate network packet loss when streaming video?

Please help me solve this tricky problem, making me suffering for almost one week. How to make streaming video suffering packet loss? Switch: Pica8 3290 Computer: core i7 2600, 8GB Link: 100Mps Streaming video : RTP (1080P、4K) I've already tried…
Shine Hsu
  • 63
  • 1
  • 5
2
votes
1 answer

Dealing with network packet loss in realtime games - TCP and UDP

Reading lots on this for my first network game, I understand the core difference of guaranteed delivery versus time-to-deliver for TCP v UDP. I've also read diametrically opposed views whether realtime games should use UDP or TCP! ;) What no-one has…
Tickled Pink
  • 969
  • 2
  • 14
  • 26
2
votes
1 answer

Packet loss test with javascript

Is there a way to check packet loss from client side with javascipt by using ajax, xmlHttpRequest or other method? Thank you very much for your help.
user1874941
  • 3,013
  • 4
  • 20
  • 31
2
votes
1 answer

Android DatagramSocket receive buffer size

I am trying to set/increase the receive buffer size of a datagram socket. I would like to do this since I am experiencing some random packet loss when sending data between a PC and the Android device which lie on the same local network and I would…
frans1989
  • 63
  • 2
  • 7
2
votes
0 answers

my Website loss packet in 70% countries, how can i dertermine why its loss packets?

I'm not friendly with networking so that why i post here and want to know from my seniors. I check my website on google page speed tester, it show result 90/100 i check my website on pingdom it show good result there. but now i find new tool that…
user2511667
  • 153
  • 1
  • 4
  • 13
2
votes
1 answer

When does the Linux network stack drop received RTP packets?

I am debugging a packet loss issue with my C++ program receiving RTP. After my program ran for quite a long time receiving lots of RTP data, it starts to loose packets. Tracing with Wireshark shows the missing packets, but my application never…
Gene Vincent
  • 5,237
  • 9
  • 50
  • 86
1
vote
1 answer

Packet loss Test

Does any one have a idea about how to do a packet loss test like in ping test from flash technologies (Flash or Flex)? Please help me.
1
vote
0 answers

NetMQ PGM dropping packets client-side

I've implemented a PGM publisher/subscriber setup. The server receives data from a TCP connection to another server, and distributes it to clients using the PGM protocol. However, after logging the data on both server and client it would seem the…
Mike
  • 21
  • 1
1
vote
0 answers

How can I get packet loss information from python mininet pings?

Using the Python Mininet API, I'm sending a single ping. ploss = net.ping(hosts=[node1, node2]) This prints to the console the results of packets lost/received: h1 -> h2 h2 -> h1 *** Results: 0% dropped (2/2 received) However, nothing is…
DrZoidberg
  • 21
  • 3
1
vote
1 answer

Send packet with scapy

I'm trying to send a simple ICMP packet from HOST B to HOST A This is my configuration: HOST A 10.0.1.10 with gateway set to 10.0.1.24 Router NIC 1 10.0.1.24 NIC 2 192.168.100.1 HOST B 192.168.100.3 A: 10.0.1.10 <---> 10.0.1.24 |NIC-1 Router…
Kuze
  • 41
  • 1
  • 6
1
vote
0 answers

Perl Tcp transfer not consistent

This is my below code to transfer file using TCP in Perl. We are transferring 'n' number of files using thread to other servers and also each file we chunk as 5mb before sending. For most of the files in the below function i am getting issue as…
feroz khan
  • 31
  • 4
1
vote
0 answers

Is there any way to reset the tunnel in iOS using NE Packet Tunnel Provider when switch between wifi and mobile data happens?

I’m working on an iOS App, where I’ve added NE Packet Tunnel Provider and using Network Path Monitor to detect when any switch between Wifi and Mobile Data is happening. If any switch in Network path is detected then canceling the Tunnel and…
Sri
  • 11
  • 1
1
vote
0 answers

nginx reverse proxy for a nodejs server express responding very slowly (20 seconds per chunk) to clients with packet loss

I have an nginx between the clients of my web app and my nodejs express server. some of my clients have packet loss. I'm testing with 20% packet loss (inbound or outbound - via Clumsy on windows, with chrome). I'm requesting a big resource on a…
hillsch
  • 11
  • 2
1
vote
0 answers

Dissecting/unpacking sniffed packages for analytics (packet-loss, signal strenght, retransmission..) using Raspberry pi kali linux

I am quite new to sniffing/hacking and trying to do a nice script for parsing/sorting packages. I would like to store and sort TCP-packages flags(retransmission, double ack, lost segment..) for each packet. I would also like to see the signal…
1
vote
0 answers

ASP.Net WebForms Communication Failure in Production

I am experiencing a problem in production with two specific webforms that perform a server-side postback to perform calculations. There is a . All of the data for the calculations is on the web…
zythis
  • 31
  • 5
1 2
3
9 10