...
Relational-Algebra
October 19, 2024
Algorithms
October 20, 2024
Relational-Algebra
October 19, 2024
Algorithms
October 20, 2024

Distributed-Computing

Question 1
PVM and MPI Library functions are implemented on the top of the :
A
Universal Message Passing (UMS)
B
Network Interface Driver (NID)
C
Media Access Control (MAC)
D
None of these
Question 1 Explanation: 
PVM and MPI are the most used tools for parallel programming.
Message Passing Interface(MPI):​ A fixed set of processes is created at program initialization, one process is created per processor
Parallel Virtual Machine(PVM):​ It Is a software package that allows a heterogeneous collection of workstations (host pool) to function as a single high performance parallel machine (virtual)
Correct Answer: D
Question 1 Explanation: 
PVM and MPI are the most used tools for parallel programming.
Message Passing Interface(MPI):​ A fixed set of processes is created at program initialization, one process is created per processor
Parallel Virtual Machine(PVM):​ It Is a software package that allows a heterogeneous collection of workstations (host pool) to function as a single high performance parallel machine (virtual)

Leave a Reply

Your email address will not be published. Required fields are marked *