How to Run a Ping Test
Purpose
A ping test checks whether your computer can reach a website, server, or IP address across the internet. It can also help identify basic network issues such as high latency or packet loss.
DreamIT Host support may ask you to run a ping test when investigating website connectivity, server reachability, or general network performance issues.
When to Use This Guide
You may be asked to run a ping test if:
- your website is loading slowly
- your website is not loading at all
- you cannot connect to your hosting service
- support needs basic network diagnostics from your connection
Before You Begin
Before running a ping test, make sure you have:
- the domain name, server hostname, or IP address you have been asked to test
- access to your computer's command line or terminal
- a stable internet connection
A failed ping test does not always mean the website or server is offline. Some servers and firewalls block ping requests for security reasons.
Run a Ping Test on Windows
- Press
Windows + Ron your keyboard. - Type
cmdand pressEnter. - In the Command Prompt window, type the following command: ping example.com
- Replace
example.comwith the domain name, hostname, or IP address you want to test. - Press
Enter.
Run a Ping Test on macOS
- 1. Open
Terminal. (You can find it inApplications > Utilities, or search forTerminalusing Spotlight.) - Type the following command: ping example.com
- Replace
example.comwith the domain name, hostname, or IP address you want to test. - Press
Enter. - Let the test run for about 10 to 20 seconds, then press
Control + Cto stop it.
Run a Ping Test on Linux
- Open your terminal application.
- Type the following command: ping example.com
- Replace
example.comwith the domain name, hostname, or IP address you want to test. - Press
Enter. - Let the test run for about 10 to 20 seconds, then press
Control + Cto stop it
How to Read the Results
Successful Ping
If the test is successful, you will usually see replies from the target, similar to this:
or on macOS and Linux:
This generally means your computer can reach the destination.
High Latency
The time value shows how long it takes for data to travel to the destination and back.
- lower values are generally better
- high values may indicate a slow or congested connection
- latency can vary depending on your location and internet provider
Packet Loss
At the end of the test, you may see packet loss statistics.
0% packet lossusually means the connection is stable- any packet loss may indicate a network issue between your device and the destination
- intermittent packet loss can cause slow loading, dropouts, or failed connections
Request Timed Out
If you see messages such as Request timed out, it means your computer did not receive a response in time.
This may be caused by:
- a temporary network issue
- firewall restrictions
- the destination blocking ping requests
- a service or server issue
Host Not Found or Unknown Host
If you see an error such as Ping request could not find host or Unknown host, it usually means:
- the domain name was typed incorrectly
- there is a DNS resolution issue
- the hostname does not currently resolve to an IP address
Important Limitations
A ping test is a basic network test only. It does not confirm that a website, mail service, or hosting account is working correctly.
For example:
- a server may block ping but still host websites normally
- a website may be down even if ping replies are successful
- network routing issues may affect some users but not others
What to Send to DreamIT Host Support
If DreamIT Host support has asked you to run a ping test, please send us:
- the exact domain name, hostname, or IP address you tested
- a screenshot of the results, or the full command output copied from your terminal
- the time and date the test was performed
- your approximate location and internet provider, if relevant
Copying the Results
Windows
- Right-click inside the Command Prompt window.
- Choose
Mark, if required. - Highlight the text.
- Press
Enterto copy it.
You can then paste the result into your support ticket.
macOS and Linux
- Highlight the text in the terminal window.
- Right-click and copy it, or use your normal keyboard shortcut.
- Paste the result into your support ticket.
Expected Outcome
After completing this test, you should have a basic indication of whether your computer can reach the destination and whether there are obvious latency or packet loss issues.
This information can help DreamIT Host support investigate connectivity problems more efficiently.
