Types of Distributed Systems
Types of Distributed Systems
Distributed Systems
A distributed system contains multiple nodes
that are physically separate but linked
together using the network. All the nodes in
this system communicate with each other
and handle processes in tandem. Each of
these nodes contains a small part of the
distributed operating system software.
Client/Server Systems
In client server systems, the client requests a
resource and the server provides that
resource. A server may serve multiple clients
at the same time while a client is in contact
with only one server. Both the client and
server usually communicate via a computer
network and so they are a part of distributed
systems.
2. Distribution Transparency
Goal - hide the fact that its processes and
resources are physically distributed across
multiple computers – systems should be
transparent
Transparency
Description
Access
Location
Relocation
Replication
Concurrency
Failure