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

When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

6 Answers   ISTQB,


I am a manual test engineer working on an web application product testing.I have worked on test mgmt tool-testlink,defect tracking tool=bugzilla and I know functional-selenium ide (basics.So can anyone tel me which scripting language is extensively used in testing tools so that i can acquire some knowledge about it in order to shift into automation?

2 Answers  


what is meant by defect bash?

4 Answers   CSC,


what is onshore & offshore operating model

0 Answers  


What is the need of testing? Give three reasons....

28 Answers   AZTEC, GE, Persistent, TCS,






What is meaning by protype in SDLC ?

6 Answers  


Define brain stromming and cause effect graphing?

0 Answers  


how to do security testing in real time scenario in manual testing and automation testing qtp

1 Answers   McAfee, Value Labs,


Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.

4 Answers  


What is mean by Defect Metrics? Write some defect metrics?

2 Answers  


which document we prepare first whether test plan or test case document

3 Answers  


WHAt is diff between test plan and test planning?

5 Answers  


Categories