aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-14 11:51:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-14 11:51:47 -0300
commit9f4991b3af26098fdd89934b454de4829baf7447 (patch)
treef3744e758b2daecec6d28acf45980f8737cc5ee4
parent7829891fac09f12f6f06296107ef253b4527393f (diff)
downloadbiblio-9f4991b3af26098fdd89934b454de4829baf7447.tar.gz
biblio-9f4991b3af26098fdd89934b454de4829baf7447.tar.bz2
Adds @csucu-thesis
-rwxr-xr-xsecurity.bib15
1 files changed, 15 insertions, 0 deletions
diff --git a/security.bib b/security.bib
index 14b7ca9..dc6413f 100755
--- a/security.bib
+++ b/security.bib
@@ -22,3 +22,18 @@
edition = {1},
volume = {},
}
+
+% Using the anonbib format
+@mastersthesis{csucu-thesis,
+ author = {Sucu, Ceysun},
+ title = {{Tor}: Hidden Service Scaling},
+ school = {University College London},
+ year = {2015},
+ month = {September},
+ day = {2},
+ abstract = {Tor’s hidden services in its current state does not fully utilise multi-core architecture or provide any load balancing options in regards to multi-server systems. This thesis explores possible techniques which could be used in scaling Tor’s hidden services horizontally, more precisely looking at possible load balancing techniques and hidden service resiliency. The first section of the thesis will give an detailed overview of Tor and look at relevant scaling and load balancing techniques. The body of the thesis will experiment with possible techniques and evaluate them. Finally I will indicate the aim of this research and possible future directions.},
+ www_abstract_url = {https://www.benthamsgaze.org/2015/11/17/scaling-tor-hidden-services/},
+ www_pdf_url = {https://raw.githubusercontent.com/csucu/Tor-Hidden-Service-Scaling/master/Ceysun%20Sucu%20-%20Hidden%20Service%20Scaling.pdf},
+ www_section = comm # and # torperf,
+ url = {https://github.com/csucu/Tor-Hidden-Service-Scaling},
+}