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 requirements on sql server network connections?
How to specify the collation for a character data type in ms sql server?
What is the new security features added in sql server 2014? : sql server security
can you implement data mining in SSRS?
When you should use a low fill factor?
what protocol both networks use? : Sql server database administration
What is difference between joins and subqueries?
Do you know what are the restrictions that views have to follow?
What are cursors in ms sql server?
Tell me in brief how sql server enhances scalability of the database system?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
What is the difference between sdf and mdf?
How many types of objects are there?
Can another user execute your local temporary stored procedures?
Explain about remote stored procedure?