Menu

Distributed Operating System Questions

MCQ
51.
Which one of the following is a distributed file system?
forum Discussion
MCQ
52.
What are the characteristics of tightly coupled system? i) Same clock, usually shared memory ii) Communication is via this shared memory iii) Multiprocessors iv) Different clock
forum Discussion
MCQ
53.
What are the characteristics of tightly coupled system? i) Different clock ii) Use communication links iii) Same clock iv) Distributed systems
forum Discussion
MCQ
54.
What are the characteristics of mutual exclusion using centralized approach?
forum Discussion
MCQ
55.
What are the characteristics of fully distributed approach? i) When responses are received from all processes, then process can enter its Critical Section ii) When process exits its critical section, the process sends reply messages to all its deferred requests. iii) It requires request,reply and release per critical section entry iv) One processor as coordinator which handles all requests
forum Discussion
MCQ
56.
What are the advantages of token(with rings) passing approach? i) One processor as coordinator which handles all requests ii) No starvation if the ring is unidirectional iii) There are many messages passed per section entered if few users want to get in section iv) One processor as coordinator which handles all requests v) Only one message/entry if everyone wants to get in
forum Discussion
MCQ
57.
What are the characteristics of atomicity?
forum Discussion
MCQ
58.
What things are the transaction coordinator is responsible for?
forum Discussion
MCQ
59.
Which of the following advantages follows the single coordinator approach?
forum Discussion
MCQ
60.
Which of the following disadvantages follows the single coordinator approach?
forum Discussion