what is single tire, 2tire 3 tire and so on upto ntire ?
can ny one explain me about this in detail.

Answer Posted / shaik baji

Single Tire:
------------
In single tire architecture all there layers of the
Enterprise application (1.Presentaion layer, 2.Business
layer, 3.Data Storage & Data Access layer) are tightly
coupled and it's most sutable for Standed alone
applications only.

Disadvantage of Single Tire:
----------------------------
1)Due to this tight coupling if we want to change the
presentation then the change might be effect on remaining
layers too.
2)Only one client can able to access the resources at a time


Two Tire:
----------
In Two tire architecture we are separating the the
Presentation layer from the Business layer and Data access
and Data Storage layes so that we can provide the
sharability of the Business logic to all the presentation
logic.

Here we are coupling only Business layer and Data Storage &
Data Access layer only.

Example of Two Tire is : Client Server architecture

Advantages of Two Tire architecture:
------------------------------------
1) More than one client can interact at a time
2) Data access centric
3) While comparing with the Singel tire architecture it os
not that much of tight coupling.

Three Tire Architecure:
------------------------
In Three tire architecture we are separating all the three
layers(Presentation layer, Business layer and Data access
and Data Storage layes) on different different nodes so
that we can maintain application very esily.

It's a loosly coupling architecure.

Example of Two Tire is : MVC-I and MVC-II

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between web based application and client server application?

5460


What type bugs you will find in integration testing with example?

1540


What is the typical situation u faced while collecting the test data?

1653


Write the test cases for godaddy home page

1237


What is the difference between GUI Testing,UI testing and Usability TEsting

1947






what r the measure bugs found in your project??? Give some example abt this.

3828


hai friends i did my bcom (distance with out inter)and iam pursuing mca(distance alagappa university)iam learning testing cource in ameerpet can i elgibel for testing jobs pls guide me … …and send details to rangavijetha@gmail.com..thanks

1352


can anyone tell me few critical bugs in ecommerce project.

5590


What is Pre UAT and UAT is there any difference ?

2978


What is validation in software testing?

708


What are the qualities needed by a software tester?

695


what is the relation between all tabs in quality center & explain the testing process in quality center with tabs?

1584


how to clarify functional requirements and non functional requirements in a srs?

1573


PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING

3868


What is bug leakage?

733