What is two tier and three tier architecture?
Answer Posted / kartheek yakkati
2 tier architecture :- A 2tier architecture have two
layers nothing but a Client server architecture.
3 tier architecture :- A 3 tier architecture have 3 layers
they are
1.Presentation layer : Its a front end which is implemented
on client.It is the top most layer of all the 3 layers.
2.Aplication logic layer : It is the layer in which all the
application logic is implemented.Every task will be
executed here,data required for the processes is retrieved
from the dedicated database servers which can be considered
as the third layer,and the results of all the processes
will be shown in the GUI whic is the top most layer.
3.Database layer : It is the last layer of the 3 tier
architecture,in this layer all the database will be stored
and retrieved by the application logic layer.In one term we
can say it as the "Storage layer".
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
You may be overqualified for this position we have to offer
If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
what is the function generator?
what does 80hz refresh rate indicates?
Tell me agile process in your company
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
I want to know about satyam manual testing questions
How could you present test strategy for the product testing?
What is deferred status in defect life cycle?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
What is quality center? What are the modules of quality center?
Write a Test scenario for Outlook Search functionality.
What are the bussiness scenories?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning