Distributed systems: Difference between revisions

From Computer Science Wiki
No edit summary
Line 12: Line 12:


[[File:Centralized-Decentralized-and-Distributed-Networks-2017041028.png|400px]]
[[File:Centralized-Decentralized-and-Distributed-Networks-2017041028.png|400px]]
== Advantages of different systems ==
From the Dartford School<ref>http://ib.compscihub.net/wp-content/uploads/2015/04/7.1.7.pdf</ref>
Advantages of central system:
* Easier to administrate
* More control
Advantages of distributed systems:
* Quicker access
* Shared load
* Response more specific to environment


== Standards ==
== Standards ==

Revision as of 13:08, 8 October 2017

Control[1]

From John Rayworth's excellent site (here):

Centrally controlled system - A hardware and/or software IT system in which all parts of it are controlled by a central controller/server/mainframe[2].

(Purely) Distributed system - A hardware and/or software IT system in which various parts of the control and/or processing are controlled by individual controllers/servers/computers throughout the system[3].

An important distinction[edit]

Please remember, for the rest of your life, the image below, and the distinction between centralized, decentralized, and distributed networks. Although we are learning about control, this idea is used in many different areas of computer science. Image used from https://openclipart.org/detail/277506/Centralized-Decentralized-and-Distributed-Networks who have released this under the Creative Commons Zero 1.0 License

Centralized-Decentralized-and-Distributed-Networks-2017041028.png

Advantages of different systems[edit]

From the Dartford School[4]

Advantages of central system:

  • Easier to administrate
  • More control

Advantages of distributed systems:

  • Quicker access
  • Shared load
  • Response more specific to environment


Standards[edit]

  • Compare a centrally controlled system with a distributed system

References[edit]