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

how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??

1135


What is Wound Fixing?

1863


When the GUI Testing will be held on the V model ?

1704


how to access a build & wat is its configuration

1752


What is Traditional testing & Object Oriented testing?

1940






You may undergone many projects. Do all the projects match up with customer’s expectations?

695


Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?

2982


What is a testing process / lifecycle?

678


How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??

1759


What is fuzz testing?

634


What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?

1645


Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?

3622


Give an example for pre testing and post testing ?

1525


write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases

3031


What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form

2123