Question 91 :
What is common problem found in distributed system ?
- Process Synchronization
- Communication synchronization
- Deadlock problem
- Power failure
Question 92 :
DNS is an example of
- Continuous Consistency
- Causal Consistency
- Sequential Consistency
- Eventual Consistency
Question 93 :
Inter Process Communication takes place via
- Shared memory and message passing
- Decentralized memory and message passing
- Shared memory and message replicating
- Decentralized memory and message replicating
Question 94 :
Raymond’s Tree-Based Algorithm exchanges only ______- messages under light load .
- O(Nlog2 N)
- O(log N)
- O(NlogN)
- O(logN)
Question 95 :
If file system is growing without affecting performance of the system then this Union feature is called as?
- portable
- robust
- Scalability
Question 96 :
The ability of distributed system to hide the fact is known as?
- Openness
- Scalability
- transparency
- Homogeneity
Question 97 :
Hide that a resource is replicated is known as___________transparency
- Replication
- Location
- Migration
- Relocation
Question 98 :
_______________ algorithm requires clients to periodically synchronize with central time server.
- Cristian’s algorithm
- Berkeley algorithm
- Lamport algorithm
- Election algorithm
Question 99 :
What is interprocess communication?
- communication within the process
- communication between two process
- communication between two threads of same process
- Comunication of process
Question 100 :
A DFS is executed as a part of
- System specific program
- operating system
- File system
- Application program
Question 101 :
In distributed file system,XDR stands for?
- external data request
- External device request
- external data recovery
- External data representation
Question 102 :
Which of the following conditions is not requied to solve the critical section problem?
- Mutual Exclusion
- Progress
- Bounded Waiting
- Sharing
Question 103 :
Message passing provides a mechanism to allow processes to communicate and to synchronize their actions _______.
- By sharing the same address space
- without sharing the same address space
- by sharing the same process number and Process Identifier
- By sharing network
Question 104 :
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
- prevention from deadlock is not necessary
Question 105 :
Replication model in which one copy is master and other copies are slaves is __________.
- Master-Slave
- Client -Server
- Peer-to-peer
- Permanent or
Question 106 :
The Ricart - Agrawala distributed mutual exclusion algorithm is:
- More efficient and more fault tolerant than a centralized algorithm.
- More efficient but less fault tolerant than a centralized algorithm
- Less efficient but more fault tolerant than a centralized algorithm
- Less efficient and less fault tolerant than a centralized algorithm
Question 107 :
The middleware cannot deliver a message due to a
- Transmission interrupt
- Message failure
- Invalid Recipt
- Missing Field
Question 108 :
A gateway for the server side object.
- skeleton
- stub
- remote
- server
Question 109 :
In global google system index of links is also maintained to keep track of
- links to a given site
- links of user
- links to programs
- links of user queries
Question 110 :
What is common problem found in distributed system ?
- Process Synchronization
- Communication synchronization
- Deadlock problem
- Power failure
Question 111 :
Which algorithm requires 1 to ∞ messages to enter and leave a critical region?
- Token ring algorithm
- Centralized algorithm
- Decentralized algorithm
- Distributed algorithm
Question 112 :
What is the advantage of caching in remote file access?
- Reduced network traffic by retaining recently accessed disk blocks
- Faster network access
- Copies of data creates backup automatically
- Faster backup
Question 113 :
A middleware layer between the stub skeleton and transport.
- remote layer
- instruction layer
- reference layer
- remote reference layer
Question 114 :
What are characteristic of Network Operating Systems?
- Users are aware of multiplicity of machines
- They are transparent
- They are coherent
- Users are unaware of multiplicity of machines
Question 115 :
Presenting a singular, globalview, even while local changes are applied to the replicated data is defined as_________.
- Concurrency
- Consistency
- Availability
- Visibility
Question 116 :
The NFS client module caches the results of ____________- operations in order to reduce the number of requests transmitted to servers.
- svmlink,rmdir, read and write
- rmdir,read,lookup and write
- read, write, getattr, lookup and readdir
- Lookup, getattr, readdir, and rmdir
Question 117 :
___________ is a set of technologies for copying and distributing data and database objects from one database to another.
- Replication
- Database Mirroring
- Log Shipping
- Consistency
Question 118 :
What are the characteristics of data migration?
- 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 limited portion of data
Question 119 :
Amoeba is belongs to which unit data transfer model used for file accessing in DFS
- File Level Transfer Mode
- Byte Level Transfer Model
- Record Level Transfer Model
- Block Level Transfer Model
Question 120 :
The name of a file doesn't need to be changed when the file's physical storage location changes is a feature of ____________
- Naming
- Location independence
- Location transparency
- Location dependence