Question 481 :
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 482 :
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 483 :
Which Consistency is used to guarantee that users of a network newsgroup see a posting of a reaction to an article only after they have seen the original article
- Read-your-writes
- Monotonic-writes
- Monotonic-Reads
- Writes-follow-reads
Question 484 :
A distributed system is defined as a collection of autonomous computers linked by a network with software designed to produce an integrated computing facility.
- TRUE
- FALSE
Question 485 :
Asymmetric multiprocessing systems of the computer system use
- master relationship
- slave relationship
- master slave relationship
- serial processing
Question 486 :
From the following which is not a type of Communication
- Persistent and transient communication
- Synchronous and asynchronous communication
- Persistent synchronous and persistent asynchronous communication
- Non persistent communication
Question 487 :
All techniques of Fault tolerance must rely on ______.
- Integrity
- Dependability
- Redundancy
- Synchronization
Question 488 :
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 489 :
What are the characteristics of process migr
- transfer data by entire file or immediate portion required
- transfer the computation rather than the data
- execute an entire process or parts of it at different sites
- execute an entire process or parts of it at same site
Question 490 :
_______is the ability of system to provide a service, even in the presence of errors
- Replication
- Fault tolerance
- concurrency
- Consistency
Question 491 :
State which of the following holds true in File Service Interface i)It enables users to access files in distributed systen ii)File accessing models decide how the users request for file access is serviced iii)It creates and manages directories ,adding and deleting files from directories
- i only
- i and iii only
- ii and iii only
- i and ii only
Question 492 :
The mount mechanism ________ a transitive property.
- exhibits
- does not exhibit
- may exhibit
- executes
Question 493 :
Distributed pervasive system is also known as
- Ubiquitous computing
- User Interface design
- Graphical User interface
- peer to peer system
Question 494 :
map and reduce are____
- libraries
- functions
- file system
- OS
Question 495 :
Which is NOT the characteristic of a DFS?
- reliability
- Scalability
- Transperency
- Upgradation
Question 496 :
Which of the following is NOT a Significant Consequence of Distributed Systems.
- Concurrency of components
- Lack of global clock
- Independent failures of components
- Scalability
Question 497 :
Multithreading is also called as ____________
- Concurrency
- Simultaneity
- Crosscurrent
- Recurrent
Question 498 :
The basic idea of RMI is to
- Call an method on remote machine while hiding message passing to programmer.
- Call a method on remote machine while not hiding message passing to programmer.
- Call a method on the same machine while hiding message passing to programmer.
- Call a method on the same machine.
Question 499 :
When a process is splited into pieces, it is called as-
- Tasks
- Program
- Processors
- Routines
Question 500 :
What are the characteristics of processor in distributed system?
- They are same in size
- They are manufactured with single purpose
- They vary in size and function
- They are same in function
Question 501 :
Client Initiated Replicas are used
- to improve load balancing
- to improve resource sharing
- to improve access time to data
- to improve the performance
Question 502 :
What is ‘Aging’?
- keeping track of cache contents
- keeping track of what pages are currently residing in memory
- keeping track of how many times a given page is referenced
- increasing the priority of jobs to ensure termination in a finite ti
Question 503 :
Advantage of Data-caching model over the Remote service model
- Reduces network traffic
- Contention for the file servers
- Increased performance
- Contention for Network
Question 504 :
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 505 :
What are the advantages of file replication ?
- Improves availability -performance
- Decreases performance
- They are consistent
- Improves speed
Question 506 :
A software that lies between the OS and the applications running on it.
- system software
- middleware
- utility software
- Application software
Question 507 :
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 508 :
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 509 :
Which of the following algortihm uses active time daemon for clock Synchronization
- Berkley's Algorithm
- Cristian's Algorithm
- Lamport's Algorithm
- Bully Algorithm
Question 510 :
The Lamport’s mutual exclusion algorithm requires _______ messages per Critical Section invocation
- (N - 1)
- 3(N - 1)
- 2(N - 1)
- 5(N - 1)