Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Introduction to the site host


May 27, 2021 The site host


Table of contents


Web hosts Describes


How does the Internet work? How do I create my own website?

What is a site host? What is an Internet Service Provider (ISP)?


What is the World Wide Web?

  • The Web is a global computer network.
  • All computers in the network can communicate with each other.
  • All computers use a communication standard called HTTP.

How does WWW work?

  • Web information is stored in a document called a Web page.
  • A Web page is a file stored on a computer called a Web server.
  • A computer that reads a Web page can be called a web client.
  • The web client views the page through a program called a web browser.
  • Mainstream browsers are Internet Explorer and Firefox.

How does the browser read web pages?

  • The browser can read the page from the web server with a request.
  • A request is a standard HTTP request that contains the page address.
  • Web address instance: /www.w3cschool.cn/

How does the browser display the web page?

  • All web pages contain instructions for display.
  • The browser displays the page by reading these instructions.
  • The most common display instructions are HTML tags.
  • HTML Tag Format: This is a paragraph. </p>.

If you want to learn more about HTML, visit our HTML tutorial .


What is a Web server?

  • A collection of all your pages is called a Web site.
  • To let others see your page, you must publish the site.
  • You must copy the site to a web server to complete the publication of the site.
  • If your PC is connected to the network, you can also use it as a web server.
  • In most cases, the web host provided by the ISP is used.

What is an ISP (Internet Service Provider)?

  • An ISP is an Internet service provider.
  • IsPs can provide Internet services.
  • The most common Internet service is a Web site host.
  • Web hosting services store your site on a public server.
  • Website hosting services typically include domain name registration services.

Summarize

If you want others to see your site, you must copy it to a public server. E ven if you can use your PC as a web server, the most common practice is to store your Web site through your ISP.

Also included in the web host solution are domain name registration and standard e-mail services.

You can read more about domain name registration, email, and other services in the next section.