Modern Linux / Windows operating systems have several interesting tools for you to analyze a possible problem on your server or even on our network. We will start a series of knowledge base posts here in this section addressing some that we use, any suggestion is welcome.
Ping
Ping or latency as we call it, it is a utility that uses the ICMP protocol to test connectivity between devices. Its operation consists of sending packages to the target equipment and listening to the responses. If the target equipment is active, a “response” (the “ping”, an analogy to the famous ping-pong game) is returned to the requesting computer.
Source: wikipedia.com
Windows
- Open the “Start” menu and search for “CMD“, press enter.
- A console screen should appear for you. (Ex:
- Enter “PING YOUR IP“, eg: ping 103.165.209.176
Linux
- Open your SSH console
- Enter “PING YOUR IP“, eg: ping 103.165.209.176