Distributed Computing System (DCS) Solved MCQs (Set-1)
Distributed Computing System (DCS) Solved MCQs (Set-1)
[set-1]
10. The header usually consists of the following elements in IPC I. Sequence
number II. Structural information III. Address IV. File mode(Read/ Write)
A. i,iii, iv
B. i,ii, iii
C. i, ii, iv
D. i,iv
Answer: B
12. What are the exceptions which have to be handled in a RMI client program?
A. malformedurlexception
B. notfoundexception
C. arithmeticexception
D. class•not•found•excepti on
Answer: A
14. The local operating system on the server machine passes the incoming packets
to the
A. server stub
B. client stub
C. client operating system
D. binding agent
Answer: A
15. Machine that places the request to access the data is generally called as .
A. server machine
B. client machine
C. request machine
D. database server
Answer: B
17. An architecture where clients first communicate the server for data then
format and display it to the users, is known as
A. client/server architecture
B. three-tier architecture
C. two-tier architecture
D. peer-to-peer architecture
Answer: A
22. Which address is used to identify a process on a host by the transport layer?
A. physical address
B. logical address
C. port address
D. specific address
Answer: C
24. If processes p and q both receive messages m and m', then p receives m before
m' if and only if q receives m before m'.The order delivery is called
A. absolute ordering
B. consistent ordering
C. causal ordering
D. fifo ordering
Answer: B