0
7.3kviews
State the goals of Distributed system.
1 Answer
| written 8.0 years ago by |
Four important goals that should be met to make building a distributed system worth the effort.
A distributed system should make resources easily accessible; it should reasonably hide the fact that resources are distributed across a network; it should be open; and it should be scalable.
Making Resources Accessible:
The …