Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / sachin

In one tier application the UI/Server(business
logic)/Database resides on one node.

The most basic type of client-server architecture employs
only two types of nodes: clients and servers. This type of
architecture is sometimes referred to as two-tier.

The 3-Tier architecture has the following three tiers.

1. Presentation Tier
2. Logic Tier / Business Logic Tier / Transaction Tier
3. Data Tier

Where N-Tier Architecture contains each modules resides in
different node, which are as follows
1. Presentation GUI.
(HTML, Windows Forms etc.)
2. Presentation Logic Tier.
- The Web(VB Script,VB.Net,Java Script etc.)
- Proxy Tier(SOAP,COM,DCOM etc.)
- Client interface
3. Business Tier.
(Business Objects and Rules)
4. Data Access Tier.
(Interfaces that handles all the Data I/O)
5. Data Tier.
(Storage,Query)

Is This Answer Correct ?    28 Yes 9 No

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

Answer / sai madhu

hai
one tier is standalone applications
two tier is client/server applications
three tier is web based applications
.
.
n tier is disturbuted applications

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Can you explain tailoring?

0 Answers  


what is the difference between Client/Server and Web based Applications please reply

1 Answers  


i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?

0 Answers  


How Could u Present Test Strategy for the Product Testing?

1 Answers   CTS,


Where will you give the Reproduce option in Bug report?

2 Answers   GE,


sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??

0 Answers  


At Evening 6'o clock they will release the new build to you.what will u do on that time.

7 Answers   QA,


Principles of testing?

4 Answers  


hi can any one suggest how to write test case for a text box regarding its hight and width. How do you know that the text box having correct hight & Width?

1 Answers  


how many levels of regression testing is avilable in our testing process?

2 Answers  


what is the function generator?

3 Answers   MBT,


Hi,please help me out with my ques:as soon as the build we get from developer,how will we start testing?first all how the build we get (means which form)?who will install it in the system and how tl will assign us the work?

1 Answers  


Categories