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 the process of indexing?
What are various aggregate functions that are available?
What is meant by indexing?
What is filtered index?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What are the advantages dts has over bcp?
What is NOT NULL Constraint in sql server 2012?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
last function used in MS Access to convert sql what function will use in sql
What are clustered and non-clustered index?
What are the pre-defined functions in the sql server?
What is SQL Azure Data sync?
What is subquery in sql?
What is the difference between Stored Procedures and triggers?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.