what is the difference between application server & web
server?
Answers were Sorted based on User's Feedback
Answer / sonali choudhari
1)The application server can handle larger processing
chores than web server.
2) Web server can focus on serving web pages so it could
optimise the process.
Application server can then concentrate on serving the
application ,so it can provide many primary services that
applcation need such as transational support,security and
persistence to database.
3)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).
| Is This Answer Correct ? | 5 Yes | 1 No |
The question is on Server basically,
the difference is the application server is one which have
Database server.(in other words the databse which is
pointed to the application is called application server)
Whereas web server is termed as one which is pointed to the
database and we can use that webserver ip/link to access
in/from other remote machines.
most of the Banking softwares are web based. All the
business logis are handles there only. So web pages can
also serve you all/maximum functionalities.
| Is This Answer Correct ? | 0 Yes | 0 No |
HOW TO PERFORM DATABASE TESTING
Can any of u help me... How to use Security below listed testing tools 1. XSS Probe 2. SQL Power Injector 3. CAL9000 I have to do security testing using these tools.But I do not have any knowlwdge on this. I am trying to work using Help doc, but use, not able to follow Pls do needful
What is a variant?
What is 'fish pond analysis' with respect to software testing?
what is Response Time?
When should exploratory testing be performed?
This question is based on ages easy.
Can anyone tell me is there any cirtification in Testing like we have SUN cirtification in java,if yes then from where i can get it & which institute offer those cirtification & what is he process
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
What is v&v?
What are the Difficulties you found while testing your module ? plese give the possible difficulties.
There are two sand clocks(timers) one complete totally in 7 minutes and other in 9-minutes we have to calculate with this timers and bang the bell after completion of 11- minutes!plz give me the solution.