VARAN the Unbelievable An Efficient N-version Execution Framework
VARAN the Unbelievable An Efficient N-version Execution Framework
复制标题
VARAN 令人难以置信的高效 N 版本执行框架
DOI:
10.1145/2775054.2694390
复制
发表时间:
2015
影响因子:
--
通讯作者:
Hosek P
中科院分区:
文献类型:
--
作者:
Hosek P
With the widespread availability of multi-core processors, running multiple diversified variants or several different versions of an application in parallel is becoming a viable approach for increasing the reliability and security of software systems. The key component of such N-version execution (NVX) systems is a runtime monitor that enables the execution of multiple versions in parallel. Unfortunately, existing monitors impose either a large performance overhead or rely on intrusive kernel-level changes. Moreover, none of the existing solutions scales well with the number of versions, since the runtime monitor acts as a performance bottleneck.In this paper, we introduce Varan, an NVX framework that combines selective binary rewriting with a novel event-streaming architecture to significantly reduce performance overhead and scale well with the number of versions, without relying on intrusive kernel modifications.Our evaluation shows that Varan can run NVX systems based on popular C10k network servers with only a modest performance overhead, and can be effectively used to increase software reliability using techniques such as transparent failover, live sanitization and multi-revision execution.