You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The times in milliseconds (''time=(?) ms'') above should be less than 100 ms
If the above items are true, then the answer is 'yes', you have internet connectivity.
If the time in milliseconds is greater than 0.1, then you have internet connectivity, but note that it might be performing poorly. Go to [[determine-internet-access#degraded_connection|Degraded connection?]] below
======= Further Steps =======
===== Degraded Connection? =====
To determine whether you have a degraded internet connection, run this command:
NOTES:
====== Do You Have Internet Access? ======
This page is a how-to to determine the answer to the question:
//Do you have access to the internet?
//
The answer will be 'yes' or 'no'.
====== Steps to Answer ======
===== 1) Ping a known IP address =====
Run this command in a terminal:
''ping -c2 8.8.8.8''
The output should return within a second and look like this:
''PING 8.8.8.8 (8.8.8.8): 56 data bytes\
64 bytes from 8.8.8.8: icmp_seq=0 ttl=120 time=19.188 ms\
64 bytes from 8.8.8.8: icmp_seq=1 ttl=120 time=11.667 ms\
\
--- 8.8.8.8 ping statistics ---\
2 packets transmitted, 2 packets received, 0.0% packet loss\
round-trip min/avg/max/stddev = 11.667/15.427/19.188/3.761 ms''\
If the above items are true, then the answer is 'yes', you have internet connectivity.
If the time in milliseconds is greater than 0.1, then you have internet connectivity, but note that it might be performing poorly. Go to [[determine-internet-access#degraded_connection|Degraded connection?]] below
======= Further Steps =======
===== Degraded Connection? =====
To determine whether you have a degraded internet connection, run this command:
''ping -c60 8.8.8.8''
This should take about a minute to run.
The key line to consider is this one:
''round-trip min/avg/max/stddev = 22.182/75.171/160.415/52.970 ms''
If the average is 'too high', or the standard deviation is 'too high' then your connection is degraded.
If the max is 'too high' you may be intermittently experiencing problems.
You may want to re-run the command over a much longer time to determine whether the network is degraded intermittently.%
The text was updated successfully, but these errors were encountered: