samatha
Answered On : Sep 12th, 2005
Then how about Pipeline and Partition Paralleism, are they also 2 types of Parallel processing?
Login to rate this answer.
3 types of llrlism .
data llrlism
pipeline llrlism
round robin
Login to rate this answer.
ezeamasiobi chibuzor
Answered On : Apr 30th, 2006
what is pararrel processing.?
what is its importance in the present computer technology?
Login to rate this answer.
shiva
Answered On : Jun 29th, 2006
there two types of parallel processing1) SMP --> Symmertical Multi Processing2) MPP---> Massive Parallel Processing
Login to rate this answer.
Jp
Answered On : Jul 25th, 2006
Parallel processing are two types.
1) Pipeline parellel processing
2) Partitioning parellel processing
Login to rate this answer.
jemelyn binay
Answered On : Aug 10th, 2006
What are the types of parallel processing?Differentiate?
Login to rate this answer.
Gary
Answered On : May 7th, 2007
Hardware wise thereare3 types of parallel processing systems available:
1. SMP (symetric multiprocessing: multiple CPUs, shared memory, single OS)
2. MPP (Massively Parallel Processing Systems: multiple CPUs each having a personal set of resources - memory, OS, etc, but physically housed on the same machine)
3. Clusters: same as MPP, but physically dispersed (not on the same box & connected via high speed networks).
DS offers 2 types of parallelism to take advantage of the above hardware:
1. Pipeline Parallelism
2. Partition Parallelism
-hope this helps.
Gary

1 User has rated as useful.
Login to rate this answer.