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 the types of indexes? : Sql server database administration
What are the basic functions for master, msdb, model, tempdb databases?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
What are the types of sql server?
What is a covering index?
What is the need for indexing?
What are the new features in sql server 2016?
What the different topologies in which replication can be configured?
How to drop an existing stored procedure in ms sql server?
What is attribute hierarchy? : sql server analysis services, ssas
what are defaults? : Sql server database administration
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
Explain a checkpoint?
What is a field name?
what is a schema in sql server 2005? : Sql server database administration