What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / sandeep
In my point of view....
2 tier means client and server. In this system client
application interracts directly with server(means Database
server)by means of connection string. This architecture is
used in windows applications. So if any changes is happend
in business rules then we shud make changes in every
clients that were installed in different locations. More
over this system doesnt support scalability and high
availability(clustering). This system is used for small
business system.
3 Tier is for very big systems having complex business
rules . In this system apart from 2 tier a middle layer is
introduced, that is application layer. This layer departs
the direct connection of client with database. So many
features and standards can be achieved. Web applications
are using this architecture. This application and database
layers can be in one machine or in differents machines
located in remote areas.
am I rite ? unless please correct me.
thanks
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How many database files are there in sql server 2000?what are they?
how will add additional conditions in sql?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What is the use of keyword with encryption. Create a store procedure with encryption?
What is the main purpose of having conversation group?
What is clustered index
What are the requirements to use odbc connections in php scripts?
How can i Relate Tables in SSIS
Why use cursor in sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
How to send a ssrs report from ssis?
Tell me about builtinadministrator?
How to backup SQL Server Reporting Services ?
How do I find the sql server database version?
How to select some specific rows from a table in ms sql server?