Question 301 :
What are the characteristics of process 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 302 :
The type of communication where the sender is blocked until its message is stored in a local buffer at the receiving host, or actually delivered to the receiver.
- Transient communication
- Persistent communication
- Synchronous communication
- Asynchronous communication
Question 303 :
RPC works between two processes. These processes must be ____________
- on the same computer
- 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 304 :
Which is not an examples of state information ?
- Mounting information
- Description of HDD space
- Session keys
- Lock status
Question 305 :
____are useful for the enforcement of mutual exclusion and also provide an effective means of inter-process communication.
- Semaphores
- Messages
- Monitors
- Addressing
Question 306 :
Processes do not communicate with each other and creates their own check points.
- User Triggered
- Uncoordinated check points
- Coordinated check points
- Message based check pointing.
Question 307 :
When calling the socket primitive, the caller creates a new communication end point for a specific _________ protocol
- Transport
- Application
- UDP
- Socet
Question 308 :
Which policy determines when it will benecessary to transfer the process from one node to another?
- Selection policy
- Transfer policy
- Location policy
- Information policy
Question 309 :
What is common problem found in distributed system ?
- Process Synchronization
- Communication synchronization
- Deadlock problem
- Power failure
Question 310 :
When will file system fragmentation occur?
- unused space or single file are not contiguous
- used space is not contiguous
- unused space is non-contiguous
- multiple files are non-contiguous
Question 311 :
A distributed computer running a distributed program is known as
- Distributed Process
- Distributed Application
- Distributed Computing
- Distributed Program
Question 312 :
Storing a separate copy of the database at multiple locations is which of the following?
- Data Replication
- Horizontal Partitioning
- Vertical Partitioning
- Horizontal and Vertical Partitioning
Question 313 :
What is Inter process communication?
- allows processes to communicate and synchronize their actions when using the same address space
- allows processes to communicate and synchronize their actions without using the same address space
- allows the processes to only synchronize their actions without c
- communicate with one another without resorting to shared dat
Question 314 :
A Parallel computer is the computer system capable of
- Parallel Computing
- Centralized Computing
- Decentralized Computing
- Distributed Computing
Question 315 :
_______is a property to consider in faulty distributed environments
- Replication
- recovery
- concurrency
- Consistency
Question 316 :
Replication model in which no master replica or slave replica is_________.
- Master-Slave
- Client -Server
- Peer-to-peer
- Permanent
Question 317 :
The directory can be viewed as a _________ that translates file names into their directory entries.
- symbol table
- partition
- swap space
- cache
Question 318 :
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
- Data consistency
- race condition
- aging
- starvation
Question 319 :
Once failure has occurred in many cases it is important to ______critical processes to a known state in order to resume processing
- start
- stop
- recover
- pause
Question 320 :
__________ is a process that prevents multiple threads or processes from accessing shared resources at the same time
- Critical section
- Deadlock
- Message passing
- Mutual Exclusion
Question 321 :
The variable that assures updates to a datastore are propagated to all local copies is ______.
- Release
- Acquire
- Read
- Write
Question 322 :
In ______________ all the processes submitted by the users are distributed among the nodes of the system so as to equalize the workload among the nodes
- Load Sharing
- Load Balancing
- Task Assignment
- Data Parallelism
Question 323 :
The ring election algorithm works by:
- Having all nodes in a ring of processors send a message to a coordinator who will elect the leader.
- Sending a token around a set of nodes. Whoever has the token is the coordinator.
- Sending a message around all available nodes and choosing the first one on the resultant list.
- Building a list of all live nodes and choosing the largest numbered node in the list.
Question 324 :
A redundancy technique used to mask failure where extra (duplicate) hardware and/or software is added to the system.
- Information Redundancy
- Time Redundancy
- Physical Redundancy
- Space Redundancy
Question 325 :
When a client has a cascading mount _______ server(s) is/are involved in a path name traversal.
- at least one
- more than one
- more than two
- more than three
Question 326 :
The type of communication where a sender continues its execution immediately after it has submitted its message for transmission
- Transient communication
- Persistent communication
- Synchronous communication
- Asynchronous communication
Question 327 :
Hide where a resource is located which type of transparency is this?
- Location
- Migration
- Relocation
- Access
Question 328 :
Process Fail - Stop in process omission faults
- Can be detected in synchronous system.
- Can be detected in asynchronous system.
- Can be detected in synchronous and asynchronous system.
- Can be detected in standalone system.
Question 329 :
Type of cluster computing is
- Load sharing cluster
- Load holding cluster
- Load replication cluster
- Load balancing cluster
Question 330 :
________algorithm uses the information about properties of the node and characteristics of processes.
- probabilistic algorithm
- Heuristics solution
- deterministic algorithm
- Optimal solution