Systeemontwerp is het proces van het definiëren van de architectuur, componenten en interacties van een softwaresysteem om aan vereisten te voldoen — vooral voor schaalbaarheid, betrouwbaarheid en prestaties. Het gaat erom hoe de onderdelen samen passen om systemen te bouwen die op schaal werken.
Wat systeemontwerp omvat
System design = the high-level structure of a system:
→ COMPONENTS → services, databases, caches, queues, load balancers, etc.
→ how they INTERACT → data flow, communication, APIs
→ meeting REQUIREMENTS → functional (what it does) + non-functional (scale, speed,
reliability, availability)
→ about the BIG PICTURE / architecture, not individual code
