What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / vijay
2-tier architecture:
2-tier architecture is also called as
client-server architecture, in this architecture both
presentation logic+business logic will in one layer and
database logic will be in another layer . This architecture
is used with in a limited area .
-)Clients retrive fast infromation from server
drawbacks:
1: Both presentation logic&business logic will be in same
layer there will be miss use of business logic(Hacking).
2: Used in limited area.
3:Here clients are called thick clients
ex:banking applications,small scale industry
3-tier architecture:
3-tier architecture is also called as web
environment ,in this presentation logic&business
logic&database logic will be in different layers
.presentation logic is in the client layer and business
logic is in the application server and database logic will
be in server side.
advantages:
1:security is very high bcoz business logic is present in
the application server.
2:Here clients are called thin clients.
drawbacks:
1:while client request any information from server it takes
much time.
2:Each application server contain one busines logic in one
layer.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which are the important points to note when multilanguage data is stored in a table?
How to create a new login name in ms sql server?
What is data modification?
What is attribute? : sql server analysis services, ssas
What are the differences between ms sql server & oracle?
Where actually sql azure database is hosted?
How do I edit a stored procedure in sql server?
What is the difference between dataadapter and datareader?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
How would you use user_constraints table in DB?
Define constraints and give an example of their use?
What is stored procedures?
Can sql servers linked to other servers?
What is bit data type?
How to integrate the ssrs reports in application?