Question 511 :
Fault tolerance is a ______ requirement that requires a system to continue to operate,even in the presence of faults
- Non-functional
- Functional
- Concurrent
- Redundant
Question 512 :
The type of communication where a message is stored by the communication system only as long as the sending and receiving application are executing.
- Transient communication
- Persistent communication
- Synchronous communication
- Asynchronous communication
Question 513 :
How can we avoid deadlock
- resource allocation must be done at once
- there must be a fixed number of resources to allocate
- all deadlock process must be aborted
- inversion technique can be used
Question 514 :
In RMI, the objects are passed by _____.
- Value
- Reference
- Value and Reference
- object
Question 515 :
Which event is concurrent with the vector clock (2, 8, 4)?
- (3, 9, 5)
- (3, 8, 4)
- (1, 7, 3) à
- (4, 8, 2)
Question 516 :
Which one of the following hides the location where in the network the file is stored?
- transparent distributed file system
- hidden distributed file system
- escaped distribution file system
- spy distributed file system
Question 517 :
The consistency model which do not handle simultaneous updates-
- data centric model
- Client centric model
- server centric model
- traffic centric model
Question 518 :
NOS stands for
- Network Operating System
- New Operating System
- Netmask operating system
- Name server Operating system
Question 519 :
For each critical section (CS) execution, Ricart-Agrawala algorithm requires ___________ messages per CS execution and the Synchronization delay in the algorithm is ____________.
- 3(N − 1), T
- 2(N − 1), T
- (N − 1), 2T
- (N − 1), T
Question 520 :
What are the exceptions which have to be handled in a RMI client program?
- MalFormedURLException
- NotFoundException
- ArithmeticException
- Class-Not-Found-Excepti on
Question 521 :
Which of the following is disadvantage of NFS
- Easy to share if files are available on multiple machines
- Network slower than local disk
- Easier to administer server than client
- Access way more data that fits on your local disk
Question 522 :
In the case of____________ changes to an open file are only locally visible.
- Mutable Files
- Immutable Files
- Atomic Transactions
- Session Semantics
Question 523 :
The following is the desirable feature of global scheduling algorithm
- Dynamic in nature
- Static by nature
- Cannot assure about that actual nature
- Uniform nature
Question 524 :
Which are the two complementary deadlock-prevention schemes using time stamps ?
- The wait-die - wound-wait scheme
- The wait-n-watch scheme
- The wound-wait scheme
- The wait-wound - wound-wait scheme
Question 525 :
For which file transfer model, cache management is harder due to the variable-length data for different access requests.
- File-level transfer model
- Block-level transfer model
- Byte-level transfer model
- Record-level transfer model
Question 526 :
The network Time protocol (NTP) which is widely used for clock synchronization on the Internet uses the ___________ method. The design of NTP invloves a ________ of time servers.
- Differential Delay, Binary tree
- Offset delay estimation, Hierarchical tree
- NTP time stamps, Quorum
- Physical clock delay, hierarchical tree
Question 527 :
Google is a _______based corporation
- Japan
- US
- Rasia
- UK
Question 528 :
One process is elected as coordinator, which selects another process to perform the operation.
- Hierarchical Group
- flat group
- IETF group
- Collected process Group
Question 529 :
Optimistic logging protocols need to keep track of
- Independencies
- Checking points
- Dependencies
- Erroneous state
Question 530 :
Which among the following is not performed be RPC Runtime
- Retransmission
- Routing
- Marshalling
- Encryption
Question 531 :
TCP is reliable _______ protocol which supports reliable point to point communication in distributed system.
- network
- transport
- communication
- system
Question 532 :
With multiprogramming ______ is used productively.
- time
- space
- money
- ready
Question 533 :
In Suzuki Kasami algorithm, the time required for a requesting site to enter the CS is _____
- Infinite
- finite
- zero
- unpredictable
Question 534 :
Election message is always sent to the process with _______
- Lower numbers
- Waiting processes
- Higher numbers
- Requesting Lower number of resources
Question 535 :
Remote service model for file accessing has
- Reduced contention for the network
- Reduced network traffic
- Client’s request is performed at the server’s node
- No contention for the file servers
Question 536 :
To improve performance, many distributed systems
- combine check pointing with recovery oriented computing
- combine check pointing with message logging
- combine check pointing with distributed commit
- combine distributed commit with message logging.
Question 537 :
Maekawa's algorithm doesn’t require ____ to handle deadlocks
- FAILED message
- INQUIRE message
- PRIORITY message
- YIELD message
Question 538 :
The difference between logical and physical clocks ?
- Logical clocks measure the time of day and Physical clocks are used to mark relationships among events in a distributed system.
- Both are the same
- Physical clocks measure the time of day and Logical clocks are used to mark relationships among events in a distributed system.
- None of the mentioned
Question 539 :
Which of the following algorithm is Token Based Algorithm for Mutual Exclusion
- Lamport Algorithm
- Bully Algorithm
- Ricart–Agrawala‘s Algorithm
- Raymond‘s Tree based Algorithm
Question 540 :
In distributed file system, _______ is mapping between logical and physical objects.
- client interfacing
- naming
- migration
- hetrogeneity