Question 841 :
Which of the following is Election algorithm
- Berkley's Algorithm
- Cristian's Algorithm
- Lamport's Algorithm
- Bully Algorithm
Question 842 :
__________________ transparency makes sure that even if the servers are migrated from one location to to the other, they will not affect the performance of system.
- Location
- Migration
- Network
- Concurrent
Question 843 :
Following is not Task Assignment Approach algorithms
- Graph Theoretic Deterministic Algorithm
- Centrilized Heuristic Algorithm
- Raymond's Algorithm
- Hierarchical Algorithm
Question 844 :
A DFS is executed as a part of
- System specific program
- operating system
- File system
- Application program
Question 845 :
__________is the problem that occurs when high priority processes keep executing and low priority processes get blocked for indefinite time
- Deadlock
- Starvation
- Fairness
- monotonic
Question 846 :
What is DGC?
- Distributed Garbage Collection
- Digital Garbage Collection
- Distributed Garbage Connection
- Digital Garbage Connection
Question 847 :
Which of the following is not an advantage of multiprocessor systems
- Increased throughput
- Economy of scale
- Increased reliability
- Optimise the program size
Question 848 :
Many applications tolerate some amount of inconsistency and accept that the replicas eventually become consistent over a period of time. For example, DNS and web caches server. Which consistency model is useful in this scenario?
- Data-centric consistency model
- Client-centric consistency model
- Server Centric consistency
- Database-centric Consistency
Question 849 :
In RPC, _________________ handles transmission of messages across the network between client and the server machine
- Rpc transmission
- Rpc runtime
- Rpc communication
- Rpc interface
Question 850 :
The Lamport’s mutual exclusion algorithm requires _______ messages per Critical Section invocation
- (N - 1)
- 3(N - 1)
- 2(N - 1)
- 5(N - 1)
Question 851 :
A software that lies between the OS and the applications running on it.
- system software
- middleware
- utility software
- Application software
Question 852 :
The remote method invocation __________
- Allows a process to invoke memory on a remote object
- Allows a thread to invoke a method on a remote object
- Allows a thread to invoke memory on a remote object
- allows a process to invoke a method on a remote object
Question 853 :
Which one of the following is a distributed file system?
- andrew file system
- server file system
- newer network
- dc file system
Question 854 :
Which of the following is a feature of global scheduling algorithm?
- scalability
- flexibility
- transitivity
- reliability
Question 855 :
Fault tolerance in distributed systems is the method used for ___________.
- Heterogeneity
- Security
- Flexibility
- Reliability
Question 856 :
Presenting a singular, globalview, even while local changes are applied to the replicated data is defined as_________.
- Concurrency
- Consistency
- Availability
- Visibility
Question 857 :
Which of the following variables denote the state of site in Singhals dynamic information structure algorithm
- Requesting, Executing, and My_ priority
- Requesting, Responsing and My_priority
- Requesting, Responsing and Blocked
- Requesting, Executing and Blocked
Question 858 :
A group server is responsible for_______ - ________ groups
- clean and deduct
- program and make funtional
- create and destroy
- advance and fail
Question 859 :
A process can enter into its critical section ____________
- anytime
- when it receives a reply message from its parent process
- when it receives a reply message from all other processes in the system
- when it receives a reply message from its child process
Question 860 :
In RPC system, which of the following failure may not occur
- The client cannot locate server
- The client crashes after sending a request
- The server crashs after receiving a request
- The request message from the client to the server is obtained
Question 861 :
A data consistency model in which shared data are made consistent when a critical region is exited.
- Casual consistency
- Sequential consistency
- Release consistency
- Strict consistency
Question 862 :
DNS is an example of
- Continuous Consistency
- Causal Consistency
- Sequential Consistency
- Eventual Consistency
Question 863 :
Cristian’s Algorithm is ______________
- Passive Time Server Algorithm
- Active Time Server Algorithm
- Distributed mutual exclusion
- Logical algorithm
Question 864 :
If a process is executing in its critical section, ________
- any other process can also execute in its critical section
- no other process can execute in its critical section
- one more process can execute in its critical section
- two more process can execute in its critical section
Question 865 :
________algorithm uses the information about properties of the node and characteristics of processes.
- probabilistic algorithm
- Heuristics solution
- deterministic algorithm
- Optimal solution
Question 866 :
A type of the failure model where a server fails to respond to incoming requests.
- Crash failure
- Response failure
- Omission failure
- Arbitrary failure
Question 867 :
A cache in which location is the easiest to implement
- Server’s main memory
- Client’s disk
- Client’s main memory
- Server’s Disk
Question 868 :
What are characteristics of processor in distributed system ?
- They vary in size and function
- They are same in size and function
- They are manufactured with single purpose
- They are real-time devices
Question 869 :
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 870 :
Replication model in which one copy is master and other copies are slaves is __________.
- Master-Slave
- Client -Server
- Peer-to-peer
- Permanent or