Search This Blog

Sunday, August 28, 2011

How to know if the web server is Windows or Linux based


Just follow the given steps:-
1) Goto the link below and find the IP Address of the website you want to gather information about. You may do this by writing its name in the Get IP box
(This step was optional just to tell you that it can be done this way also):-P
2)Goto run->type CMD
IN CMD type
ping Target _Website_Name . For Eg- ping google.com
or
ping target_website/computer_ip_address . For Eg:- 59.172.45.1
Now you will see several ping requests coming

We Are interested in seeing the TTL time which you can see at the end of each request in ping.
NOTE:-
1) If TTL <64 then the server is Linux based
2) If TTL>64 but <128 then the server is Windows bsaed
3) TTL>128 Mac and others.
From the above screenshot, it is clear that the servers of google are linux based.
Note:- In some Cases you may not get ping replies ( Eg. you try it on your friend’s PC ). Now This can have two reasons, The server is down ie.. The machine is not connected to internet. Else the most common reason, The Firewall is protecting that PC and is not allowing your request to access that system.
Same thing may happen in case of some websites as well, Reason is same.

Caution:- If you are trying this on your friends machine then do not enter the local IP address like 192.168.1.1
Ask him to goto http://whatismyip.com and check the IP address from there.
First I thought of making this post with screen-shots but then I was too tired to do that. But I guess I have made the post very simple and understandable with just one screen shot.
Still if you have any queries , just leave a comment here and if many people request, I’l put the same with screen-shots.
NOTE:- Don’t try it with your own IP address as the results may be inaccurate on your own machine.

No comments:

Post a Comment