Computer Distributed Computing (CDC) MCQ's




Question 601 :
What are the characteristics of transaction semantics ?


  1. Suitable for applications that are concerned about coherence of data
  2. The users of this model are interested in the atomicity property for their transaction
  3. Easy to implement in a single processor system
  4. Write-back enhances access performance
  

Question 602 :
Hide that a resource may move to another location which type of transparency is this?


  1. Location
  2. Migration
  3. Relocation
  4. Access
  

Question 603 :
What are the characteristics of a distributed file system?


  1. Its users, servers and storage devices are dispersed
  2. Service activity is not carried out across the network
  3. They have single centralized data repository
  4. There are multiple dependent storage devices
  

Question 604 :
Which of the following allocates/deallocates buffers


  1. RRL
  2. Stub/skeleton layer
  3. Transport layer
  4. Networking layer
  

Question 605 :
The process which blocks pipeline stage from accepting and processing new data is called


  1. Pipeline pre-processing
  2. Pipeline Flush
  3. Pipeline Interlock
  4. Pipeline lag
  

Question 606 :
In the instruction ADD A, B, the answer gets stored in ___________


  1. B
  2. A
  3. Buffer
  4. C
  

Question 607 :
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


  1. dynamic condition
  2. race condition
  3. essential condition
  4. critical condition
  

Question 608 :
_____________ enables the migration of the virtual image from one physical machine to another.


  1. Visualization
  2. Virtualization
  3. Migration
  4. Virtual transfer
  

Question 609 :
The NFS client and server modules communicate using ...................................


  1. remote procedure call
  2. Function
  3. Interrupt
  4. RMI
  

Question 610 :
Traditional election algorithms fail in wireless networks because____


  1. They assume that message passing is transient
  2. They assume that topology of network changes
  3. they assume that message passing is reliable and that the topology of the network does not change
  4. They assume that message passing is unreliable and topology of network changes
  

Question 611 :
stream oriented communication is suitable for applications like


  1. All the mentioned
  2. audio
  3. video
  4. movie
  

Question 612 :
A distributed database is which of the following?


  1. A single logical database that is spread to multiple locations and is interconnected by a network
  2. A loose collection of file that is spread to multiple locations and is interconnected by a network
  3. A single logical database that is limited to one location.
  4. A loose collection of file that is limited to one location.
  

Question 613 :
which command is used to create a directory


  1. rmdir
  2. symlink
  3. mkdir
  4. open
  

Question 614 :
In distributed systems, ______ offers services according to standard rules that describe the syntax and semantics of those services.


  1. openness
  2. scalability
  3. Reliability
  4. fault tolerance
  

Question 615 :
In Casual consistency model all processes shared accesses in


  1. random order
  2. same order
  3. sequential order
  4. specific order
  

Question 616 :
Remote login is a best example of ____.


  1. Distributed OS
  2. Disk OS
  3. Network OS
  4. MAC OS
  

Question 617 :
Which algorithms are used for selecting a process to act as coordinator or sequencer? I. Centralized algorithm II. Election algorithm III. Ring algorithm IV. Chandy-Misra-Haas algorithm


  1. II and IV
  2. II, III, IV
  3. II and III
  4. II
  

Question 618 :
Utilization rate of resources in an execution model is known to be its -


  1. Adaptation
  2. Efficiency
  3. Flexibility
  4. Dependability
  

Question 619 :
What are the parts of global unique identifier ?


  1. Local unique time stamp
  2. Remote time stamp
  3. Clock number
  4. sequence number
  

Question 620 :
which is not type of Distributed computing system?


  1. Grid Computing
  2. Cluster Computing
  3. Health Care System
  4. Cloud Computing
  

Question 621 :
Which technique is not used for scheduling processes of a distributed system?


  1. Task assignment approach
  2. Load balancing approach
  3. Load dividing approach
  4. Load sharing approach
  

Question 622 :
Process synchronization can be done on which of the following levels


  1. hardware
  2. software
  3. both hardware and software
  4. BIOS
  

Question 623 :
_____ model consist of multiple work stations coupled with powerful servers with extra hardware to store the file system s and other software like databases


  1. Workstation model
  2. Workstation -server model
  3. Processor-pool model
  4. Client-server model
  

Question 624 :
Which of the following technique is not used for scheduling processes in Distributed System?


  1. Load balancing approach
  2. Task assignment approach
  3. Load sharing approach
  4. FCFS approach
  

Question 625 :
Message passing system allows processes to __________


  1. communicate with one another without resorting to shared data
  2. communicate with one another by resorting to shared data
  3. share data
  4. name the recipient or sender of the message
  

Question 626 :
Which of the following is not Message Ordering Multicast


  1. Unordered multicasts
  2. FIFO-ordered multicasts
  3. Causally-ordered multicasts
  4. LIFO-ordered multicasts
  

Question 627 :
What are the advantages of token(with rings) passing approach ?i) One processor as coordinator which handles all requestsii) No starvation if the ring is unidirectionaliii) There are many messages passed per section entered if few users want to get in sectioniv) One processor as coordinator which handles all requestsv) Only one message/entry if everyone wants to get in


  1. i
  2. ii and iii
  3. i, ii and iii
  4. i, ii and iv
  

Question 628 :
RPC is used to ___________.


  1. establish a server on remote machine that can respond to queries
  2. retrieve information by calling a query
  3. establish a connection to server on remote machine that can respond to queries and retrieve information by calling a query
  4. invoke the method on remote object
  

Question 629 :
In distributed systems, a logical clock is associated with ______________


  1. each instruction
  2. each process
  3. each register
  4. Many registers
  

Question 630 :
Transient communication done by_____ layer


  1. Network
  2. Transport
  3. Physical
  4. Session
  
Pages