Download presentation
Presentation is loading. Please wait.
Published byEugenia Benson Modified over 8 years ago
1
Enhancing Tor’s Performance using Real- time Traffic Classification By Hugo Bateman
2
Overview Background The problem DiffTor How it works Experiments Results Criticisms
3
Background
4
DiffTor Framework for classifying encrypted Tor circuits based upon the applications they serve Online Classification: Real-time Offline Classification: Using relay logs
6
Differentiating Applications Circuit lifetimes Amount of Data transferred Cell inter-arrival time
7
Class Definitions Bulk transfer: Download and upload larger volumes of data Greedy No time constraints Interactive Require interaction between client and server Time sensitive Streaming Bulk transfer Time and quality constraints
8
Classification Algorithms Naive Bayes: probabilistic classification algorithm that is based on Bayes’ theorem Bayesian Networks: Graphical representations that are used to model the dependency relationships between attributes and classes Decision Trees: Functional tree classification and Logistic model tree classification
9
Experiments BitTorrent Client: Download torrents from popular torrent site Browsing Client: Picks a random URL from the list of the top 100 URLs reported by Alexa, repeats Streaming Client: Stream random videos using key words
10
Data Collection Collected over a period of 6 weeks Offline data set: 200 circuits, 122 browsing, 49 BitTorrent, 28 streaming Online data set
11
Evaluation Metrics Accuracy: (TP + TN) / N Precision: TP / (TP + FP) Recall: TP / (TP + FN) F-measure: (2 * Precision * Recall) / (Precision + Recall)
12
Offline Results
13
Online Results
14
Live Tor Experiment Naive Bayes classifier deployed in release of Tor source code No streaming class Interactive client modified to download 300kb file in a loop
15
Results
16
Criticisms No mention of the effect on performance Very little explanation of throttling, how it’s done and how different methods could impact overall network performance Unrealistic browsing client
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.