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
Unit Testing can be done by using Nunit?
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
Write test cases on duster
Explain branch coverage and decision coverage.
What is the Myers Boundary Table?
What is the difference between action & script ?
How is ‘build’ different from ‘release’?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
Explain the defect life cycle.
Why it is recommended to add verification checks to your all your scenarios?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
where do we work with Application, web and Database servers Means which type of applications.
how to indentify memory leakages after the build