Categories: Distributed Computing

Distributed system

A distributed system is a collection of individual computing devices, interconnected via a network, cooperate to solve a problem. Usually the problem cannot be solved individually. The systems include VLSI chip, shared memory multiprocessor, local area cluster of workstations and Internet. These processors are mostly autonomous.

While parallel processing use all the processors to perform a single task, each processor in distributed system has its own semi-independent agenda. Moreover these processors coordinate their actions in order to share resources and to achieve fault tolerance. The computers in this system will appear as a single coherent computer to the user.

Features of distributed systems

 

    • No common physical clock

      It is not possible to synchronize the clocks of multiple processors due to uncertainty in communication delays among them.

 

    • No shared memory

      It is not possible for a processor to know the global state of the system.

 

    • Geographical separation

      Processors are geographically separated while they are connected to networks such as WAN or network cluster of workstations (NOW/COW).

 

  • Autonomy and heterogeneity

    The loosely coupled processors have different speeds and can run different operating systems.

Robin

Share
Published by
Robin
Tags: System

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

10 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

10 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

10 years ago