[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Reduce hops when privacy level allows to save Tor network bandwidth
- To: or-talk@xxxxxxxxxxxxx
- Subject: Reduce hops when privacy level allows to save Tor network bandwidth
- From: Erilenz <erilenz@xxxxxxxxx>
- Date: Tue, 17 Nov 2009 08:57:38 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Tue, 17 Nov 2009 08:57:28 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-disposition; bh=EmcmNRG8LCujxi7s8engmVpTC+QOOmz8vrqJqpVFgWg=; b=cpc10uDeg4J9IfX42bB2dlj4x6A7mjLAj9Q9JcnBLaT6YLs/1nmtB0IMOEpjU1uF5F 2JDMA1IJhEdsrkf6nOdCtbBu0jTZhNLT080eeuenp2Cj9GWwbrrjLslcorRux6C7p0Uo PYj3Gm0OovAU3naPp0cIkqi7zwgbeluqIr3PI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-disposition; b=KJcaJhpj7vGO8XHMM6gRCMLVnxGINdeVPigOnxun8IVpEUoBNo/LLUSVH4Oz5NKQan oSZutxoy2/HHCbOdgnzlqeOd17hEP+O/7MAheRhKAoIqNt1qwvVVeZdeFq3VCzd/NL0C e4b9LMoj0G4FJM70wfJkeFzaCYRj2oKDc5Sew=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
The following occured to me. Tor is designed to protect users from
traffic analysis by very technical adversaries. There are many use
cases where that level of protection isn't required. In those cases,
if there was a config option to reduce the number of hops in a circuit
to 2 (or possibly even 1), then users would be able to get themselves a
more responsive circuit, whilst saving the Tor network overall
bandwidth.
In a three hop circuit, when x contacts y, the Tor network ends up
having to transfer 4X the data:
x -(1)> Entry -(2)> Middle -(3)> Exit -(4)> y
In a 2 hop circuit it only has to transfer 75% of that:
x -(1)> Entry -(2)> Exit -(3)> y
--
Erilenz
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/