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
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 |
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 |
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 |
write five negative testcase for web application?
Iam new to Testing Field.How do i need to answer if they ask like Integaration Testing? Can you give example with your requirement?
Multiple class testing is too complex to be tested using random test cases. is it
Want to write ISTQB foundation level exam on MAY. But not yet collect a proper book nor recent dumps.Please anyone can share with me recent dumps for 2011 syllabus.or any pdf.Please its a urgent request
In my Application, There are 40 MIS Reports.There is Start & End Date box and Search button to search reports.Again for Every report Print and Download in PDF, CSV and Text option is there. What will be the test cases? The test description for all the reports will be same then should I have to write it for each Report test repeatadly? Please Guide Me.Should I have to write 3 test cases for Download X report in PDF, CSV and Text.[40*3=120test for only downloading]
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
hi frnds. can any one tel me vat is ECP, BVA ? & in testing, what testing we will done first ? either A or B ? A.regression testing, B. Resting ? & tell me why it is done first, when is other testing is to be done ? pls frnds answer me soon.... tank u all ..
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
There are 2 clients for a server and that clients can access the data from the server only for 10 days. so how will you test this scenario manually? Can u pls help me?..
Testing Application means what? I want the actual meaning of application?
what are the reasons is commonly cited as the primary benefit to Test-Driven Development?
Hai Everybody... What is the difference between Testplan and Test Strategy?