What is application server and what is web server?



What is application server and what is web server?..

Answer / uday kumar. a

A Web server serves pages for viewing in a Web browser,
while an application server provides methods that client
applications can call.
A Web server exclusively handles HTTP requests, whereas an
application server serves business logic to application
programs through any number of protocols.

The 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, or delegate the dynamic response generation to
some other program such as CGI scripts, JSPs (JavaServer
Pages), servlets, ASPs (Active Server Pages), server-side
JavaScripts, 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.
The Web server doesn't provide any functionality beyond
simply providing an environment in which the server-side
program can execute and pass back the generated responses.
The server-side program usually provides for itself such
functions as transaction processing, database connectivity,
and messaging.
While a Web server may not itself support transactions or
database connection pooling, it may employ various
strategies for fault tolerance and scalability such as load
balancing, caching, and clustering.

The application server
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.
The information traveling back and forth between an
application server and its client is not restricted to
simple display markup. Instead, the information is program
logic. Since the logic takes the form of data and method
calls and not static HTML, the client can employ the
exposed business logic however it wants.
the application server manages its own resources. Such gate-
keeping duties include security, transaction processing,
resource pooling, and messaging. Like a Web server, an
application server may also employ various scalability and
fault-tolerance techniques.
Additionally, most application servers also contain a Web
server, meaning you can consider a Web server a subset of
an application server. While application servers contain
Web server functionality, developers rarely deploy
application servers in that capacity. Instead, when needed,
they often deploy standalone Web servers in tandem with
application servers.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000 Can you please explain in brief, how to do equivalance class?

4 Answers   ISTQB, Tech Mahindra,


Should every business test its software the same way?

1 Answers  


I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you

2 Answers  


At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?

1 Answers   Broadridge,


What is Deffered? explain it who allocate it?

11 Answers   BeBo Technologies,






What is the base data for drawing Triangle?

6 Answers   DELL,


how we can define bug is an valid bug

3 Answers   ADP,


Whether the testing process followed in different model will be same or will it vary?

1 Answers  


Tell the test cases to test Login Password screen?

7 Answers   CybAge,


Hi, this is sekhar yadav, who is given the seviarity and who is given the priarity

8 Answers   CTS,


How is testing affected by object-oriented designs?

1 Answers   Crea,


in SDLC,at what phase life cycle stops?and what are the input and output of each phase?

5 Answers   Tanla Solutions,


Categories