A distributed computing system consists of a collection of nearly autonomous processing or PCs. that inter-communicate to achieve a computing system. Each processor possesses a private memory and communicates with the rest through an interconnected network.
In a distributed computing system a complex computation can be partitioned into a number of sub computations. This helps in solving single complex problems very fast.
Major issues to be addressed in designing a distributed system are :
In a distributed computing system a complex computation can be partitioned into a number of sub computations. This helps in solving single complex problems very fast.
Major issues to be addressed in designing a distributed system are :
- Specifying the topology of the communication network
- Establishing rules for accessing the shared communication channels
- Allocating application functions to the processing nodes in the network
- Establishing rules for processing, communication and synchronization.
0 comments:
Post a comment