W6 - Software Architecture

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What is Architectural Design

The sub-systems making up the system and their relationships.

2
New cards

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

<p>Used to depict an architectural design at its most abstract level</p><ul><li><p>Cluster logical functionality (eg: UI, database, application logic)</p></li><li><p>Boxes within boxes indicate sub-system has been decomposed into components</p></li><li><p>Links represent function calls or data passed from component to component </p></li></ul><p></p>
3
New cards

Ball and Socket Diagram

Uses ball and sockets

  • Ball - provider of service

  • Socket - requirer of server

<p>Uses ball and sockets</p><ul><li><p>Ball - provider of service</p></li><li><p>Socket - requirer of server</p></li></ul><p></p>
4
New cards

EMPTY