Question 511 :
Which of the following technique is not used for scheduling process of distributed system.
- task assignment approach
- load balancing approach
- load sharing approach
- task management approach
Question 512 :
Writes by a single process are seen by all other processes in the order in which they were issued; however, writes from different processes may be seen in different orders by different processes.', above statement defines which consistency model?
- Causal Consistency Model
- FIFO consistency Model
- Sequential Consistency Model
- Strict consistency Model
Question 513 :
Election message is always sent to the process with _____
- Lower numbers
- Waiting processes
- Higher numbers
- Requesting Lower number of resources
Question 514 :
What is true about asynchronous communication
- in asynchronous communication most of the time there is no reply from the reciever end
- Sender and reciver process need to be active at the time of communication
- it uses procedure calling at the server's side
- in asynchronous communication there is always a reply from the reciever end
Question 515 :
A typical __________ program obtains a remote reference to one or more remote objects on a server and then invokes methods on them
- Client
- server
- thread
- concurrent
Question 516 :
Any successive write operation by a process on a data item x will be performed on a copy of x that is up to date with the value most recently read by that process.
- Monotonic-write
- Writes follows reads
- Read your writes
- Monotonic-read
Question 517 :
What is the other name for object middleware?
- Object request interface
- Object Request broker
- Object enabled broker
- Object enabled interface
Question 518 :
Which one of the following is not shared by threads?
- program counter
- stack register
- program counter and stack
- register
Question 519 :
_________is often used for Web caches
- Numerical deviation
- Staleness deviation
- Ordering deviation
- Time deviation
Question 520 :
Two forms of distributed information systems are:
- Transaction Processing System and Enterprise Application Integration.
- Transaction Product System and Enterprise Application Interrogation.
- Transparency Processing System and Independent Application Integration.
- Transaction Processing Software and Enterprise Access Integration.
Question 521 :
Which among the following is not performed be RPC Runtime
- Retransmission
- Routing
- Marshalling
- Encryption
Question 522 :
The ______________ is always a controller in the client-server Scenario.
- Client
- Slave
- Server
- User
Question 523 :
A process can be ___________
- single threaded
- tripalthreaded
- single threaded and multithreaded
- doublethreaded
Question 524 :
Berkely’s and Christian’s clock synchronization methods are type of _______.
- Logical clock synchronization method
- Physical clock Synchronization method
- Scalar clock synchronization method
- Vector clock synchronization method
Question 525 :
Election message is always sent to the process with _______
- Lower numbers
- Waiting processes
- Higher numbers
- Requesting Lower number of resources
Question 526 :
Remote service model for file accessing has
- Reduced contention for the network
- Reduced network traffic
- Client’s request is performed at the server’s node
- No contention for the file servers
Question 527 :
The NFS servers
- are stateless
- save the current state of the request
- maybe stateless
- statefull
Question 528 :
In distributed systems, a logical clock is associated with ______________.
- each instruction
- each process
- each register
- each ALU
Question 529 :
How can we avoid deadlock
- resource allocation must be done at once
- there must be a fixed number of resources to allocate
- all deadlock process must be aborted
- inversion technique can be used
Question 530 :
RPC works between two processes. These processes must be ___________.
- Only on the same computer
- Only 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 531 :
In the distributed system, the goal of the task assignment approach is toassign the tasks of a process to the nodes. Consider there are two nodes n1and n2 and four tasks {T1, T2, T3, T4}. Tasks T1 are assigned to node n1and tasks T2,T3,T4 are assigned to node n2.Comunication cost is as given in table below. Considering serial task assignment, the communication incur will be T1, T2, T3, T4T1-> 0, 6, 4, 0T2-> 6, 0, 8, 10T3-> 4, 8, 0, 0T4=> 0, 10, 0, 0
- 18
- 22
- 15
- 10
Question 532 :
Which is not the ways mounting of the file system?
- Boot mounting
- Auto mounting
- Explicit mounting
- Copy mounting
Question 533 :
What is not true about Persistent Communication
- Message submitted for transmission is stored by communication system for as long as it takes to deliver it to receiver
- Not necessary for receiver to be executing at the time message submission
- Not necessary for sender to continue execution after submitting a message
- Sender and receiver has to be active simultaneously
Question 534 :
Which type of parallelism makes use of multiple processing elements simultaneously for solving any problem.
- Parallel Computing
- Cloud computing
- Grid computing
- Network computing
Question 535 :
A process can enter into its critical section ____________
- anytime
- when it receives a reply message from its parent process
- when it receives a reply message from all other processes in the system
- all the time
Question 536 :
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 537 :
TCP is reliable _______ protocol which supports reliable point to point communication in distributed system.
- network
- transport
- communication
- system
Question 538 :
The degree at which the conflicting read/write access is tolerated is defined as_________.
- Concurrency
- Consistency
- Availability
- Isolation
Question 539 :
Another layer between distributed and network operating system is _________ operating system
- Middleware
- Interprocess
- Firmware
- Application
Question 540 :
In which transmission mode data transfer is subject to maximum and minimum end to end delay
- Synchronous transmission mode
- Asynchronous transmission mode
- Isochronous transmission mode
- None of the above