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
2
votes
1 answer

High TCP reset and packet drop count on CentOS Linux

I have a small farm of web servers (HP Proliant and IBM x, with Broadcom Corporation NetXtreme II BCM5 NIC's) running Apache 2.2.15 on CentOS 6, behind a Cisco ACE load balancer, serving a PHP/JS based web portal. This farm receives a lot of…
2
votes
2 answers

Packetloss over Internet for "Linux-Linux" but not for "Windows-Linux" (tl;dr: it's MTU)

I am right now getting additional grey hair fighting a phenomenon concerning packet loss between machines on the Internet. Check the diagram below. Note that whenever I use "SSH" I could use "HTTPS"; the same phenomenon occurs for that protocol. A…
David Tonhofer
  • 960
  • 1
  • 10
  • 31
2
votes
0 answers

Network sensor for a TCP connection for collecting statistics each second

I need a Network Sensor capable to gather basic end-to-end statistics (packet loss, jitter and network delay/RTT) of several TCP connections directed to the very same destination (ip-addr:port) on Ubuntu 12.04. The Sensor must be able to collect…
Paolo
  • 31
  • 2
2
votes
1 answer

Fortinet Ascenlink heavy packet loss

I'm working on a company with some Fortinet appliances. One of them is a Load Balancer named AscenLink. The specific model is an AscenLink AL-700. There's a insane problem: a huge packet loss on the device, here's an excerpt or the mtr Unix software…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
2
votes
2 answers

Unexplained 0.1% packets time out when pinging from router

I'm troubleshooting a customer who requires the ability to send 5000 pings from the router to their remote site over a satellite link with zero timeouts, yet they keep experiencing one to five packets lost per test. Under ordinary circumstances, I'd…
Liesmith
  • 235
  • 2
  • 9
2
votes
1 answer

Nagios, Cisco switches, lost packets

I use Nagios to monitor about 30 Cisco 2960 switches (check_snmp_load, check_snmp_int). I only check load and one or two backbone interfaces of every switch. I get a lot of false positives caused by lack of an answer from devices. I suppose SNMP UDP…
Mike
  • 598
  • 7
  • 16
2
votes
1 answer

What causes packet loss from Debian server to nearest gateway?

I have a debian Squeeze KVM server hosted with an ISP. The server doesn't have much load (average 0.1) and has sufficient memory, low network traffic, low disk i/o etc etc. It's running standard LAMP setup, with all latest deb packages installed. No…
2
votes
1 answer

PIX Firewall Causing Packet Loss

I am currently in the process of modifying how internet reaches my front end servers and I am having a strange issue with one of the existing stacks. There is one physical firewall which is above the server, if I use this, I start recieving packet…
boburob
  • 1,174
  • 8
  • 23
2
votes
1 answer

hung up troubleshooting packet discards

My network consists of Cisco switches. I am seeing a significant amount (upwards of millions of packets per day) transmit drops between two switches. One being a 3750 and the other a 3560. The peak throughput of this link is only upper 400Mbps, so…
Chris Satola
  • 382
  • 2
  • 7
2
votes
1 answer

Packet loss between Broadcom NetXreme NIC's on different hosts

I've got any interesting problem where I am getting packet loss between multiple servers in the same network. This is happening to about 15 hosts but I'll condense it to just three below. Firstly some topology. Identical on all machines. hosta -…
Ben
  • 21
  • 2
2
votes
3 answers

massive packet loss when servers are brought online

This is a continuation of ubuntu server, ssh, write failed: broken pipe. I'm starting a new question, because I don't believe the issue is isolated to ssh/ubuntu. I've got two brand new servers (Dell PowerEdge R715, R210) with Ubuntu server 10.04…
cmhobbs
  • 267
  • 1
  • 3
  • 12
2
votes
4 answers

What is causing a vm to exhibit packet loss?

We have a pretty nice piece of hardware set up to run multiple virtual machines in vmware and one of the vm's is an instance of Windows Server 2003 running SQL Server 2005. For some reason we occasionally see 10-20 seconds of straight packet loss to…
2
votes
0 answers

How to simulate what happens inside the packet buffer of a simple switch?

I'm debugging a case of UDP packets lost in a store-and-forward gigabit switch and I wanted to visualize what happens inside the switch to better understand the gist of the problem. The scenario is simple - two bursty data streams come through 2…
Martin Pecka
  • 155
  • 7
2
votes
1 answer

Why am I not receiving a response when the request is sent through a load balancer and the response is too big to fit into a single packet?

There's a certain condition where I'm unable to receive a response from an HTTP request to a particular service: the request is sent through a load balancer and the response is too big to fit into a single packet. Under those conditions, a response…
Justin York
  • 151
  • 7
1
vote
0 answers

How to find root cause of throughput decrease and packet loss increase?

Short summary of my issue: How or why can a stable server suddenly start to perform worse for several days, only to later (seemingly automatically) return to normal? I'm doing some performance testing over a VPN server solution. The setup is…
ledwinder96
  • 111
  • 3
1 2
3
8 9