Question 391 :
Two clocks are said to be synchronized at a particular instance of time if the difference in time values of the two clocks is less than some specified constant. The difference in time values of two clocks is called ___________
- Clock Frequency
- Clock drift
- Clock skew
- Clock Ticks
Question 392 :
The time in which the remote updating is reflected locally is called as _________.
- Concurrency
- Consistency
- Availability
- Isolation
Question 393 :
___algorithm for coordinator election assumes that no process can fail during the election procedure until the new coordinator has been selected.
- bully algorithm
- Ring algorithm
- Lamport algorithm
- Suzuki Kasami algorithm
Question 394 :
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 395 :
Which of the following algorithms is less sensitive to crashes.
- Centralized
- Decentralized
- Distributed
- Token ring
Question 396 :
Server checking whether file is updated in cache or not before using it is known as_____.
- Client Validation
- Server Validation
- Client updating
- Server Updating
Question 397 :
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 398 :
In which algorithm, One process is elected as the coordinator.
- Distributed mutual exclusion algorithm
- Centralized mutual exclusion algorithm
- Token ring algorithm
- Lamport algorithm
Question 399 :
Which policy used in load balancing algorithm
- standard policy
- variant policy
- location policy
- random policy
Question 400 :
A type of the fault which occurs once and only the replacement/repair of a faulty component will allow the Distributed System to function normally
- Transient Fault
- Intermittent Fault
- Permanent Fault
- Temporary fault
Question 401 :
A socket uses ____________ to transmit data between the sender and the reciever.
- IPC
- IMC
- IBC
- API
Question 402 :
A Client centric consistency model which states A write operation by a process on a data item x is completed before any successive write operation on x by the same process.
- Monotonic Reads
- Monotonic Writes
- Read your writes
- Writes your Reads
Question 403 :
Method invocations between objects in the same process are
- Static method invocations
- Dynamic method invocations
- Local method invocations
- Temporal method invocations
Question 404 :
________consistency is fine if clients always access the same replica.
- Data-centric
- Client centric
- Eventual
- Entry
Question 405 :
_______consistency provides consistency gurantees for a single client with respect to the data stored by that client
- Data-centric
- Client centric
- Eventual
- Entry
Question 406 :
Transient communication done by_____ layer
- Network
- Transport
- Physical
- Session
Question 407 :
Middleware is an application that logically lives (mostly) in the
- application layer
- Transport layer
- IP packet
- Presentation packet
Question 408 :
In distributed systems, a logical clock is associated with ______________
- each instruction
- each process
- each register
- Many registers
Question 409 :
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 410 :
In the Bully algorithm, process which is elected as the coordinator is the one having –
- Highest process ID
- Lowest process ID
- Highest timestamp value
- Lowest Timestamp value
Question 411 :
MPI and sockets are examples of
- Message oriented transient communication
- message oriented persistent communication
- Mobile Oriented Communication
- Object oriented permanent Communication
Question 412 :
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 413 :
Select which is not type of group communication
- One to One Communication
- Many to One Communication
- Many to Many Communication
- One to Many Communication
Question 414 :
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 415 :
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.
- Physical clock and logical clock do not work in distributed system
Question 416 :
Increasing the speedup for parallel processor which law is suitable
- Amdhals law
- Flynns law
- Minsky conjecture
- Moores Law
Question 417 :
_____ model consist of multiple work stations coupled with powerful servers with extra hardware to store the file system s and other software like databases
- Workstation model
- Workstation -server model
- Processor-pool model
- Client-server model
Question 418 :
The absence of _____________consistency is sometimes experienced when updating Web documents and subsequently viewing the effects.
- Read-your-writes
- Monotonic-writes
- Monotonic-Reads
- Writes-follow-reads
Question 419 :
Which one of the following is not true about GFS?
- Cluster Based Architecture
- Client Caching
- End users do not interact
- Server Replication
Question 420 :
Backward error recovery requires
- Grouping
- Assurance
- checkpointing
- Validation