aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-11-11 20:06:03 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-11-11 20:06:03 -0500
commit346eed5dc7d436e3823276df28b8c1cd6a5a4dbe (patch)
tree5b8a7b4ceafacc131ac1060afeec8153a11b5116
parentdb9acdb4c51c3ea2a810978fd88a82445610b18f (diff)
updated networks.tex
-rw-r--r--final/networks.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/final/networks.tex b/final/networks.tex
index 31cf845..9f6a9e6 100644
--- a/final/networks.tex
+++ b/final/networks.tex
@@ -3,4 +3,6 @@ The most popular amongst them is ``the internet,'' to the extent it can be descr
It originates in very centralized institutions: MIT and DARPA, who invented packet switching, a way of transferring data across a group of nodes [POTENTIAL SUBTOPIC?]\footnote{$^1$}{\link{https://networkencyclopedia.com/packet-switching/}}\footnote{$^2$}{\link{https://www.internetsociety.org/internet/history-internet/brief-history-internet/}}.
Packet switching was the birth of the internet, and as such is a central theme of our project.
-The way that packets (any information transferred across any protocol) maintain their correctness, or proving that the data is untampered, and the way that computers connect to eachother will be explored.
+The way that packets (any information transferred across any protocol) maintain their correctness, or proving that the data is untampered, and the way that computers connect to eachother will be explored in this paper.
+Additionally, we have included some Python programs as proofs-of-concept for some concepts discussed, such as RSA and routing.
+Execution instructions for those and source code has been included in the appendix.