b0909bbc2925404e0b1bf4137690d7590bc6eebf
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

1) ## translation metadata
Roger Dingledine set all the props on more w...

Roger Dingledine authored 15 years ago

2) # Revision: $Revision$
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="NLnet Project: Speed Up Tor Hidden Services"
6) 
7) <div class="main-column">
8) 
9) <!-- PUT CONTENT AFTER THIS TAG -->
10) 
11) <h2>NLnet Project: Speed Up Tor Hidden Services</h2>
12) <hr />
13) 
14) <p>
15) Tor Hidden Services allow users to set up anonymous information services,
16) like websites, that can only be accessed through the Tor network and are
17) protected against identification of the host that runs the services.
Karsten Loesing Minor correction to grammar.

Karsten Loesing authored 16 years ago

18) The most critical limitations of Tor Hidden Services are the time it takes
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

19) until a Hidden Service is registered in the network and the latency of
20) contact establishment when accessed by a user.
21) Due to design issues in the original Tor protocol,
22) the connection to a new Hidden Service can take several minutes, which
23) leads most users to give up before the connection has been established.
24) Using Tor Hidden Services for direct interactive user-to-user
25) communication (e.g. messaging) is nearly impossible due to the high latency
26) of Hidden Service circuit setup.
27) </p>
28) 
29) <p>
30) This project aims at speeding up Tor Hidden Services by improving the way
31) Tor circuits are set up between the user and the Hidden Service as well as
32) the way a Hidden Service is registered in the Tor network.
33) In a first step precise diagnostics of the behavior of the Hidden Services
34) in lab setups and real world situations will be conducted to find the
35) root causes of the bad timing effects.
36) Based on these diagnostics, optimization strategies will be designed and
37) verified for unwanted implications for the security and anonymity of the
38) Tor network.
39) The most promising optimizations will then be implemented to achieve a
40) notable improvement for the users. Precise success metrics will be
41) developed in the diagnostics phase, after it becomes clear where the time
42) is lost and what improvements are realistic.
43) The ultimate goal is to have the Hidden Services protocol change production
44) ready and propagated to the Tor users within a timeframe of less than
45) 12 months.
46) </p>
47) 
48) <p>
Karsten Loesing Added NLnet logo to project...

Karsten Loesing authored 16 years ago

49) This project is generously funded by:
50) </p>
51) 
52) <p>
53) <a href="http://www.nlnet.nl/news/2008/20080514-awards.html">
54) <img src="$(IMGROOT)/nlnet-160x60.png" alt="The NLnet foundation" /></a>
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

55) </p>
56) 
57) <table width="100%" border="0" cellspacing="0" cellpadding="3">
Andrew Lewman Fix the table column headers.

Andrew Lewman authored 16 years ago

58) <thead>
59) <tr>
60) <th><big>Project</big></th>
61) <th><big>Due Date</big></th>
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

62) </tr>
Andrew Lewman Fix the table column headers.

Andrew Lewman authored 16 years ago

63) </thead>
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

64) 
65) <tr bgcolor="#e5e5e5">
66)   <td>
67)     <b>Deliverable A:</b> Analysis, measurements and problem
68)     clarification<br />
69)     <small><em>As Tor Hidden Services have not been actively developed
70)     further in the last year or so of Tor development, certain aspects of
71)     the problems are under-diagnosed. To identify the precise sources of
72)     latency and time loss, an extensive analysis of the deeper reasons for
73)     them needs to be conducted. Deliverable A will require about one month
74)     of work. The results of the analysis will influence the design
75)     decisions to be taken in Deliverable B.</em></small>
76)   </td>
77)   <td>
78)     June 15, 2008
79)   </td>
80) </tr>
81) 
82) <tr>
83)   <td>
84)     <b>Deliverable B:</b> Design and evaluation of the necessary
85)     changes<br />
86)     <small><em>The changes to Tor Hidden Services will affect core
87)     functionality of the protocol and therefore require a careful
88)     evaluation of possible repercussions for the security and anonymity. A
89)     two-month period is planned for the design and evaluation phase, which
90)     concludes with an extensive peer review.</em></small>
91)   </td>
92)   <td>
93)     August 15, 2008
94)   </td>
95) </tr>
96) 
97) <tr bgcolor="#e5e5e5">
98)   <td>
99)     <b>Deliverable C:</b> Implementation<br />
100)     <small><em>After design, evaluation and peer review the modifications
101)     need to be implemented and integrated with the current Tor code base.
102)     The actual implementation of the necessary changes will take
103)     approximately two months.</em></small>
104)   </td>
105)   <td>
106)     October 15, 2008
107)   </td>
108) </tr>
109) 
110) <tr>
111)   <td>
112)     <b>Deliverable D:</b> Implementation and test of the change up to
113)     release state<br />
114)     <small><em>The modification is highly critical to the security and
115)     anonymity of the Tor network, it requires extensive testing and
116)     debugging in laboratory and real life conditions. A period of three
117)     months is projected for testing and debugging, where the responsible
118)     developer is committed to the testing effort with 1/3 of its time. Part
119)     of the testing phase will be a public beta period.</em></small>
120)   </td>
121)   <td>
122)     January 15, 2009
123)   </td>
124) </tr>
125) 
126) <tr bgcolor="#e5e5e5">
127)   <td>
128)     <b>Deliverable E:</b> Rollout<br />
129)     <small><em>The actual rollout to the Tor server network will be
130)     conducted in sync with the regular Tor release schedule. As this
131)     schedule is dependent on a number of external factors, like the
132)     completion of other software projects that should go into the same
133)     release, the actual release time and the time until this release has
134)     been accepted and installed by most Tor server operators can vary. From
135)     experience a period of three to four months can be
136)     expected.</em></small>
137)   </td>
138)   <td>
139)     May 15, 2009
140)   </td>
141) </tr>
142) </table>
143) 
144) <br />
145) 
146) <a id="Reports"></a>
147) <h2><a class="anchor" href="#Reports">Monthly Status Reports</a></h2>
148) <p>
149) There will be in total eight monthly status reports beginning with the
150) first deliverable on June 15, 2008 and ending with completion of
151) implementation and testing work on January 15, 2009.
152) </p>
153) 
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

154) <table width="100%" border="0" cellspacing="0" cellpadding="3">
155) <thead>
156) <tr>
157) <th><big>Month,</big></th>
158) <th><big>Status Report</big></th>
159) </tr>
160) </thead>
161) 
162) <tr bgcolor="#e5e5e5">
163)   <td>
Roger Dingledine add anchors for #Jun08 and...

Roger Dingledine authored 16 years ago

164)     <a id="Jun08"></a>
165)     <a class="anchor" href="#Jun08">Jun 08</a>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

166)   </td>
167)   <td>
168)     <small><em>The original goal of analyzing the problems that lead to
169)     slowdown of Tor Hidden Services has been accomplished. Part of this
Roger Dingledine a few more fixes

Roger Dingledine authored 16 years ago

170)     analysis was measuring the delay that a user experiences when
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

171)     setting up or accessing a hidden service. Furthermore, measurement data
172)     from April 2008 could be leveraged to explore timings of internal
173)     substeps of establishing a connection to a hidden service. The results
174)     of this analysis are contained in a 22-page
175)     <a href="http://freehaven.net/~karsten/hidserv/perfanalysis-2008-06-15.pdf">report</a>
176)     that has been made public on the Tor
177)     <a href="http://archives.seul.org/or/dev/Jun-2008/msg00019.html">developer
Mfr fix wrong HTML tags

Mfr authored 15 years ago

178)     mailing list</a>.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

179)     <br/>
Roger Dingledine a few more fixes

Roger Dingledine authored 16 years ago

180)     <small><em>The analysis also unveiled a few bugs which were responsible
181)     for part of the delay in making a hidden service available for
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

182)     clients. Some bugs have been fixed subsequent to the analysis, others
183)     will be fixed soon. The evaluation has further brought up several
184)     possible approaches to improve Tor Hidden Service performance. Some of
185)     these ideas can be applied immediately, while others require deeper
186)     analysis and new measurements. Finally, in the course of the analysis,
Roger Dingledine a few more fixes

Roger Dingledine authored 16 years ago

187)     we discovered that some improvements require more in-depth
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

188)     changes to Tor which are not directly related to hidden services. These
189)     changes cannot be achieved in the time frame of this
Mfr fix wrong HTML tags

Mfr authored 15 years ago

190)     project.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

191)   </td>
192) </tr>
193) 
194) <tr>
195)   <td>
Karsten Loesing Add anchor for 'Jul 08'.

Karsten Loesing authored 15 years ago

196)     <a id="Jul08"></a>
197)     <a class="anchor" href="#Jul08">Jul 08</a>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

198)   </td>
199)   <td>
Karsten Loesing Add mid-July status report...

Karsten Loesing authored 15 years ago

200)     <small><em>All bugs that have been found in the analysis have been
201)     fixed. This includes the 2 bugs that have already been fixed during the
Karsten Loesing Some corrections to mid-Jul...

Karsten Loesing authored 15 years ago

202)     analysis and 4 more bugs that were fixed within the past 30 days. While
Karsten Loesing Add mid-July status report...

Karsten Loesing authored 15 years ago

203)     the bugfixes remove unintended performance bottlenecks due to
204)     programming errors, some of the design changes that have been spotted
205)     in the previous analysis have side-effects on anonymity or overall
Karsten Loesing Some corrections to mid-Jul...

Karsten Loesing authored 15 years ago

206)     network load which need to be evaluated against individual performance
Karsten Loesing Add mid-July status report...

Karsten Loesing authored 15 years ago

207)     gains. A <a href="http://freehaven.net/~karsten/hidserv/discussion-2008-07-15.pdf">report</a>
208)     has been published to the
209)     <a href="http://archives.seul.org/or/dev/Jul-2008/msg00034.html">developer
210)     mailing list</a> including 7 possible design changes that need to be
211)     discussed. Some evaluations (namely Low-Bandwidth Measurements and the
Karsten Loesing Make the last two sentences...

Karsten Loesing authored 15 years ago

212)     Grand Scaling Plan) have turned out to require more time than expected
213)     and had to be scheduled for a later time in the project than
214)     deliverable B. The current plan is to perform these evaluations within
215)     the timeframe until January 15 and work with assumptions until final
216)     results are available.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

217)   </td>
218) </tr>
219) 
220) <tr bgcolor="#e5e5e5">
221)   <td>
Mfr add anchor tags

Mfr authored 15 years ago

222)     <a id="Aug08"></a>
223)     <a class="anchor" href="#Aug08">Aug 08</a>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

224)   </td>
225)   <td>
Karsten Loesing Add mid-August report. 1 mi...

Karsten Loesing authored 15 years ago

226)     <small><em>During the past 30 days the 7 proposed designs have been
227)     further evaluated and discussed. Four of them have proven to be
228)     applicable in terms of the required changes to the code and possible
229)     anonymity implications. One has been classified as bug rather than
230)     design change. Two had to be excluded for either unforeseeable security
231)     problems, or uncertainty of actual performance
232)     improvements.</em></small>
233)     <br/>
234)     <small><em>Together with the results from July 15, the design phase has
235)     been concluded. The tasks for the upcoming implementation phase are now
236)     quite clear: One bug needs to be fixed and four design changes need to
237)     be implemented. Further, evaluations of the changed design need to be
238)     performed in order to verify their usefulness. A
239)     <a href="http://freehaven.net/~karsten/hidserv/design-2008-08-15.pdf">report</a>
240)     with the results of the design phase has been published to the
241)     <a href="http://archives.seul.org/or/dev/Aug-2008/msg00025.html">developer
242)     mailing list</a>.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

243)   </td>
244) </tr>
245) 
246) <tr>
247)   <td>
Karsten Loesing Monthly status report for S...

Karsten Loesing authored 15 years ago

248)     <a id="Sep08"></a>
249)     <a class="anchor" href="#Sep08">Sep 08</a>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

250)   </td>
251)   <td>
Karsten Loesing Monthly status report for S...

Karsten Loesing authored 15 years ago

252)     <small><em>During the first half of the implementation phase two bugs
253)     could be fixed that were related to hidden services: the
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

254)     <a href="http://bugs.noreply.org/flyspray/index.php?do=details&amp;id=767">first
Karsten Loesing Monthly status report for S...

Karsten Loesing authored 15 years ago

255)     bug</a> has already been identified in the design phase and was
256)     responsible for an unusual high failure rate when making a hidden
257)     service available in the system; the
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

258)     <a href="http://bugs.noreply.org/flyspray/index.php?id=814&amp;do=details">second
Karsten Loesing Monthly status report for S...

Karsten Loesing authored 15 years ago

259)     bug</a> was found during the implementation phase and was responsible
260)     for failure to connect to a working hidden service. Both bugfixes will
261)     be included in the next unstable version and likely be backported to
262)     one of the next stable releases.</em></small>
263)     <br/>
264)     <small><em>The four design changes that were proposed as result of the
265)     design phase have been implemented in an
266)     <a href="https://tor-svn.freehaven.net/svn/tor/branches/hidserv-design-changes/">experimental
267)     branch</a> of the unstable development tree. Early function tests have
268)     shown that these changes work and provide better (perceived)
269)     performance. This needs to be confirmed throughout the next four weeks
270)     in internal tests. The next goal is to prepare a release of this
271)     experimental branch that can be given out to beta testers at the
272)     beginning of the upcoming testing phase.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

273)   </td>
274) </tr>
275) 
276) <tr bgcolor="#e5e5e5">
277)   <td>
Roger Dingledine minor fixes

Roger Dingledine authored 15 years ago

278)     <a id="Oct08"></a>
Karsten Loesing Monthly status report for O...

Karsten Loesing authored 15 years ago

279)     <a class="anchor" href="#Oct08">Oct 08</a>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

280)   </td>
281)   <td>
Karsten Loesing Monthly status report for O...

Karsten Loesing authored 15 years ago

282)     <small><em>The implementation phase has been concluded. The bugfixes
283)     that were found in the past 30 days have been released in developer
284)     version <a href="http://archives.seul.org/or/talk/Oct-2008/msg00093.html">0.2.1.6-alpha</a>.
285)     The four design changes that were identified in the design phase have
286)     been specified in
Roger Dingledine minor fixes

Roger Dingledine authored 15 years ago

287)     <a href="https://svn.torproject.org/svn/tor/trunk/doc/spec/proposals/155-four-hidden-service-improvements.txt">proposal 155</a>.
Karsten Loesing Monthly status report for O...

Karsten Loesing authored 15 years ago

288)     Three design changes have been included in the development codebase and
289)     will automatically be included in the next development version. The
290)     first two design changes improve connection establishment to a hidden
291)     service by reducing a timeout from 60 to 30 seconds and by making a
292)     second attempt in parallel after a delay of 15 seconds. The third
293)     design change affects publication of a hidden service in the network by
294)     advertising the service at 5 rather than 3 points in the network in
Roger Dingledine minor fixes

Roger Dingledine authored 15 years ago

295)     parallel and succeeding as soon as 3 points are established. The fourth
Karsten Loesing Monthly status report for O...

Karsten Loesing authored 15 years ago

296)     design change has turned out to be rather ineffective, but would add
297)     considerable code complexity and was therefore dismissed. By now there
298)     are no more open bugfixes or new designs. All changes are in the
299)     development codebase and can be tested in the next phase.</em></small>
Karsten Loesing Added first monthly status...

Karsten Loesing authored 16 years ago

300)   </td>
301) </tr>
302) 
303) <tr>
304)   <td>
305)     Nov 08
306)   </td>
307)   <td>
308)   </td>
309) </tr>
310) 
311) <tr bgcolor="#e5e5e5">
312)   <td>
313)     Dec 08
314)   </td>
315)   <td>
316)   </td>
317) </tr>
318) 
319) <tr>
320)   <td>
321)     Jan 09
322)   </td>
323)   <td>
324)   </td>
325) </tr>
326) </table>
327) 
328) <br />
Karsten Loesing Added page for NLnet Hidden...

Karsten Loesing authored 16 years ago

329) 
330) <!-- Do we want a people section? If so, would it make sense to write what
Mfr fix wrong HTML tags

Mfr authored 15 years ago

331) these people will be doing? And what exactly are these people going to