Nifty Webmaster Tools to Find Host of a Website

Did you ever try to figure out which web hosting company is hosting those extreme traffic websites? Here is a very easy way to checkout who is the host of a particular website.

whoishostingthis

Who is Hosting This? – Is a very simple and easy web service which provides you the host name of a particular web site. The reason I like it very much because, WHOIS database and other web site checking tools don’t provide you a clear info about that website.

Whoishostingthis search

You just need to enter a website address and this nifty tool will show you the web host provider of that website. It will not provide you the web hosts of the extreme large sites like Google.com & Yahoo.com, etc. as they have their own IP address ranges and uses their own servers.

Following are some great webmaster tools to find out domain name and DNS info.

Netcraft Web Server Query – This tools is used to find out the web sites operating system (OS), web server, and a graphic view of the time Type a website URL and Netcraft will tell you the site’s operating system, web server, and a graphical view of the time when last reboot was done for each of the computer’s serving that web site.

DomJax – Used to check the availability of a domain name and also gives an automatic Whois report for any domain that’s taken – just hover the mouse over the domain name and DomJax pops up a neat “thought bubble” which contains the details of that particular domain like who is the owner of that domain, expiry date and way to contact the owner.

AJAX DNS – Is a superb bunch of common DNS commands and tools packed in a non-geeky interface. See all DNS records and Reverse DNS records for a domain, HTTP headers, ping a domain or view the whois details for a domain.

Next time, don’t forget to figure out these cool little tools, to find the hosting info of a web site.

GD Star Rating
loading...

Posted under Webhosting

Getting to Know How Web Server Works

Probably when, you come to a website to search a company that offers Web Hosting or Web servers services, do you really know how do these server’s work? Having a good knowledge of or about the service or product you are going to purchase is good for you.

The first thing you should know is that the machines that are responsible for storing the data and exchanging it to other machines are know as Web servers. For web server to work you always need two machines, one is client that requests the data and a web server that stores the data in it. Without software like Fire fox and Internet Explorer browser, one cannot negotiate with server to exchange the data.

For web server there are many options software available, which does the same work to request the data transfer in between the Clients and servers through Hypertext Transfer Protocol (HTTP). It depends on Operating System (OS) selected for the web server. For an example, UNIX fans choose Apache Web server, while Microsoft Internet Information Server is a popular choice for Windows NT.

Simple data trade between the client’s machine and a Web server works like this:

  • The Client’s browser cut apart the URL into a number of separate parts, including address, path name and protocol.
  • The browser detects which protocol (the language client machines use to communicate with servers) should be used. For Ex: Protocols used are File Transfer Protocol (FTP) and Hypertext Transfer Protocol (HTTP).
  • The browser sends a GET request to the Web server to retrieve the address it has been given. For example, when a user types http://www.yourdomain.com/1.jpg, the browser sends a GET 1.jpg command to yourdomain.com and waits for a answer. The server responds on to the request of browser and verifies that the given web address exist, and finds the appropriate files, runs the proper scripts, exchanges cookies if required, and proceeds the results back to the browser. In case, if server is unable to locate the file, it sends an error message to the client.
  • The browser translates the data it has been given in to HyperText Markup Language (HTML) and displays the results to the user.

This above process is repeated until the client browser leaves or closes the website. Apart from the functions mentioned above, the Web server also has an additional number of responsibilities. Whereas a Web browser simply translates and displays data it is fed, a Web server is responsible for distinguishing between various error and data types. A Web server must, for example, designate the proper code for any sort of internal error and send that back to the browser immediately after it occurs. It also has to distinguish between various elements on a Web page (such as .GIF, .JPEG and Audio files) so that the browser knows which files are saved in which format. Depending on the site’s function, a Web server may also have numerous additional tasks to handle, including logging statistics, handling security and encryption, serving images for other sites (for banners, pictures, etc), generating dynamic content, or managing e-commerce functions.

Now you have got an idea of a Web server, you should be pleased about all the process that goes in to delivering a single page of content to your computer screen. Keep this knowledge in mind when going to shop your another host.

GD Star Rating
loading...

Posted under Linux Hosting, Linux VPS Hosting, Webhosting