Question 211 :
_________ class contains an implementation of a proxy.
- client
- server
- RMI
- object
Question 212 :
The Raymond's algorithm doesn’t provide which of the following guarantees:
- mutual exclusion is guaranteed
- deadlock is impossible
- starvation is impossible.
- The delay is impossible
Question 213 :
Absolute time ordering of all shared accesses matters in
- Sequential Consistency
- Casual Consistency
- Strict Consistency
- Weak Consistency
Question 214 :
An additional time that is used to deliver the service of a system or multiple executions of an operation is ______.
- Information redundancy
- Time redundancy
- Physical redundancy
- Data Redundancy
Question 215 :
Arbitrary failure may ouccur in form of
- duplicate message
- protocol
- reliable communication
- address spacde
Question 216 :
Communication channels may suffer through
- protocol
- transport
- arbitrary failures
- reliable communication
Question 217 :
What of the following system is not multi-processor system?
- A system with multiple CPU, each CPU contains a single core.
- A system with a single CPU that has two core.
- A system with multiple CPU, each CPU contains two cores.
- A system with a single CPU that has a single core.
Question 218 :
A group server is responsible for_______ - ________ groups
- clean and deduct
- program and make funtional
- create and destroy
- advance and fail
Question 219 :
What is the disadvantage of the two level directory structure?
- it does not solve the name collision problem
- it solves the name collision problem
- it does not isolate users from one another
- it isolates users from one another
Question 220 :
The file once created can not be changed is called ___________
- Rigid file
- REX file
- Immutable file
- Robust file
Question 221 :
The protocols defined by X.500 include
- DISP,DOP
- TCP,IP
- ISO,OSI
- IP
Question 222 :
What are characteristics of Naming and Name resolution ?
- name systems in the network
- address messages with the process-id
- virtual circuit
- message switching
Question 223 :
If a server was executing along running RPC computation and during the execution it comes to know that a clent has crashed then such calls are called as_______.
- Duplicate call
- Extra call
- Orphan RPC call
- Orphan RMI call
Question 224 :
Which of the following two operations are provided by the IPC f
- write - delete message
- delete - receive message
- send - delete message
- receive - send message
Question 225 :
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
- none of the mentioned
Question 226 :
When resources have multiple instances ________ is used for deadlock Avoidance.
- Bankers algorithm
- Resource Allocation Graph
- Semaphores
- Phishing
Question 227 :
If a and b are two events within the same process and a occurs before b, then clock of a is always _______then clock of b
- lesser
- greater
- equal
- Cant say
Question 228 :
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 229 :
Which of the following technique is not used for scheduling processes in Distributed System?
- Load balancing approach
- Task assignment approach
- Load sharing approach
- FCFS approach
Question 230 :
Berkeley socket is used for ____
- connection-less communication
- connection-oriented communication
- group communication
- Causal communication
Question 231 :
Message passing system allows processes to __________
- communicate with one another without resorting to shared dat
- communicate with one another by resorting to shared data
- share data
- name the recipient or sender of the message
Question 232 :
Agreement algorithms have which assumptions________.
- Synchronous
- Communication delay is bounded or not
- Message delivery is ordered or not
- Asynchronous
Question 233 :
How the processes are organized in a ring structure, in case of token passing approach of distributed systems?
- Logically
- Physically
- Both logically and physically
- Randomly
Question 234 :
Which failures Response lies outside a specified time interval
- Timing Failure
- Omission failure
- Crash Failure
- Arbitrary Failure
Question 235 :
A process is already split into pieces, called________________.
- Tasks
- Program
- Processors
- Routines
Question 236 :
A centralized mutual exclusion algorithm requires ___ messages per entry/exit
- 1
- 2
- 3
- 4
Question 237 :
An RPC (remote procedure call) is initiated by the _____.
- server
- client
- client after the sever
- a third party
Question 238 :
Which layer is the layer closest to the transmission medium ?
- Physical
- Data link
- Network
- Transport
Question 239 :
In Cristian algorithm the time sever is ____
- Passive
- Active
- Some internal passive some interval active
- None of the mentioned
Question 240 :
The technique that increases the system’s productivity.
- multiprogramming
- multitasking
- multiprocessing
- single-programming