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

iperf udp sequence number wireshark

I'm using iperf for generating udp traffic and my objective is to measure paquet loss. I wanted to know if the first 4 Bytes of Iperf Data are currently the sequence number.
0
votes
2 answers

packet loss between two specific VMs

I am experiencing some high-percentage packet loss (more than 70%) between two specific VMs in a local network, in a remote cluster (I have no physical access to it). One machine is used as a hadoop master and the other as a hadoop slave. The…
vefthym
  • 121
  • 7
0
votes
2 answers

Occasional Delay on Website Resources: Packet Loss Due to Bandwidth Cap?

My website loads more slowly than I think it should, due to a few of the assets taking an absurdly long time to download from the server. I've been trying to track down the cause of this. I'm about 95% sure it is a networking issue, not an Apache…
0
votes
1 answer

Test ethernet port for data loss

We are trying to test the ethernet phy on our linux box for data loss. As of now we just establish a tftp connection to a server to upload and download a file. Whenever a mismatch occurs, it is reported as failure. This is not a very nice test, as…
Manoj
  • 113
  • 3
0
votes
1 answer

UDP packet loss on Netgear GS110TP

I'm trying to flow data via UDP on two ports of a Netgear GS110TP switch, running the latest available firmware (5.4.2.9). However, I'm experiencing a small amount of packet loss, something like 0.2%. This is impacting my application, which needs…
jldeon
  • 3
  • 3
0
votes
3 answers

Can high packet loss mean users cannot access my website

A quick question. I tested my domain using the following site http://cloudmonitor.ca.com/en/ping.php It showed high packet loss in all countries. Packet loss of 70-100% Does this mean my site is loading slow or not loading at all to users in those…
0
votes
0 answers

Cannot connect to Windows Server 2008 R2 via http, https works

I've been having a problem with my WS2008R2 server ever since I started IIS7 for the first time. I've been managing to work around it so far, because https access works normally. http, however, has never worked right. The server simply seems to…
Naltharial
  • 130
  • 2
  • 8
0
votes
1 answer

Network packet loss and major connection issues

We've just swapped isp and have set our network up exactly as it was. We are having really bad connection issues on our network to outside sites. Running Ping Tester we are getting about 13% loss when pinging google for ten minutes. The weird thing…
Adam
  • 1
0
votes
1 answer

Packetloss in Juniper SRX with gigether-options loopback enabled

I have run into an interesting problem with a Juniper SRX 240 box. The box is running BGP as a border router, and is announcing a /24. To ensure that the vlan with the network stayed "up" I set the gigether-options loopback option on one of the…
pehrs
  • 8,789
  • 1
  • 30
  • 46
0
votes
1 answer

network latency, TCP and UDP packets

Hello recently my network has started to cause me lots of problems. I have a cable modem, connected to a tp-link router (with some port forwarding). Everything was working fine then i started to get lots of udp (port 53) "UNREPLIED" logs in the…
user115848
  • 69
  • 1
  • 2
0
votes
2 answers

Server Dropping all Connections Randomly and Packet Loss

I just built a server using a Supermicro X8DAH+-F board and running Ubuntu 10.04 Server 64bit. This has the Intel 82576 dual port controller (one port is disabled). Since this is a server, remote access is imperative. The server is connected to a…
Ryan Rosario
  • 225
  • 2
  • 9
0
votes
1 answer

IE halts loading HTML page abruptly, possible network issue

Understanding that my problem could have a very vast scope of possibilities, I'll accept the answer that points me to something that I might have missed. My software's client is facing this issue of page stopping loading in the middle and that too…
Vishal Seth
  • 101
  • 1
0
votes
2 answers

Packet loss with all adapters on one PC only on the LAN

I have a Windows 7 64-bit machine that is losing up to 20% of IP packets on both adapters - wireless & LAN. Browser traffic appears to be affected the most, but it is happening to all protocols. All other computers on the network are functioning…
Enigmativity
  • 101
  • 4
0
votes
3 answers

Weird Cisco switch problem - minutes with ultimate packetloss

because of dead port were we pushed to replace our Linksys/Cisco SR2016 in datacenter. So we looked to the stock of our supplier and the only interesting switch they had was the Cisco SLM2024 Smart switch - so we got it. I went to the datacenter and…
smachat
  • 3
  • 2
0
votes
1 answer

FreeBSD machine not responding to first few packets of a stream

I have two machines running as reverse proxy caches/load balancers in front of a site I admin. Recently at peak times I've been seeing a problem where the first few packets from any stream of packets (ICMP, UDP, TCP, whatever) arrives on the machine…
Conor McDermottroe
  • 948
  • 1
  • 7
  • 17
1 2 3
8 9