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 lookup override?
What is the main purpose of having conversation group?
How to install sql server 2005 express edition?
How to create indexed view?
Explain what are commit and rollback in sql?
What is msdb database? : SQL Server Architecture
Write query to return all rows sql?
Explain in brief how sql server enhances scalability of the database system?
How do I determine how many instances of sql server are installed on a computer?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
How do I create a stored procedure in sql server?
What the different types of Replication and why are they used?
How to recompile stored procedure at run time?
how would you improve etl (extract, transform, load) throughput?
What are the different types of triggers in SQL SERVER?