add

Tuesday 20 March 2018

Do you know what's different between localhost and webhost

1). Localhost:-
                 When webserver and web client (browser is known as client) are on same machine and no internet connection  need to run our website.
   Just need web server that to be install locally and deployment website on localhost(deployment website on ii's my previous blog) .that web server is known as localhost
Webserver example:- Apache,tomcat,ii's etc
Note:-  visual studio and xammp and myeclips are ids(integrated development environments)

2). webhost:-
                 When our webserver is placed on other locations (different computer) and client is available on other computer and when we published website on webserver and need to consume it ....first required resources is internet become both are in different locations so that time webserver is known as webhost (when web server and browser are on dirrent location pc)
Note:- for hosting website on web host has several process like
A).register domain name
B).purchase hosting space
C).copy name server of hosting space provider Webster into your website DNS (domain name system) and  replace it if hosting space and domain name provide by different company or provider otherwise no need to change it

What is Doman name


Any website name like Facebook ,google ,yahoo has specific ip. (internet protocol)

And work on ip one computer is connected to other computer

And ip is difficult to remember by human

Human essly remember name instead of number

So every ip has a specific name known as domain

And any domain name registration company like " GoDaddy.com" provide your domain by which  people rich at your website

Just like my website domain name is digitalsupports and my url is Http://www.digitalsupports.in  that is type of .in(India) Reginal domain

Other type domains are
.in (India)
.UK (united Kingdom)
.us (united states America)
.com (commercial)
.org (organisation)
.edu (educational)
.gov (government)
.gov.in(indian government)
Etc