Question 571 :
Which mutual exclusion algorithm is useful when the membership of the group is unknown?
- Centralized
- Lamport’s.
- Token ring
- Decentralized Algorithm
Question 572 :
The address of the next instruction to be executed by the current process is provided by the __________
- Program counter
- CPU registers
- Process stack
- Pipe
Question 573 :
Following algorithm proposes the concept of time server and RPC
- Lamport’s Scalar Clock synchronization
- Christians clock synchronization
- Berkleyclock synchronization
- Network time protocol
Question 574 :
In static load balancing, the processes are assigned to the processors during ______.
- Compile time
- Run time
- Any time
- No need to assign. Process will be excecuted in its own source node.
Question 575 :
You are synchronizing your clock from a time server using NTP and observe the following times: [4 points] a. timestamp at client when the message leaves the client: 6:22:15.100 b. timestamp at which the server receives the message: 7:05:10.700 c. timestamp at which the server sends the reply: 7:05:10.710 d. timestamp at client when the message is received at client: 6:22:15.250 To what value do you set the client's clock?
- 0.295266204
- 0.33693287
- 0.378599537
- 0.420266204
Question 576 :
What is Server Load Balancing (SLB)?
- SLB distributes servers to a group of clients and ensures that clients are not sent to failed servers.
- SLB distributes clients to a group of servers and ensures that clients are not sent to failed servers.
- SLB distributes servers to a group of clients and ensures that tasks are not sent to failed servers.
- SLB distributes servers to a group of clients and ensures that tasks are sent to failed servers.
Question 577 :
In case of good process migration mechanism, _____________ means failure of any node other than the one on which the process is running should not affect the execution of the process.
- Robustness
- Efficiency
- Transparent
- Interference
Question 578 :
X.500 Directory is also called
- global Yellow Pages directory
- global Blue Pages directory
- global White Pages directory
- global Black Pages directory
Question 579 :
Which communication model uses the queuing model?
- RPC
- RMIu
- MOM
- MPI
Question 580 :
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 581 :
What is full replication?
- A copy of whole dataset is stored at every site.
- A copy of whole dataset is stored at limited sites.
- A copy of fully accessed dataset is stored at most visited site.
- A copy of whole dataset is copied.
Question 582 :
IDLs describe an interface in a ________ way
- language-dependent
- language-independent
- language oriented
- language specified
Question 583 :
Which one of the following is not shared by threads?
- program counter
- stack register
- program counter and stack
- register
Question 584 :
Which of the following is not a layer in architecture of grid computing?
- Collective layer
- Connectivity layer
- Remote reference layer
- Fabric layer
Question 585 :
Which is not the way to organize servers?
- Iterative server
- Concurrent server
- Active server
- Multi-threaded serve
Question 586 :
In weak consistency____-
- All read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- No read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- One read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- Two read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
Question 587 :
Which of the given statements is false?
- Message Passing Interface(MPI) provides buffering service.
- Socket programming provides transient asynchronous communication.
- Message Passing Interface(MPI) is more advanced than socket programming
- Message Passing Interface(MPI) provides transient asynchronous communication.
Question 588 :
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 589 :
Which of the following is true in case of the NFS server?
- They are stateless
- They save the current state of the request
- They are stateful
- They save previous state
Question 590 :
Which of the following is not comes under Dependability
- Availability
- Reliability
- Maintainability
- Redundancy
Question 591 :
The distributed global directory works through a __________________ and one or more central places that manage many directories.
- registration process
- saccession process
- application process
- distribution process
Question 592 :
An object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 593 :
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 594 :
In _______approach, each process submitted by the user for processing is viewed as a collection of related tasks and these task are scheduled to suitable nodes in order to improve the performance.
- Task assignment approach
- Load balancing approach
- Load dividing approach
- Load sharing approach
Question 595 :
If timestamps of two events are same, then the events are ____
- concurrent
- non-concurrent
- monotonic
- non-monotonic
Question 596 :
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 limited portion of data
Question 597 :
In GFS(Google file System) files are divided into _______chunks
- Variable Size
- Fixed Size
- Variable and Fixed size
- Not variable not fixed size
Question 598 :
No special machines manage the network of architecture in which resources are known as
- Peer-to-Peer
- Space based
- Tightly coupled
- Loosely coupled
Question 599 :
In order to join or leave a group each process has to broadcast a message.
- flat group
- IETF group
- Collected process Group
- Hierarchical Group
Question 600 :
Following is concerned with extension and improvements of distributed system -
- openness
- concurrency
- fault tolerance
- Resource sharing