First page Back Continue Last page Overview Graphics
N-Tier Design
An n-tier design is any set of components communicating via well-defined interfaces
Classic monolithic coding is single (really zero) tier
Client-server is two-tier
Web apps are often three (interface management business logic data mgmt
Programming to interface is difficult but more flexible, scalable and powerful