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

Ping packet loss even though the target is reachable. Does this mean packets are eventually getting through?

If I do ping 8.8.8.8 sometimes it returns the following for a period of time: From 172.22.1.1 icmp_seq=36 Destination Host Unreachable But at other times it does reach the target and yet it says there is packet loss. Even if I do a ping and the…
I Newton
  • 11
  • 2
1
vote
1 answer

How to detect packet loss between two Win 10 computers?

I have an issue where an app that is dependent on file locks crashes on Windows 10. The programmers tell me that app is extremely sensitive to packet loss, so I would like to detect what is happening in LAN communication to actually see if and when…
mrmut
  • 362
  • 2
  • 5
  • 17
1
vote
1 answer

Periods of high packet loss, two ethernet cables plugged into TWC modem

A small business for which I am the system administrator has been experiencing intermittent internet dropouts. There seems to be no pattern to the dropouts — sometimes there is nothing for a week, and other times it will drop out dozens of times in…
1
vote
1 answer

Effects of packet loss on video streaming

We are sending an MPEG2-TS/H264 video stream over the network. This video stream is received correctly over the LAN, instead on the other end of a private WAN video quality is poor, thus suggesting packet loss over the network. However video…
kuma
  • 158
  • 9
1
vote
1 answer

Detect faulty physical links with ping

I have a question regarding detecting a physical link problem 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 tests…
bdes31
  • 111
  • 1
1
vote
2 answers

Can't ping between two VMs

I have two VMs that, up until yesterday, have been able to talk to each other just fine. Now they don't. I've been trying to get this fixed for several hours now, but haven't been able to figure anything out. When I ping server1 from server2, the…
1
vote
1 answer

VMWare vSphere packet loss

I have a Dell Blade Enclosure with 14 blades and ESXi 5.5 on it. On blade 7 and 14 I have round about 65 % packet loss when I ping the ESXi Management interface. On all other blades there ist no packet loss. The strange thing is, I have this packet…
ThoBe
  • 21
  • 1
  • 5
1
vote
2 answers

How does ifconfig calculate packet loss?

Does the dropped packets output of ifconfig refer to the number of frames lost on the local subnet (i.e. datalink layer) or the number of lost IP datagrams at the IP layer or is it TCP retransmission statistics? And is this number a reasonable…
Michelle
  • 923
  • 5
  • 20
  • 30
1
vote
1 answer

TCP/IP ack loss between firewall and server

Scenario: Client connects to Server using TCP/IP. Issue: During initial TCP/IP connection setup, the ACK packet [3rd step in TCP] sent from Client to Server has crossed the firewall [evidence from tcpdump] but not reached the server. Therefore…
1
vote
0 answers

packet loss rate and netem

I am emulating a network with netem. I wrote a script that changes the network delay according to a linear function from 1 to 50ms every 15 seconds (with a normal variance = 5%). The packet loss is 1%. How can it be that using ping between two…
Paolo
  • 31
  • 2
1
vote
0 answers

Corrupted files when downloading with HTTP

With my UMTS connection most archives > 50 MB are corrupted when downloading them via HTTP. If I switch to HTTPS the problem is gone. The problem should not reside in my network, because I have an additional ADSL connection. When I switch to this…
Wotim
  • 121
  • 4
1
vote
0 answers

burnt Switches connected directly to the internet

We got a setup with a switch between the cable modem/bridge and the two router ports. We burn this switch every 6 months, and it has to be replaced. Symptoms are heavy packet loss or in general very slow connection. This is the third device now. I'm…
Manu
  • 21
  • 3
1
vote
0 answers

TCP High Send-q coupled with FIN_WAIT1 status

I'm having a problem with one of my webservers, which is taking minutes to completely render a web page. I had a look at the TCP connection and noticed that I have a very high value in the send-q buffer, while also having a TCP state of FIN_WAIT1,…
StephenC
  • 65
  • 1
  • 1
  • 7
1
vote
0 answers

Failover pacemaker cluster, packet loss monitor

It's issue is continued from this. So, i have two test servers in one vlan. srv1 eth1 10.10.10.11 eth2 10.20.10.11 srv2 eth1 10.10.10.12 eth2 10.20.10.12 Cluster VIP - 10.10.10.100 Corosync config with two interfaces: rrp_mode:…
mr.The
  • 131
  • 1
  • 5
1
vote
2 answers

External ip address being treated as local (ARP asking for external IP's address)

I am using a virtual machine with OpenWRT for routing, on a Linux machine (Slackware). I am trying to configure a host only interface (eth0) as the wan interface. eth1 is Ethernet attached as a bridge interface. I tried to test the configuration…
NeDark
  • 463
  • 1
  • 6
  • 10
1 2 3
8 9