MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In distributed system, each processor has its own ____
A
Local memory
B
Clock
C
Both local memory and clock
D
None of the mentioned
Explanation: 

Detailed explanation-1: -In distributed computing, each processor has its own private memory (distributed memory). Information is exchanged by passing messages between the processors.

Detailed explanation-2: -A distributed system is a collection of processors that do not share memory or a clock. Instead, each processor has its own local memory The processors communicate with one another through various communication networks, such as high-speed buses or telephone lines.

Detailed explanation-3: -A distributed computer system consists of multiple software components that are on multiple computers, but run as a single system. The computers that are in a distributed system can be physically close together and connected by a local network, or they can be geographically distant and connected by a wide area network.

Detailed explanation-4: -Distributed systems have a single central node where all of the processing is done. Distributed systems can take multiple requests at the same time. All the files are stored as is in the same system.

There is 1 question to complete.