what is the difference between client-server application
and web based application?
Answer Posted / siri
It is a two tier application .For the accesibility of the
application by many users simultaneously the client machine
interacts with the common dataabase
(databaseserver)installed on a machine.
Disadvantage: Any change in the application program should
make the changes in the each application installed
seperately on each machine.
so in order to overcome this we have a 3 tier Architecture
known as web based application.
Web server acts as a middle tier beetween the client machine
and the DB server.
The main source of changes in the application program are
done in the web server taking the neseccary input from the
client machine.
For ex: The change in the application is from adding two
no's to substraction of the no's . The client machine takes
the input of no's but the substractiion is done on the
server machine.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain compatibility testing with an example.
What types of software testing are available?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
What are the review documents used for testing?
!what are the entry criteria for antomation testing ?
What are the different ways of doing black box testing?
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
What are the interview question on insurance domain in manual testing
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
what is coupling integration testing
What are the different levels of manual testing?
Explain user acceptance testing.