Distributed Computing Solved MCQs (Set-2)
Distributed Computing Solved MCQs (Set-2)
[set-2]
26. all related objects moved and left to a server upon the first RPC
A. call by value
B. call by move
C. call by visit
D. call by reference
Answer: B
q M
28.
shared resources at the sameM
c
is a process that prevents
time.
multiple threads or processes from accessing
A. critical section
B. deadlock
C. message passing
D. mutual exclusion
Answer: D
30. Which mutual exclusion algorithm is useful when the membership of the group
is unknown?
A. centralized
B. lamport’s.
C. token ring
D. decentralized algorithm
Answer: A
31. Which event is concurrent with the vector clock (2, 8, 4)?
A. (3,9,5)
B. (3,8,4)
C. (1,7,3)
D. (4,8,2)
Answer: D
35. For each critical section (CS) execution, Ricart-Agrawala algorithm requires
messages per CS execution and the Synchronization delay in the
algorithm is .
A. 3(n ? 1), t
B. 2(n ? 1), t
C. (n ? 1), 2t
D. (n ? 1), t
Answer: B
36. For each critical section (CS) execution, maekawa’s algorithm requires
messages per CS execution and the Synchronization delay in the
algorithm is .
A. ?n , t
B. 2?n , t
C. 3?n , t
D. 3?n , 2t
Answer: D
40. Which algorithm requires "1 to ?" messages to enter and leave a critical
region?
A. token ring algorithm
B. centralized algorithm
C. decentralized algorithm
D. distributed algorithm
Answer: A