Denial of Service

You could read a book!

1773095173139.png
 
The best way to determine if you have a problem is to run a ping test.

on windows:

open the cmd prompt and type ping 8.8.8.8
(which is google)

on a Mac you start the terminal and type the same.

You are looking for wait time of 10ms or less. 15+ is slow

ping 8.8.8.8


PING 8.8.8.8 (8.8.8.8): 56 data bytes

64 bytes from 8.8.8.8: icmp_seq=0 ttl=118 time=10.206 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=18.735 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=118 time=14.902 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=118 time=19.598 ms

64 bytes from 8.8.8.8: icmp_seq=4 ttl=118 time=10.497 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=118 time=11.394 ms

these do seem higher than usual,
 
Back
Top