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
Being an Manual tester, what will be the role or activity in test plan ?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.
What is 'Account Conditioning'?
What are the phases involved in software testing life cycle?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
What are the advantages of waterfall model?
What is a maturity level?
What is Test Design ?( Urgent) and Test Design for Printer?
What is Difference between Test Strategy and Test Methodology?
What is an mr?
what is API 2.0?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
what is the difference between website and web based application ?