Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between application server and web
server?

Answer Posted / reddy

Webserver serves pages for viewing in web browser,
application server provides exposes business logic for
client applications through various protocols.

Webserver exclusively handles http requests. application
server serves business logic to application programs through
any number of protocols.

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.

Application server is more capable of dynamic behavior
than webserver. We can also configure application server to
work as a webserver.Simply application server is a superset
of webserver.

Web Server serves static HTML pages or gifs, jpegs,
etc., and can also run code written in CGI, JSP etc. A Web
server handles the HTTP protocol. Eg of some web server are
IIS or apache.

An Application Server is used to run business logic or
dynamically generated presentation code. It can either be
.NET based or J2EE based (BEA WebLogic Server, IBM
WebSphere, JBoss).

A J2EE application server runs servlets and JSPs (infact
a part of the app server called web container is responsible
for running servlets and JSPs) that are used to create HTML
pages dynamically. In addition, J2EE application server can
run EJBs – which are used to execute business logic.

An Application server has a ‘built-in’ web server, in
addition to that it supports other modules or features like
e-business integration, independent management and security
module etc.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does compatibility testing differ while testing in Internet explorer and testing in Firefox?

3241


What is an error?

1079


what are all the things we will include in " what to be tested and what not to be tested" in Test Plan

2057


Is an "A fast database retrieval rate" a testable requirement?

2058


What is quality center?

1101


What is bug priority?

1289


What is validation in software testing?

1143


How can we test for drastic (severe) memory leakages?

1020


What if the project isn’t big enough to justify extensive testing?

1238


What is bottom-up approach?

1041


What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

2019


which test strategy your are fallowing in your company?which documents u r using in software development life cycle?

2299


Which testing model is best as per your understanding, and why?

1135


Have u ever done testing related to a database,give examples to support u r answer.

2110


whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?

1883