This document provides an overview of architectural design for software systems. It discusses topics like system organization, decomposition styles, and control styles. The key aspects covered are:
1. Architectural design identifies the subsystems, framework for control/communication, and is described in a software architecture.
2. Common decisions include system structure, distribution, styles, decomposition, and control strategy. Models are used to document the design.
3. Organization styles include repository (shared data), client-server (shared services), and layered (abstract machines). Decomposition can be through objects or pipelines. Control can be centralized or event-based.