Architectural Design Patterns Flashcards
1
Q
Common Architectural patterns
A
Layered architecture pattern
Event-driven architecture pattern (Is a distributed asynchronous architecture (Scaleable applications))
Microkernel architecture pattern (Product based application adding features as plug-ins to the core app)
The microservice architecture (avoid letting programs grow up to be monolithic and inflexible by creating a number of different tiny programs=
The cloud archtecture (Avoid functional collapse under high load by splitting up storage(Tænk på AWS fra web) and processing(Client som vi programmere i web)