trivial fixes from earlier readings
[torspec/neena.git] / proposals / 138-remove-down-routers-from-consensus.txt
blob776911b5c90721a8bd30fbd533f9cbca0ece2936
1 Filename: 138-remove-down-routers-from-consensus.txt
2 Title: Remove routers that are not Running from consensus documents
3 Author: Peter Palfrader
4 Created: 11-Jun-2008
5 Status: Closed
6 Implemented-In: 0.2.1.2-alpha
8 1. Overview.
10   Tor directory authorities hourly vote and agree on a consensus document
11   which lists all the routers on the network together with some of their
12   basic properties, like if a router is an exit node, whether it is
13   stable or whether it is a version 2 directory mirror.
15   One of the properties given with each router is the 'Running' flag.
16   Clients do not use routers that are not listed as running.
18   This proposal suggests that routers without the Running flag are not
19   listed at all.
21 2. Current status
23   At a typical bootstrap a client downloads a 140KB consensus, about
24   10KB of certificates to verify that consensus, and about 1.6MB of
25   server descriptors, about 1/4 of which it requires before it will
26   start building circuits.
28   Another proposal deals with how to get that huge 1.6MB fraction to
29   effectively zero (by downloading only individual descriptors, on
30   demand).  Should that get successfully implemented that will leave the
31   140KB compressed consensus as a large fraction of what a client needs
32   to get in order to work.
34   About one third of the routers listed in a consensus are not running
35   and will therefore never be used by clients who use this consensus.
36   Not listing those routers will save about 30% to 40% in size.
38 3. Proposed change
40   Authority directory servers produce vote documents that include all
41   the servers they know about, running or not, like they currently
42   do.  In addition these vote documents also state that the authority
43   supports a new consensus forming method (method number 4).
45   If more than two thirds of votes that an authority has received claim
46   they support method 4 then this new method will be used:  The
47   consensus document is formed like before but a new last step removes
48   all routers from the listing that are not marked as Running.