Hosting the site, refers to you hosting a domain name and the corresponding content. e.g. Answers.com whereas hosting a server is the act of hosting or co-locating the server at a datacentre.
To host a site it needs to be hosted on some form of server/ blade etc., whereas you need not necessarily use the server you're co-locating to host a site.
a server runs the website though the internet and sends the data to any computer who asks for the web page meanwhile a client is a computer asking for the web page
A website is a collection of web pages and content that can be accessed via the internet, typically using a browser. A web server, on the other hand, is a computer system that hosts the website's files and serves them to users upon request. When a user enters a website's URL, the web server processes the request and delivers the appropriate web pages to the user's browser. Essentially, the web server is the infrastructure that makes the website accessible online.
A web page is the basic thing you see on the World Wide Web. Each time the URL changes, the web page changes. Multiple web pages grouped together form a website. A web server is what stores websites and delivers them to a web browser when it is requested.
SAP - Client (installed)/Server mySAP web browser (Client)/Server
Apache is a web server. PHP is a scripting language.
client site program always execute on client computer while server site program execute on sever computer
A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.
== == The basic difference between a web server and an application server is Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc
a website is a collection of web pages.this web page you are reading is just a part of Answers.com website.
yahho is a website explorer is a web broser
varies greatly
In web server you can deploy static contect and web server used to redirect http and https requests to application server and a proxy server can integrate multiple servers to handle webserver requests on behalf of webserver to application server.