1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is Architectural Design
The sub-systems making up the system and their relationships.
Box and Line Diagram
Used to depict an architectural design at its most abstract level
Cluster logical functionality (eg: UI, database, application logic)
Boxes within boxes indicate sub-system has been decomposed into components
Links represent function calls or data passed from component to component
Ball and Socket Diagram
Uses ball and sockets
Ball - provider of service
Socket - requirer of server
EMPTY