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
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
How to provide column names in insert statements in ms sql server?
What is the security principal at the database level that represents your session?
What is the process of normalising?
What are the recovery models in sql server 2000?
Why transaction is important?
What is exporting utility?
What is bcnf normalization form?
Give the query of getting last two records from the table in SQL SERVER?
How to rename an existing column with sql server management studio?
What are functions in the sql server?
Explain about builtinadministrator?
Mention the different types of replication in sql server.
What is the difference between a stored procedure and a user defined function?