0% found this document useful (0 votes)
12 views18 pages

150+ Distributed Computing System (DCS) solved MCQs with PDF download

The document contains over 150 solved multiple-choice questions (MCQs) related to Distributed Computing Systems (DCS), aimed at enhancing knowledge in Computer Science and Information Technology Engineering. Each question includes options and the correct answer, covering various topics such as system architecture, communication protocols, and algorithms. A PDF download option is also available for users to access the content offline.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views18 pages

150+ Distributed Computing System (DCS) solved MCQs with PDF download

The document contains over 150 solved multiple-choice questions (MCQs) related to Distributed Computing Systems (DCS), aimed at enhancing knowledge in Computer Science and Information Technology Engineering. Each question includes options and the correct answer, covering various topics such as system architecture, communication protocols, and algorithms. A PDF download option is also available for users to access the content offline.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

→ Computer Science Engineering (CSE) → Distributed Computing System (DCS) → Set 1

157 88.4k 4 Save

150+ Distributed Computing System (DCS) Solved MCQs


These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas:
Computer Science Engineering (CSE) , Information Technology Engineering (IT) .

Take a Test

Now Available in the Browser


It's more than just a virtual reality – it's Second
Life. Build it your way.

Second Life Sign Up

Hide answers 1 of 4 Sets

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.

A. true

B. false

Answer» A. true
discuss

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

A. middleware

B. firmware

C. package

D. system software

Answer» A. middleware
Now Available in the Browser discuss

It's more than just a virtual reality – it's Second Life. Build it your way. Sign Up
Second Life
https://mcqmate.com/topic/distributed-computing-system 1/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

3. The hardware of DS has two types

A. multiprocessor system,multicomputer system

B. multiprocessor system,unicomputer system

C. uniprocessor system,multicomputer system

D. uniprocessor system,unicomputer system

Answer» A. multiprocessor system,multicomputer system


discuss

4. Process Fail - Stop in process omission faults

A. can be detected in synchronous system.


Search MCQ | Topic | Course
B. can be detected in asynchronous system.

C. can be detected in synchronous and asynchronous system.

D. can be detected in standalone system.

Answer» A. can be detected in synchronous system.


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

5. Distributed pervasive system is also known as

A. ubiquitous computing

B. user interface design

C. graphical user interface

D. peer to peer system

Answer» A. ubiquitous computing


discuss

6. Type of cluster computing is

A. load sharing cluster

B. load holding cluster

Answer» D. load balancing cluster

https://mcqmate.com/topic/distributed-computing-system 2/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

6. Type of cluster computing is

C. load replication cluster

D. load balancing cluster

Answer» D. load balancing cluster


discuss

7. Type of grid computing is

A. collaborative grid

B. system grid

C. process grid

D. channel grid

Answer» A. collaborative grid


discuss

8. Scaling transparency hides

A. system expansion

B. system collaboration

C. system failure

D. system security

Answer» A. system expansion


discuss

9. Internet provides for remote login.

A. telnet

B. http

C. ftp

D. rpc

Answer» A. telnet
discuss

https://mcqmate.com/topic/distributed-computing-system 3/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

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. i,ii, iii


discuss

11. In RMI, the objects are passed by .

A. value

B. reference

C. value and reference

D. object

Answer» A. value
discuss

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. malformedurlexception
discuss

13. Transient communication done by layer

A. network

Answer» B. transport

https://mcqmate.com/topic/distributed-computing-system 4/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

13. Transient communication done by layer

B. transport

C. physical

D. session

Answer» B. transport
discuss

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. server stub


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

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. client machine


discuss

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

A. distributed environment

B. permanent procedure call

Answer» D. remote procedure call

https://mcqmate.com/topic/distributed-computing-system 5/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

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

C. process and file

D. remote procedure call

Answer» D. remote procedure call


discuss

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. client/server architecture


discuss

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

A. skeleton

B. stub

C. remote

D. server

Answer» B. stub
discuss

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

A. by sharing the same address space

B. without sharing the same address space

C. by sharing the same process number and process identifier

D. by sharing port number

Answer» A. by sharing the same address space


discuss

https://mcqmate.com/topic/distributed-computing-system 6/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

20. Which of the following allocates/deallocates buffers

A. rrl

B. stub/skeleton layer

C. transport layer

D. networking layer

Answer» A. rrl
discuss

21. OSI stands for

A. open system interconnection

B. operating system interface

C. optical serviceimplementation

D. open service internet

Answer» A. open system interconnection


discuss

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. port address


discuss

23. In all reliable multicast group communication

A. n\ response expected from the receiver

B. response from any of the receiver required

Answer» D. response needed from all the receivers

https://mcqmate.com/topic/distributed-computing-system 7/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

23. In all reliable multicast group communication

C. response from \m\(1<m<n) of the \n\ receiver required

D. response needed from all the receivers

Answer» D. response needed from all the receivers


discuss

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. consistent ordering


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

25. What is close group in group communication?

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

B. processes that are not members (clients) can send message to the group.

C. the idea of groups is to support replicated servers

D. processes that are not members (clients) but close to the group can send message to the group.

Answer» A. only members can send messages to the group as a whole


discuss

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

A. call by value

B. call by move

C. call by visit

Answer» B. call by move

https://mcqmate.com/topic/distributed-computing-system 8/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

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

D. call by reference

Answer» B. call by move


discuss

27. What is the feature of stateful server?

A. longer server recovery time

B. quick recovery after reboot

C. file operations must be idempotent

D. simple server design

Answer» A. longer server recovery time


discuss

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

A. critical section

B. deadlock

C. message passing

D. mutual exclusion

Answer» D. mutual exclusion


discuss

29. Absolute time synchronization can be achieved using

A. vector time stamping method

B. christian’s method

C. lamport’s method

D. ricart-agrawala algorithm

Answer» B. christian’s method


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

https://mcqmate.com/topic/distributed-computing-system 9/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

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

A. centralized

B. lamport’s.

C. token ring

D. decentralized algorithm

Answer» A. centralized
discuss

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

A. (3,9,5)

B. (3,8,4)

C. (1,7,3)

D. (4,8,2)

Answer» D. (4,8,2)
discuss

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?

A. 1970-01-01 04:12:30

B. 1970-01-01 04:12:30

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

D. 1970-01-01 04:12:32

Answer» C. 1970-01-01 04:12:32


discuss

33. NTP is layer protocol.

A. application

B. session

C. transport

D. physical

Answer» A. application
discuss

https://mcqmate.com/topic/distributed-computing-system 10/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

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

A. berkley algorithm:

B. bully algorithm.

C. cristian’s algorithm

D. lamport’s

Answer» B. bully algorithm.


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

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

A. 3(n − 1), t

B. 2(n − 1), t

C. (n − 1), 2t

D. (n − 1), t

Answer» B. 2(n − 1), t


discuss

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

A. √n , t

B. 2√n , t

C. 3√n , t

D. 3√n , 2t

Answer» D. 3√n , 2t
discuss

https://mcqmate.com/topic/distributed-computing-system 11/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

37. RAYMOND'S TREE BASED ALGORITHM is an

A. non- token based algorithm.

B. token based algorithm.

C. centralized based algorithm

D. physical clock synchronization algorithm.

Answer» B. token based algorithm.


discuss

38. Suzuki-Kasami's Broadcast Algorithm is an

A. non- token based algorithm.

B. token based algorithm.

C. centralized based algorithm

D. physical clock synchronization algorithm.

Answer» B. token based algorithm.


discuss

39. Full form of NTP is:

A. network time protocol

B. new time protocol

C. new timestamp protocol

D. network timestamp protocol

Answer» A. network time protocol


discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

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

A. token ring algorithm

B. centralized algorithm

Answer» A. token ring algorithm

https://mcqmate.com/topic/distributed-computing-system 12/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

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

C. decentralized algorithm

D. distributed algorithm

Answer» A. token ring algorithm


discuss

41. Pretransfering also known as

A. premigrating

B. precopying

C. prefiltering

D. postcopying

Answer» B. precopying
discuss

42. change the state of thread from suspe

A. run()

B. yield()

C. destroy()

D. start()

Answer» D. start()
discuss

43. Distributed syatem consists of set of resour

A. printer

B. processor

C. cd

D. processes

Answer» B. processor
discuss

44. This is not feature of cooperative algorithm

A. complex

B. larger overhead

C. worst stability

D. better stability

Answer» C. worst stability

https://mcqmate.com/topic/distributed-computing-system 13/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

discuss

Now Available in the Browser

Create a unique avatar & build the world that's yours. It's Second Life.

Second Life Sign Up

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

A. remote logging using ssh or telnet

B. zone are configured for automatic access

C. ftp is not used

D. ftp is used

Answer» A. remote logging using ssh or telnet


discuss

46. What are the characteristics of data migration?

A. transfer data by entire file or immediate portion required

B. transfer the computation rather than the data

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

D. execute an entire process or parts of it at same site

Answer» A. transfer data by entire file or immediate portion required


discuss

47. What are the characteristics of computation migration?

A. transfer data by entire file or immediate portion required

B. transfer the computation rather than the data

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

D. execute an entire process or parts of it at same site

Answer» B. transfer the computation rather than the data


discuss

48. What are the characteristics of process migr

A. transfer data by entire file or immediate portion required

Answer» C. execute an entire process or parts of it at different sites


https://mcqmate.com/topic/distributed-computing-system 14/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

48. What are the characteristics of process migr

B. transfer the computation rather than the data

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

D. execute an entire process or parts of it at same site

Answer» C. execute an entire process or parts of it at different sites


discuss

49. When the process issues an I/O request

A. it is placed in an i/o queue

B. it is placed in a waiting queue

C. it is placed in the ready queue

D. it is placed in the job queue

Answer» A. it is placed in an i/o queue


discuss

50. Absolute time ordering of all shared accesses matters in

A. sequential consistency

B. casual consistency

C. strict consistency

D. weak consistency

Answer» C. strict consistency


discuss

1 2 3 4

Done Studing? Take A Test.


Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've
learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to
solidify what you've just studied.

Take a Test

Related Topics *
https://mcqmate.com/topic/distributed-computing-system 15/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

Machine Learning (ML)

Data Compression and Data Retrieval

Distributed Computing System (DCS)

Discrete Structure (DS)

C# Programming

Theory of Computation

DotNet Technology

Data Structure and Algorithms (DSA)

Neural Networks and Fuzzy Control

Ubiquitous Computing System (UCS)

Object Oriented Programming (OOP)

Cloud Computing

High Performance Computing (HPC)

Programming for Problem Solving

Computer Networks

More in
Computer Science Engineering (CSE)

Information Technology Engineering (IT)

https://mcqmate.com/topic/distributed-computing-system 16/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

Now Available in
the Browser
It's more than just a
virtual reality – it's
Second Life. Build it
your way.

Second Life

Sign Up

Your recent visits


Topic: Distributed Computing System (DCS)

McqMate

McqMate.com is an educational platform, Which is developed BY STUDENTS, FOR STUDENTS, The main objective of our platform is to
assist fellow students in preparing for exams and in their Studies throughout their Academic career.

MCQMATE IS ALSO AVAILABLE ON


Resources
Forum
You Tube
UPSC - Union Public Service Commission
MBA
Contacts
Email: [email protected]

Privacy & Cookies Policy Disclaimer

© Copyright 2025 McqMate. All rights reserved.

https://mcqmate.com/topic/distributed-computing-system 17/18
5/13/25, 6:34 PM 150+ Distributed Computing System (DCS) solved MCQs with PDF download

Privacy and cookie settings


Managed by Google. Complies with IAB TCF. CMP ID: 300

https://mcqmate.com/topic/distributed-computing-system 18/18

You might also like