Sciweavers

NDSS
2002
IEEE

Performance Analysis of TLS Web Servers

13 years 9 months ago
Performance Analysis of TLS Web Servers
TLS is the protocol of choice for securing today’s ecommerce and online transactions, but adding TLS to a web server imposes a significant overhead relative to an insecure web server on the same platform. We perform a comprehensive study of the performance costs of TLS. Our methodology is to profile TLS web servers with tracedriven workloads, replacing individual components inside TLS with no-ops, and measuring the observed increase in server throughput. We estimate the relative costs of each component within TLS, predicting the areas for which future optimizations would be worthwhile. Our results we show that RSA accelerators are effective for e-commerce site workloads , because they experience low TLS session reuse. Accelerators appear to be less effective for sites where all the requests are handled by a TLS server, thus having higher session reuse rate; investing in a faster CPU might prove more effective.
Cristian Coarfa, Peter Druschel, Dan S. Wallach
Added 15 Jul 2010
Updated 15 Jul 2010
Type Conference
Year 2002
Where NDSS
Authors Cristian Coarfa, Peter Druschel, Dan S. Wallach
Comments (0)