Some website is not ping
The ping is a tool, which is used to testing the reachability of host on an Internet Protocol Network. Ping the ip address that gives the information about, is it reachable or not.
How to ping ?
Ping is done in terminal dialog box.
Reply from 172.217.167.14: bytes=32 time=7ms TTL=56
Reply from 172.217.167.14: bytes=32 time=6ms TTL=56
Reply from 172.217.167.14: bytes=32 time=8ms TTL=56
Ping statistics for 172.217.167.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 8ms, Average = 7ms
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 65.254.244.120:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
How to ping ?
Ping is done in terminal dialog box.
Ping in windows
Go to terminal box (cmd), Type "ping yourdomainname.com" example "ping google.com".
Ping in Linx (ubuntu 16.04)
Simply type "ctrl" + "Alt" + "T" then terminal is open and Type "ping yourdomainname.com" example "ping google.com".
Why some website is not ping ?
The website is important role to connect people from all over the world.It means everyone wants to maintain security in website, for the security purpose some website is not working or open terminal but it will open the browser.
Which type of security of certain website not ping ?
On the security purpose most of the site hide the root domain name i.e DNS Look up detail, FTP is worked in fixed I.P and port, basically ping is not work on the behalf of ddos ("distributed denial of services")
Mostly domain provider and host provider locked ping method.
Just take an example ,
When you are ping as "ping google.com" they gives the output.
Pinging google.com [172.217.167.14] with 32 bytes of data:
Reply from 172.217.167.14: bytes=32 time=7ms TTL=56Reply from 172.217.167.14: bytes=32 time=7ms TTL=56
Reply from 172.217.167.14: bytes=32 time=6ms TTL=56
Reply from 172.217.167.14: bytes=32 time=8ms TTL=56
Ping statistics for 172.217.167.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 8ms, Average = 7ms
When you are ping as "ping ipage.com" they gives no output.
Pinging ipage.com [65.254.244.120] with 32 bytes of data:
Request timed out.Request timed out.
Request timed out.
Request timed out.
Ping statistics for 65.254.244.120:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
Comments
Post a Comment