1. The client’s browser divides the URL into the diff. parts dividing including address, path name and protocol.
  2. DNS translates the domain name into the corresponding IP address. The numeric combination represents the site’s true address on the internet.
  3. The browser now decides which protocol used. A protocol in common parlance is a language in which the client’s to communicate with the server. FTP and HTTP are some such protocols.
  4. The server sends a GET request to the web server to retrieve the address it is given. It verifies the given address exists, and finds necessary files. Runs appropriate scripts exchanges cookies if necessary, and returns back to the browser.
  5. The browser now converts the data into HTML and displays results to the user. If it does not locate it sends an error message to the browser and to the client.

For any help contact bodHOST technical support staff.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to use the tar command in Linux

The tar command is one of the most useful tools in Linux systems. It helps…

How to Make PHP work with IIS

This is one of the problems that we have constantly faced on Windows Serves. Although…

How To Connect With WS_FTP?

It really doesn’t matter, which FTP software you choose for your specific needs. They all…