Question 151 :
A 'glue' between client and server parts of application
- Middleware
- Firmware
- Package
- System Software
Question 152 :
In which type of communication, messages are stored as long as sender and receiver are executing?
- Persistent
- Transient
- RMI based Communication
- RPC based Communication
Question 153 :
A client's clock reads 3:20:00. The server's clock reads 3:10:00 when they synchronize using the Berkeley algorithm. Assume message delays are negligible. What is the time at the client after synchronization?
- 0.135416667
- 0.177083333
- 0.21875
- 0.260416667
Question 154 :
Load balancing is the way of distributing _______across a set of processors, which is connected to a______.
- Load units, network
- Task, network
- Process, LAN
- Task, LAN
Question 155 :
The aim of load sharing approach is to refrain nodes from being _______ nodes.
- Dead
- Idle
- Strong
- Busy
Question 156 :
__________ refers to degree of tolerance against component failure and errors
- Performance
- Availability
- Integrity
- Reliability
Question 157 :
The Ricart - Agrawala distributed mutual exclusion algorithm is:
- Less efficient and less fault tolerant than a centralized algorithm.
- 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.
Question 158 :
Middleware forms a layer between
- application and distributed platforms
- several individual computers
- application and client
- server and client
Question 159 :
The following is the desirable feature of global scheduling algorithm:
- Dynamic in nature
- Static by nature
- Cannot assure about actual nature
- Fix in nature
Question 160 :
Compared to single sharing system, the distribute system has higher________and __________
- noise and irrelevance
- reliability and availability
- bottleneck and single point of failure
- noise and bottleneck
Question 161 :
_______ is not possible in distributed file system
- File replication
- Migration
- Client interface
- Remote access
Question 162 :
A type of consistency model in which shared data can be counted on to be consistent only after a synchronization is done
- Weak consistency
- Sequential consistency
- Casual consistency
- Strict consistency
Question 163 :
What is the feature of stateful server?
- Longer server recovery time
- Quick recovery after reboot
- File operations must be idempotent
- Simple server design
Question 164 :
Scaling transparency hides
- System expansion
- System collaboration
- System failure
- System security
Question 165 :
The ___________ operating system is specifically designed for heterogeneous multicomputer system, where multiple hardware and network platforms are supported.
- distributed
- network
- middleware
- hybrid
Question 166 :
Which one is the disadvantage of Remote Procedure Call
- There is no flexibility in RPC for hardware architecture.
- support process oriented and thread oriented models.
- The effort to re-write and re-develop the code is minimum
- Many of the protocol layers are omitted by RPC to improve performance.
Question 167 :
When a group can mask any k concurrent member failures,it is saidto be k-fault tolerant.
- k is called max limit of fault tolerance.
- k is called degree of fault tolerance.
- k is called tolerance threshold
- k is called fault tolerance constant.
Question 168 :
The remote method invocation __________
- Allows a process to invoke memory on a remote object
- Allows a thread to invoke a method on a remote object
- Allows a thread to invoke memory on a remote object
- allows a process to invoke a method on a remote object
Question 169 :
In X.500, each local directory is called a _____________________.
- Directory System Agent
- Local System Agent
- Personal System Agent
- Secret System Agent
Question 170 :
X.500 is a way to route e-mail as well as to provide name lookup, using the _________________.
- Lightweight Directory Access Protocol
- Directory Access Protocol
- Global Directory Access Protocol
- Local Directory Access Protocol
Question 171 :
A data consistency model in which shared data are made consistent when a critical region is exited.
- Casual consistency
- Sequential consistency
- Release consistency
- Strict consistency
Question 172 :
Network operating system runs on
- Server
- Every system in network
- Client machines only
- Inter- Network
Question 173 :
According to the ring algorithm, links between processes are _____
- Bidirectional
- Unidirectional
- Both bidirectional and unidirectional
- omnidirectional
Question 174 :
_______________ in NFS involves the parsing of a path name into separate directory entries – or components.
- Path parse
- Path name parse
- Path name translation
- Path name parsing
Question 175 :
Tasks are scheduled to improve ____-in task assignement approach
- concurrecy
- performance
- reliability
- replication
Question 176 :
______supports reliable servers for all network clients accessing transparent and homogeneous namespace file locations.
- Andrew File System
- Distributed management System
- Asynchronous system
- Synchronous System
Question 177 :
Distributed Mutual Exclusion Algorithm does not use
- Coordinator process
- Token
- Logical clock for event ordering
- Request and Reply messages
Question 178 :
What is the drawback of non-interleaving technique compared to interleaving technique in stream-oreinted communication
- Non-interleaving techniques is not providing synchronization.
- Non-interleaving technique is more complex.
- Non-interleaving technique does not handle loss of packets.
- Non-interleaving techniques requires larger buffer space.
Question 179 :
An architecture where clients first communicate the server for data then format and display it to the users, is known as ___________
- Client/Server architecture
- Three-tier architecture
- Two-tier architecture
- Peer-to-Peer architecture
Question 180 :
Data replication, where the same data is stored
- on single storage device
- on multiple storage devices
- on storage area network
- on distributed environment