Difference between three tier vs. n-tier

前端 未结 9 746
野趣味
野趣味 2021-01-31 20:37

I just came across the following sentence:

As the industry has moved from a three tier model to n-tier models, the object relational impedance mismatch

9条回答
  •  情深已故
    2021-01-31 20:50

    n-tier implies n is any number - when n=3 then it is the same as n-tier.

    The usual definition of 3-tier is presentation, logic & data (in any order), and yes, SOA can confuse the neophyte because sometimes it sits in the data tier, sometimes the logic tier and sometimes both logic & data tiers.

    The whole subject is...subjective. If you need some tiers then call it n-tier - if you know that n=7 then call it 7-tier, or n-tier.

提交回复
热议问题