general Flashcards

1
Q

what is multi-tier architecture?

A

application architecture that separates application into tiers. usually presentation, logic, and data. it is implementation-level, and tiers are usually separated by a network. unlike MVC, which abstracts those details away, and separates model/view/controller by their logical function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly