The Windows ping utility is a useful tool to troubleshoot network connectivity issues. It is included on every Windows operating system.
Requirements
Access to Command Prompt
Initiating a Ping
- Open a Command Prompt
- Win + R
- Type cmd and press Enter key
- Type ping ipaddress
- Example: ping 172.20.0.254
- Press Enter key
- Reply
- No reply
Related Articles
How to Allow Ping Responses on a Windows Computer
Overview If you're unable to ping a computer that is confirmed to be on the network, try some of these solutions. Requirements Local Administrator Rights General Knowledge of Windows Network and Firewall Options to Allow Ping Responses Set network ...
How to Use NETSTAT to Locate TCP Socket Connections
Overview Locating an application that is using a TCP Socket is vital to troubleshooting a conflict. NETSTAT is a built in Windows tool. Requirements Local Administrator Rights Experience with Command Prompt Using NETSTAT Open an elevated Command ...