Aug 27, 2011

How to check the Operating System of a Webserver?

Step 1

Open Start ---->Go to Run ---->Type cmd ---->Hit Enter


Step 2

Type this in Command Prompt

ping Website Name

Hit Enter


Step 3

Now Check the TTL of pings
It will be given in the end of each ping.

Step 4

If TTL is smaller than 64
then Web Server is Linux Based

If TTL is greater than 64 and smaller than 128
then webserver is Windows Based

If TTL is greater than 128
then Web Server is Mac Based or any other OS Based.

Screen Shot
 

No comments:

Post a Comment