Dos MCQ Set
Dos MCQ Set
In distributed system, each processor has its own ___________a) local memoryb)
clockc) both local memory and clockd) none of the mentioned
Answer: cClarification: None.
2. If one site fails in distributed system then ___________a) the remaining sites
can continue operatingb) all the sites will stop workingc) directly connected sites
will stop workingd) none of the mentioned
Answer: aClarification: None.
3. Network operating system runs on ___________a) serverb) every system in the
networkc) both server and every system in the networkd) none of the mentioned
Answer: aClarification: None.
4. Which technique is based on compile-time program transformation for accessing
remote data in a distributed-memory parallel system?a) cache coherence schemeb)
computation migrationc) remote procedure calld) message passing
Answer: bClarification: None.
5. Logical extension of computation migration is ___________a) process migrationb)
system migrationc) thread migrationd) data migration
Answer: aClarification: None.
6. Processes on the remote systems are identified by ___________a) host IDb) host
name and identifierc) identifierd) process ID
Answer: bClarification: None.
7. Which routing technique is used in a distributed system?a) fixed routingb)
virtual routingc) dynamic routingd) all of the mentioned
Answer: dClarification: None.
8. In distributed systems, link and site failure is detected by ___________a)
pollingb) handshakingc) token passingd) none of the mentioned
Answer: bClarification: None.
9. The capability of a system to adapt the increased service load is called
___________a) scalabilityb) tolerancec) capacityd) none of the mentioned
Answer: aClarification: None.
10. Internet provides _______ for remote login.a) telnetb) httpc) ftpd) rpc
Answer: aClarification: None.
1. What is not true about a distributed system?a) It is a collection of processorb)
All processors are synchronizedc) They do not share memoryd) None of the mentioned
Answer: b
2. What are the characteristics of processor in distributed system?a) They vary in
size and functionb) They are same in size and functionc) They are manufactured with
single purposed) They are real-time devices
Answer: a
3. What are the characteristics of a distributed file system?a) Its users, servers
and storage devices are dispersedb) Service activity is not carried out across the
networkc) They have single centralized data repositoryd) There are multiple
dependent storage devices
Answer: a
4. What is not a major reason for building distributed systems?a) Resource sharing
b) Computation speedupc) Reliabilityd) Simplicity
Answer: d
5. What are the types of distributed operating system?a) Network Operating systemb)
Zone based Operating systemc) Level based Operating systemd) All of the mentioned
Answer: aClarification: None.
6. What are characteristic of Network Operating Systems?a) Users are aware of
multiplicity of machinesb) They are transparentc) They are simple to used) All of
the mentioned
Answer: a
7. How is access to resources of various machines is done?a) Remote logging using
ssh or telnetb) Zone are configured for automatic accessc) FTP is not usedd) All of
the mentioned
Answer: aClarification: None.
8. What are the characteristics of Distributed Operating system?a) Users are aware
of multiplicity of machinesb) Access is done like local resourcesc) Users are aware
of multiplicity of machinesd) They have multiple zones to access files
Answer: bClarification: None.
9. What are the characteristics of data migration?a) transfer data by entire file
or immediate portion requiredb) transfer the computation rather than the datac)
execute an entire process or parts of it at different sitesd) none of the mentioned
Answer: aClarification: None.
10. What are the characteristics of computation migration?a) transfer data by
entire file or immediate portion requiredb) transfer the computation rather than
the datac) execute an entire process or parts of it at different sitesd) none of
the mentioned
Answer: bClarification: None.
11. What are the characteristics of process migration?a) transfer data by entire
file or immediate portion requiredb) transfer the computation rather than the data
c) execute an entire process or parts of it at different sitesd) none of the
mentioned
Answer: cClarification: None.
Distributed System MCQ Part-1
1.Resources and clients transparency that allows movement
within a system is called ____________________
(C) Reliability
(A) capacity
(B) tolerance
(C) scalability
(C) When responses are received from all processes, then process
can enter its Critical Section
(B) server
10.A set of highly integrated machines that run the same process
in parallel is known to be ___________
(D) Peer-to-Peer
(C) scalability
(A) Switched
(B) Bus
(C) Both
(C) Reliability
(D) Simplicity
30.What are design issues in distributed system structure ?
(A) Scalability
(B) Fault-tolerance
(C) Flexibility
8.The stub :
(A) transmits the message to the server where the server side stub
receives the message and invokes procedure on the server side
(B) packs the parameters into a form transmittable over the network
(C) locates the port on the server
(D) all of the mentioned
C
6.In the token passing approach of distributed systems,
processes are organized in a ring structure
_______________
(A) logically
(B) physically
(C) both logically and physically
(D) none of the mentioned
B
10.What are the characteristics of mutual exclusion using
centralized approach ?
(A) One processor as coordinator which handles all requests
(B) It requires request,reply and release per critical section entry
(C) The method is free from starvation
(D) All of the mentioned
B
13.Single coordinator approach has the following
advantages :
(A) Simple implementation
(B) Simple deadlock handling
(C) Bottleneck
(D) All of the mentioned
B
18.Election message is always sent to the process with
_______
(A) Lower numbers
(B) Waiting processes
(C) Higher numbers
(D) Requesting Lower number of resources
21.What is UTC ?
(A) Universal Centralized Time
(B) Unique Coordinated Time
(C) Universal Coordinated Time
(D) Unique Centralized Time
A
23.What are the problems of clock synchronization in
distributed operating systems ? I. Processses make
decision based only on local information II. The relevent
information is scattered among multiple machines III. A
single point of failure in the system should be avoided IV.
No common clock or other precise global time source
exists
(A) II, III and IV
(B) I, II and IV
(C) I, III and IV
(D) I, II, III, IV
A
27.An external time source that is often used as a
reference for synchronizing computer clocks with real
time is the ______________
(A) Universal Centralized Time
(B) Unique Coordinated Time
(C) Unique Centralized Time
(D) Universal Coordinated Time
A
37.The Bankers algorithm is used ____________
(A) to prevent deadlock
(B) to rectify deadlock
(C) to detect deadlock
(D) to solve deadlock