What is the difference between tier vs layer application?

后端 未结 3 1439
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 16:38

Last week I was talking about the 3 tier architecture with my seniors. I was saying that it has a UI tier, Business Logic Tier and Data Access tier. After I have finished, h

3条回答
  •  一生所求
    2020-12-16 17:29

    Layers are conceptual entities, and are used to separate the functionality of software system from a logical point of view; when you implement the system you organize these layers using different methods; in this condition we refer to them not as layers but as tiers.

提交回复
热议问题