Tiers
Two-Tier Processing
- Server handles database access
- Client handles user interface
- Client may have to handle extensive calculation based on business rules. (“Extend credit if the following 20 conditions are met.)
- Business rules processing can result in “fat clients” with the power normally required for servers