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
1
vote
1 answer

High ping times and packet loss on Alcatel-Lucent OmniSwitch 9600

We have 2 Alcatel 9600 core switches in a redundant configuration and 2 distribution switches (Alcatel 6850's) on another floor connected by fibre to the core switches. See the diagram below. Pinging 10.46.1.6 from 10.46.1.5 I get packet…
Rynardt
  • 143
  • 1
  • 2
  • 7
1
vote
1 answer

TCP packet filter based on TCP sequence

I need to build a test environment with a very precise packet loss based on specific TCP sequence or, optionally, on payload content. I couldn't figure out how to do it with tc or iptables. What tool should I use? Thanks.
jackhab
  • 771
  • 1
  • 8
  • 21
1
vote
2 answers

Very high packet loss in burst

We sometimes have 90%+ more packet loss on our server, but it does not always appends. Right now it works perfectly, but just half an hour ago, it had just that problem. Our service provider is telling us to go in a recovery system to test if this…
gcamp
  • 113
  • 6
1
vote
2 answers

Can an internet connection be more robust when connecting through a VPN?

During live streams some viewers experiencing problems with the stream like dropouts and artifacts although they have a 100MBit line what makes me assume the problems are caused by packet loss. Could a VPN to the streaming source network improve…
TheLostOne
  • 83
  • 1
  • 5
1
vote
1 answer

How do I interpret packet loss identified by WinMTR

I've been asked to look into a packet loss problem a previous consultant identified at a client. They have two ADSLMax connections, one for data and the other dedicated to VoIP. The packet loss is causing problems for VoIP calls, but my first effort…
user83664
1
vote
3 answers

Unix software to continuously monitor packet loss

I'm looking for some software to monitor packet loss or packet retries. Preferably something that continuously monitors vs. a testing approach and preferably free. My server's OS is debian. I'm not sure if wireshark can do this since I don't have…
Joel
  • 195
  • 2
  • 10
1
vote
1 answer

What causes the issue (possibly packet loss) in this scenario

I'm trying to diagnose a network related problem - please understand these points before suggesting an answer (apologies if more information is required, I will add anything people ask). We have a server only network (5 app server, 4 db servers,…
1
vote
2 answers

Why Packet Loss AFTER tcpdump has logged the packet?

We encounter some strange packet loss and want to know the reason for this. We have an imageserver and a server for stressing the imageserver. Both are located in the same datacenter First we run a load test like this (command shortened for…
Janning
  • 1,421
  • 2
  • 21
  • 38
1
vote
0 answers

ksoftirqd maxing out for network interfaces

We have a Debian server with one link to the internal VLAN, and one to the external - both connect directly to the same switch. On both links, we're intermittently seeing an unusually high amount of bad receive events, as well as high…
1
vote
0 answers

Spanning tree causing packet loss between a Cisco switch C3560 and Linux server running on CentOs

I am working in a network environnement where I have some Cisco Switch WS-C3560X-48 and Linux Servers running CentOS 7.7. The linux servers are connected 3 times on my switches : one admin link, one production link and one ILO link because they are…
Doji
  • 11
  • 3
1
vote
0 answers

iperf3 showing packetloss between 2 directly connected servers

I have 2 Dell PowerEdge-R620 servers with following configuration Processor: 2 X Intel(R) Xeon(R) CPU E5-2637 v2 @ 3.50GHz RAM: 64GB Storage: 10 SAS drives (10K RPM) with RAID 10. NIC: QUAD Ports 2 X 10GB (INTEL X540-AT2)and 2 X 1GB (INTEL…
skb007
  • 136
  • 4
  • 6
1
vote
0 answers

Troubleshooting TCP (but not ICMP) packet loss

I have server A and server B, with A attempting to open TCP connections to server B. curl shows that approximately 5-10% of connection attempts time out. mtr shows 0% loss to B, and at intermediate hops (except those hops that do not respond at…
waiwai933
  • 166
  • 1
  • 2
  • 15
1
vote
0 answers

Packet Loss between server-to-server Oracle Linux 7.9 bond

I have 2 Oracle Linux 7.9 physical servers, each one with a dual nic. I bonded this dual nic end attached server-to-server with 2 cables (not crossover cables). I have packet loss in average 50% pinging between them. What is missing? nic1 server…
1
vote
3 answers

Light packet loss through router

I just recently got a fiber line installed into my office, and with the exception of an odd bit of trouble that we're having, things are working good, and the network response is really amazing. The problem that we're having is that every once in a…
Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
0
votes
1 answer

Why the packet loss of ping and traceroute is different

I have an IP address on 12th hop. When I send an icmp request packet with TTL 11 to this IP, the packet loss at the 11th hop is 0%. However, if I ping the IP address of the 11th hop, or use TTL 11 to build my icmp request packet to trace the 11th…
1 2 3
8 9