challenges.tex 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514
  1. \documentclass{llncs}
  2. % XXXX NM: Fold ``bandwidth and usability'' into ``Tor and file-sharing'' --
  3. % ``bandwidth and file-sharing''.
  4. \usepackage{url}
  5. \usepackage{amsmath}
  6. \usepackage{epsfig}
  7. \setlength{\textwidth}{6.1in}
  8. \setlength{\textheight}{8.5in}
  9. \setlength{\topmargin}{1cm}
  10. \setlength{\oddsidemargin}{.5cm}
  11. \setlength{\evensidemargin}{.5cm}
  12. \newenvironment{tightlist}{\begin{list}{$\bullet$}{
  13. \setlength{\itemsep}{0mm}
  14. \setlength{\parsep}{0mm}
  15. % \setlength{\labelsep}{0mm}
  16. % \setlength{\labelwidth}{0mm}
  17. % \setlength{\topsep}{0mm}
  18. }}{\end{list}}
  19. \begin{document}
  20. \title{Challenges in deploying low-latency anonymity}
  21. \author{Roger Dingledine\inst{1} \and
  22. Nick Mathewson\inst{1} \and
  23. Paul Syverson\inst{2}}
  24. \institute{The Free Haven Project \email{<\{arma,nickm\}@freehaven.net>} \and
  25. Naval Research Laboratory \email{<syverson@itd.nrl.navy.mil>}}
  26. \maketitle
  27. \pagestyle{plain}
  28. \begin{abstract}
  29. There are many unexpected or unexpectedly difficult obstacles to
  30. deploying anonymous communications. Drawing on our experiences deploying
  31. Tor (the second-generation onion routing network), we describe social
  32. challenges and technical issues that must be faced
  33. in building, deploying, and sustaining a scalable, distributed, low-latency
  34. anonymity network.
  35. \end{abstract}
  36. \section{Introduction}
  37. % Your network is not practical unless it is sustainable and distributed.
  38. Anonymous communication is full of surprises. This paper discusses some
  39. unexpected challenges arising from our experiences deploying Tor, a
  40. low-latency general-purpose anonymous communication system. We will discuss
  41. some of the difficulties we have experienced and how we have met them (or how
  42. we plan to meet them, if we know). We also discuss some less
  43. troublesome open problems that we must nevertheless eventually address.
  44. %We will describe both those future challenges that we intend to explore and
  45. %those that we have decided not to explore and why.
  46. Tor is an overlay network for anonymizing TCP streams over the
  47. Internet~\cite{tor-design}. It addresses limitations in earlier Onion
  48. Routing designs~\cite{or-ih96,or-jsac98,or-discex00,or-pet00} by adding
  49. perfect forward secrecy, congestion control, directory servers, data
  50. integrity, configurable exit policies, and location-hidden services using
  51. rendezvous points. Tor works on the real-world Internet, requires no special
  52. privileges or kernel modifications, requires little synchronization or
  53. coordination between nodes, and provides a reasonable trade-off between
  54. anonymity, usability, and efficiency.
  55. We deployed the public Tor network in October 2003; since then it has
  56. grown to over a hundred volunteer-operated nodes
  57. and as much as 80 megabits of
  58. average traffic per second. Tor's research strategy has focused on deploying
  59. a network to as many users as possible; thus, we have resisted designs that
  60. would compromise deployability by imposing high resource demands on node
  61. operators, and designs that would compromise usability by imposing
  62. unacceptable restrictions on which applications we support. Although this
  63. strategy has
  64. drawbacks (including a weakened threat model, as discussed below), it has
  65. made it possible for Tor to serve many thousands of users and attract
  66. funding from diverse sources whose goals range from security on a
  67. national scale down to individual liberties.
  68. In~\cite{tor-design} we gave an overall view of Tor's
  69. design and goals. Here we describe some policy, social, and technical
  70. issues that we face as we continue deployment.
  71. Rather than providing complete solutions to every problem, we
  72. instead lay out the challenges and constraints that we have observed while
  73. deploying Tor. In doing so, we aim to provide a research agenda
  74. of general interest to projects attempting to build
  75. and deploy practical, usable anonymity networks in the wild.
  76. %While the Tor design paper~\cite{tor-design} gives an overall view its
  77. %design and goals,
  78. %this paper describes the policy and technical issues that Tor faces as
  79. %we continue deployment. Rather than trying to provide complete solutions
  80. %to every problem here, we lay out the assumptions and constraints
  81. %that we have observed through deploying Tor in the wild. In doing so, we
  82. %aim to create a research agenda for others to
  83. %help in addressing these issues.
  84. % Section~\ref{sec:what-is-tor} gives an
  85. %overview of the Tor
  86. %design and ours goals. Sections~\ref{sec:crossroads-policy}
  87. %and~\ref{sec:crossroads-design} go on to describe the practical challenges,
  88. %both policy and technical respectively,
  89. %that stand in the way of moving
  90. %from a practical useful network to a practical useful anonymous network.
  91. %\section{What Is Tor}
  92. \section{Background}
  93. Here we give a basic overview of the Tor design and its properties, and
  94. compare Tor to other low-latency anonymity designs.
  95. \subsection{Tor, threat models, and distributed trust}
  96. \label{sec:what-is-tor}
  97. %Here we give a basic overview of the Tor design and its properties. For
  98. %details on the design, assumptions, and security arguments, we refer
  99. %the reader to the Tor design paper~\cite{tor-design}.
  100. %\medskip
  101. \noindent
  102. {\bf How Tor works.}
  103. Tor provides \emph{forward privacy}, so that users can connect to
  104. Internet sites without revealing their logical or physical locations
  105. to those sites or to observers. It also provides \emph{location-hidden
  106. services}, so that servers can support authorized users without
  107. giving an effective vector for physical or online attackers.
  108. Tor provides these protections even when a portion of its
  109. infrastructure is compromised.
  110. To connect to a remove server via Tor, the client software learns a signed
  111. list of Tor nodes from one of several central \emph{directory servers}, and
  112. incrementally creates a private pathway or \emph{circuit} of encrypted
  113. connections through authenticated Tor nodes on the network, negotiating a
  114. separate set of encryption keys for each hop along the circuit. The circuit
  115. is extended one node at a time, and each node along the way knows only the
  116. immediately previous and following nodes in the circuit, so no individual Tor
  117. node knows the complete path that each fixed-sized data packet (or
  118. \emph{cell}) will take.
  119. %Because each node sees no more than one hop in the
  120. %circuit,
  121. Thus, neither an eavesdropper nor a compromised node can
  122. see both the connection's source and destination. Later requests use a new
  123. circuit, to complicate long-term linkability between different actions by
  124. a single user.
  125. Tor also helps servers hide their locations while
  126. providing services such as web publishing or instant
  127. messaging. Using ``rendezvous points'', other Tor users can
  128. connect to these authenticated hidden services, neither one learning the
  129. other's network identity.
  130. Tor attempts to anonymize the transport layer, not the application layer.
  131. This approach is useful for applications such as SSH
  132. where authenticated communication is desired. However, when anonymity from
  133. those with whom we communicate is desired,
  134. application protocols that include personally identifying information need
  135. additional application-level scrubbing proxies, such as
  136. Privoxy~\cite{privoxy} for HTTP\@. Furthermore, Tor does not relay arbitrary
  137. IP packets; it only anonymizes TCP streams and DNS requests
  138. %, and only supports
  139. %connections via SOCKS
  140. (but see Section~\ref{subsec:tcp-vs-ip}).
  141. Most node operators do not want to allow arbitrary TCP traffic. % to leave
  142. %their server.
  143. To address this, Tor provides \emph{exit policies} so
  144. each exit node can block the IP addresses and ports it is unwilling to allow.
  145. Tor nodes advertise their exit policies to the directory servers, so that
  146. client can tell which nodes will support their connections.
  147. As of January 2005, the Tor network has grown to around a hundred nodes
  148. on four continents, with a total capacity exceeding 1Gbit/s. Appendix A
  149. shows a graph of the number of working nodes over time, as well as a
  150. graph of the number of bytes being handled by the network over time.
  151. The network is now sufficiently diverse for further development
  152. and testing; but of course we always encourage new nodes
  153. to join.
  154. Tor research and development has been funded by ONR and DARPA
  155. for use in securing government
  156. communications, and by the Electronic Frontier Foundation for use
  157. in maintaining civil liberties for ordinary citizens online. The Tor
  158. protocol is one of the leading choices
  159. for the anonymizing layer in the European Union's PRIME directive to
  160. help maintain privacy in Europe.
  161. The AN.ON project in Germany
  162. has integrated an independent implementation of the Tor protocol into
  163. their popular Java Anon Proxy anonymizing client.
  164. % This wide variety of
  165. %interests helps maintain both the stability and the security of the
  166. %network.
  167. \medskip
  168. \noindent
  169. {\bf Threat models and design philosophy.}
  170. The ideal Tor network would be practical, useful and and anonymous. When
  171. trade-offs arise between these properties, Tor's research strategy has been
  172. to remain useful enough to attract many users,
  173. and practical enough to support them. Only subject to these
  174. constraints do we try to maximize
  175. anonymity.\footnote{This is not the only possible
  176. direction in anonymity research: designs exist that provide more anonymity
  177. than Tor at the expense of significantly increased resource requirements, or
  178. decreased flexibility in application support (typically because of increased
  179. latency). Such research does not typically abandon aspirations toward
  180. deployability or utility, but instead tries to maximize deployability and
  181. utility subject to a certain degree of structural anonymity (structural because
  182. usability and practicality affect usage which affects the actual anonymity
  183. provided by the network \cite{econymics,back01}).}
  184. %{We believe that these
  185. %approaches can be promising and useful, but that by focusing on deploying a
  186. %usable system in the wild, Tor helps us experiment with the actual parameters
  187. %of what makes a system ``practical'' for volunteer operators and ``useful''
  188. %for home users, and helps illuminate undernoticed issues which any deployed
  189. %volunteer anonymity network will need to address.}
  190. Because of our strategy, Tor has a weaker threat model than many designs in
  191. the literature. In particular, because we
  192. support interactive communications without impractically expensive padding,
  193. we fall prey to a variety
  194. of intra-network~\cite{back01,attack-tor-oak05,flow-correlation04} and
  195. end-to-end~\cite{danezis-pet2004,SS03} anonymity-breaking attacks.
  196. Tor does not attempt to defend against a global observer. In general, an
  197. attacker who can measure both ends of a connection through the Tor network
  198. % I say 'measure' rather than 'observe', to encompass murdoch-danezis
  199. % style attacks. -RD
  200. can correlate the timing and volume of data on that connection as it enters
  201. and leaves the network, and so link communication partners.
  202. Known solutions to this attack would seem to require introducing a
  203. prohibitive degree of traffic padding between the user and the network, or
  204. introducing an unacceptable degree of latency (but see Section
  205. \ref{subsec:mid-latency}). Also, it is not clear that these methods would
  206. work at all against a minimally active adversary who could introduce timing
  207. patterns or additional traffic. Thus, Tor only attempts to defend against
  208. external observers who cannot observe both sides of a user's connections.
  209. Against internal attackers who sign up Tor nodes, the situation is more
  210. complicated. In the simplest case, if an adversary has compromised $c$ of
  211. $n$ nodes on the Tor network, then the adversary will be able to compromise
  212. a random circuit with probability $\frac{c^2}{n^2}$ (since the circuit
  213. initiator chooses hops randomly). But there are
  214. complicating factors:
  215. (1)~If the user continues to build random circuits over time, an adversary
  216. is pretty certain to see a statistical sample of the user's traffic, and
  217. thereby can build an increasingly accurate profile of her behavior. (See
  218. Section~\ref{subsec:helper-nodes} for possible solutions.)
  219. (2)~An adversary who controls a popular service outside the Tor network
  220. can be certain to observe all connections to that service; he
  221. can therefore trace connections to that service with probability
  222. $\frac{c}{n}$.
  223. (3)~Users do not in fact choose nodes with uniform probability; they
  224. favor nodes with high bandwidth or uptime, and exit nodes that
  225. permit connections to their favorite services.
  226. See Section~\ref{subsec:routing-zones} for discussion of larger
  227. adversaries and our dispersal goals.
  228. % I'm trying to make this paragraph work without reference to the
  229. % analysis/confirmation distinction, which we haven't actually introduced
  230. % yet, and which we realize isn't very stable anyway. Also, I don't want to
  231. % deprecate these attacks if we can't demonstrate that they don't work, since
  232. % in case they *do* turn out to work well against Tor, we'll look pretty
  233. % foolish. -NM
  234. More powerful attacks may exist. In \cite{hintz-pet02} it was
  235. shown that an attacker who can catalog data volumes of popular
  236. responder destinations (say, websites with consistent data volumes) may not
  237. need to
  238. observe both ends of a stream to learn source-destination links for those
  239. responders.
  240. %However, it is still essentially confirming
  241. %suspected communicants where the responder suspects are ``stored'' rather
  242. %than observed at the same time as the client.
  243. Similarly, latencies of going through various routes can be
  244. cataloged~\cite{back01} to connect endpoints.
  245. % XXX hintz-pet02 just looked at data volumes of the sites. this
  246. % doesn't require much variability or storage. I think it works
  247. % quite well actually. Also, \cite{kesdogan:pet2002} takes the
  248. % attack another level further, to narrow down where you could be
  249. % based on an intersection attack on subpages in a website. -RD
  250. %
  251. % I was trying to be terse and simultaneously referring to both the
  252. % Hintz stuff and the Back et al. stuff from Info Hiding 01. I've
  253. % separated the two and added the references. -PFS
  254. It has not yet been shown whether these attacks will succeed or fail
  255. in the presence of the variability and volume quantization introduced by the
  256. Tor network, but it seems likely that these factors will at best delay
  257. rather than halt the attacks in the cases where they succeed.
  258. %likely to entail high variability and massive storage since
  259. %routes through the network to each site will be random even if they
  260. %have relatively unique latency characteristics. So this does not seem
  261. %an immediate practical threat.
  262. Along similar lines, the same paper suggests a ``clogging
  263. attack''. Murdoch and Danezis~\cite{attack-tor-oak05} show a practical
  264. clogging attack against portions of
  265. the fifty node Tor network as deployed in mid 2004.
  266. An outside attacker can actively trace a circuit through the Tor network
  267. by observing changes in the latency of his
  268. own traffic sent through various Tor nodes. These attacks only reveal
  269. the Tor nodes in the circuit, not initiator and responder addresses,
  270. so it is still necessary to discover the endpoints to complete the
  271. attacks. Increasing the size and diversity of the Tor network may
  272. help counter these attacks.
  273. %discuss $\frac{c^2}{n^2}$, except how in practice the chance of owning
  274. %the last hop is not $c/n$ since that doesn't take the destination (website)
  275. %into account. so in cases where the adversary does not also control the
  276. %final destination we're in good shape, but if he *does* then we'd be better
  277. %off with a system that lets each hop choose a path.
  278. %
  279. %Isn't it more accurate to say ``If the adversary _always_ controls the final
  280. % dest, we would be just as well off with such as system.'' ? If not, why
  281. % not? -nm
  282. % Sure. In fact, better off, since they seem to scale more easily. -rd
  283. % XXXX the below paragraph should probably move later, and merge with
  284. % other discussions of attack-tor-oak5.
  285. %Murdoch and Danezis describe an attack
  286. %\cite{attack-tor-oak05} that lets an attacker determine the nodes used
  287. %in a circuit; yet s/he cannot identify the initiator or responder,
  288. %e.g., client or web server, through this attack. So the endpoints
  289. %remain secure, which is the goal. It is conceivable that an
  290. %adversary could attack or set up observation of all connections
  291. %to an arbitrary Tor node in only a few minutes. If such an adversary
  292. %were to exist, s/he could use this probing to remotely identify a node
  293. %for further attack. Of more likely immediate practical concern
  294. %an adversary with active access to the responder traffic
  295. %wants to keep a circuit alive long enough to attack an identified
  296. %node. Thus it is important to prevent the responding end of the circuit
  297. %from keeping it open indefinitely.
  298. %Also, someone could identify nodes in this way and if in their
  299. %jurisdiction, immediately get a subpoena (if they even need one)
  300. %telling the node operator(s) that she must retain all the active
  301. %circuit data she now has.
  302. %Further, the enclave model, which had previously looked to be the most
  303. %generally secure, seems particularly threatened by this attack, since
  304. %it identifies endpoints when they're also nodes in the Tor network:
  305. %see Section~\ref{subsec:helper-nodes} for discussion of some ways to
  306. %address this issue.
  307. \medskip
  308. \noindent
  309. {\bf Distributed trust.}
  310. In practice Tor's threat model is based on
  311. dispersal and diversity.
  312. Our defense lies in having a diverse enough set of nodes
  313. to prevent most real-world
  314. adversaries from being in the right places to attack users,
  315. by distributing each transaction
  316. over several nodes in the network. This ``distributed trust'' approach
  317. means the Tor network can be safely operated and used by a wide variety
  318. of mutually distrustful users, providing sustainability and security.
  319. %than some previous attempts at anonymizing networks.
  320. No organization can achieve this security on its own. If a single
  321. corporation or government agency were to build a private network to
  322. protect its operations, any connections entering or leaving that network
  323. would be obviously linkable to the controlling organization. The members
  324. and operations of that agency would be easier, not harder, to distinguish.
  325. Instead, to protect our networks from traffic analysis, we must
  326. collaboratively blend the traffic from many organizations and private
  327. citizens, so that an eavesdropper can't tell which users are which,
  328. and who is looking for what information. %By bringing more users onto
  329. %the network, all users become more secure~\cite{econymics}.
  330. %[XXX I feel uncomfortable saying this last sentence now. -RD]
  331. %[So, I took it out. I think we can do without it. -PFS]
  332. The Tor network has a broad range of users, including ordinary citizens
  333. concerned about their privacy, corporations
  334. who don't want to reveal information to their competitors, and law
  335. enforcement and government intelligence agencies who need
  336. to do operations on the Internet without being noticed.
  337. Naturally, organizations will not want to depend on others for their
  338. security. If most participating providers are reliable, Tor tolerates
  339. some hostile infiltration of the network. For maximum protection,
  340. the Tor design includes an enclave approach that lets data be encrypted
  341. (and authenticated) end-to-end, so high-sensitivity users can be sure it
  342. hasn't been read or modified. This even works for Internet services that
  343. don't have built-in encryption and authentication, such as unencrypted
  344. HTTP or chat, and it requires no modification of those services.
  345. \subsection{Related work}
  346. Tor is not the only anonymity system that aims to be practical and useful.
  347. Commercial single-hop proxies~\cite{anonymizer}, as well as unsecured
  348. open proxies around the Internet, can provide good
  349. performance and some security against a weaker attacker. The Java
  350. Anon Proxy~\cite{web-mix} provides similar functionality to Tor but
  351. handles only web browsing rather than arbitrary TCP\@.
  352. %Some peer-to-peer file-sharing overlay networks such as
  353. %Freenet~\cite{freenet} and Mute~\cite{mute}
  354. Zero-Knowledge Systems' commercial Freedom
  355. network~\cite{freedom21-security} was even more flexible than Tor in
  356. transporting arbitrary IP packets, and also supported
  357. pseudonymity in addition to anonymity; but it has
  358. a different approach to sustainability (collecting money from users
  359. and paying ISPs to run Tor nodes), and was eventually shut down due to financial
  360. load. Finally,
  361. more scalable peer-to-peer designs like Tarzan~\cite{tarzan:ccs02} and
  362. MorphMix~\cite{morphmix:fc04} have been proposed in the literature, but
  363. have not been fielded. These systems differ somewhat
  364. in threat model and presumably practical resistance to threats.
  365. Note that MorphMix and Tor differ only in
  366. node discovery and circuit setup; so Tor's architecture is flexible
  367. enough to contain a MorphMix experiment.
  368. We direct the interested reader
  369. to~\cite{tor-design} for a more in-depth review of related work.
  370. Tor also differs from other deployed systems for traffic analysis resistance
  371. in its security and flexibility. Mix networks such as
  372. Mixmaster~\cite{mixmaster-spec} or its successor Mixminion~\cite{minion-design}
  373. gain the highest degrees of anonymity at the expense of introducing highly
  374. variable delays, thus making them unsuitable for applications such as web
  375. browsing. Commercial single-hop
  376. proxies~\cite{anonymizer} present a single point of failure, where
  377. a single compromise can expose all users' traffic, and a single-point
  378. eavesdropper can perform traffic analysis on the entire network.
  379. Also, their proprietary implementations place any infrastructure that
  380. depends on these single-hop solutions at the mercy of their providers'
  381. financial health as well as network security.
  382. %XXXX six-four. crowds. i2p.
  383. %XXXX
  384. %have a serious discussion of morphmix's assumptions, since they would
  385. %seem to be the direct competition. in fact tor is a flexible architecture
  386. %that would encompass morphmix, and they're nearly identical except for
  387. %path selection and node discovery. and the trust system morphmix has
  388. %seems overkill (and/or insecure) based on the threat model we've picked.
  389. % this para should probably move to the scalability / directory system. -RD
  390. % Nope. Cut for space, except for small comment added above -PFS
  391. \section{Social challenges}
  392. Many of the issues the Tor project needs to address extend beyond
  393. system design and technology development. In particular, the
  394. Tor project's \emph{image} with respect to its users and the rest of
  395. the Internet impacts the security it can provide.
  396. % No image, no sustainability -NM
  397. With this image issue in mind, this section discusses the Tor user base and
  398. Tor's interaction with other services on the Internet.
  399. \subsection{Communicating security}
  400. Usability for anonymity systems
  401. contributes to their security, because usability
  402. affects the possible anonymity set~\cite{econymics,back01}.
  403. Conversely, an unusable system attracts few users and thus can't provide
  404. much anonymity.
  405. This phenomenon has a second-order effect: knowing this, users should
  406. choose which anonymity system to use based in part on how usable
  407. and secure
  408. \emph{others} will find it, in order to get the protection of a larger
  409. anonymity set. Thus we might supplement the adage ``usability is a security
  410. parameter''~\cite{back01} with a new one: ``perceived usability is a
  411. security parameter.'' From here we can better understand the effects
  412. of publicity on security: the more convincing your
  413. advertising, the more likely people will believe you have users, and thus
  414. the more users you will attract. Perversely, over-hyped systems (if they
  415. are not too broken) may be a better choice than modestly promoted ones,
  416. if the hype attracts more users~\cite{usability-network-effect}.
  417. So it follows that we should come up with ways to accurately communicate
  418. the available security levels to the user, so she can make informed
  419. decisions. JAP aims to do this by including a
  420. comforting `anonymity meter' dial in the software's graphical interface,
  421. giving the user an impression of the level of protection for her current
  422. traffic.
  423. However, there's a catch. For users to share the same anonymity set,
  424. they need to act like each other. An attacker who can distinguish
  425. a given user's traffic from the rest of the traffic will not be
  426. distracted by anonymity set size. For high-latency systems like
  427. Mixminion, where the threat model is based on mixing messages with each
  428. other, there's an arms race between end-to-end statistical attacks and
  429. counter-strategies~\cite{statistical-disclosure,minion-design,e2e-traffic,trickle02}.
  430. But for low-latency systems like Tor, end-to-end \emph{traffic
  431. correlation} attacks~\cite{danezis-pet2004,defensive-dropping,SS03}
  432. allow an attacker who can observe both ends of a communication
  433. to correlate packet timing and volume, quickly linking
  434. the initiator to her destination. % This is why Tor's threat model is
  435. %based on preventing the adversary from observing both the initiator and
  436. %the responder.
  437. Like Tor, the current JAP implementation does not pad connections
  438. apart from using small fixed-size cells for transport. In fact,
  439. JAP's cascade-based network topology may be more vulnerable to these
  440. attacks, because its network has fewer edges. JAP was born out of
  441. the ISDN mix design~\cite{isdn-mixes}, where padding made sense because
  442. every user had a fixed bandwidth allocation and altering the timing
  443. pattern of packets could be immediately detected. But in its current context
  444. as a general Internet web anonymizer, adding sufficient padding to JAP
  445. would probably be prohibitively expensive and ineffective against a
  446. minimally active attacker.\footnote{Even if JAP could
  447. fund higher-capacity nodes indefinitely, our experience
  448. suggests that many users would not accept the increased per-user
  449. bandwidth requirements, leading to an overall much smaller user base. But
  450. see Section~\ref{subsec:mid-latency}.} Therefore, since under this threat
  451. model the number of concurrent users does not seem to have much impact
  452. on the anonymity provided, we suggest that JAP's anonymity meter is not
  453. accurately communicating security levels to its users.
  454. On the other hand, while the number of active concurrent users may not
  455. matter as much as we'd like, it still helps to have some other users
  456. on the network. We investigate this issue next.
  457. \subsection{Reputability and perceived social value}
  458. Another factor impacting the network's security is its reputability:
  459. the perception of its social value based on its current user base. If Alice is
  460. the only user who has ever downloaded the software, it might be socially
  461. accepted, but she's not getting much anonymity. Add a thousand
  462. activists, and she's anonymous, but everyone thinks she's an activist too.
  463. Add a thousand
  464. diverse citizens (cancer survivors, privacy enthusiasts, and so on)
  465. and now she's harder to profile.
  466. Furthermore, the network's reputability affects its operator base: more people
  467. are willing to run a service if they believe it will be used by human rights
  468. workers than if they believe it will be used exclusively for disreputable
  469. ends. This effect becomes stronger if node operators themselves think they
  470. will be associated with their users' disreputable ends.
  471. So the more cancer survivors on Tor, the better for the human rights
  472. activists. The more malicious hackers, the worse for the normal users. Thus,
  473. reputability is an anonymity issue for two reasons. First, it impacts
  474. the sustainability of the network: a network that's always about to be
  475. shut down has difficulty attracting and keeping adequate nodes.
  476. Second, a disreputable network is more vulnerable to legal and
  477. political attacks, since it will attract fewer supporters.
  478. While people therefore have an incentive for the network to be used for
  479. ``more reputable'' activities than their own, there are still trade-offs
  480. involved when it comes to anonymity. To follow the above example, a
  481. network used entirely by cancer survivors might welcome file sharers
  482. onto the network, though of course they'd prefer a wider
  483. variety of users.
  484. Reputability becomes even more tricky in the case of privacy networks,
  485. since the good uses of the network (such as publishing by journalists in
  486. dangerous countries) are typically kept private, whereas network abuses
  487. or other problems tend to be more widely publicized.
  488. The impact of public perception on security is especially important
  489. during the bootstrapping phase of the network, where the first few
  490. widely publicized uses of the network can dictate the types of users it
  491. attracts next.
  492. As an example, some U.S.~Department of Energy
  493. penetration testing engineers are tasked with compromising DoE computers
  494. from the outside. They only have a limited number of ISPs from which to
  495. launch their attacks, and they found that the defenders were recognizing
  496. attacks because they came from the same IP space. These engineers wanted
  497. to use Tor to hide their tracks. First, from a technical standpoint,
  498. Tor does not support the variety of IP packets one would like to use in
  499. such attacks (see Section~\ref{subsec:tcp-vs-ip}). But aside from this,
  500. we also decided that it would probably be poor precedent to encourage
  501. such use---even legal use that improves national security---and managed
  502. to dissuade them.
  503. %% "outside of academia, jap has just lost, permanently". (That is,
  504. %% even though the crime detection issues are resolved and are unlikely
  505. %% to go down the same way again, public perception has not been kind.)
  506. \subsection{Sustainability and incentives}
  507. One of the unsolved problems in low-latency anonymity designs is
  508. how to keep the nodes running. Zero-Knowledge Systems's Freedom network
  509. depended on paying third parties to run its servers; the JAP project's
  510. bandwidth depends on grants to pay for its bandwidth and
  511. administrative expenses. In Tor, bandwidth and administrative costs are
  512. distributed across the volunteers who run Tor nodes, so we at least have
  513. reason to think that the Tor network could survive without continued research
  514. funding.\footnote{It also helps that Tor is implemented with free and open
  515. source software that can be maintained by anybody with the ability and
  516. inclination.} But why are these volunteers running nodes, and what can we
  517. do to encourage more volunteers to do so?
  518. We have not formally surveyed Tor node operators to learn why they are
  519. running nodes, but
  520. from the information they have provided, it seems that many of them run Tor
  521. nodes for reasons of personal interest in privacy issues. It is possible
  522. that others are running Tor for their own
  523. anonymity reasons, but of course they are
  524. hardly likely to tell us specifics if they are.
  525. %Significantly, Tor's threat model changes the anonymity incentives for running
  526. %a node. In a high-latency mix network, users can receive additional
  527. %anonymity by running their own node, since doing so obscures when they are
  528. %injecting messages into the network. But, anybody observing all I/O to a Tor
  529. %node can tell when the node is generating traffic that corresponds to
  530. %none of its incoming traffic.
  531. %
  532. %I didn't buy the above for reason's subtle enough that I just cut it -PFS
  533. Tor exit node operators do attain a degree of
  534. ``deniability'' for traffic that originates at that exit node. For
  535. example, it is likely in practice that HTTP requests from a Tor node's IP
  536. will be assumed to be from the Tor network.
  537. More significantly, people and organizations who use Tor for
  538. anonymity depend on the
  539. continued existence of the Tor network to do so; running a node helps to
  540. keep the network operational.
  541. %\item Local Tor entry and exit nodes allow users on a network to run in an
  542. % `enclave' configuration. [XXXX need to resolve this. They would do this
  543. % for E2E encryption + auth?]
  544. %We must try to make the costs of running a Tor node easily minimized.
  545. Since Tor is run by volunteers, the most crucial software usability issue is
  546. usability by operators: when an operator leaves, the network becomes less
  547. usable by everybody. To keep operators pleased, we must try to keep Tor's
  548. resource and administrative demands as low as possible.
  549. Because of ISP billing structures, many Tor operators have underused capacity
  550. that they are willing to donate to the network, at no additional monetary
  551. cost to them. Features to limit bandwidth have been essential to adoption.
  552. Also useful has been a ``hibernation'' feature that allows a Tor node that
  553. wants to provide high bandwidth, but no more than a certain amount in a
  554. giving billing cycle, to become dormant once its bandwidth is exhausted, and
  555. to reawaken at a random offset into the next billing cycle. This feature has
  556. interesting policy implications, however; see
  557. the next section below.
  558. Exit policies help to limit administrative costs by limiting the frequency of
  559. abuse complaints. (See Section~\ref{subsec:tor-and-blacklists}.)
  560. %[XXXX say more. Why else would you run a node? What else can we do/do we
  561. % already do to make running a node more attractive?]
  562. %[We can enforce incentives; see Section 6.1. We can rate-limit clients.
  563. % We can put "top bandwidth nodes lists" up a la seti@home.]
  564. \subsection{Bandwidth and file-sharing}
  565. \label{subsec:bandwidth-and-file-sharing}
  566. %One potentially problematical area with deploying Tor has been our response
  567. %to file-sharing applications.
  568. Once users have configured their applications to work with Tor, the largest
  569. remaining usability issue is performance. Users begin to suffer
  570. when websites ``feel slow.''
  571. Clients currently try to build their connections through nodes that they
  572. guess will have enough bandwidth. But even if capacity is allocated
  573. optimally, it seems unlikely that the current network architecture will have
  574. enough capacity to provide every user with as much bandwidth as she would
  575. receive if she weren't using Tor, unless far more nodes join the network.
  576. %Limited capacity does not destroy the network, however. Instead, usage tends
  577. %towards an equilibrium: when performance suffers, users who value performance
  578. %over anonymity tend to leave the system, thus freeing capacity until the
  579. %remaining users on the network are exactly those willing to use that capacity
  580. %there is.
  581. Much of Tor's recent bandwidth difficulties have come from file-sharing
  582. applications. These applications provide two challenges to
  583. any anonymizing network: their intensive bandwidth requirement, and the
  584. degree to which they are associated (correctly or not) with copyright
  585. infringement.
  586. As noted above, high-bandwidth protocols can make the network unresponsive,
  587. but tend to be somewhat self-correcting as lack of bandwidth drives away
  588. users who need it. Issues of copyright violation,
  589. however, are more interesting. Typical exit node operators want to help
  590. people achieve private and anonymous speech, not to help people (say) host
  591. Vin Diesel movies for download; and typical ISPs would rather not
  592. deal with customers who draw menacing letters
  593. from the MPAA\@. While it is quite likely that the operators are doing nothing
  594. illegal, many ISPs have policies of dropping users who get repeated legal
  595. threats regardless of the merits of those threats, and many operators would
  596. prefer to avoid receiving even meritless legal threats.
  597. So when letters arrive, operators are likely to face
  598. pressure to block file-sharing applications entirely, in order to avoid the
  599. hassle.
  600. But blocking file-sharing is not easy: many popular
  601. protocols have evolved to run on non-standard ports to
  602. get around other port-based bans. Thus, exit node operators who want to
  603. block file-sharing would have to find some way to integrate Tor with a
  604. protocol-aware exit filter. This could be a technically expensive
  605. undertaking, and one with poor prospects: it is unlikely that Tor exit nodes
  606. would succeed where so many institutional firewalls have failed. Another
  607. possibility for sensitive operators is to run a restrictive node that
  608. only permits exit connections to a restricted range of ports that are
  609. not frequently associated with file sharing. There are increasingly few such
  610. ports.
  611. Other possible approaches might include rate-limiting connections, especially
  612. long-lived connections or connections to file-sharing ports, so that
  613. high-bandwidth connections do not flood the network. We might also want to
  614. give priority to cells on low-bandwidth connections to keep them interactive,
  615. but this could have negative anonymity implications.
  616. For the moment, it seems that Tor's bandwidth issues have rendered it
  617. unattractive for bulk file-sharing traffic; this may continue to be so in the
  618. future. Nevertheless, Tor will likely remain attractive for limited use in
  619. file-sharing protocols that have separate control and data channels.
  620. %[We should say more -- but what? That we'll see a similar
  621. % equilibriating effect as with bandwidth, where sensitive ops switch to
  622. % middleman, and we become less useful for file-sharing, so the file-sharing
  623. % people back off, so we get more ops since there's less file-sharing, so the
  624. % file-sharers come back, etc.]
  625. %XXXX
  626. %in practice, plausible deniability is hypothetical and doesn't seem very
  627. %convincing. if ISPs find the activity antisocial, they don't care *why*
  628. %your computer is doing that behavior.
  629. \subsection{Tor and blacklists}
  630. \label{subsec:tor-and-blacklists}
  631. It was long expected that, alongside legitimate users, Tor would also
  632. attract troublemakers who exploited Tor in order to abuse services on the
  633. Internet with vandalism, rude mail, and so on.
  634. Our initial answer to this situation was to use ``exit policies''
  635. to allow individual Tor nodes to block access to specific IP/port ranges.
  636. This approach aims to make operators more willing to run Tor by allowing
  637. them to prevent their nodes from being used for abusing particular
  638. services. For example, all Tor nodes currently block SMTP (port 25),
  639. to avoid being used for spam.
  640. Exit policies are useful, but are insufficient for two reasons. First, since
  641. it is not possible to force all nodes to block access to any given service,
  642. many of those services try to block Tor instead. More broadly, while being
  643. blockable is important to being good netizens, we would like to encourage
  644. services to allow anonymous access. Services should not need to decide
  645. between blocking legitimate anonymous use and allowing unlimited abuse.
  646. This is potentially a bigger problem than it may appear.
  647. On the one hand, services should be allowed to refuse connections from
  648. sources of possible abuse.
  649. But when a Tor node administrator decides whether he prefers to be able
  650. to post to Wikipedia from his IP address, or to allow people to read
  651. Wikipedia anonymously through his Tor node, he is making the decision
  652. for others as well. (Wikipedia
  653. has blocked all posting from all Tor nodes based on IP addresses.) If
  654. the Tor node shares an address with a campus or corporate NAT,
  655. then the decision can prevent the entire population from posting.
  656. This is a loss for both Tor
  657. and Wikipedia: we don't want to compete for (or divvy up) the
  658. NAT-protected entities of the world.
  659. Worse, many IP blacklists are coarse-grained: they ignore Tor's exit
  660. policies, partly because it's easier to implement and partly
  661. so they can punish
  662. all Tor nodes. One IP blacklist even bans
  663. every class C network that contains a Tor node, and recommends banning SMTP
  664. from these networks even though Tor does not allow SMTP at all. This
  665. strategic decision aims to discourage the
  666. operation of anything resembling an open proxy by encouraging its neighbors
  667. to shut it down in order to get unblocked themselves. This pressure even
  668. affects Tor nodes running in middleman mode (disallowing all exits) when
  669. those nodes are blacklisted too.
  670. Problems of abuse occur mainly with services such as IRC networks and
  671. Wikipedia, which rely on IP blocking to ban abusive users. While at first
  672. blush this practice might seem to depend on the anachronistic assumption that
  673. each IP is an identifier for a single user, it is actually more reasonable in
  674. practice: it assumes that non-proxy IPs are a costly resource, and that an
  675. abuser can not change IPs at will. By blocking IPs which are used by Tor
  676. nodes, open proxies, and service abusers, these systems hope to make
  677. ongoing abuse difficult. Although the system is imperfect, it works
  678. tolerably well for them in practice.
  679. But of course, we would prefer that legitimate anonymous users be able to
  680. access abuse-prone services. One conceivable approach would be to require
  681. would-be IRC users, for instance, to register accounts if they wanted to
  682. access the IRC network from Tor. In practice this would not
  683. significantly impede abuse if creating new accounts were easily automatable;
  684. this is why services use IP blocking. In order to deter abuse, pseudonymous
  685. identities need to require a significant switching cost in resources or human
  686. time. Some popular webmail applications
  687. impose cost with Reverse Turing Tests, but these may not be costly enough to
  688. deter abusers. Freedom used blind signatures to limit
  689. the number of pseudonyms for each paying account, but Tor has neither the
  690. ability nor the desire to collect payment.
  691. %One approach, similar to that taken by Freedom, would be to bootstrap some
  692. %non-anonymous costly identification mechanism to allow access to a
  693. %blind-signature pseudonym protocol. This would effectively create costly
  694. %pseudonyms, which services could require in order to allow anonymous access.
  695. %This approach has difficulties in practice, however:
  696. %\begin{tightlist}
  697. %\item Unlike Freedom, Tor is not a commercial service. Therefore, it would
  698. % be a shame to require payment in order to make Tor useful, or to make
  699. % non-paying users second-class citizens.
  700. %\item It is hard to think of an underlying resource that would actually work.
  701. % We could use IP addresses, but that's the problem, isn't it?
  702. %\item Managing single sign-on services is not considered a well-solved
  703. % problem in practice. If Microsoft can't get universal acceptance for
  704. % Passport, why do we think that a Tor-specific solution would do any good?
  705. %\item Even if we came up with a perfect authentication system for our needs,
  706. % there's no guarantee that any service would actually start using it. It
  707. % would require a nonzero effort for them to support it, and it might just
  708. % be less hassle for them to block tor anyway.
  709. %\end{tightlist}
  710. %The use of squishy IP-based ``authentication'' and ``authorization''
  711. %has not broken down even to the level that SSNs used for these
  712. %purposes have in commercial and public record contexts. Externalities
  713. %and misplaced incentives cause a continued focus on fighting identity
  714. %theft by protecting SSNs rather than developing better authentication
  715. %and incentive schemes \cite{price-privacy}. Similarly we can expect a
  716. %continued use of identification by IP number as long as there is no
  717. %workable alternative.
  718. %[XXX Mention correct DNS-RBL implementation. -NM]
  719. \section{Design choices}
  720. In addition to social issues, Tor also faces some design trade-offs that must
  721. be investigated as the network develops.
  722. \subsection{Transporting the stream vs transporting the packets}
  723. \label{subsec:stream-vs-packet}
  724. \label{subsec:tcp-vs-ip}
  725. Tor transports streams; it does not tunnel packets.
  726. It has often been suggested that like the old Freedom
  727. network~\cite{freedom21-security}, Tor should
  728. ``obviously'' anonymize IP traffic
  729. at the IP layer. Before this could be done, many issues need to be resolved:
  730. \begin{enumerate}
  731. \setlength{\itemsep}{0mm}
  732. \setlength{\parsep}{0mm}
  733. \item \emph{IP packets reveal OS characteristics.} We would still need to do
  734. IP-level packet normalization, to stop things like TCP fingerprinting
  735. attacks. %There likely exist libraries that can help with this.
  736. This is unlikely to be a trivial task, given the diversity and complexity of
  737. TCP stacks.
  738. \item \emph{Application-level streams still need scrubbing.} We still need
  739. Tor to be easy to integrate with user-level application-specific proxies
  740. such as Privoxy. So it's not just a matter of capturing packets and
  741. anonymizing them at the IP layer.
  742. \item \emph{Certain protocols will still leak information.} For example, we
  743. must rewrite DNS requests so they are delivered to an unlinkable DNS server
  744. rather than the DNS server at a user's ISP; thus, we must understand the
  745. protocols we are transporting.
  746. \item \emph{The crypto is unspecified.} First we need a block-level encryption
  747. approach that can provide security despite
  748. packet loss and out-of-order delivery. Freedom allegedly had one, but it was
  749. never publicly specified.
  750. Also, TLS over UDP is not yet implemented or
  751. specified, though some early work has begun~\cite{dtls}.
  752. \item \emph{We'll still need to tune network parameters.} Since the above
  753. encryption system will likely need sequence numbers (and maybe more) to do
  754. replay detection, handle duplicate frames, and so on, we will be reimplementing
  755. a subset of TCP anyway---a notoriously tricky path.
  756. \item \emph{Exit policies for arbitrary IP packets mean building a secure
  757. IDS\@.} Our node operators tell us that exit policies are one of
  758. the main reasons they're willing to run Tor.
  759. Adding an Intrusion Detection System to handle exit policies would
  760. increase the security complexity of Tor, and would likely not work anyway,
  761. as evidenced by the entire field of IDS and counter-IDS papers. Many
  762. potential abuse issues are resolved by the fact that Tor only transports
  763. valid TCP streams (as opposed to arbitrary IP including malformed packets
  764. and IP floods), so exit policies become even \emph{more} important as
  765. we become able to transport IP packets. We also need to compactly
  766. describe exit policies so clients can predict
  767. which nodes will allow which packets to exit.
  768. \item \emph{The Tor-internal name spaces would need to be redesigned.} We
  769. support hidden service {\tt{.onion}} addresses (and other special addresses,
  770. like {\tt{.exit}} which lets the user request a particular exit node),
  771. by intercepting the addresses when they are passed to the Tor client.
  772. Doing so at the IP level would require a more complex interface between
  773. Tor and the local DNS resolver.
  774. \end{enumerate}
  775. This list is discouragingly long, but being able to transport more
  776. protocols obviously has some advantages. It would be good to learn which
  777. items are actual roadblocks and which are easier to resolve than we think.
  778. To be fair, Tor's stream-based approach has run into
  779. stumbling blocks as well. While Tor supports the SOCKS protocol,
  780. which provides a standardized interface for generic TCP proxies, many
  781. applications do not support SOCKS\@. For them we already need to
  782. replace the networking system calls with SOCKS-aware
  783. versions, or run a SOCKS tunnel locally, neither of which is
  784. easy for the average user. %---even with good instructions.
  785. Even when applications can use SOCKS, they often make DNS requests
  786. themselves before handing an IP address to Tor, which advertises
  787. where the user is about to connect.
  788. We are still working on more usable solutions.
  789. %So in order to actually provide good anonymity, we need to make sure that
  790. %users have a practical way to use Tor anonymously. Possibilities include
  791. %writing wrappers for applications to anonymize them automatically; improving
  792. %the applications' support for SOCKS; writing libraries to help application
  793. %writers use Tor properly; and implementing a local DNS proxy to reroute DNS
  794. %requests to Tor so that applications can simply point their DNS resolvers at
  795. %localhost and continue to use SOCKS for data only.
  796. \subsection{Mid-latency}
  797. \label{subsec:mid-latency}
  798. Some users need to resist traffic correlation attacks. Higher-latency
  799. mix-networks introduce variability into message
  800. arrival times: as timing variance increases, timing correlation attacks
  801. require increasingly more data~\cite{e2e-traffic}. Can we improve Tor's
  802. resistance without losing too much usability?
  803. We need to learn whether we can trade a small increase in latency
  804. for a large anonymity increase, or if we'd end up trading a lot of
  805. latency for only a minimal security gain. A trade-off might be worthwhile
  806. even if we
  807. could only protect certain use cases, such as infrequent short-duration
  808. transactions. % To answer this question
  809. We might adapt the techniques of~\cite{e2e-traffic} to a lower-latency mix
  810. network, where the messages are batches of cells in temporally clustered
  811. connections. These large fixed-size batches can also help resist volume
  812. signature attacks~\cite{hintz-pet02}. We could also experiment with traffic
  813. shaping to get a good balance of throughput and security.
  814. %Other padding regimens might supplement the
  815. %mid-latency option; however, we should continue the caution with which
  816. %we have always approached padding lest the overhead cost us too much
  817. %performance or too many volunteers.
  818. We must keep usability in mind too. How much can latency increase
  819. before we drive users away? We've already been forced to increase
  820. latency slightly, as our growing network incorporates more DSL and
  821. cable-modem nodes and more nodes in distant continents. Perhaps we can
  822. harness this increased latency to improve anonymity rather than just
  823. reduce usability. Further, if we let clients label certain circuits as
  824. mid-latency as they are constructed, we could handle both types of traffic
  825. on the same network, giving users a choice between speed and security---and
  826. giving researchers a chance to experiment with parameters to improve the
  827. quality of those choices.
  828. \subsection{Enclaves and helper nodes}
  829. \label{subsec:helper-nodes}
  830. It has long been thought that users can improve their anonymity by
  831. running their own node~\cite{tor-design,or-ih96,or-pet00}, and using
  832. it in an \emph{enclave} configuration, where all their circuits begin
  833. at the node under their control. Running Tor clients or servers at
  834. the enclave perimeter is useful when policy or other requirements
  835. prevent individual machines within the enclave from running Tor
  836. clients~\cite{or-jsac98,or-discex00}.
  837. Of course, Tor's default path length of
  838. three is insufficient for these enclaves, since the entry and/or exit
  839. themselves are sensitive. Tor thus increments the path length by one
  840. for each sensitive endpoint in the circuit.
  841. Enclaves also help to protect against end-to-end attacks, since it's
  842. possible that traffic coming from the node has simply been relayed from
  843. elsewhere. However, if the node has recognizable behavior patterns,
  844. an attacker who runs nodes in the network can triangulate over time to
  845. gain confidence that it is in fact originating the traffic. Wright et
  846. al.~\cite{wright03} introduce the notion of a \emph{helper node}---a
  847. single fixed entry node for each user---to combat this \emph{predecessor
  848. attack}.
  849. However, the attack in~\cite{attack-tor-oak05} shows that simply adding
  850. to the path length, or using a helper node, may not protect an enclave
  851. node. A hostile web server can send constant interference traffic to
  852. all nodes in the network, and learn which nodes are involved in the
  853. circuit (though at least in the current attack, he can't learn their
  854. order). Using randomized path lengths may help some, since the attacker
  855. will never be certain he has identified all nodes in the path, but as
  856. long as the network remains small this attack will still be feasible.
  857. Helper nodes also aim to help Tor clients, because choosing entry and exit
  858. points
  859. randomly and changing them frequently allows an attacker who controls
  860. even a few nodes to eventually link some of their destinations. The goal
  861. is to take the risk once and for all about choosing a bad entry node,
  862. rather than taking a new risk for each new circuit. (Choosing fixed
  863. exit nodes is less useful, since even an honest exit node still doesn't
  864. protect against a hostile website.) But obstacles still remain before
  865. we can implement them.
  866. For one, the literature does not describe how to choose helpers from a list
  867. of nodes that changes over time. If Alice is forced to choose a new entry
  868. helper every $d$ days and $c$ of the $n$ nodes are bad, she can expect
  869. to choose a compromised node around
  870. every $dc/n$ days. Statistically over time this approach only helps
  871. if she is better at choosing honest helper nodes than at choosing
  872. honest nodes. Worse, an attacker with the ability to DoS nodes could
  873. force users to switch helper nodes more frequently, or remove
  874. other candidate helpers.
  875. %Do general DoS attacks have anonymity implications? See e.g. Adam
  876. %Back's IH paper, but I think there's more to be pointed out here. -RD
  877. % Not sure what you want to say here. -NM
  878. %Game theory for helper nodes: if Alice offers a hidden service on a
  879. %server (enclave model), and nobody ever uses helper nodes, then against
  880. %George+Steven's attack she's totally nailed. If only Alice uses a helper
  881. %node, then she's still identified as the source of the data. If everybody
  882. %uses a helper node (including Alice), then the attack identifies the
  883. %helper node and also Alice, and knows which one is which. If everybody
  884. %uses a helper node (but not Alice), then the attacker figures the real
  885. %source was a client that is using Alice as a helper node. [How's my
  886. %logic here?] -RD
  887. %
  888. % Not sure about the logic. For the attack to work with helper nodes, the
  889. %attacker needs to guess that Alice is running the hidden service, right?
  890. %Otherwise, how can he know to measure her traffic specifically? -NM
  891. %
  892. % In the Murdoch-Danezis attack, the adversary measures all servers. -RD
  893. %point to routing-zones section re: helper nodes to defend against
  894. %big stuff.
  895. \subsection{Location-hidden services}
  896. \label{subsec:hidden-services}
  897. Tor's \emph{rendezvous points}
  898. let users provide TCP services to other Tor users without revealing
  899. the service's location. Since this feature is relatively recent, we describe
  900. here
  901. a couple of our early observations from its deployment.
  902. First, our implementation of hidden services seems less hidden than we'd
  903. like, since they build a different rendezvous circuit for each user,
  904. and an external adversary can induce them to
  905. produce traffic. This insecurity means that they may not be suitable as
  906. a building block for Free Haven~\cite{freehaven-berk} or other anonymous
  907. publishing systems that aim to provide long-term security, though helper
  908. nodes, as discussed above, would seem to help.
  909. \emph{Hot-swap} hidden services, where more than one location can
  910. provide the service and loss of any one location does not imply a
  911. change in service, would help foil intersection and observation attacks
  912. where an adversary monitors availability of a hidden service and also
  913. monitors whether certain users or servers are online. The design
  914. challenges in providing such services without otherwise compromising
  915. the hidden service's anonymity remain an open problem;
  916. however, see~\cite{move-ndss05}.
  917. In practice, hidden services are used for more than just providing private
  918. access to a web server or IRC server. People are using hidden services
  919. as a poor man's VPN and firewall-buster. Many people want to be able
  920. to connect to the computers in their private network via secure shell,
  921. and rather than playing with dyndns and trying to pierce holes in their
  922. firewall, they run a hidden service on the inside and then rendezvous
  923. with that hidden service externally.
  924. News sites like Bloggers Without Borders (www.b19s.org) are advertising
  925. a hidden-service address on their front page. Doing this can provide
  926. increased robustness if they use the dual-IP approach we describe
  927. in~\cite{tor-design},
  928. but in practice they do it to increase visibility
  929. of the Tor project and their support for privacy, and to offer
  930. a way for their users, using unmodified software, to get end-to-end
  931. encryption and authentication to their website.
  932. \subsection{Location diversity and ISP-class adversaries}
  933. \label{subsec:routing-zones}
  934. Anonymity networks have long relied on diversity of node location for
  935. protection against attacks---typically an adversary who can observe a
  936. larger fraction of the network can launch a more effective attack. One
  937. way to achieve dispersal involves growing the network so a given adversary
  938. sees less. Alternately, we can arrange the topology so traffic can enter
  939. or exit at many places (for example, by using a free-route network
  940. like Tor rather than a cascade network like JAP). Lastly, we can use
  941. distributed trust to spread each transaction over multiple jurisdictions.
  942. But how do we decide whether two nodes are in related locations?
  943. Feamster and Dingledine defined a \emph{location diversity} metric
  944. in~\cite{feamster:wpes2004}, and began investigating a variant of location
  945. diversity based on the fact that the Internet is divided into thousands of
  946. independently operated networks called {\em autonomous systems} (ASes).
  947. The key insight from their paper is that while we typically think of a
  948. connection as going directly from the Tor client to the first Tor node,
  949. actually it traverses many different ASes on each hop. An adversary at
  950. any of these ASes can monitor or influence traffic. Specifically, given
  951. plausible initiators and recipients, and given random path selection,
  952. some ASes in the simulation were able to observe 10\% to 30\% of the
  953. transactions (that is, learn both the origin and the destination) on
  954. the deployed Tor network (33 nodes as of June 2004).
  955. The paper concludes that for best protection against the AS-level
  956. adversary, nodes should be in ASes that have the most links to other ASes:
  957. Tier-1 ISPs such as AT\&T and Abovenet. Further, a given transaction
  958. is safest when it starts or ends in a Tier-1 ISP\@. Therefore, assuming
  959. initiator and responder are both in the U.S., it actually \emph{hurts}
  960. our location diversity to use far-flung nodes in
  961. continents like Asia or South America.
  962. % it's not just entering or exiting from them. using them as the middle
  963. % hop reduces your effective path length, which you presumably don't
  964. % want because you chose that path length for a reason.
  965. Many open questions remain. First, it will be an immense engineering
  966. challenge to get an entire BGP routing table to each Tor client, or to
  967. summarize it sufficiently. Without a local copy, clients won't be
  968. able to safely predict what ASes will be traversed on the various paths
  969. through the Tor network to the final destination. Tarzan~\cite{tarzan:ccs02}
  970. and MorphMix~\cite{morphmix:fc04} suggest that we compare IP prefixes to
  971. determine location diversity; but the above paper showed that in practice
  972. many of the Mixmaster nodes that share a single AS have entirely different
  973. IP prefixes. When the network has scaled to thousands of nodes, does IP
  974. prefix comparison become a more useful approximation? % Alternatively, can
  975. %relevant parts of the routing tables be summarized centrally and delivered to
  976. %clients in a less verbose format?
  977. %% i already said "or to summarize is sufficiently" above. is that not
  978. %% enough? -RD
  979. %
  980. Second, we can take advantage of caching certain content at the
  981. exit nodes, to limit the number of requests that need to leave the
  982. network at all. What about taking advantage of caches like Akamai or
  983. Google~\cite{shsm03}? (Note that they're also well-positioned as global
  984. adversaries.)
  985. %
  986. Third, if we follow the recommendations in~\cite{feamster:wpes2004}
  987. and tailor path selection
  988. to avoid choosing endpoints in similar locations, how much are we hurting
  989. anonymity against larger real-world adversaries who can take advantage
  990. of knowing our algorithm?
  991. %
  992. Fourth, can we use this knowledge to figure out which gaps in our network
  993. most affect our robustness to this class of attack, and go recruit
  994. new nodes with those ASes in mind?
  995. %Tor's security relies in large part on the dispersal properties of its
  996. %network. We need to be more aware of the anonymity properties of various
  997. %approaches so we can make better design decisions in the future.
  998. \subsection{The Anti-censorship problem}
  999. \label{subsec:china}
  1000. Citizens in a variety of countries, such as most recently China and
  1001. Iran, are blocked from accessing various sites outside
  1002. their country. These users try to find any tools available to allow
  1003. them to get-around these firewalls. Some anonymity networks, such as
  1004. Six-Four~\cite{six-four}, are designed specifically with this goal in
  1005. mind; others like the Anonymizer~\cite{anonymizer} are paid by sponsors
  1006. such as Voice of America to encourage Internet
  1007. freedom. Even though Tor wasn't
  1008. designed with ubiquitous access to the network in mind, thousands of
  1009. users across the world are now using it for exactly this purpose.
  1010. % Academic and NGO organizations, peacefire, \cite{berkman}, etc
  1011. Anti-censorship networks hoping to bridge country-level blocks face
  1012. a variety of challenges. One of these is that they need to find enough
  1013. exit nodes---servers on the `free' side that are willing to relay
  1014. traffic from users to their final destinations. Anonymizing
  1015. networks including Tor are well-suited to this task, since we have
  1016. already gathered a set of exit nodes that are willing to tolerate some
  1017. political heat.
  1018. The other main challenge is to distribute a list of reachable relays
  1019. to the users inside the country, and give them software to use them,
  1020. without letting the censors also enumerate this list and block each
  1021. relay. Anonymizer solves this by buying lots of seemingly-unrelated IP
  1022. addresses (or having them donated), abandoning old addresses as they are
  1023. `used up,' and telling a few users about the new ones. Distributed
  1024. anonymizing networks again have an advantage here, in that we already
  1025. have tens of thousands of separate IP addresses whose users might
  1026. volunteer to provide this service since they've already installed and use
  1027. the software for their own privacy~\cite{koepsell:wpes2004}. Because
  1028. the Tor protocol separates routing from network discovery \cite{tor-design},
  1029. volunteers could configure their Tor clients
  1030. to generate node descriptors and send them to a special directory
  1031. server that gives them out to dissidents who need to get around blocks.
  1032. Of course, this still doesn't prevent the adversary
  1033. from enumerating and preemptively blocking the volunteer relays.
  1034. Perhaps a tiered-trust system could be built where a few individuals are
  1035. given relays' locations, and they recommend other individuals by telling them
  1036. those addresses, thus providing a built-in incentive to avoid letting the
  1037. adversary intercept them. Max-flow trust algorithms~\cite{advogato}
  1038. might help to bound the number of IP addresses leaked to the adversary. Groups
  1039. like the W3C are looking into using Tor as a component in an overall system to
  1040. help address censorship; we wish them success.
  1041. %\cite{infranet}
  1042. \section{Scaling}
  1043. \label{sec:scaling}
  1044. Tor is running today with hundreds of nodes and tens of thousands of
  1045. users, but it will certainly not scale to millions.
  1046. Scaling Tor involves four main challenges. First, in order to get a
  1047. large set of nodes in the first place, we must address incentives for
  1048. users to carry traffic for others. Next is safe node discovery, both
  1049. while bootstrapping (how does a Tor client robustly find an initial
  1050. node list?) and later (how does a Tor client learn about a fair sample
  1051. of honest nodes and not let the adversary control his circuits?).
  1052. We must also detect and handle node speed and reliability as the network
  1053. becomes increasingly heterogeneous: since the speed and reliability
  1054. of a circuit is limited by its worst link, we must learn to track and
  1055. predict performance. Finally, we must stop assuming that all points on
  1056. the network can connect to all other points.
  1057. \subsection{Incentives by Design}
  1058. There are three behaviors we need to encourage for each Tor node: relaying
  1059. traffic; providing good throughput and reliability while doing it;
  1060. and allowing traffic to exit the network from that node.
  1061. We encourage these behaviors through \emph{indirect} incentives: that
  1062. is, by designing the system and educating users in such a way that users
  1063. with certain goals will choose to relay traffic. One
  1064. main incentive for running a Tor node is social: volunteers
  1065. altruistically donate their bandwidth and time. We encourage this with
  1066. public rankings of the throughput and reliability of nodes, much like
  1067. seti@home. We further explain to users that they can get
  1068. deniability for any traffic emerging from the same address as a Tor
  1069. exit node, and they can use their own Tor node
  1070. as an entry or exit point and be confident it's not run by an adversary.
  1071. Further, users may run a node simply because they need such a network
  1072. to be persistently available and usable, and the value of supporting this
  1073. exceeds any countervening costs.
  1074. Finally, we can encourage operators by improving the usability and feature
  1075. set of the software:
  1076. rate limiting support and easy packaging decrease the hassle of
  1077. maintaining a node, and our configurable exit policies allow each
  1078. operator to advertise a policy describing the hosts and ports to which
  1079. he feels comfortable connecting.
  1080. To date these incentives appear to have been adequate. As the system scales
  1081. or as new issues emerge, however, we may also need to provide
  1082. \emph{direct} incentives:
  1083. providing payment or other resources in return for high-quality service.
  1084. Paying actual money is problematic: decentralized e-cash systems are
  1085. not yet practical, and a centralized collection system not only reduces
  1086. robustness, but also has failed in the past (the history of commercial
  1087. anonymizing networks is littered with failed attempts). A more promising
  1088. option is to use a tit-for-tat incentive scheme, where nodes provide better
  1089. service to nodes that have provided good service for them.
  1090. Unfortunately, such an approach introduces new anonymity problems.
  1091. There are many surprising ways for nodes to game the incentive and
  1092. reputation system to undermine anonymity because such systems are
  1093. designed to encourage fairness in storage or bandwidth usage not
  1094. fairness of provided anonymity. An adversary can attract more traffic
  1095. by performing well or can provide targeted differential performance to
  1096. individual users to undermine their anonymity. Typically a user who
  1097. chooses evenly from all options is most resistant to an adversary
  1098. targeting him, but that approach hampers the efficient use
  1099. of heterogeneous nodes.
  1100. %When a node (call him Steve) performs well for Alice, does Steve gain
  1101. %reputation with the entire system, or just with Alice? If the entire
  1102. %system, how does Alice tell everybody about her experience in a way that
  1103. %prevents her from lying about it yet still protects her identity? If
  1104. %Steve's behavior only affects Alice's behavior, does this allow Steve to
  1105. %selectively perform only for Alice, and then break her anonymity later
  1106. %when somebody (presumably Alice) routes through his node?
  1107. A possible solution is a simplified approach to the tit-for-tat
  1108. incentive scheme based on two rules: (1) each node should measure the
  1109. service it receives from adjacent nodes, and provide service relative
  1110. to the received service, but (2) when a node is making decisions that
  1111. affect its own security (such as building a circuit for its own
  1112. application connections), it should choose evenly from a sufficiently
  1113. large set of nodes that meet some minimum service threshold
  1114. \cite{casc-rep}. This approach allows us to discourage bad service
  1115. without opening Alice up as much to attacks. All of this requires
  1116. further study.
  1117. \subsection{Trust and discovery}
  1118. \label{subsec:trust-and-discovery}
  1119. The published Tor design adopted a deliberately simplistic design for
  1120. authorizing new nodes and informing clients about Tor nodes and their status.
  1121. In preliminary Tor designs, all nodes periodically uploaded a
  1122. signed description
  1123. of their locations, keys, and capabilities to each of several well-known {\it
  1124. directory servers}. These directory servers constructed a signed summary
  1125. of all known Tor nodes (a ``directory''), and a signed statement of which
  1126. nodes they
  1127. believed to be operational at any given time (a ``network status''). Clients
  1128. periodically downloaded a directory in order to learn the latest nodes and
  1129. keys, and more frequently downloaded a network status to learn which nodes were
  1130. likely to be running. Tor nodes also operate as directory caches, in order to
  1131. lighten the bandwidth on the authoritative directory servers.
  1132. In order to prevent Sybil attacks (wherein an adversary signs up many
  1133. purportedly independent nodes in order to increase her chances of observing
  1134. a stream as it enters and leaves the network), the early Tor directory design
  1135. required the operators of the authoritative directory servers to manually
  1136. approve new nodes. Unapproved nodes were included in the directory,
  1137. but clients
  1138. did not use them at the start or end of their circuits. In practice,
  1139. directory administrators performed little actual verification, and tended to
  1140. approve any Tor node whose operator could compose a coherent email.
  1141. This procedure
  1142. may have prevented trivial automated Sybil attacks, but would do little
  1143. against a clever and determined attacker.
  1144. There are a number of flaws in this system that need to be addressed as we
  1145. move forward. They include:
  1146. \begin{tightlist}
  1147. \item Each directory server represents an independent point of failure; if
  1148. any one were compromised, it could immediately compromise all of its users
  1149. by recommending only compromised nodes.
  1150. \item The more nodes join the network, the more unreasonable it
  1151. becomes to expect clients to know about them all. Directories
  1152. become infeasibly large, and downloading the list of nodes becomes
  1153. burdensome.
  1154. \item The validation scheme may do as much harm as it does good. It is not
  1155. only incapable of preventing clever attackers from mounting Sybil attacks,
  1156. but may deter node operators from joining the network. (For instance, if
  1157. they expect the validation process to be difficult, or if they do not share
  1158. any languages in common with the directory server operators.)
  1159. \end{tightlist}
  1160. We could try to move the system in several directions, depending on our
  1161. choice of threat model and requirements. If we did not need to increase
  1162. network capacity in order to support more users, we could simply
  1163. adopt even stricter validation requirements, and reduce the number of
  1164. nodes in the network to a trusted minimum.
  1165. But, we can only do that if can simultaneously make node capacity
  1166. scale much more than we anticipate to be feasible soon, and if we can find
  1167. entities willing to run such nodes, an equally daunting prospect.
  1168. In order to address the first two issues, it seems wise to move to a system
  1169. including a number of semi-trusted directory servers, no one of which can
  1170. compromise a user on its own. Ultimately, of course, we cannot escape the
  1171. problem of a first introducer: since most users will run Tor in whatever
  1172. configuration the software ships with, the Tor distribution itself will
  1173. remain a potential single point of failure so long as it includes the seed
  1174. keys for directory servers, a list of directory servers, or any other means
  1175. to learn which nodes are on the network. But omitting this information
  1176. from the Tor distribution would only delegate the trust problem to the
  1177. individual users, most of whom are presumably less informed about how to make
  1178. trust decisions than the Tor developers.
  1179. %Network discovery, sybil, node admission, scaling. It seems that the code
  1180. %will ship with something and that's our trust root. We could try to get
  1181. %people to build a web of trust, but no. Where we go from here depends
  1182. %on what threats we have in mind. Really decentralized if your threat is
  1183. %RIAA; less so if threat is to application data or individuals or...
  1184. \subsection{Measuring performance and capacity}
  1185. \label{subsec:performance}
  1186. One of the paradoxes with engineering an anonymity network is that we'd like
  1187. to learn as much as we can about how traffic flows so we can improve the
  1188. network, but we want to prevent others from learning how traffic flows in
  1189. order to trace users' connections through the network. Furthermore, many
  1190. mechanisms that help Tor run efficiently
  1191. require measurements about the network.
  1192. Currently, nodes try to deduce their own available bandwidth (based on how
  1193. much traffic they have been able to transfer recently) and include this
  1194. information in the descriptors they upload to the directory. Clients
  1195. choose servers weighted by their bandwidth, neglecting really slow
  1196. servers and capping the influence of really fast ones.
  1197. %
  1198. This is, of course, eminently cheatable. A malicious node can get a
  1199. disproportionate amount of traffic simply by claiming to have more bandwidth
  1200. than it does. But better mechanisms have their problems. If bandwidth data
  1201. is to be measured rather than self-reported, it is usually possible for
  1202. nodes to selectively provide better service for the measuring party, or
  1203. sabotage the measured value of other nodes. Complex solutions for
  1204. mix networks have been proposed, but do not address the issues
  1205. completely~\cite{mix-acc,casc-rep}.
  1206. Even with no cheating, network measurement is complex. It is common
  1207. for views of a node's latency and/or bandwidth to vary wildly between
  1208. observers. Further, it is unclear whether total bandwidth is really
  1209. the right measure; perhaps clients should instead be considering nodes
  1210. based on unused bandwidth or observed throughput.
  1211. % XXXX say more here?
  1212. %How to measure performance without letting people selectively deny service
  1213. %by distinguishing pings. Heck, just how to measure performance at all. In
  1214. %practice people have funny firewalls that don't match up to their exit
  1215. %policies and Tor doesn't deal.
  1216. %Network investigation: Is all this bandwidth publishing thing a good idea?
  1217. %How can we collect stats better? Note weasel's smokeping, at
  1218. %http://seppia.noreply.org/cgi-bin/smokeping.cgi?target=Tor
  1219. %which probably gives george and steven enough info to break tor?
  1220. Even if we can collect and use this network information effectively, we need
  1221. to make sure that it is not more useful to attackers than to us. While it
  1222. seems plausible that bandwidth data alone is not enough to reveal
  1223. sender-recipient connections under most circumstances, it could certainly
  1224. reveal the path taken by large traffic flows under low-usage circumstances.
  1225. \subsection{Non-clique topologies}
  1226. Tor's comparatively weak threat model makes it easier to scale than
  1227. other mix net
  1228. designs. High-latency mix networks need to avoid partitioning attacks, where
  1229. network splits prevent users of the separate partitions from providing cover
  1230. for each other. In Tor, however, we assume that the adversary cannot
  1231. cheaply observe nodes at will, so even if the network becomes split, the
  1232. users do not necessarily receive much less protection.
  1233. Thus, a simple possibility when the scale of a Tor network
  1234. exceeds some size is to simply split it. Care could be taken in
  1235. allocating which nodes go to which network along the lines of
  1236. \cite{casc-rep} to insure that collaborating hostile nodes are not
  1237. able to gain any advantage in network splitting that they do not
  1238. already have in joining a network.
  1239. If the network is split,
  1240. a client does not need to use just one of the two resulting networks.
  1241. Alice could use either of them, and it would not be difficult to make
  1242. the Tor client able to access several such network on a per circuit
  1243. basis. More analysis is needed; we simply note here that splitting
  1244. a Tor network is an easy way to achieve moderate scalability and that
  1245. it does not necessarily have the same implications as splitting a mixnet.
  1246. Alternatively, we can try to scale a single Tor network. Some issues for
  1247. scaling include restricting the number of sockets and the amount of bandwidth
  1248. used by each node. The number of sockets is determined by the network's
  1249. connectivity and the number of users, while bandwidth capacity is determined
  1250. by the total bandwidth of nodes on the network. The simplest solution to
  1251. bandwidth capacity is to add more nodes, since adding a Tor node of any
  1252. feasible bandwidth will increase the traffic capacity of the network. So as
  1253. a first step to scaling, we should focus on making the network tolerate more
  1254. nodes, by reducing the interconnectivity of the nodes; later we can reduce
  1255. overhead associated with directories, discovery, and so on.
  1256. By reducing the connectivity of the network we increase the total number of
  1257. nodes that the network can contain. Danezis~\cite{danezis-pets03} considers
  1258. the anonymity implications of restricting routes on mix networks, and
  1259. recommends an approach based on expander graphs (where any subgraph is likely
  1260. to have many neighbors). It is not immediately clear that this approach will
  1261. extend to Tor, which has a weaker threat model but higher performance
  1262. requirements than the network considered. Instead of analyzing the
  1263. probability of an attacker's viewing whole paths, we will need to examine the
  1264. attacker's likelihood of compromising the endpoints of a Tor circuit through
  1265. a sparse network.
  1266. % Nick edits these next 2 grafs.
  1267. To make matters simpler, Tor may not need an expander graph per se: it
  1268. may be enough to have a single subnet that is highly connected. As an
  1269. example, assume fifty nodes of relatively high traffic capacity. This
  1270. \emph{center} forms a clique. Assume each center node can
  1271. handle 200 connections to other nodes (including the other ones in the
  1272. center). Assume every noncenter node connects to three nodes in the
  1273. center and anyone out of the center that they want to. Then the
  1274. network easily scales to c. 2500 nodes with commensurate increase in
  1275. bandwidth. There are many open questions: how directory information
  1276. is distributed (presumably information about the center nodes could
  1277. be given to any new nodes with their codebase), whether center nodes
  1278. will need to function as a `backbone', etc. As above the point is
  1279. that this would create problems for the expected anonymity for a mixnet,
  1280. but for a low-latency network where anonymity derives largely from
  1281. the edges, it may be feasible.
  1282. Another point is that we already have a non-clique topology.
  1283. Individuals can set up and run Tor nodes without informing the
  1284. directory servers. This will allow, e.g., dissident groups to run a
  1285. local Tor network of such nodes that connects to the public Tor
  1286. network. This network is hidden behind the Tor network, and its
  1287. only visible connection to Tor is at those points where it connects.
  1288. As far as the public network, or anyone observing it, is concerned,
  1289. they are running clients.
  1290. \section{The Future}
  1291. \label{sec:conclusion}
  1292. Tor is the largest and most diverse low-latency anonymity network
  1293. available, but we are still in the beginning stages of deployment. Several
  1294. major questions remain.
  1295. First, will our volunteer-based approach to sustainability work in the
  1296. long term? As we add more features and destabilize the network, the
  1297. developers spend a lot of time keeping the server operators happy. Even
  1298. though Tor is free software, the network would likely stagnate and die at
  1299. this stage if the developers stopped actively working on it. We may get
  1300. an unexpected boon from the fact that we're a general-purpose overlay
  1301. network: as Tor grows more popular, other groups who need an overlay
  1302. network on the Internet are starting to adapt Tor to their needs.
  1303. %
  1304. Second, Tor is only one of many components that preserve privacy online.
  1305. For applications where it is desirable to
  1306. keep identifying information out of application traffic, someone must build
  1307. more and better protocol-aware proxies that are usable by ordinary people.
  1308. %
  1309. Third, we need to gain a reputation for social good, and learn how to
  1310. coexist with the variety of Internet services and their established
  1311. authentication mechanisms. We can't just keep escalating the blacklist
  1312. standoff forever.
  1313. %
  1314. Fourth, the current Tor
  1315. architecture does not scale even to handle current user demand. We must
  1316. find designs and incentives to let some clients relay traffic too, without
  1317. sacrificing too much anonymity.
  1318. These are difficult and open questions, yet choosing not to solve them
  1319. means leaving most users to a less secure network or no anonymizing
  1320. network at all.
  1321. \bibliographystyle{plain} \bibliography{tor-design}
  1322. \clearpage
  1323. \appendix
  1324. \begin{figure}[t]
  1325. %\unitlength=1in
  1326. \centering
  1327. %\begin{picture}(6.0,2.0)
  1328. %\put(3,1){\makebox(0,0)[c]{\epsfig{figure=graphnodes,width=6in}}}
  1329. %\end{picture}
  1330. \mbox{\epsfig{figure=graphnodes,width=5in}}
  1331. \caption{Number of Tor nodes over time, through January 2005. Lowest
  1332. line is number of exit
  1333. nodes that allow connections to port 80. Middle line is total number of
  1334. verified (registered) Tor nodes. The line above that represents nodes
  1335. that are running but not yet registered.}
  1336. \label{fig:graphnodes}
  1337. \end{figure}
  1338. \begin{figure}[t]
  1339. \centering
  1340. \mbox{\epsfig{figure=graphtraffic,width=5in}}
  1341. \caption{The sum of traffic reported by each node over time, through
  1342. January 2005. The bottom
  1343. pair show average throughput, and the top pair represent the largest 15
  1344. minute burst in each 4 hour period.}
  1345. \label{fig:graphtraffic}
  1346. \end{figure}
  1347. \end{document}
  1348. %Making use of nodes with little bandwidth, or high latency/packet loss.
  1349. %Running Tor nodes behind NATs, behind great-firewalls-of-China, etc.
  1350. %Restricted routes. How to propagate to everybody the topology? BGP
  1351. %style doesn't work because we don't want just *one* path. Point to
  1352. %Geoff's stuff.