Question 871 :
The NFS protocol __________ concurrency control mechanisms.
- provides
- does not provide
- may provide
- may not provide at some time
Question 872 :
Writes that are potentially casually related must be seen by all processes in the same order. Concurrent writes may be seen in a different order on different machines is the necessary condition in ______
- FIFO consistency
- LRU consistency
- Optimal consistency
- Casual consistency
Question 873 :
_______consistency provides consistency gurantees for a single client with respect to the data stored by that client
- Data-centric
- Client centric
- Eventual
- Entry
Question 874 :
All techniques of Fault tolerance must rely on ______.
- Integrity
- Dependability
- Redundancy
- Synchronization
Question 875 :
In distributed systems, election algorithms assumes that _____
- a unique priority number is associated with each active process in system
- there is no priority number associated with any process
- priority of the processes is not required
- same priority number is associated to two process at a time
Question 876 :
Which one is not the property of QoS in stream oriented communication
- Required bit rate
- Maximum delay
- maximum and minimum end to end delay`
- File size
Question 877 :
Which of the following algortihm uses active time daemon for clock Synchronization
- Berkley's Algorithm
- Cristian's Algorithm
- Lamport's Algorithm
- Bully Algorithm
Question 878 :
Agreement algorithms have which assumptions________.
- Synchronous
- Communication delay is bounded or not
- Message delivery is ordered or not
- Asynchronous
Question 879 :
What is Inter process communication?
- allows processes to communicate and synchronize their actions when using the same address space
- allows processes to communicate and synchronize their actions without using the same address space
- allows the processes to only synchronize their actions without c
- communicate with one another without resorting to shared dat
Question 880 :
____are used for signaling among processes and can be readily used to enforce a mutual exclusion discipline.
- Semaphores
- Messages
- Monitors
- Addressing
Question 881 :
Once failure has occurred in many cases it is important to ______critical processes to a known state in order to resume processing
- start
- stop
- recover
- pause
Question 882 :
At any point of time number of coordinator in distributed system is______.
- At least one
- One and only one
- At most one
- More than one
Question 883 :
Which of the following is a form of distributed information system?
- Home system
- Transaction Processing System
- Pervasive system
- Enterprise Resource Planning system
Question 884 :
Frames are used for communication in which layer of the TCP/IP protocol suite
- Physical Layer
- Data Link Layer
- Network layer
- Transport Layer
Question 885 :
________represents solution to the static scheduling problem that requires a reasonable amount of time and other resources to perform its function.
- Approximate solution
- Heuristics solution
- Optimal solution
- Suboptimal solution
Question 886 :
The Raymond's algorithm doesn’t provide which of the following guarantees:
- mutual exclusion is guaranteed
- deadlock is impossible
- starvation is impossible.
- The delay is impossible
Question 887 :
NOS supports ________ OS in all nodes.
- Same
- Different
- Linux based
- Windows Based
Question 888 :
What is not a major reason for building distributed systems?
- Resource sharing
- Computation speedup
- Reliability
- Simplicity
Question 889 :
What is NOT the characteristics of session semantics?
- Each client obtains a working copy from the server
- When file is closed, the modified file is copied to the file server
- The burden of coordinating file sharing is ignored by the system
- Easy to implement in a single processor system
Question 890 :
Which of the following disadvantages follows the single coordinator approach?
- Bottleneck
- Slow response
- Deadlock
- One request per second
Question 891 :
CPU scheduling is the basis of ___________
- multiprocessor systems
- multiprogramming operating systems
- larger memory sized systems
- first-come, first-served scheduling
Question 892 :
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
- Data consistency
- race condition
- aging
- starvation
Question 893 :
In Networking of Computing machine the overall power is
- Very less
- High
- Very high
- Average
Question 894 :
AFS has two unusual design characteristics:
- Reliability, Scalability
- Whole-file serving, Whole-file caching
- file serving, file catching
- security, file catching
Question 895 :
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
Question 896 :
Which Distributed System Model deals with Communication?
- Security Model
- Fault Model
- Interaction Model
- Architecture Model
Question 897 :
Storing a separate copy of the database at multiple locations is which of the following?
- Data Replication
- Horizontal Partitioning
- Vertical Partitioning
- Horizontal and Vertical Partitioning
Question 898 :
For proper synchronization in distributed systems _____
- prevention from the deadlock is must
- prevention from the starvation is must
- prevention from the deadlock - starvation is must
- none of the mentioned
Question 899 :
Processes do not communicate with each other and creates their own check points.
- User Triggered
- Uncoordinated check points
- Coordinated check points
- Message based check pointing.
Question 900 :
In which technique, processes are reassigned at the runtime depending upon the situation that is the load will be transferred from heavily loaded nodes to the lightly loaded nodes.
- Task assignmnet
- Static load balancing
- Dynamic load balancing
- Hybrid technique.