what is the difference between client-server application
and web based application?
Answers were Sorted based on User's Feedback
Answer / goru
Client-server Application is a two-tire application where
web based application is a 3 tire application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Client-server application : LAN connection
Web based application : WAN Connection
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kaminee
Hi Goru,
Can you please explain in detail what are these different
tiers?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How do you promote the concept of phase containment and defect prevention?
what is vss?
developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
Realizing you won't be able to test everything - how do you decide what to test first?
which defect matrix or what defect matrix would you look at in ascertain the quality of product? And give some explanation about defect matrix. Its urgent.
plese tel me,how to explain insurence project
Who does integration testing ? Developer or Test Engineer?
What is the Regression Testing Process followed in your company?
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
What are the essential elements needed for database testing
Difference between Black box and White box testing?