aboutsummaryrefslogtreecommitdiff
path: root/glossary.txt
diff options
context:
space:
mode:
authorChelsea H. Komlo <chelsea.komlo@gmail.com>2016-12-23 10:39:22 -0500
committerChelsea H. Komlo <chelsea.komlo@gmail.com>2017-01-10 20:20:21 -0500
commit6b813c4af9290c5a7eda196bda385adb4b780588 (patch)
tree600559576bc25573ce633fe1bc9da48df153fa76 /glossary.txt
parentee6c183d7148214a5096f365b3c32011c5c82bf1 (diff)
downloadtorspec-6b813c4af9290c5a7eda196bda385adb4b780588.tar.gz
torspec-6b813c4af9290c5a7eda196bda385adb4b780588.zip
Adding high level circuit & guard picking overview
Defining useful glossary terms
Diffstat (limited to 'glossary.txt')
-rw-r--r--glossary.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/glossary.txt b/glossary.txt
index 7fcd4fa..ba4baeb 100644
--- a/glossary.txt
+++ b/glossary.txt
@@ -29,13 +29,30 @@ This glossary is not a design document; it is only a reference.
Client, aka OP (onion proxy)
Bridge -
- Circuit -
+
+ Circuit: An established path through the network, where cryptographic keys
+ are negotiated using the ntor protocol with each hop. Circuits can differ
+ in length depending on their purpose. See also Leaky Pipe Topology.
+
+ Origin Circuit -
+
+ Exit Circuit: A circuit which connects clients to destinations
+ outside the Tor network. For example, if a client wanted to visit
+ duckduckgo.com, this connection would require an exit circuit.
+
+ Internal Circuit: A circuit whose traffic never leaves the Tor
+ network. For example, a client could connect to a hidden service via
+ an internal circuit.
+
Stream
Edge connection:
TLS connection:
-
+
Link handshake
Circuit handshake
+ Leaky Pipe Topology: The ability for packets to be addressed to any hop
+ in the path of a circuit. The destination hop is determined by using the
+ recognized field of relay cells.