what is the difference between application server and web
server?
Answer Posted / ashutosh d
Webserver mainly handles the Http requests but app server
can be used to handle the http, rmi, TCP/IP and many more
protocols.
Webserver just handles the requests of the webpage - means
suppose, a html page(presentation layer) requests a data -
here script is written containing the business logic , then
it just give the response with the required data from the
database. Then the html page with script is used to show the
retrieved information.
In case of application server, it does the same thing, of
getting and gives the response but it can process the
requests. i.e. in this case, instead of script know how to
fetch the data, the script is simply used to call the
applications server's lookup service to retrieve and process
the data. i.e here, application server is used for
processing/applying logic.
The web server can be considered as the subset of app server
Now a days the threshold between the two servers is becoming
blurred because of xml, xhtml.
Is This Answer Correct ? | 50 Yes | 10 No |
Post New Answer View All Answers
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
what is scrum how with ex?
How to do security implementation for any URL??
What are the advantages of waterfall model?
what r the measure bugs found in your project??? Give some example abt this.
Difference between adhoc testing and error guessing?
What are the bugs we cannot find in black box?
Can you explain process areas in cmmi?
What types of software testing are available?
What are the basic forms of variations?
What are quality assurance and quality control?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
What is AGP?what is setup.inf?What are the ways to install driver?
Describe a past experience with implementing a test harness in the development of software.