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 are defaults? : Sql server database administration
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is transact-sql language?
What does the update command do?
What are scalar functions?
Can primary key be a foreign key?
How many types of cursor type are there?
Tell me about joins in database system and explain each in detail.
How to get a list of columns in a view using the "sp_help" stored procedure?
What is nolock?
Which sql server table is used to hold the stored procedure script?
What are a scheduled jobs or what is a scheduled tasks?
What is set nocount on?
Do you know what are the ways available in sql server to execute sql statements?
How to specify the collation for a character data type in ms sql server?