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
How to display a past time in days, hours and minutes?
Explain active/passive and active/active cluster configurations?
What is the name of the Database which IBM mainframe uses?
Do you know how to store and query spatial data?
Can you force a query to use a specific index?
How to create stored procedures with parameters in ms sql server?
how to control the amount of free space in your index pages? : Sql server database administration
How to delete duplicate rows?
Does index speed up select statements?
What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.
Do comments need to go in a special place in sql server 2005?
Is it possible in sql table to have more than one foreign key?
What is a schema in ms sql server 2005?
query processing
Do you know what is a with(nolock)?