what's a packet loss?
I have just run the anti spyware picked on adware tracking cookie
I sent it to the pits of hell
tracking cookie is not usually anything to worry about, but its ok to delete it.
Packet loss is:
when you ping a server it make 4 attempts to echo it. If you get 0% packet loss then that's good, 100% is bad as its means nothing it getting to that server (some firewalls blocks ping requests though).
Did you try the ping test in my last post? A typical single attempt result would look like this
[code:1]C:\Users\Kev
ping 194.168.4.100
Pinging 194.168.4.100 with 32 bytes of data:
Reply from 194.168.4.100: bytes=32 time=15ms TTL=251
Reply from 194.168.4.100: bytes=32 time=26ms TTL=251
Reply from 194.168.4.100: bytes=32 time=11ms TTL=251
Reply from 194.168.4.100: bytes=32 time=9ms TTL=251
Ping statistics for 194.168.4.100:
Packets: Sent = 4, Received = 4, Lost = 0
(0% loss),
Approximate round trip times in milli-seconds:
Minimum = 9ms, Maximum = 26ms, Average =
15ms[/code:1]
The time in ms and the packet loss are the relevent data here.
This is just a simple test to see if you can ping servers on the internet.
By doing
ping 194.168.4.100 -t you can continously ping the server, and maybe you'll start seeing a blip in the pattern, for example if a ping request time goes sky high or it actually 'times out'.
You'll see what i mean if it happens.