What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / shankey*
To solve the problems of one-tier architecture Two-tier
architecture was introduced, The applicitation is divided
into two parts which are Client-Tier & Server-Tier & these
two parts can be located on a single computer or on saprate
computer.
Whereas
Three-Tier architecture was introduced bcause when we
implementing loigic in two tier architecture it becames
overloaded to solve this problem Three-tier architecture
was introduced which is further divided into three parts
which are Client-tier, Business-Tier & Server-Tier*
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is shared lock?
Do you know what are the properties of the relational tables?
Where cross join is used?
Explain different types of collation sensitivity?
Who developed sql server?
Explain the rules for designing files and file groups in sql server?
How to create percentile function?
What is instead of trigger sql server?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is nonclustered index on computed columns?
Why de-normalization required?
Explain having clause?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What are the advantages dts has over bcp?
Explain what is dbcc?