Layered Architecture
Layered architecture organizes applications into horizontal layers such as presentation, business logic, and data access. Layered architecture should be avoided for high-scale applications when layers are likely to become bottlenecks. Laye…
1 sources - 3 claims
Layered architecture organizes applications into horizontal layers such as presentation, business logic, and data access. Layered architecture should be avoided for high-scale applications when layers are likely to become bottlenecks. Layered architecture is appropriate for small, simple applications with limited budgets.