aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-07-07 21:46:58 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-07-07 21:46:58 +0200
commit43cd5fbdd3e510d84e81a6ea27b2649f539f1b22 (patch)
tree163905da455dbb98a56861020565195f57dedbee
parent491be687f86d727df1a34234342083fd9b5467f5 (diff)
downloadwebsite-43cd5fbdd3e510d84e81a6ea27b2649f539f1b22.tar.gz
website-43cd5fbdd3e510d84e81a6ea27b2649f539f1b22.zip
concepts: Fixes in footnote on RINA IDD
-rw-r--r--content/en/docs/Concepts/ouroboros-model.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/content/en/docs/Concepts/ouroboros-model.md b/content/en/docs/Concepts/ouroboros-model.md
index 362fd81..98031b6 100644
--- a/content/en/docs/Concepts/ouroboros-model.md
+++ b/content/en/docs/Concepts/ouroboros-model.md
@@ -54,7 +54,6 @@ bridges. But after all that, I still feel such courses teach about as
much about computer networks as cookbooks teach about chemistry. I
wanted to go beyond technology and the rote knowledge of _how things
work_ to establish a thorough understanding of _why they work_.
-
During most of my PhD work at the engineering department, I spent my
research time on modeling telecommunications networks and computer
networks as _graphs_. The nodes represented some switch or router --
@@ -611,14 +610,16 @@ system will need a global address space[^14].
only true in the limited case that there is only one "gateway"
node in the routing area. In the general case, path information
will be needed to determine which gateway to use.
-[^14]:A [paper on RINA](http://rina.tssg.org/docs/CAMAD-final.pdf) that
- claims that a global address space is not needed, seems to prove the
- exact opposite of that claim. The resolution system, called the
- Inter-DIF Directory (IDD) -- it does more than just finding the
- destination network -- -- is present on every system and has internal
- forwarding rules to route requests between its node. If that is not a
- global address space, then I am Mickey Mouse; the addresses inside the
- IDD are just based on strings instead of numbers. The IDD houses a
- unicast layer with a global address space. While the IDD is techically
- not a DIF, the DIF-DAF distinction is
+
+[^14]:A [paper on RINA](http://rina.tssg.org/docs/CAMAD-final.pdf)
+ that claims that a global address space is not needed, seems to
+ prove the exact opposite of that claim. The resolution system,
+ called the Inter-DIF Directory (IDD) is present on every system
+ that can make use of it and uses internal forwarding rules based
+ on the lookup name to route requests between its peer nodes. If
+ that is not a global address space, then I am Mickey Mouse: the
+ addresses inside the IDD are just based on strings instead of
+ numbers. The IDD houses a unicast layer with a global address
+ space. While the IDD is techically not a DIF, the DIF-DAF
+ distinction is
[severely flawed](https://ouroboros.rocks/blog/2021/03/20/how-does-ouroboros-relate-to-rina-the-recursive-internetwork-architecture/#ouroboros-diverges-from-rina). \ No newline at end of file