What is two tier and three tier architecture?
Answer Posted / frso
In Two-Tier Architecture we have just two layers
1. GUI/ intrface / presentation layar
2. Database layer (where we store/retrieve our data)
Basically this architecture is followed in client/server
applications where database and application resides in the
same machine or database may in other machine conected
thtough network.
Three-Tire Architecture:
In three tier architecture we can find three layers names:
1. Presentation Layer
2. Busness Layer/ Mid Layer
3. Database Layer.
Presentation Layer: GUI/Interface , where a user view or
enters the data.
Business Layer: where business login and rules are execute
and can accommodate hundreds of users.
Database Layer: Data access layer takes care of connection
between the appication and storing the data as a warehouse.
This is very important layer in any architecture 'coz
finally all data comes to it and maintaining such a huge
amount of data is taken care by this layer avoiding
concurrency and maintaining scalibility, durability to the
application.
| Is This Answer Correct ? | 71 Yes | 16 No |
Post New Answer View All Answers
write test case for gmail sign up page ?
How can write testcases on a code under development pls give asnwer
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What is difference between Build, Version and Release
During alpha testing why customer people are invited?
In what situation would you want to parameterize a text verification check?
Did you ever worked with B.A's and when?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
How can you do the usability testing?
What is formal testing?
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
what is the common in all s.o.p (standaed operating procedure)?
How to test a Falsh player scrollings?
What is software review?