Architectural Layers and Tiers
Three-Tier Architecture
- Advantages
- Separates Presentation, Processing, and Data into separate, distinct software tiers
- Middle tier is programmed in portable C code
- Remote Process Call for calling technique
- Overall flexibility in resource allocation
- Disadvantages
- Lack of development tools
- More code in more places