English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

7 answers

One serves up webpages, the other serves up software.

2007-03-23 01:23:41 · answer #1 · answered by David D 7 · 0 0

An application server is a server computer on a computer network dedicated to running certain software applications .Generally, an application server is a software engine that delivers applications to client computers. Moreover, an application server should handle most, if not all, of the business logic and data access of the application.

A webserver is an intermediate server between the application server and the client. It is responsible for accepting HTTP requests from clients, which are known as Web browsers, and serving them HTTP responses along with optional data contents, which usually are Web pages such as HTML documents and linked objects

2007-03-23 01:31:07 · answer #2 · answered by uday's 1 · 0 0

WEB SERVER:
A computer that is responsible for accepting HTTP requests from clients, which are known as Web browsers, and serving them HTTP responses along with optional data contents, which usually are Web pages such as HTML documents and linked objects (images, etc.).
A computer program that provides the functionality described in the first sense of the term.

APPLICATION SERVER:
An application server is a server computer on a computer network dedicated to running certain software applications (as opposed to e.g. a file server or print server).

Generally, an application server is a software engine that delivers applications to client computers. Moreover, an application server should handle most, if not all, of the business logic and data access of the application. The main benefits of application server technology are ease of application development and centralization.

Although the term application server applies to all platforms, it has become heavily identified with the Sun Microsystems J2EE platform; however, it has also come to encompass servers of web-based applications, such as integrated platforms for e-commerce, content management systems, affiliate management systems and occasionally, even applied to simplistic web-site page builders. The paradigm is more similar to mainframe based applications than traditional client-server.

.....all the best.

2007-03-23 04:53:05 · answer #3 · answered by popcandy 4 · 0 0

An application server is a specialized network server whose job is to provide access to a client/server application and, sometimes, the data that belongs to that application as well

A web server is a special type of an application server which hosts web applications since the definition of an application server perfectly applies to it.

Hope this helps

2007-03-23 01:32:38 · answer #4 · answered by Smutty 6 · 0 0

Web server only handles HTTP protocol ie its meant to serve any requests on port 80( it can use other ports for admin and other stuff though), it can have any kind of processing capabilities or server components( modules to dynamically generate the response) in it for getting the response information .

an application server on the other hand can serve on any port ie the client software can make requests on any port. Esp.. application servers are used where a client-server environment is required where clients connect to the server using their proprietary protocol.

2007-03-23 05:13:11 · answer #5 · answered by shs 2 · 0 0

A web server is used to store online content to be viewed through a web browser....

An application server allows you to run applications on a remote computer while they are installed on the server....

2007-03-23 01:24:13 · answer #6 · answered by troubled1367 6 · 0 0

Web servers are intended to host website while Application Servers are used to host and execute web services and application like ASP (Active Server Pages) and XML web services.

2007-03-23 01:27:22 · answer #7 · answered by Anonymous · 0 0

fedest.com, questions and answers