Question 181 :
Distributed OS functions on the ________ principle
- File Foundation
- Single system image
- Multi system image
- Networking image
Question 182 :
In RMI, packing and unpacking of data into message in done by -
- client and server
- stub
- skeleton
- stub and skeleton
Question 183 :
In which the access takes place when different processes try to access the same data concurrently and the outcome of the execution depends on the specific order, is called
- dynamic condition
- race condition
- essential condition
- critical condition
Question 184 :
To what extent inconsistencies can be tolerated depends highly on the usage of a
- replication
- duplication
- resource
- data
Question 185 :
Consider the following set of processes, the length of the CPU burst time given in milliseconds. P1 - 6, p2 - 8, p3 -7, p4 - 3. Assuming the above process being scheduled with the SJF scheduling algorithm.
- The waiting time for process P1 is 3ms
- The waiting time for process P1 is 0ms
- The waiting time for process P1 is 16ms
- The waiting time for process P1 is 9ms
Question 186 :
The local operating system on the server machine passes the incoming packets to the _________
- server stub
- client stub
- client operating system
- Binding agent
Question 187 :
_____ transparency hides that a resource may move to the another location.
- Access transparency
- Migration transparency
- Replication transparency
- Failure transparency
Question 188 :
Following is not need of fault tolerance in distributed system.
- Reliability
- Availability
- Security
- Maintainability
Question 189 :
Middleware communication protocols support -
- High-level communication services
- Multi-level Communication Services
- Remote Procedure Call
- Interprocess communication
Question 190 :
DIT in Domain Name Space stands for
- Direct Information Transparency
- Directory Implicit Transfer
- Direct Information Token
- Directory Information Tree
Question 191 :
A bully election algorithm:
- picks the first process to respond to an election request.
- relies on majority vote to pick the winning process.
- assigns the role of coordinator to the processs holding the token at the time of election.
- picks the process with the largest ID.
Question 192 :
A client calls a remote procedure, the client will block until a reply is returned called as
- Conventional procedure calls
- Interprocess communication
- Remote Procedure Call
- Message Binding
Question 193 :
The ____- control the assignment of resources to processes
- task manager
- resource manager
- process manager
- object manager
Question 194 :
____________ files are read only.
- Mutable
- Immutable
- Setup
- Recursive
Question 195 :
if ts OP1(x) < ts OP2(y), then operation OP1(x) should Precede OP(y) in this sequence belongs to ____
- Strict consistency
- Linearizability consistency
- Sequential consistency
- parallel consistency
Question 196 :
If timestamps of two events are same, then the events are ____
- concurrent
- non-concurrent
- monotonic
- non-monotonic
Question 197 :
In which model, there is no distinction between the client - server process.
- clent-server model
- Master-slave model
- P2P Model
- fault model
Question 198 :
Which are the two complementary deadlock-prevention schemes using timestamps?
- The wait-die - wound-wait scheme
- The wait-n-watch scheme
- The wound-wait scheme
- The wait-wound - wound-wait scheme
Question 199 :
Which event is concurrent with the vector clock (2, 8, 4)?
- (3,9,5)
- (3,8,4)
- (1,7,3)
- (4,8,2)
Question 200 :
MPI_bsend is equivalent to _____.
- One way RPC
- Two wayRPC
- Synchronous RPC
- Asynchronous RPC
Question 201 :
Type of grid computing is
- Collaborative Grid
- System Grid
- Process Grid
- Channel grid
Question 202 :
Andrew File system was designed by ___________.
- Mr. Peter Andrew
- Professor M. Satyanarayanan
- Professor James Andrew
Question 203 :
The _____ model is required in order to build systems with predictable behavior in case of fault
- Interaction model
- Fault model
- Architectural model
- Security model
Question 204 :
NFS file System uses ______Mechanism
- RPC
- CORBA
- RMI
- None of the above
Question 205 :
Using extra equipments or processed either in hardware or software is______.
- Information redundancy
- Time redundancy
- Physical redundancy
- Data Redundancy
Question 206 :
Following is not a agreement to ensure consistency.
- 2PC
- 3PC
- Paxos
- P2P
Question 207 :
A single NFS write procedure ____________
- can be atomic
- is atomic
- is non atomic
- is automatic
Question 208 :
The ________ of distributed system is determined primarily by the degree to which new resource- sharing services can be added and be made available for use by a variety of client programs
- Openness
- Resource Sharing
- Transparency
- Scalability
Question 209 :
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 an entire process or parts of it at same site
Question 210 :
Which layer is the layer closest to the transmission medium ?
- Physical
- Data link
- Network
- Transport