52ndStreet
Gold Member
- Jun 18, 2008
- 4,020
- 1,031
- 130
My question is, what exactly is Parallel computing about.? Is it faster, and more precise computing, or something else.?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
My question is, what exactly is Parallel computing about.? Is it faster, and more precise computing, or something else.?
On a network or in the operating of the processor?My question is, what exactly is Parallel computing about.? Is it faster, and more precise computing, or something else.?
"Parallel computing on a network" sounds more like distributed computing. But yes parallel computing involves several processors within a single computer executing code simultaneously. This allows much faster completion of complex problems broken into components that each processor can solve independently.On a network or in the operating of the processor?
I hope I have my terms correct but as I understand it parallel computing on a network or even on the internet would be the the sharing of processing power resources or hard drive storage striping of data (for speed as bits of a chunk of data are striped across drives at the same time which speed up the transfer speed of information) if I remember correctly. This was how some were mining for bitcoin in the past though I'm not sure if it is feasible anymore .
In the use of processing power locally, parallel computing would just mean multiple processors working at the same time on a function which decreases the time of completion significantly.
Easily explained with analogies.My question is, what exactly is Parallel computing about.? Is it faster, and more precise computing, or something else.?
Parallel computing is a type of computation where multiple calculations or processes are carried out simultaneously, leveraging multiple processors or computers.My question is, what exactly is Parallel computing about.? Is it faster, and more precise computing, or something else.?