Multiple choice technology

What are categories we have in parallel environment? (Choose Two)

  1. Single mode processing

  2. Symmetric multiprocessing

  3. Multi parallel processing

  4. Cluster or MPP

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

DataStage parallel environments fall into two main categories: SMP (Symmetric Multiprocessing), where multiple processors share memory, and MPP (Massively Parallel Processing) or Cluster architectures, where multiple nodes have their own memory and communicate over a network. These represent the two fundamental hardware architectures for parallel processing.