Distributed Architectures
General
- Object-based
- Layered
- This architectural style can be thought of as an inverted pyramid of reuse, where each layer aggregates the responsibilities and abstractions of the layer directly beneath it. When the layers are on different machines, they are called tiers. The most common example of strict layering is where components in one layer can interact only with components in the same layer or with components from the layer directly below it.
-
- Hybrid
- Structured
- (Distributed Hash Tables)
- Event-Driven Architecture
-
Distributed computations
Resources
No notes link to this note