3-Tier 3-Layer Application

What is difference between a 3-tiered application and a 3-layered application?

Questions by gunjan.kumar

Showing Answers 1 - 3 of 3 Answers

raja63229

  • Oct 21st, 2009
 

This is very common question asked by couple of companies and I noticed developers usually gets confused about the difference.

When we talk about multi-layer, we usually mean an application broken down into multiple layers such as a Database Layer, a Business Layer, and a User-interface layer. All of these layers may be seperate assemblies. For example, UI layer may have APS.NET pages, Business layer may be BL.dll and the data layer may be Db.dll. However, these all assemblies usually reside on the same machine where the application runs.

When we talk about multi-tier, these assemblies reside on seperate physical machines. In other words, there will be more than one physical machine involved in multi-tier applicaiton.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions