0
$\begingroup$

According to the definition, distributed computing means to distributed a problem among different users while workgroup computing means to work on a problem by different users. So what's the difference between these two? Plz explain it with an example

Raphael
73.3k31 gold badges184 silver badges406 bronze badges
asked Jan 15, 2018 at 12:25
$\endgroup$
1
  • 1
    $\begingroup$ I can't help thinking, when a question is "What is X? please explain it with an example" that the asker has been set the homework exercise, "Explain X, with an example." If you were just interested in understanding, wouldn't any good explanation be enough? (And, besides, good explanations often include examples, anyway.) $\endgroup$ Commented Jan 15, 2018 at 13:54

2 Answers 2

2
$\begingroup$

Distributed computing is understood as splitting a big computational task between computers on a network, to reduce the total time and share the computational resources. The whole process is organized in such a way that the subtasks are distributed to the computing nodes in a fully automated way.

Workgroup computing is more the cooperation of several individuals working on the same project, sharing documents to be edited or exchanging messages. The challenge of this mode of operation is to ensure data coherence and correct distribution of the updates.


In a way, these two concepts are the opposite of each other: distributed computing splits data between different nodes, and workgroup processing lets different actors operate on the same data simultaneously.

answered Jul 11, 2023 at 7:47
$\endgroup$
0
$\begingroup$

Workgroup is Microsoft's term for peer-to-peer local area network. Computers running Microsoft operating systems in the same workgroup may share files, printers, or Internet connection. They call small local area networks such as home or hospital as 'workgroup'. But it's performance is best with fewer number of computers. You can share resources like printers, scanner, etc,. between computers connected on workgroup. Also, it is not safe for sensitive information and there is no centralized management of the resources.

Whereas, distributed computing is the field of study in computer science. E.g. distributed database, aircraft control systems, routing algorithms, grid computing could computing etc.,

Now, I ask you one question: Can workgroup be that part of distributed computing or vice verse or both are possible? I hope this question will help you dig out more information and learn little bit more about workgroup and distributed computing.

David Richerby
82.5k26 gold badges146 silver badges240 bronze badges
answered Jan 15, 2018 at 15:10
$\endgroup$
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.