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

Changing Linux kernel network settings on active live TCP sockets

If I change settings like this for example: # sysctl -w net.core.rmem_default=500000 # sysctl -w net.ipv4.tcp_rmem='4000 90000 10000000' Is it safe to do this in a heavy duty live production machine (CentOS 7)? Are there any known risks? Does…
0
votes
1 answer

Analyze Packet Loss Bursts

I need to analyze packet loss bursts in TCP streams. Given a number X a packet lost burst is when more then X consecutive packets got lost. So I have a pcap file and need to count how many bursts there were and what was the duration of each. Tried…
nmnir
  • 101
0
votes
2 answers

multiple macvlan devices and policy based routing confusion

I have a server (ubuntu/debian) with two ISP connections. Both of these WAN connections have multiple public IP addresses. (big pipe)----eth0-->\ > server ---eth2--(internal) (cable pipe)--eth1-->/ On eth0 I have 4 IPs…
0
votes
0 answers

Unstable ethernet/fiber pc to pc connection Windows

We have two Windows 7 PCs (64 bit) connected to each other directly, i.e. without a router in between, using a fiber connection with two ethernet-to-fiber converters. PC1 uses a Realtek PCIe GBE Family Controller, PC2 uses an Intel Gigabit CT…
user2323470
  • 183
  • 4
  • 9
0
votes
1 answer

How can I identify the cause of packet loss in DNS?

We have upgraded some of our routers to Ubuntu 16.04 and are now getting some performance problems with DNS. It seems that packets are sometimes truncated, but I have no clue what else I can do: This are the messages from logfile: Jun 8 10:33:01…
Thomas
  • 177
  • 3
  • 13
0
votes
1 answer

Troubleshooting packetloss

I currently own a couple of CS:GO gameservers which are hosted in Germany (hetzner). Recently (for the past weeks) some people have been getting weird lags (getting slightly teleported back, some of you may know it as rubberband lag). After doing…
Husker
  • 11
  • 3
0
votes
0 answers

ICMP Packet Flood a local device over Wireless AP to figure out packet loss?

I'm using a utility to create an ICMP packet flood/attack called Hyanea since windows doesn't have native support like linux does. I want to be able to test a new AP to see if any packet loss occurs. My target is a laptop. Only issue is, I think…
Faahmed
  • 113
  • 4
0
votes
0 answers

Determine which equipment is causing packet loss

I'm connecting from my office to two servers (server 'A' and server 'B') hosted by two different providers. Since a few days, my connection speed to server 'A' has dramaticaly slowed down. Even when opening a shell through SSH, a two pages directory…
0
votes
1 answer

Printer dropping packets while in standby mode

We have an HP LaserJet Pro 400 M401n connected to a Brocade ICX6450-24P that is having some intermittent connection issues while it is in standby mode. I have a feeling there might be some electrical interference on the line due to the way it was…
Geoff
  • 57
  • 1
  • 5
0
votes
0 answers

Intermittent Network Instability

I have an office network being run by a Linksys WRT1900AC, and I'm experiencing significant, but intermittent issues. I have between 15 and 20 devices connected to it, including computers, phones, printers, and chrome cast devices. Upon a restart of…
mschultz
  • 101
  • 1
0
votes
1 answer

RTNETLINK answers: Invalid argument while specifying packet loss by tc command

I am trying to specify packet loss by tc command on interface (port) 1 of switch part of network I have created using mininet : sudo tc qdisc change dev s1-eth1 root netem loss 0.1% but gettring error: RTNETLINK answers: Invalid argument Any help…
sinhayash
  • 101
  • 1
  • 5
0
votes
1 answer

Patch panel confessions

So the old IT guy was a college student with no experience prior to be hired beyond some classes. The one before him had no experience at all and just did his best with what he had. Now I am here and we have some really bad packet loss problems... I…
0
votes
1 answer

Intermitent Hyper-V Cluster Network connectivity loss - Server 2012 R2

I am running a 3 node Windows Server 2012 R2 Datacenter Hyper-V cluster on three DL560s together with a HP P2000 SAN (FC) and HP 1810-24G v2 Switches. I have been experiencing intermittent network connectivity loss on all of the guest VMs on a…
0
votes
0 answers

Openvpn Packet loss troubles

Hy! I got an Openvpn server on Linux and use it to route all ipv4 traffic from my clients (win7,android, pfsense etc). I finally want to really understand the routing thing, although it works, but more because my server .conf was made upon trial and…
Peter Fleix
  • 1
  • 1
  • 2
0
votes
1 answer

Ubunutu 12.04 Packet loss

I have this Ubuntu Server (12.04.2) which sometimes (thrice a day for 5 minutes) it's unreachable through zabbix and SolarWinds Orion. I logged into to Orion server and Zabbix server and did a ping test (ping -n 500 192.168.1.1) and it had 0% loss.…
Matt
  • 11
  • 1
  • 2
  • 5
1 2 3
8 9