How to Check if a Server is Running
How to Check if a Server is Running
- Ping command is a network tool used to determine whether a certain IP address or host is accessible.
- Ping works by sending a packet to a specified address and waiting for a reply.
- Ping is also used in checking if the computers on a local network are active. For example type : ping 127.0.1.1, and if the address is active, the ping would return a message like this :
Pinging 127.0.1.1 with 32 bytes of data: Reply from 127.0.1.1: bytes=32 time<1ms TTL=128 Reply from 127.0.1.1: bytes=32 time<1ms TTL=128 Reply from 127.0.1.1: bytes=32 time<1ms TTL=128 Reply from 127.0.1.1: bytes=32 time<1ms TTL=128
Steps:
- Go to start menu, Type command prompt and open.
- After that type the command as
ping Websitename
. It will show the specific website should be accessible or not.
Read Also
Reverse IP Lookup.Learn Ethical Hacking - Ethical Hacking tutorial - Ping Command - Ethical Hacking examples - Ethical Hacking programs