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
How should your staff be managed? How about your overtime?
what are your thoughts on SPRINT duration
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
Write positive and negative test cases for forgot password?
Can you explain equivalence partitioning?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
What is a maturity level?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
explain fish model in detail?
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
Tell some examples of bug severity and bug priority?
Does an increase in testing always improve the project?
What are quality assurance and quality control?