F1+2 - Intro + Quality attributes and architectural tactics Flashcards
(36 cards)
What does software architecture fundamentally organize?
A system’s components and their relationships
What is a primary goal of software architecture?
To guide the system’s design and evolution.
What principle of continuous architecture focuses on delaying design decisions?
Delay design decisions until they are absolutely necessary.
What architectural principle emphasizes the importance of quality attributes over functional requirements?
Focus on quality attributes
What does SOA stand for?
Service-Oriented Architecture
In software architecture, what does the principle “architect for change” suggest?
Leverage the power of small
What is the key characteristic of a microservice?
Independently deployable
According to the principles of continuous architecture, what should products be architected for?
Build, test, and deploy.
What is the key advantage of modeling the organization after the system’s design?
It aligns the communication structure with the system structure
What fundamental aspect of architecture does Conway’s Law relate to?
The mirroring of system structure and organizational communication
What do requirements in software architecture describe?
The system’s purpose and operating conditions.
What do functional requirements specify in a system?
The actions a system must perform.
What are quality attribute requirements?
Metrics that describe the system’s performance and operational characteristics.
What are constraints in the context of software architecture?
Non-negotiable requirements that limit design choices
What do quality attributes measure in a system?
How well a system performs its functions
What does a quality attribute scenario detail?
The source and type of stimulus, the system’s response, and how the response is measured
What purpose do architectural tactics serve in software architecture?
They influence how a system achieves specific quality attributes
What are some actions architectural tactics might dictate for security?
Detecting, resisting, reacting to, or recovering from attacks
What aspect do allocation of responsibilities decisions cover?
Determining important system responsibilities and how the system is decomposed
What do coordination model decisions clarify?
How parts of the system communicate and coordinate
What is determined by data model decisions?
How data is represented, manipulated, and organized
What is considered in management of resources decisions?
Identifying and managing system resources
What does mapping between architectural elements entail?
How different parts of the system and their environment are connected
What is the idea of Architecture? Nice way to describe it
Architecting bridges the gap between “What shall be built?” and “How shall we build it?”