![]() |
||||||
| How The Web Works | ||||||
|
Once you have a good understanding of how the web works you will better understand how web hosting fits into the picture. The
Basics
A web server is typically nothing different than your home PC, the only difference being that the software running on the PC is setup to serve web pages. Your PC is running browser software like Internet Explorer or Netscape, which converts the web page to what you see on the screen. Some
More Detail The browser splits the URL into 3 different sections
The browser then sends the server name to a name server to look up the real address of where www.findmyhosting.com resides. The name server translates the name into an IP address and connects to that IP address on the web. The browser then sends a request for the file (how-the-web-works.htm) and the web server sends back the file over the net to your browser. Your
browser then converts the HTML web page to what you see on the screen. When You Want To Have Your Own Website You Need
Static
Web Pages vs. Dynamic Pages If you want a page that contains dynamic information (fed by a database) then the web server has to add this to the web page before it sends it to the client (the client is your web browser). This is achieved by using server side scripting like PHP or ASP code. This code gets written into the web page and the web server runs the code and sends the output as HTML to the browser together with the other HTML in the web page. If you have a simple web site that contains static information then it is simple to create HTML web pages using editors like FrontPage or Dreamweaver. With a static page - to update the information you make changes to the page and re-upload the page to server. If you want real time dynamic information in your web pages then you have to use some server side scripting than runs on the server when the page is requested by a web browser. Use the Web Resources section to learn more about creating a website. |
||||||
|
|
||||||
|
[Web Hosting][Stored Plans][Rate A Host][Web Resources][Glossary][Help][Forums][Contact][About Us] ©
2002 [Privacy Policy] [Terms
of Use] [Host
Login] [Add A Hosting Company] |
||||||