Distributed system
A network whose nodes only communicate by means of messages.
Characteristics
- open: add or remove a node without changing the others
- resource sharing
- heterogeneous nodes - concurrent activity
- no global clock
- singular node failure (independent and unknown to others)
Examples
- The Internet
-
The client-server model: e.g., the
HTTP request-reply exchange
Return to the main page.