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
What is a unique key constraint?
Explain what are the different index configurations a table can have?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What do you mean by sql server 2005 express management tools?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What the different components in replication and what is their use?
What is the contrast amongst drop and truncate?
What are system databases into sql server (2005/2008) : sql server database administration
What is difference between rownum and rowid?
Explain Normalization and DE normalization
What is the difference between a check constraint and a rule?
what is the maximum size of a row? : Sql server database administration
How to download and install sql server 2005 books online?
What is BCNF? How is it better than 2NF & 3NF?
Explain iaas, paas and saas?