Can anybody define 2-tier architecture,and 3 tier architecture.
Answer / sureshsinghbhandari
All the client server applications are 2 tier architectures.
and when Business Logic is stored in one Server, and all the clients are dumb terminals.
Here in these architecture, all the “Business Logic” is stored in clients and “Data” is stored in Servers. So if user request anything, business logic will b performed at client, and the data is retrieved from Server(DB Server). Here the problem is, if any business logic changes, then we
need to change the logic at each any every client. The best ex: is take a super market, i have branches in the city. At each branch i have clients, so business logic is stored in clients, but the actual data is store in servers.If assume i want to give some discount on some items, so i
need to change the business logic. For this i need to goto each branch and need to change the business logic at each client. This the disadvantage of Client/Server architecture.
So 3-tier architecture came into picture:
Here Business Logic is stored in one Server, and all the clients are dumb terminals. If user requests anything the request first sent to server, the server will bring the data from DB Sever and send it to clients. This is the flow for 3-tier architecture.
Assume for the above. Ex. if i want to give some discount, all my business logic is there in Server. So i need to change at one place, not at each client. This is the main advantage of 3-tier architecture.
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the outcomes of system testing?
Which design document supports to choose test data and how to select test data ranges ?
Difference between HTTP and HTTPS
What is Exit Criteria and what should be covered in it?
2 Answers Power Designs, Zensar,
Which testing is used only in web based application but not for client-server applications?
Hai can any one tel me what is Concurency Testing?
hi.... plz tell me what all kinds of documents/reports are required for manual testing of a simple website(simple static pages). in a organization.
2 Answers HCL, IBM, iPRO Solutions,
any body can explain me door lock test cases,cell phone test cases, table and chair test cases
How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....
What is Client Server/Web Server Configuration(ISS).
Two negative Testcases for Excel Sheets
What are different types of verifications?