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 |
What metrics will be collected during the Testing i.e from requirement Phase to Maintainance Phase
How to monitor test progress?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
Please give me example of - 1. High Severity and High priority Bug ? 2. High Severity and low priority Bug ? 3. High priority and low severity Bug ? 4. Low Severity and low priority Bug ? Thanks
list of methods that is used to document the requirements of a software.
What development model should programmers and the test group use?
What r the non-configurable items in the VSS for software configuration management?
What are the various Guidelines follow while Weighting Test Cases
what is meant by defect bash?
HOw to test website manually? Is it any criteria to test ?
Write a Test Case to test Can of Coke?
What is the testing process and what testing process followed by software company?