What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / ashwani
2 tier is client server application or in 2 tier one layer
acts as web+App and another as data layer.
in 3 tier one is web layer 2nd is app layer and third is
data layer.
web layer = where client end code resides
app layer = where business logic of application resides
data layer = database layer where database resides
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Is it possible to have clustered index on separate drive from original table location?
What is compound operators?
What is partitioned view?
What is acid db?
What is sqlcmd?
What is store procedure? How do they work?
How to view the error log for any specific instance? : sql server database administration
How you can change the database name in SQL SERVER?
What is a collation in ms sql server?
How do you troubleshoot errors in a SQL Server Agent Job?
What does it mean to manipulate data?
What is db stored procedure?
How can we remove orphan records from a table?
What are different types of statement?
What is the use of custom fields in report?