what is difference b/n client server and web based
applications?
Answer Posted / rajesh poojari
Client-server architectures are called as two-tier
architectures. In the two-tier architecture, the user
interface runs on the client and the database is stored on
the server. The actual application logic can run on either
the client or the server.
Web architectures are called as three-tier architectures.
In the three-tier architecture, the user interface runs on
the client and the database is stored on the server. Third
tier is for the application logic. The third tier is
between the user interface (client) and the data management
(server) components. This middle tier provides process
management where business logic and rules are executed and
can accommodate hundreds of users (as compared to only 100
users with the two tier architecture) by providing
functions such as queuing, application execution, and
database staging.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
why do not u try to get job in your core side(example :-eee)?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What is difference between test effectiveness and test efficiency?
How to perform SQL inject test for a login page using OWASP ZAP proxy security testing tool
What is binary portability testing?
What kinds of performance tests might be required for a word processing system?
What the first thing You’ll do as a SQA Tester if I hired You?
what is the difference between product and process based projects?
Enlist the priority of the testing tasks defined by the qa team in product development.
What are the contents in test plans and test cases?
What is backus-naur form?
What is difference between retesting and regression testing?
What if the project is not big enough to justify extensive testing?
How to design test cases?
What is bug?