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 

Showing Answers 1 - 2 of 2 Answers

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. Distributed computing is a type of segmented or parallel computing. But the latter term is most commonly used to refer to processing in which different parts of a program run simultaneously on two or more processors that are part of the same computer. While both types of processing require that a program be segmented—divided into sections that can run simultaneously, distributed computing also requires that the division of the program take into account the different environments on which the different sections of the program will be running

Distributed system in genral refers to n/w o.s in which various systems (computers) are connected to sharing some of resources like printer etc. Each system have own data (including files etc) and whenever access over other's system data is required FTP (file transfer protocal) is used. One must have login and password to access remote files..some systems also support annonymous FTP.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions