Answered Questions

  • What is distributed Systems?

    Distribute the computation among several physical processors.Loosely coupled system – each processor has its own local memory; processors communicate with one another through various communications lines, such as high-speed buses or telephone linesAdvantages of distributed systems:->Resources Sharing ->Computation speed up – load sharing ->Reliability->Communications 

    vigrem

    • Jul 26th, 2007

    Distributed computing is a method of computer processing in which different parts of a program run simultaneously on two or more computers that are communicating with each other over a network. D...