How A Website Works ? - CyberOops
How A Website Works? - Little Intro To The Working of A Website

A website has three main parts :

  • Domain Name
  • Code
  • Hosting
Detail about these parts is given below.

1: Domain Name

What is Domain Name ?

A domain name is a unique name that identifies a website. For example, the domain name of the Google is "Google.com." Each website has a domain name that serves as an address, which is used to access the website. Its concept is just like Human Name's concept.

2: Code ( Coding )

What is Code ?

It depends on Code that How Any Website looks and what will happen when you click any button. To write code for developing any website, you will need to learn how to write code according to the programming rules of any language. HTML is an example of Programming Language according to which you will write the code. For Example, you want to Make a simple Website which will show " Hello " message when you open that website for this purpose you will need to write this code (If you are coding according to the Programming Rules of HTML Programming Language ):
<html><body><h1>Hello</h1></body></html> 

3: Web Hosting & Server Computers

Both have same purpose.

(i) What is Website Hosting ?

Website Hosting is the service providing space on the Internet for websites. When you make a website and want other people to see it, you will need to publish it (or upload) the Code and other data of website with a web hosting service. Web Hosting stores our code and other data ( images, videos etc. ) and shows it when anyone opens our website by writing the Name or Domain Name of the website.

(ii) What is Server Computer ?

Server Computer Needed for any Website stores our whole data ( coding and other data like images and videos ) and shows that data to the User when user opens the website. Website works as long as the server computer is On.
Graph : 
blog-image

Hope this little information will be helpful for you.

Sharing Is Sexy !

Comments/disqusion
No comments