answersLogoWhite

0


Best Answer

what is the difference between distributed and parralel processing

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between distributed and parallel processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between supercomputer and distributed computing?

supercomputers allows both parallel and distributed computing


Difference between concurrent processing and parallel processing in computer architecture?

concurrent processing deals with N-client single server whereas parallel supports N-client N-server


Difference between distributed system and multiprocessor system?

The difference between distributed system and multiprocessor system is whether the processing units in the system share the main memory. If yes, then the system is multiprocessor system; otherwise, it's a distributed system.


What is the difference between parallel computing and parallel processing?

Parallel processsing ranges from instruction-level parallelism e.g. superscalar and VLIW to message-passing MIMD also called multicomputer, and also includes SIMD e.g. vector and array processing. Multiprocessing is specifically task parallelism, and is by definition shared-memory MIMD with multiple processor cores, sometimes multiple sockets.


Difference between pipeline processing and parallel processing?

Parallel processing is another method used to improve performance in a computer system, when a system processes two different instructions simultaneously, it is performing parallel processing. Parallel processing: each thing is processed entirely by a single functional unit. Pipelining: each thing is broken into a sequence of pieces, where each piece is handled by a different(specialized) functional unit Parallel processing: each thing is processed entirely by a single functional unit. Pipelining is an implementation technique where multiple instructions are overlapped in execution. • Each stage completes a part of an instruction in parallel. The stages are connected one to the next to form a pipe- instructions enter at one end, progress through the stages, and exit at the end . • Making the instruction of program faster.


Different between teleprocessing and distributed data processing?

Telecommunications is a word for all communications over a distance by cable, telephone, telegraph or broadcasting. Teleprocessing is computer service in which terminals are connected to a central computer.


What is the difference between distributed and parallel processing operating system?

1) Distributed Operating systems are also referred to as Loosely Coupled systems whereas parallel processin g systems are referred to as tightly coupled systems. 2) A Loosley coupled system is one in which the processors do not share memory and each processor has its own local memory whereas in a tightly coupled system there is a single systemwide primary memory shared by all the processors. 3) The processors of distributed operating systems can be placed far away from each other to cover a wider geographic area which is not the case with parallel processing systems. 4) The no. of processors that can be usefully deployed is very small in a parallel processing operating system whereas for a ditributed operating system a larger no. of processors can be usefully deployed....... 5)globle clock is used for controlling simd n mimd in parallel..... .in distributed no any global colck present in this synchronization algorithms are used 6)in the distributed operating system there is an unpredictable communication delays between processors whereas the processors in the parallel processing system share over an interconnection network


Explain the difference between batch processing and real-time processing?

explain the difference between batch processing and real-time processing


What is the difference between distributed systems and advance distributed systems?

no answer


Difference between parallel and distributed system?

the difference can be stated like : in parallel systems we have -more than one cpu -one memory -execution is simultaneous in distributed systems,we have -any number on memories -any number of cpu -each process has its own memory


What is the Difference between pipeline processing and serial processing?

* The main difference is that pipeline processing is a category of techniques that provide simultaneous, or parallel, processing within the computer and serial processing is sequential processing by two or more processing units.


How parallel processing affects the speed of computer processing?

Parallel processing allows the computer to process 2 things at once. However on it's own it doesn't help, computer programs have to be written to use it. Many operating systems are written to take advantage of parallel processing between seperate processes, and some programs are setup to use parallel processing withing their own process.