Question 721 :
What is the feature of stateful server?
- Longer server recovery time
- Quick recovery after reboot
- File operations must be idempotent
- Simple server design
Question 722 :
The aim of load sharing approach is to refrain nodes from being _______ nodes.
- Dead
- Idle
- Strong
- Busy
Question 723 :
If two event a and b are parallel, then ____________.
- a and b monotonic
- C = C
- C > C
- C < C
Question 724 :
Virtualization that creates one single address space architecture is called ______.
- Loosely coupled
- Peer-to-Peer
- Space-based
- Tightly coupled
Question 725 :
The effect of a write operation by a process on data item x will always be seen by a successive read operation on x by the same process.
- Read-your-writes
- Monotonic-writes
- Monotonic-Reads
- Writes-follow-reads
Question 726 :
A middleware layer between the stub skeleton and transport.
- remote layer
- instruction layer
- reference layer
- remote reference layer
Question 727 :
What is the advantage of a vector clock over Lamport's logical clock?
- Catch causality
- avoid deadlock
- avoid linear relationship
- set nonlinear relationship
Question 728 :
Suzuki-Kasami's Broadcast Algorithm is an
- Non- token based algorithm.
- Token based algorithm.
- Centralized Based algorithm
- physical clock synchronization algorithm.
Question 729 :
Which is not desirable feature of a good distributed system
- User mobility
- Performance
- Data Intergrity
- Homogeneity
Question 730 :
Which among below is not a technique commonly used for scaling in Distributed System
- Hiding Communication Latency
- Hide Performance
- Hide Distribution
- Hide Replication
Question 731 :
Arbitrary failure may ouccur in form of
- duplicate message
- protocol
- reliable communication
- address spacde
Question 732 :
A remote object is ______ of a class that implements a remote interface.
- function
- call
- method
- instance
Question 733 :
Which of the following is a disadvantage of replication?
- Reduced network traffic
- If the database fails at one site, a copy can be located at another site.
- Each site must have the same storage capacity.
- Each transaction may proceed without coordination across the network.
Question 734 :
When a group can mask any k concurrent member failures,it is saidto be k-fault tolerant.
- k is called max limit of fault tolerance.
- k is called degree of fault tolerance.
- k is called tolerance threshold
- k is called fault tolerance constant.
Question 735 :
Network operating system runs on
- Server
- Every system in network
- Client machines only
- Inter- Network
Question 736 :
_________ class contains an implementation of a proxy.
- client
- server
- RMI
- object
Question 737 :
In all reliable multicast group communication ______
- n' response expected from the receiver
- response from any of the receiver required
- response from 'm'(1
- response needed from all the receivers
Question 738 :
______supports reliable servers for all network clients accessing transparent and homogeneous namespace file locations.
- Andrew File System
- Distributed management System
- Asynchronous system
- Synchronous System
Question 739 :
_______________ in NFS involves the parsing of a path name into separate directory entries – or components.
- Path parse
- Path name parse
- Path name translation
- Path name parsing
Question 740 :
RPC allows a computer program to cause a subroutine to execute in _______.
- its own address space
- another address space
- both its own address space and another address space
- applications address space
Question 741 :
Amoeba is belongs to which unit data transfer model used for file accessing in DFS
- File Level Transfer Mode
- Byte Level Transfer Model
- Record Level Transfer Model
- Block Level Transfer Model
Question 742 :
A file appears to the file server as an ordered sequence of records in
- Unstructured files
- Structured files
- Immutable files
- Mutable files
Question 743 :
A process is selected from the ______ queue by the ________ scheduler, to be executed.
- blocked, short term
- wait, long term
- ready, short term
- ready, long term
Question 744 :
_______of data is a major fault tolerance method in distributed system
- Replication
- recovery
- concurrency
- Consistency
Question 745 :
which of the following is not basic requirements of Mutual Exclusion Algorithms
- Safety property
- Liveness property
- Fairness
- System throughput
Question 746 :
Which of the following two operations are provided by the IPC f
- write - delete message
- delete - receive message
- send - delete message
- receive - send message
Question 747 :
Distributed syatem consists of set of resour
- cPrinter
- Processor
- CD
- Processes
Question 748 :
Recart-Agrawala Algorithm is
- Election Algorithm
- Clock synchronization Algorithm
- Mutual Exclusion Algorithm
- Event ordering
Question 749 :
When the event for which a thread is blocked occurs?
- thread moves to the ready queue
- thread remains blocked
- thread completes
- a new thread is provided
Question 750 :
Which of the following for Mutual exclusion can be provided by the
- mutex locks
- binary semaphores
- both mutex locks and binary semaphores
- none of the mentioned