Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Many Tor nodes on one service - good idea? (Score 1) 75

I was pointed to the fact that Tor Cloud nodes are only relays, rather than guard (first) or exit (last) nodes in the Tor circuit.

    http://news.ycombinator.com/item?id=3236580

This obvious limits some of the concerns...but it's the number (and bandwidth) of guards and exits that is much more a problem in Tor than the number of relay-only nodes.

Comment Re:Many Tor nodes on one service - good idea? (Score 3, Informative) 75

There *is* real privacy concern if many Tor nodes move to one cloud provider, and particularly if the Tor nodes are the first and last hop of the chain. In fact, we have a project called "Cloud-based Onion Routing" (COR) that looks at this problem.

COR discusses some policy approaches to make deployment on *multiple* cloud providers safer, as well as introducing another layer of indirection that makes Tor/COR market-friendly: We can sell (or give away) access to this higher-performance COR network, while still protecting end-user anonymity.

            http://sns.cs.princeton.edu/projects/cor/

The nice thing is that our implementation mostly just uses the local tor controller to enforce access to the tor proxy based on the presence of anonymity-preserving tokens sent during connection setup, while "Anonymity Service Providers" running Tor nodes on cloud providers (EC2, Rackspace, etc.) is just starting a VM and running a node.

Comment Re:Coral Cache... (Score 1) 343

Sure, it's a great idea, but it has a lot of implications. For example, commercial sites rely on their banner ads to generate revenue. If I cache one of their pages, this will mess with their statistics, and mess with their banner ads. In other words, this will piss them off.
Commercial sites almost exclusively use absolute URLs when linking to banner ads, which are often even served via different TLDs (i.e., doubleclick.com). This is one reason why CoralCDN doesn't not modify data in transit to automatically rewrite non-Coralized links. So, I don't think that the argument that CoralCDN will reduce ad revenue is actually the main reason why Slashdot doesn't auto-include links.

On a related note, server operators should be aware that Google AdSense does works with CoralCDN.

If users are interested themselves of accessing most Slashdot links via CoralCDN, I suggest checking out some of the greasemonkey scripts that are available for FireFox: http://userscripts.org/tag/coral

Slashdot Top Deals

Disclaimer: "These opinions are my own, though for a small fee they be yours too." -- Dave Haynie

Working...