Question 961 :
Processes on the remote systems are identified by _________________
- host ID
- host name and identifier
- identifier
- process ID
Question 962 :
In wound-wait If a young process wants a resource held by an old process, the young process will _____
- Killed
- Wait
- Preempt
- Restarts and wait
Question 963 :
Logical extension of computation migration is ___________
- system migration
- process migration
- thread migration
- data migration
Question 964 :
Replication model in which one replica is server replica and other follow the sever is___________.
- Master-Slave
- Client -Server
- Peer-to-peer
- Permanent
Question 965 :
For execution on process need
- Throughput
- Timer
- Resources
- Access Time
Question 966 :
SRM protocol stands for
- Scalable Reliable Multispreading
- Scalable Recovery Multicasting
- Scalable Reliable Multicasting
- Scalable Recovery Multispreading
Question 967 :
If a system goes down for one millisecond every hour, then how much availability it has?
- 99.09 percent
- 99.9999 percent
- 00.99 percent
- 99.3 percent
Question 968 :
Write the event of following notations:M ~P ~C
- A crash occurs after sending the completion message and printing the text.
- A crash happens after sending the completion message, but before the text could be printed.
- A crash happens before the server could do anything.
- The text printed, after which a crash occurs before the completion message could be sent.
Question 969 :
The Electronic mail system is a -
- Types of message Passing
- Types of communication
- Types of Internet
- Part of RPC
Question 970 :
A type of the fault which occurs, vanishes, reappears; but follows no real pattern
- Transient Fault
- Intermittent Fault
- Permanent Fault
- Temporary fault
Question 971 :
Which ordering uses global timestamps as message id?
- Total ordering
- FIFO ordering
- Causal Ordering
- Absolute Ordering
Question 972 :
Pretransfering also known as__
- Premigrating
- Precopying
- Prefiltering
- Postcopying
Question 973 :
What are the characteristics of tightly coupled system ? i) Different clockii) Use communication linksiii) Same clockiv) Distributed systems
- i
- i and iv
- i, ii and iii
- ii, iii and iv
Question 974 :
The ______________ is used to store a constant value that is decided based on the frequency of oscillation of the quartz crystal.
- Counter register
- Quartz crystal
- Constant register
- None of the mentioned
Question 975 :
In which the access takes place when different processes try to access the same data concurrently and the outcome of the execution depends on the specific order, is called
- dynamic condition
- race condition
- essential condition
- critical condition
Question 976 :
The sever and client computer interact with each other using ________
- Specific Port Number and IP Address
- MAC Address
- MAC Address and Port Number
- MAC Address and IP Address
Question 977 :
Number of REQUEST messages for entering the critical region can vary from N/2 to N in which algorithm? (N: Number of nodes)
- Singhal’s heuristic algorithm
- Raymond’s tree-based algorithm
- Ricart–Agrawala's algorithm
- Lamport’s algorithm
Question 978 :
A distributed computer running a distributed program is known as
- Distributed Process
- Distributed Application
- Distributed Computing
- Distributed Program
Question 979 :
The main advantage of centralized system for clock synchronization is _____
- Time is fixed
- Time is unambiguous
- There is no time delay
- There is no jitter
Question 980 :
In RPC, while a server is processing the call, the client is blocked ____.
- unless the client sends an asynchronous request to the server
- unless the call processing is complete
- for the complete duration of the connection
- unless the server is disconnected
Question 981 :
In Singhal's algorithm, the information structure at site consists of ___ sets
- request and inform
- request and reply
- inform and priority
- reply and priority
Question 982 :
Type of cluster computing is
- Load sharing cluster
- Load holding cluster
- Load replication cluster
- Load balancing cluster
Question 983 :
A monitor is a module and monitor which of the following can encapsulates
- shared data structures
- procedures that operate on shared data structure
- synchronization between concurrent procedure invocation
- all of the mentioned
Question 984 :
What is full form of AFS?
- Andrew File System
- Analog File System
- Acess File System
- Acess Fast System
Question 985 :
In distributed file system, DNS stands for?
- Domain Name System
- Domain Name Server
- Directory name service
- Disk name system
Question 986 :
Logical extension of computation migration is
- process migration
- system migration
- thread migration
- data migration
Question 987 :
Following is Possible diffeerent RPC server semantics.
- The server guarantees it will secure communication.
- The server guarantees it will distribute workload
- The server guarantees it will halt communication.
- The server guarantees it will carry out an oper-ation at most once.
Question 988 :
In weak consistency____-
- one operation on a synchronization variable is allowed to be performed until all previous writes have been completed everywhere.
- Two operations on a synchronization variable is allowed to be performed until all previous writes have been completed everywhere.
- All operations on a synchronization variable is allowed to be performed until all previous writes have been completed everywhere.
- No operation on a synchronization variable is allowed to be performed until all previous writes have been completed everywhere.
Question 989 :
As per lamports clock synchronisation algorithm, If timestamps of two events are same, then the events are ____________
- concurrent
- non concurrent
- monotonic
- non monotonic
Question 990 :
What is the advantage of a vector clock over Lamport's logical clock?
- Catch causality
- avoid deadlock
- avoid linear relationship
- set nonlinear relationship