Questions tagged [packetloss]

Packet loss occurs when one or more packets of data travelling across a computer network fail to reach their destination.

Packet loss occurs when one or more packets of data travelling across a computer network fail to reach their destination.

Packet loss is distinguished as one of the three main error types encountered in digital communications; the other two being bit error and spurious packets caused due to noise.

Packet loss can be caused by a number of factors including signal degradation over the network medium due to multi-path fading, packet drop because of channel congestion, corrupted packets rejected in-transit, faulty networking hardware, faulty network drivers or normal routing routines (such as DSR in ad-hoc networks).

When caused by network problems, lost or dropped packets can result in highly noticeable performance issues or jitter with streaming technologies, voice over IP, online gaming and videoconferencing, and will affect all other network applications to a degree. However, it is important to note that packet loss does not always indicate a problem. If the latency and the packet loss at the destination hop are acceptable then the hops prior to that one don't matter.

Some network transport protocols such as TCP provide for reliable delivery of packets. In the event of packet loss, the receiver asks for retransmission or the sender automatically resends any segments that have not been acknowledged. Although TCP can recover from packet loss, retransmitting missing packets causes the throughput of the connection to decrease. This drop in throughput is due to the sliding window protocols used for acknowledgment of received packets. In certain variants of TCP, if a transmitted packet is lost, it will be re-sent along with every packet that had been sent after it. This retransmission causes the overall throughput of the connection to drop.

Protocols such as UDP provide no recovery for lost packets. Applications that use UDP are expected to define their own mechanisms for handling packet loss.

123 questions
0
votes
1 answer

Linux TCP stack and network cards performance: packets per minute before drop?

how much TCP packets should come at 100/1000mbit network card (not an embedded Realtek's home solution) before the Linux kernel will become unable to process the NIC's buffer resulting in packet drop? Hardware: let's say about dual-core Xeon +…
kagali-san
  • 1,991
  • 5
  • 17
  • 20
0
votes
1 answer

ISA Server dropping packets as it believes they are spoofed

We have ISA Server 2004 running on Windows Server 2003 SP2. It has 2 NICs - one internal called LAN on 192.168.16.2, with a subnet of 255.255.255.0, and one external called WAN on 93.x.x.2. The default gateway is 93.x.x.1 (our modem). This machine…
RB.
  • 392
  • 2
  • 8
  • 20
0
votes
1 answer

fast way to find network user computer on domain hogging all wan bandwidth

i have a network of about 40 domain users and i have huge latency wan issues, like 1400ms for google.com pings. I have noticed that the problem goes away after everyone goes home for the day. I would like to know if i should use something like a hub…
dasko
  • 1,244
  • 1
  • 22
  • 30
0
votes
2 answers

What could cause sudden massive increase in packet loss on home Ubuntu 8.04 server?

This server has been running like a dream since I got it about a year ago. Torrent slave, NGINX webserver, CUPS print server, game server, and it got great uptime. This past month or so, I have started to get huge packet loss in my connections to…
Max E.
0
votes
0 answers

Packet loss with local WebRTC clients

I stream live audio to clients via WebRTC, and a streaming app called Barix on a local network for translated events. When there are more than 20 or so clients, the network undergoes significant packet loss at a start of the event, for the first…
Reedz
  • 1
  • 2
0
votes
1 answer

The TCP receiver only ack the minimum bytes of MSS one by one

The client and server nodes are CentOS7.9/X86_64. If the HTTP POST requests were sent directly to the server, there are about 0.2% of cases that may timeout. If the HTTP POST requests were sent through an NGINX proxy on the client node, there are…
exudong
  • 101
  • 2
0
votes
0 answers

Causes of packet loss on multiple persistent tcp connections simultaneously?

The issue was detected while analyzing some application logs, which reported few seconds long spike periods when messages from multiple clients are received on the server with a substantial delay (up to a couple of seconds). The application itself…
tonso
  • 111
  • 4
0
votes
0 answers

DHCP Discover Packets don't reach server

I have a dumb IoT device that simply asks for a DHCP lease and gets no answer. I figured out that the request never reaches my routers DHCP server and I have no clue on why that happens. If I run a DHCP server on a PC right next to the IoT device on…
Hokascha
  • 129
  • 6
0
votes
0 answers

High Packet Loss on Device when Plugged into Unifi Network

We have 3 large format projectors of the same model on our network all plugged into a small switch. Recently, we have been unable to reliably load 2 of the 3 projectors' web management pages. Further investigation revealed that we were getting…
0
votes
1 answer

MULTI: bad source address from client [x.x.x.x], packet dropped

I had a running OpenVPN server on a RPi (buster, Debian 10). After upgrade it stopped working completely. Before that I had some issues with some public networks, which I did not investigate. When I connect with my Ubuntu (18.04), indicator shows…
0
votes
0 answers

DNS lookup failing even though tcpdump shows that nameserver has responded

DNS lookup on some of my EC2 instances have been failing intermittently. A reboot resolves the problem but it goes back to the same fail-state after a few hours (or after a few days), and remains in that state until a reboot happens When the failure…
SJH
  • 1
  • 1
0
votes
0 answers

Ubuntu 20.04 LTS MTR _gateway reporting nearly 100% packetloss, clients experience stutters and lag

I've recently come into some hassle with my dedicated server. I've done as much debugging as I can myself, from running tracerts and pings with a script. Watching the throughput of the server, its appropriate for its utilization, roughly 20mb/s…
Kythosyer
  • 1
  • 3
0
votes
0 answers

Can many connections cause dns lookup or request timeout?

I'm running crawler on my company's internet. 10 raspberry pi * 45 crawlers each, 2 desktops * 70 crawlers each These processes are sending requests 24/7. 3~5% of packets are getting lost. This is affecting queuing system heavily. I'm using my…
0
votes
1 answer

Reliable transfer protocol designed for a known static bottleneck size and high packet loss?

AFAIK, most reliable transfer protocols like TCP tends to use some method (like packet loss) to detect the size of the bottleneck. In my use case, however, the bottleneck bandwidth is a known value of 100Mbps, and is not shared with any other…
0
votes
0 answers

Where can I get outage updates/alerts for transoceanic cables (and other tier-1 fiber backbones)?

Is there some site that aggregates status updates from the companies that manage the transoceanic fiber cables so that I can get a world view of global internet outages that break connectivity between continents for millions of users in…
Michael Altfield
  • 739
  • 2
  • 8
  • 23
1 2 3
8
9