Q1
Which of the following options is not correct about the distributed system?
Ops: A.
O There can be multiple components, but they will generally be autonomous in nature.
B.
There is greater fault tolerance in a distributed model
C.
O The systems can't be spread across different geographies
O It allows resource sharing by systems connected to the network at the same time
reset answer
Answers
Answer:
b
Explanation:
(b) there is greater fault tolerance in a distributed model
Answer:
Concept:
Any network structure made up of independent computers connected by a distribution middleware is referred to as a distributed system. Distributed systems make it possible to share various resources and capabilities, giving users access to a single, cohesive network.
Explanation:
A centralized system is the opposite of a dispersed system. A computing system is not distributed if all of its components are located on a single machine, as was the case with early mainframes like Von Neumann machines.
A. There can be multiple components, but they will generally be autonomous in nature. Correct
B. There is greater fault tolerance in a distributed model. Correct
C. The systems can't be spread across different geographies. Not Correct
D. It allows resource sharing by systems connected to the network at the same time. Correct
#SPJ3