Question 211 :
Machine that places the request to access the data is generally called as __________.
- Server Machine
- Client Machine
- Request Machine
- Database server
Question 212 :
Which one is NOT a part of the sets of services underlying the Google Search Engine
- Crawling
- Testing
- Ranking
- Indexing
Question 213 :
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 214 :
RPC works between two processes. These processes must be ____________
- on the same computer
- on different computers connected with a network
- on the same computer and also on different computers connected with a network
- on none of the computers
Question 215 :
In distributed information systems ______ is responssible for executing several transactions concurrently over the network without any conflict.
- Enterprise application integration
- Transaction processing system
- Computational Grid
- Collaborative Grid
Question 216 :
Any electronic holding place where data can be stored and retrieved later whenever required is ____________
- memory
- drive
- disk
- circuit
Question 217 :
In RMI, a remote interface is a normal ____ interface, which must extend the marker interface
- C
- C++
- Java
- Pascal
Question 218 :
The link between two processes P and Q to send and receive me
- communication link
- message-passing link
- synchronization link
- share data
Question 219 :
The Ricart - Agrawala distributed mutual exclusion algorithm is
- More efficient and more fault tolerant than a centralized algorithm.
- Less efficient and less fault tolerant than a centralized algorithm
- Less efficient but more fault tolerant than a centralized algorithm.
- More efficient but less fault tolerant than a centralized algorithm.
Question 220 :
What do you mean by RPC?
- Relay Procedure call
- Remote Process Call
- Remote Procedure call
- Remote Process Cell
Question 221 :
_______________ algorithm requires clients to periodically synchronize with central time server.
- Cristian’s algorithm
- Berkeley algorithm
- Lamport algorithm
- Election algorithm
Question 222 :
Satefull Service in DFS is i)It maintains what files are opened by a client; connection identifiers; server caches ii)Memory must be reclaimed when client closes file or when client dies iii)The server can maintain information on behalf of the client, but it's not required.
- Only i
- Only ii
- i and ii only
- i,ii,and iii
Question 223 :
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 224 :
Which of the following algorithm is Non- Token Based Algorithm for Mutual Exclusion
- Singhal‘s Heurastic Algorithm
- Bully Algorithm
- Maekawa‘s Algorithm
- Raymond‘s Tree based Algorithm
Question 225 :
When high priority task is indirectly preempted by medium priority the scenario is called
- priority inversion
- priority removal
- priority exchange
- priority modification
Question 226 :
_____ is the key technique that is needed to achieve fault tolerance.
- Availability
- Redundancy
- Scalability
- Heterogeneity
Question 227 :
Advantage in ___ model is that some of its processors can work as servers, if the load has increased or if more users are logged in and demand new services.
- Workstation model
- Workstation -server model
- Processor-pool model
- Client-server model
Question 228 :
What is WPA?
- wi-fi protected access
- wired protected access
- wired process access
- wi-fi process access
Question 229 :
Logical extension of computation migration is
- process migration
- system migration
- thread migration
- data migration
Question 230 :
The degree of tolerance of update dependancy and state read is defined as________.
- Concurrency
- Consistency
- Availability
- Isolation
Question 231 :
A process can be ___________
- single threaded
- tripalthreaded
- single threaded and multithreaded
- doublethreaded
Question 232 :
Communication layer is forced to deliver incoming messages from the same process in the same order as they have sent is called as____________.
- Unoredered multicast
- FIFO ordered multicast
- Casually ordered multicast
- Totally ordered multicasts
Question 233 :
Middleware called __________ for connecting independent systems together and makes them work together.
- Homogeneous
- Glue-code
- Heterogeneous
- Concurrent
Question 234 :
The sections of a program that need exclusive access to shared resources are referred as___________
- Critical sections
- deadlocks
- fairness
- starvation
Question 235 :
what is mean by MOS?
- Multiprocessor operating system
- Multicomputer operating system
- Middleware operating system
- IPC
Question 236 :
____________ used in replication of stocks
- Numerical deviation
- Staleness deviation
- Ordering deviation
- Time deviation
Question 237 :
Increased service load handled by capability of system is known as-
- Capacity
- Scalability
- Tolerance
- Expansion
Question 238 :
____ change the state of thread from suspen
- run()
- yield()
- destroy()
- start()
Question 239 :
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 240 :
_________________ is often used for implementing specialized threads within a process.
- Team model
- Dispatcher worker model
- Pipeline model
- Light model