Question 331 :
A DFS should provide following services____.
- Transparency, User mobility, Performance, Simplicity and ease of use.
- Opacity,User mobility, Performance, Simplicity and ease of use.
- Immobility ,Transparency,Performance,Simplicity and ease of use.
- Opacity,User mobility, Performance, difficult to use.
Question 332 :
The difference in the time value of two Clocks is called_______
- Clock drift
- Clock skew
- Clock synchronization
- Difference clock
Question 333 :
Every remote object has a remote interface that specifies which of its
- Methods can be invoked remotely
- Parameters can be used remotely
- Methods can be invoked locally
- Parameters can be invoked locally
Question 334 :
Suppose that two processes detect the demise of the coordinator simultaneously and both decide to hold an election using the bully algorithm. What happens?
- Each of the higher-numbered processes will get two ELECTION messages, but will ignore the first one. The election will proceed as usual
- Each of the lower-numbered processes will get two ELECTION messages, but will ignore the first one. The election will proceed as usual
- Each of the lower-numbered processes will get two ELECTION messages, but will ignore the second one. The election will proceed as usual
- Each of the higher-numbered processes will get two ELECTION messages, but will ignore the second one. The election will proceed as usual
Question 335 :
________________is token based algorithm
- Richart Agrawala
- Maekawa
- Lamport’s
- Raymond Tree
Question 336 :
in NFS which funtion is used for creating new file?
- open()
- create()
- develope()
- null()
Question 337 :
__________replicas are used only to improve access time on data
- Client initiated
- Server initiated
- Permanent
- Dynamic
Question 338 :
Which of the following is the Logical Clock Synchronization algorithm
- Berkley's Algorithm
- Cristian's Algorithm
- Lamport's Algorithm
- Bully Algorithm
Question 339 :
____lends itself to implementation in distributed systems as well as in shared-memory multiprocessor and uni-processor system.
- monitor
- message passing
- strong semaphore
- binary semaphore
Question 340 :
In which algorithm, One process is elected as the coordinator.
- Distributed mutual exclusion algorithm
- Centralized mutual exclusion algorithm
- Token ring algorithm
- None of the mentioned
Question 341 :
Single point failure is observed in this type of process resilence group.
- Hierarchical Group
- flat group
- IETF group
- Collected process Group
Question 342 :
What are the three popular semantic modes?
- Unix, Coherent - Session semantics
- Unix, Transaction - Session semantics
- Coherent, Transaction - Session semantics
- Session, Coherent semantics
Question 343 :
Which of the following properties hold true for quorums in a cotorie
- Intersection property and Union property
- Intersection property and Minimality property
- Minimality property and Union property
- Intersection property and Monotonicity property
Question 344 :
______ determines to which node a selected process needs to be transferred.
- Storage policy
- Selection policy
- Transfer policy
- Location policy
Question 345 :
The computer clock differs from the real time clock is known as ____
- Quartz crystal
- Clock drift
- Clock skew
- None of the mentioned
Question 346 :
The dynamic replication algorithm takes into account
- to reduce load on server
- files on server can be migrated anywhere
- schedule process migration
- resource sharing
Question 347 :
Which of the following is correct about migration transparency?
- Local and remote objects should be accessed in a uniform way
- Objects are referred by logical names which hide the physical location of the objects
- Movement of object from one system to the other is invisible to user
- Sharing of objects without interference
Question 348 :
Distributed pervasive system is also known as
- Ubiquitous computing
- User Interface design
- Graphical User interface
- peer to peer system
Question 349 :
The method and time to access data and replica is defined as___________.
- Concurrency
- Consistency
- Availability
- Isolation
Question 350 :
The mount mechanism ________ a transitive property.
- exhibits
- does not exhibit
- may exhibit
- executes
Question 351 :
With the launch of Google App Engine, Google went beyond _____________.
- software as a service
- service provider
- quality as a service
- data as a service
Question 352 :
Rate at which requests for the CR get executed is known as
- Synchronization delay
- System throughput
- Message complexity
- Response time
Question 353 :
client-centric consistency provides guarantees for a __________ concerning the consistency of accesses to a data store by that client.
- Single Client
- Multiple Client
- Single Server
- Multiple Server
Question 354 :
Load sharing algorithms employ the load estimation policy to measure load of a node. In sender initiated policy,
- Lightly loaded nodes search for heavily loaded nodes
- Heavily loaded nodes search for heavily loaded nodes
- Heavily loaded nodes search for lighlty loaded nodes
- Lightly loaded nodes search for lighlty loaded nodes
Question 355 :
______ algorithm works fine with low latency algorithm.
- Berkeley
- Lamport's
- Vector
- Cristian
Question 356 :
____ defines the way in which the components of the system interact with each other - mapped onto an underlying network of component.
- Interaction model
- Fault model
- Architectural model
- Security model
Question 357 :
Synchronization tool is?
- thread
- pipe
- semaphore
- socket
Question 358 :
Remote write protocol supports all write operations
- Need to be forwarded to local server
- Need to be forwarded to multiple servers.
- Need to be forwarded to any server
- Need to be forwarded to a fixed single server.
Question 359 :
This is not the type of the solution adopted to kill the orphnas when client crashes in failure semantics of the RPC.
- extermination
- expiration
- reincarnation
- shut down the client
Question 360 :
What is not a major reason for building distributed systems ?
- Resource sharing
- Computation speedup
- Reliability
- Simplicity