What is the difference between two tier and three tier
architecture?
Answers were Sorted based on User's Feedback
Answer / bala
Two tier architecture means:
Client server application. Client acts as Front End
and Server acts as Backend like databases.
Three tier Architecture Means:
Three tier architecure means N tier architecture like
Yahoo , gmail, and or Web Applications. Having Number of
Users or Customers or
Clients.
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / ratha.a
two tire architecture is a client server application.
client act as front end and srever acts as back end.
Business layer and data base layer.
THREE TIRE ARCHITECTURE is a web application.
Presentation
Business and
Data base
for ex Presentation-JSP
Business-Java and
Data base- SQL or db or oracle
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / devi guru prasad narkedamilli
Tire architecure is introduced because of the follwing
resons
1). To reduce the design complexity.
2).To make our system to withstand even the technology of
particular module is changed i.e for eg:Data base
3).To support the interpropability.
THREE TIRE ARCHITECTURE is a web application.
Presentation
Business and
Data base
If the business logic having more complexity then the
business logic may have more than one TIRE.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / krishnan
Three Tier Means client,Server and more than one Business
Layer.Each Business layer performs one opertaions.For
Example yahoo, This have more business logic.It consist of
Login,Check the correct user etc
| Is This Answer Correct ? | 11 Yes | 8 No |
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
What are the tasks of test closure activities in software testing?
What is system testing? when we use system testing in our project?
what is ment by Requirement tracebility matrix?what is the use of it? what is the template of rtm?
1.how to check or test the image ?
What is regression testing? When to apply it?
Penetration testing
Q-1) You are running out of time but you have to test the software what will be your approach? Q-2) The largest cost of quality is from production failure.true or false Q-3)Defects are lest costly to correct at what stage of development cycle? Q-4) what is that tester complain usually?
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
test cases on bangles???
What is HTTP and TCP/IP
what is diffrence between dynamic black box testing and dynamic white box testing