From fcff6b8734b3fa5546b5bd3ac84e6361367679e6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 22 Dec 2020 19:22:33 +0100 Subject: [PATCH] Auto: misc. --- decentralized.md | 5 +++++ distributed.md | 7 +++++++ hierarchies.md | 4 ++++ network.md | 9 +++++++++ 4 files changed, 25 insertions(+) create mode 100644 decentralized.md create mode 100644 hierarchies.md create mode 100644 network.md diff --git a/decentralized.md b/decentralized.md new file mode 100644 index 000000000..11a029fee --- /dev/null +++ b/decentralized.md @@ -0,0 +1,5 @@ +# Decentralized + +- A [[network]] where each node can route to many others, but one in which nodes have differing [[hierarchies]]. + +
View post on imgur.com
diff --git a/distributed.md b/distributed.md index c3a94647e..da18dbdf3 100644 --- a/distributed.md +++ b/distributed.md @@ -1,5 +1,12 @@ # Distributed +- A [[network]] where each node can route to many others, and in which there is no topological [[hierarchy]]. - When applied to [[systems]], it means that computation or processing takes place in more than one server, node or location; and that there is no recognizable hierarchical 'root' in the resulting network. - See also: [[decentralized]], [[centralized]]. +
View post on imgur.com
+ +[//begin]: # "Autogenerated link references for markdown compatibility" +[network]: network "Network" +[decentralized]: decentralized "Decentralized" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/hierarchies.md b/hierarchies.md new file mode 100644 index 000000000..cef7b67f6 --- /dev/null +++ b/hierarchies.md @@ -0,0 +1,4 @@ +# Hierarchies + +- [[Overrated]]. + diff --git a/network.md b/network.md new file mode 100644 index 000000000..77e2940f8 --- /dev/null +++ b/network.md @@ -0,0 +1,9 @@ +# Network + +- A [[graph]] in the context of [[network science]]. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[graph]: graph "Graph" +[network science]: network-science "Network Science" +[//end]: # "Autogenerated link references" \ No newline at end of file