gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2391 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r2391 - GNUnet-docs/WWW
Date: Fri, 23 Dec 2005 14:41:23 -0800 (PST)

Author: grothoff
Date: 2005-12-23 14:41:22 -0800 (Fri, 23 Dec 2005)
New Revision: 2391

Modified:
   GNUnet-docs/WWW/faq.php3
Log:
sync

Modified: GNUnet-docs/WWW/faq.php3
===================================================================
--- GNUnet-docs/WWW/faq.php3    2005-12-23 22:04:37 UTC (rev 2390)
+++ GNUnet-docs/WWW/faq.php3    2005-12-23 22:41:22 UTC (rev 2391)
@@ -295,7 +295,62 @@
          not really do it yet.  The others, well, probably not
          at all, but I’m not sure that we have a strong story
          at this point.  */
+BP();
+W("Another important point of reference are the various anonymous peer-to-peer 
networks.");
+W("Here, there are differences in terms of application domain and how 
specifically anonymity is achieved.");
+W("Anonymous routing is a hard research topic, so for a superficial 
comparisson like this one we focus on the latency.");
+W("Another important factor is the programming language.");
+W("Type-safe languages may offer certain security benefits; however, this may 
come at the cost of significant increases in resource consumption which in turn 
may reduce anonymity.");
+EP();
 
+<center>
+ <table border="0" cellspacing="0" cellpadding="0" width="90%">
+  <tr>
+   <th class="tbl"><?php W("Network"); ?></th>
+   <th class="tbl"><?php 
W("%s",extlink_("http://www.gnu.org/software/gnunet/";, "GNUnet")); ?></th>
+   <th class="tbl"><?php W("%s",extlink_("http://tor.eff.org/";, "Tor")); 
?></th>
+   <th class="tbl"><?php W("%s",extlink_("http://www.invisiblenet.net/iip/";, 
"IIP")); ?></th>
+   <th class="tbl"><?php W("%s",extlink_("http://www.i2p.net/","I2P";)); ?></th>
+   <th class="tbl"><?php W("%s",extlink_("http://mute-net.sourceforge.net/";, 
"Mute")); ?></th>
+   <th class="tbl"><?php 
W("%s",extlink_("http://www.freenetproject.org/","Freenet";)); ?></th>
+   <th class="tbl"><?php 
W("%s",extlink_("http://mixminion.net/","Mixminion";)); ?></th>
+  </tr>
+  <tr>
+   <th class="tbl"><?php W("Latency"); ?></th>
+   <td class="tbl"><?php W("medium"); ?></td>
+   <td class="tbl"><?php W("low"); ?></td>
+   <td class="tbl"><?php W("low"); ?></td>
+   <td class="tbl"><?php W("low"); ?></td>
+   <td class="tbl"><?php W("low"); ?></td>
+   <td class="tbl"><?php W("low"); ?></td>
+   <td class="tbl"><?php W("high"); ?></td>
+  </tr>
+  <tr>
+   <th class="tbl"><?php W("Application"); ?></th>
+   <td class="tbl"><?php W("file-sharing"); ?></td>
+   <td class="tbl"><?php W("TCP tunnel / HTTP"); ?></td>
+   <td class="tbl"><?php W("IRC"); ?></td>
+   <td class="tbl"><?php W("TCP tunnel / IRC"); ?></td>
+   <td class="tbl"><?php W("file-sharing"); ?></td>
+   <td class="tbl"><?php W("file-sharing"); ?></td>
+   <td class="tbl"><?php W("E-mail"); ?></td>
+  </tr>
+  <tr>
+   <th class="tbl"><?php W("Language"); ?></th>
+   <td class="tbl"><?php W("C"); ?></td>
+   <td class="tbl"><?php W("C");  ?></td>
+   <td class="tbl"><?php W("?");  ?></td>
+   <td class="tbl"><?php W("Java");  ?></td>
+   <td class="tbl"><?php W("C++"); ?></td>
+   <td class="tbl"><?php W("Java");  ?></td>
+   <td class="tbl"><?php W("Python/C");  ?></td>
+  </tr>
+
+ </table>
+</center>
+
+
+
 ANCHOR("anonymity"); H3("What do you mean by &#8220;anonymity&#8221;?");
 BP();
 W("Anonymity is the lack of distinction of an individual from a (large) 
group.");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]