what is meant by application server?
what is the main difference between appilication server and
webserver?
what extra services offered by application server than web
server?
Answer Posted / prathapnaidu
Web server:
A Web server handles the HTTP protocol. When the
Web server receives an HTTP request it responds with an HTTP
response such as sending back an HTML page. To process a
request a Web server may respond with a static HTML page or
image send a redirect or delegate the dynamic response
generation to some other program such as CGI scripts JSPs
(Java Server Pages) Servlets ASPs (Active Server Pages)
server-side Java Scripts or some other Server-side
technology. Whatever their purpose such server-side programs
generate a response most often in HTML for viewing in a Web
browser.
Application Server:
As for the application server according to our
definition an application Server exposes business logic to
client applications through various protocols possibly
including HTTP. While a Web server mainly deals with sending
HTML for display in a Web browser an application server
provides access to business logic for use by client
application programs. The application program can use this
logic just as it would call a method on an object
(Or)
Application Server will take care of all these issues
like Security Transaction Multithreading Resource pooling etc...
In web server it is not possible...
Simply speaking >AppServer WebServer+EJB container.
(Or)
(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols (2)
Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.
(3) Webserver delegation model is fairly simple, when the
request comes into the webserver, it simply passes the
request to the program best able to handle it (Server side
program). It may not support transactions and database
connection pooling.
(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Which server os is best?
What are the cheapest domains?
What is the best os for a home server?
Which operating system is used in servers?
Is tomcat a web server or application server?
What are the types of application servers?
Is server a software or hardware?
Can mirantis 6.0 now upgraded icehouse nodes to juno or is it still just the fuel server that is upgraded?
Is a server a virtual machine?
Who legally owns a domain name?
How you can change behavior of dhcp server?
Do web servers have ip addresses?
What is the difference between Lotus Notes 5.0 and Lotus Notes 7.0?
Is cloud cheaper than dedicated server?
What is an example of a web server?