incentives.txt 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Tor Incentives Design Brainstorms
  2. 1. Goals: what do we want to achieve with an incentive scheme?
  3. 1.1. Encourage users to provide good relay service (throughput, latency).
  4. 1.2. Encourage users to allow traffic to exit the Tor network from
  5. their node.
  6. 2. Approaches to learning who should get priority.
  7. 2.1. "Hard" or quantitative reputation tracking.
  8. In this design, we track the number of bytes and throughput in and
  9. out of nodes we interact with. When a node asks to send or receive
  10. bytes, we provide service proportional to our current record of the
  11. node's value. One approach is to let each circuit be either a normal
  12. circuit or a premium circuit, and nodes can "spend" their value by
  13. sending and receiving bytes on premium circuits: see section 4.1 for
  14. details of this design. Another approach (section 4.2) would treat
  15. all traffic from the node with the same priority class, and so nodes
  16. that provide resources will get and provide better service on average.
  17. 2.2. "Soft" or qualitative reputation tracking.
  18. Rather than accounting for every byte (if I owe you a byte, I don't
  19. owe it anymore once you've spent it), instead I keep a general opinion
  20. about each server: my opinion increases when they do good work for me,
  21. and it decays with time, but it does not decrease as they send traffic.
  22. Therefore we reward servers who provide value to the system without
  23. nickle and diming them at each step. We also let them benefit from
  24. relaying traffic for others without having to "reserve" some of the
  25. payment for their own use. See section 4.3 for a possible design.
  26. 2.3. Centralized opinions from the reputation servers.
  27. The above approaches are complex and we don't have all the answers
  28. for them yet. A simpler approach is just to let some central set
  29. of trusted servers (say, the Tor directory servers) measure whether
  30. people are contributing to the network, and provide a signal about
  31. which servers should be rewarded. They can even do the measurements
  32. via Tor so servers can't easily perform only when they're being
  33. tested. See section 4.4.
  34. 2.4. Reputation servers that aggregate opinions.
  35. The option above has the directory servers doing all of the
  36. measurements. This doesn't scale. We can set it up so we have "deputy
  37. testers" -- trusted other nodes that do performance testing and report
  38. their results. If we want to be really adventurous, we could even
  39. accept claims from every Tor user and build a complex weighting /
  40. reputation system to decide which claims are "probably" right.
  41. 3. Related issues we need to keep in mind.
  42. 3.1. Relay and exit needs to be easy and usable.
  43. Implicit in all of the above designs is the need to make it easy to
  44. run a Tor server out of the box. We need to make it stable on all
  45. common platforms (including XP), it needs to detect its available
  46. bandwidth and not overreach that, and it needs to help the operator
  47. through opening up ports on his firewall. Then we need a slick GUI
  48. that lets people click a button or two rather than editing text files.
  49. Once we've done all this, we'll need to face the big question: is
  50. most of the barrier to growth caused by the unusability of the current
  51. software? If so, are the rest of these incentive schemes superfluous?
  52. 3.2. The network effect: how many nodes will you interact with?
  53. One of the concerns with pairwise reputation systems is that as the
  54. network gets thousands of servers, the chance that you're going to
  55. interact with a given server decreases. So if in 90% of interactions
  56. you're acting for the first time, the "local" incentive schemes above
  57. are going to degrade. This doesn't mean they're pointless -- it just
  58. means we need to be aware that this is a limitation, and plan in the
  59. background for what step to take next.
  60. 3.3. Guard nodes
  61. As of Tor 0.1.1.11, Tor users pick from a small set of semi-permanent
  62. "guard nodes" for their first hop of each circuit. This seems to have
  63. a big impact on pairwise reputation systems since you will only be
  64. cashing in on your reputation to a few people, and it is unlikely
  65. that a given pair of nodes will both use the other as guard nodes.
  66. What does this imply? For one, it means that we don't care at all
  67. about the opinions of most of the servers out there -- we should
  68. focus on keeping our guard nodes happy with us.
  69. One conclusion from that is that our design needs to judge performance
  70. not just through direct interaction (beginning of the circuit) but
  71. also through indirect interaction (middle of the circuit). That way
  72. you can never be sure when your guards are measuring you.
  73. 3.4. Restricted topology: benefits and roadmap.
  74. As the Tor network continues to grow, we will make design changes
  75. to the network topology so that each node does not need to maintain
  76. connections to an unbounded number of other nodes.
  77. A special case here is the social network.
  78. 3.5. Profit-maximizing vs. Altruism.
  79. There are some interesting game theory questions here.
  80. First, in a volunteer culture, success is measured in public utility
  81. or in public esteem. If we add a reward mechanism, there's a risk that
  82. reward-maximizing behavior will surpass utility- or esteem-maximizing
  83. behavior.
  84. Specifically, if most of our servers right now are relaying traffic
  85. for the good of the community, we may actually *lose* those volunteers
  86. if we turn the act of relaying traffic into a selfish act.
  87. I am not too worried about this issue for now, since we're aiming
  88. for an incentive scheme so effective that it produces thousands of
  89. new servers.
  90. 4. Sample designs.
  91. 4.1. Two classes of service for circuits.
  92. 4.2. Treat all the traffic from the node with the same service;
  93. hard reputation system.
  94. 4.3. Treat all the traffic from the node with the same service;
  95. soft reputation system.
  96. 4.4. Centralized opinions from the reputation servers.
  97. 5. Types of attacks.
  98. 5.1. Anonymity attacks: