What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / ivreddy
Basically 2 tier architecture : This has 2 parts namely
client (front
end) and database (back end).The window application
generally developed in this technology
3 tier architecture :
1 Client-front end (request is given through client)
2.business logic :Middle layer (protocols are used for
processing the request)
3. Database :back end (response is given to the client)
Web applications are good examples for 3 tier architecture
The above answer ,i found in one of the sites.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to use "begin ... End" statement structures in ms sql server?
What is the difference between the 2 operating modes of database mirroring?
How network traffic be reduced by using the stored procedure?
When would you use it?
What is plan freezing?
Why do you need a sql server?
Define primary key?
When multiple after triggers are attached to sql table, how to control the order of execution?
Do you know what are the restrictions that views have to follow?
How to rebuild indexes with alter index ... Rebuild?
What are the different types of collation sensitivity?
Where do we use trace frag?
What are the ways available in sql server to execute sql statements?
What are the differences between left join and inner join in sql server?