how to know WEBSERVER

How to know if web server is windows or Linux based...

there are simple step here...





STEP 1:
Open Command prompt

STEP 2:
 Here , which website used which web server... select your website name..


Type ping web site name in command prompt
   Eg: ping www.Google.com

Now we interested in TTL time...

1) IF TTL < 64 then the server is Linux based. 

2) If TTL > 64 and TTL < 128 then the server is windows based.

3) If TTL > 128 then the server is Mac or Other.

Example 1:

It is clear that the server of Google is Linux based

Example 2:

It is clear that the server of asp is microsoft based

Enjoy :)