answersLogoWhite

0


Best Answer

The advantage is that you can allow people to visit a website, where you can sell products, take orders, give directions to your stores, or do whatever else you would like to do, without having to hire extra employees to do the same work.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantage of web server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

When was Advantage Database Server created?

Advantage Database Server was created in 1993-08.


What are the client server model and Give 3 examples of services on Linux systems that take advantage of this model?

FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.


What is the difference between a server and a web server?

== == 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


How does iis webserver work?

How a web server and web application server work togetherThe following steps explain how a web server and web application server work together to process a page request:The user requests a page by typing a URL in a browser, and the web server receives the request.The web server looks at the file extension to determine whether a web application server must process the page. Then, one of the following actions occur: If the user requests a file that is a simple web page (often one with an HTM or HTML extension), the web server fulfills the request and sends the file to the browser.If the user requests a file that is a page that a web application server must process (one with a CFM, CFML, or CFC extension for ColdFusion requests), the web server passes the request to the web application server. The web application server processes the page and sends the results to the web server, which returns those results to the browser. The following figure shows this process:Because web application servers interpret programming instructions and generate output that a web browser can interpret, they let web developers build highly interactive and data-rich websites, which can do tasks such as the following:Query other database applications for data.Dynamically populate form elements.Dynamically generate Flash application data.Provide application security.Integrate with other systems using standard protocols such as HTTP, FTP, LDAP, POP, and SMTP.Create shopping carts and e-commerce websites.Respond with an e-mail message immediately after a user submits a form.Return the results of keyword searches.A computer that delivers Web pages and work with http protocol. Every Web server has an IP address and possibly a domain name. For example, if you enter the URL http://www.pcwebopedia.com/index.html in your browser, this sends a request to the server whose domain name is pcwebopedia.com. The server then fetches the page named index.html and sends it to your browser.


1 For a communication session between a pair of processes which process is the client and which is the server?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server.

Related questions