Distributed Systems
Online tests for Distributed Systems covering architecture, fault tolerance, synchronization, transparency, and communication protocols for IT and computer science courses.
Questions
The collection of independent computers that appear to the user of the system as single computer is called
- centralized system
- distributed system
- autonomous system
- none of these
What is the advantage of distributed system over PC?
- Data sharing
- Device sharing
- Communication
- Flexibility
Multi-computers are
- tightly-coupled
- loosely-coupled
- closely-coupled
- none of the above
The distributed systems, which have incremental growth and extensibility are called
- closed DS
- open DS
- coupled DS
- none of these
Distributed system is
- non flexible
- more flexible
- less flexible
- none of these
Fault tolerance capability means
- run the task even machine failed in the N/W
- stop the task when machine failed in the N/W
- wait for repair
- none of these
In which transparencies, the user cannot recognise whether a resource is remote or local?
- Location
- Access
- Failure
- None of these
The systems which are designed to allow many users to work together are called
- parallel systems
- distribute systems
- linear systems
- none of these
The expanding of scale without disrupting the activities of user is called
- scaling
- naming
- linking
- none of these
RPC stands for
- Remote Procedure Call
- Random Procedure Call
- Random Protocol Connection
- None of these
The disadvantage of distributed system is its
- software
- networking
- security
- none of these
Shared Memory concept is used in
- Tightly Coupled
- Loosely Coupled
- Tightly Loosely Coupled
- Loosely Tightly Coupled
Hyper cube is an example of
- switched multiprocessors
- bus multiprocessors
- switched multi computers
- bus multi computers
Which system does not function when an error is occurred?
- Byzantine
- Fail stop
- Fail start
- None of these
Microkernel is
- more flexible
- not flexible
- maintainable
- none of these
Which system will continue the function when an error is occurred?
- Byzantine
- Fail stop
- Fail start
- None of these
Heterogeneous DS consists of interconnected sets of
- similar H/W
- dissimilar H/W and S/W
- similar S/W
- none of these
The complete failure of transparency is possible in DS.
- No
- Yes
- Cannot be determined
- None of these
X.25 is a______________protocol.
- connection oriented
- connection less
- both (1) and (2)
- none of these
The 'happened- before-relation' was defined by
- Lamport
- Berkeley
- Chadwik
- None of these
Synchronization in DS is ________ than in centralized systems.
- complicated
- not complicated
- flexible
- none of these
The cls in which must not only be the same butalso must not deviate from the real time by more than certain amount then those clocks are called as
- Physical clock
- Real clock
- Logical clock
- None of these
In lamport relation, a -> b means
- a happens before b
- b happens before a
- a happens after b
- none of these