Frequently Asked Question

Test op Packet-Loss (slecht internet)
Last Updated 9 years ago

Packet Loss

VoIP packet loss takes place when a large amount of traffic hits the network and causes it to drop packets. It usually manifest itself as dropped conversations or “tinny” sounds.
Packet loss should never exceed 1% and most service providers guarantee service levels with .5% or less packet loss.
Packet loss of 1% translates into one voice clip or skip every three minutes, while packet loss of .25% translates into one error every 53 minutes.
Test with ping:
Uiteraard vanaf een Linux machine
ping -f -c 1000 -i 0.02 -v SERVER_IP
NOTE: Change SERVER_IP to real server's IP
packet loss should be < 2% (Example: 0% packet loss)

Windows
Vanuit windows command line kan bv:

ping -n 100 -w 10 [hostname of ip]
Er worden 100 pings getest en een verslag gegeven op gemiddeldes en verlies
[-w 10] zegt dt er een timeout is bij 10milliseconden

WinMTR
Onder Windows kan men middels een gratis tool een wat uitgebreidere test doen.
Dit programma heet WinMTR en is gratis te downloaden vanaf:
http://winmtr.net/download-winmtr/

Dit programma laat buiten packet-loss tevens zien via welke hops je verbinding loopt.
image
MTR vanuit een linux commandlijn (aanbevolen)
#yum install mtr (indien nodig)
#mtr 4sip.nl
#mtr google.nl


Loading ...