Quiznetik

Distributed Computing System (DCS) | Set 1

1. A distributed system is defined as a collection of autonomous computers linked by a network with software designed to produce an integrated computing facility.

Correct : A. true

2. A “glue” between client and server parts of application

Correct : A. middleware

3. The hardware of DS has two types

Correct : A. multiprocessor system,multicomputer system

4. Process Fail - Stop in process omission faults

Correct : A. can be detected in synchronous system.

5. Distributed pervasive system is also known as

Correct : A. ubiquitous computing

6. Type of cluster computing is

Correct : D. load balancing cluster

7. Type of grid computing is

Correct : A. collaborative grid

8. Scaling transparency hides

Correct : A. system expansion

9. Internet provides                for remote login.

Correct : A. telnet

10. The header usually consists of the following elements in IPC I. Sequence number II. Structural information III. Address IV. File mode(Read/ Write)

Correct : B. i,ii, iii

11. In RMI, the objects are passed by .

Correct : A. value

12. What are the exceptions which have to be handled in a RMI client program?

Correct : A. malformedurlexception

13. Transient communication done by layer

Correct : B. transport

14. The local operating system on the server machine passes the incoming packets to the

Correct : A. server stub

15. Machine that places the request to access the data is generally called as .

Correct : B. client machine

16. provides programmers a familiar programming model by extending the local procedure call to a distributed environment

Correct : D. remote procedure call

17. An architecture where clients first communicate the server for data then format and display it to the users, is known as

Correct : A. client/server architecture

18. is an object acting as a gateway for the client side.

Correct : B. stub

19. Message passing provides a mechanism to allow processes to communicate and to synchronize their actions

Correct : A. by sharing the same address space

20. Which of the following allocates/deallocates buffers

Correct : A. rrl

21. OSI stands for

Correct : A. open system interconnection

22. Which address is used to identify a process on a host by the transport layer?

Correct : C. port address

23. In all reliable multicast group communication

Correct : D. response needed from all the receivers

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

Correct : B. consistent ordering

25. What is close group in group communication?

Correct : A. only members can send messages to the group as a whole

26. all related objects moved and left to a server upon the first RPC

Correct : B. call by move

27. What is the feature of stateful server?

Correct : A. longer server recovery time

28. is a process that prevents multiple threads or processes from accessing shared resources at the same time.

Correct : D. mutual exclusion

29. Absolute time synchronization can be achieved using

Correct : B. christian’s method

30. Which mutual exclusion algorithm is useful when the membership of the group is unknown?

Correct : A. centralized

31. Which event is concurrent with the vector clock (2, 8, 4)?

Correct : D. (4,8,2)

32. A client gets a timestamp of 4:12:30.500 from a time server. The elapsed time between the request and response was 20 msec (0.020 sec). The current time on the client is 4:12:30.510. Using Cristian’s algorithm, what is the time set to on the client?

Correct : C. 1970-01-01 04:12:32

33. NTP is                      layer protocol.

Correct : A. application

34. Which of the following is an example of election algorithm.

Correct : B. bully algorithm.

35. For each critical section (CS) execution, Ricart-Agrawala algorithm requires                         messages per CS execution and the Synchronization delay in the algorithm is                          .

Correct : B. 2(n − 1), t

36. For each critical section (CS) execution, maekawa’s algorithm requires                         messages per CS execution and the Synchronization delay in the algorithm is                          .

Correct : D. 3√n , 2t

37. RAYMOND'S TREE BASED ALGORITHM is an

Correct : B. token based algorithm.

38. Suzuki-Kasami's Broadcast Algorithm is an

Correct : B. token based algorithm.

39. Full form of NTP is:

Correct : A. network time protocol

40. Which algorithm requires "1 to ∞" messages to enter and leave a critical region?

Correct : A. token ring algorithm

41. Pretransfering also known as

Correct : B. precopying

42. change the state of thread from suspe

Correct : D. start()

43. Distributed syatem consists of set of resour

Correct : B. processor

44. This is not feature of cooperative algorithm

Correct : C. worst stability

45. How is access to resources of various machines is done?

Correct : A. remote logging using ssh or telnet

46. What are the characteristics of data migration?

Correct : A. transfer data by entire file or immediate portion required

47. What are the characteristics of computation migration?

Correct : B. transfer the computation rather than the data

48. What are the characteristics of process migr

Correct : C. execute an entire process or parts of it at different sites

49. When the process issues an I/O request

Correct : A. it is placed in an i/o queue

50. Absolute time ordering of all shared accesses matters in

Correct : C. strict consistency

51. In Casual consistency model all processes shared accesses in

Correct : B. same order

52. In which of the following consistency model all writes become perceptible to all processes

Correct : A. strict

53. consistency is that write operations by the same process are performed in the correct order everywhere.

Correct : D. fifo

54. Any successive write operation by a process on a data item x will be performed on a copy of x that is up to date with the value most recently read by that process.

Correct : B. writes follows reads

55. replicas are used only to improve access time on data

Correct : A. client initiated

56. In                                  receivers never acknowledge the successful delivery of multicast message but instead report only when missing the message.

Correct : B. non-hierarchical feedback control

57. A problem with the                  protocol is that when the coordinator has crashed, participants may not be able to reach a final decision.

Correct : C. two-phase commit

58. Optimistic logging protocols need to keep track of

Correct : C. dependencies

59. Processor Consistency model guarantees and conforms that

Correct : A. all write accomplished on identical memory location in identical sequence.

60. Staleness deviations relate to the a replica was updated.

Correct : C. last time

61. The dynamic replication algorithm takes into account

Correct : A. to reduce load on server

62. To improve performance, many distributed systems

Correct : B. combine check pointing with message logging

63. File Replication is done to

Correct : C. increase reliability

64. in NFS which funtion is used for creating new file?

Correct : B. create()

65. which command is used to create a directory

Correct : C. mkdir

66. datanodes and namenode are two elements of which file system?

Correct : B. hdfs

67. In which file system mapreduce function is used?

Correct : C. hdfs

68. In distributed file system, DNS stands for?

Correct : A. domain name system

69. NFS file System uses Mechanism

Correct : A. rpc

70. map and reduce are

Correct : B. functions

71. In HDFS file System, A                  serves as the master and there is only one NameNode per cluster

Correct : B. namenode

72. HDFS works in a fashion.

Correct : B. master-slave

73. In HDFS file System,                   NameNode is used when the Primary NameNode goes down.

Correct : C. secondary

74. In context of HDFS file system, Point out the wrong statement.

Correct : D. datanode is aware of the files to which the blocks stored on it belong to

75. In HDFS, .                  is the slave/worker node and holds the user data in the form of Data Blocks.

Correct : A. datanode

76. In distributed file system,XDR stands for?

Correct : D. external data representation

77. If file system is growing without affecting performance of the system then this feature is called as?

Correct : D. scalability

78. Storing file in                 makes it permanently available

Correct : A. secondary memory

79. Session file sharing semantics are suitable for caching

Correct : B. complete file

80. Network file system(NFS) is developed by?

Correct : A. sun microsystem

81. The file once created can not be changed is called

Correct : C. immutable file

82. Remote Procedure Calls are used ____________

Correct : C. for communication between two processes on separate systems

83. To differentiate the many network services a system supports ______ are used.

Correct : C. ports

84. RPC provides a(an) _____ on the client side, a separate one for each remote procedure.

Correct : A. stub

85. What is stub?

Correct : D. all of the mentioned

86. To resolve the problem of data representation on different systems RPCs define _____________

Correct : C. machine-independent representation of data

87. What is the full form of RMI?

Correct : D. remote method invocation

88. The remote method invocation __________

Correct : B. allows a thread to invoke a method on a remote object

89. A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________

Correct : C. remote procedure call

90. What is not true about a distributed system?

Correct : B. all processors are synchronized

91. What are the characteristics of a distributed file system?

Correct : A. its users, servers and storage devices are dispersed

92. What is not a major reason for building distributed systems?

Correct : D. simplicity

93. What is a stateless file server?

Correct : B. it maintains internally no state information at all

94. What are the characteristics of the stateless server?

Correct : A. easier to implement

95. What are the advantages of file replication?

Correct : A. improves availability & performance

96. What are characteristic of NFS protocol?

Correct : D. all of the mentioned

97. What is the coherency of replicated data?

Correct : D. all of the mentioned

98. The file once created can not be changed is called ___________

Correct : A. immutable file

99. ______ of the distributed file system are dispersed among various machines of distributed system.

Correct : D. all of the mentioned

100. _______ is not possible in distributed file system.

Correct : B. migration