English

Confining Windows Inter-Process Communications for OS-Level Virtual Machine

Operating Systems 2016-09-16 v1

Abstract

As OS-level virtualization technology usually imposes little overhead on virtual machine start-up and running, it provides an excellent choice for building intrusion/fault tolerant applications that require redundancy and frequent invocation. When developing Windows OS-level virtual machine, however, people will inevitably face the challenge of confining Windows Inter-Process Communications (IPC). As IPC on Windows platform is more complex than UNIX style OS and most of the programs on Windows are not open-source, it is difficult to discover all of the performed IPCs and confine them. In this paper, we propose three general principles to confine IPC on Windows OS and a novel IPC confinement mechanism based on the principles. With the mechanism, for the first time from the literature, we successfully virtualized RPC System Service (RPCSS) and Internet Information Server (IIS) on Feather-weight Virtual Machine (FVM). Experimental results demonstrate that multiple IIS web server instances can simultaneously run on single Windows OS with much less performance overhead than other popular VM technology, offering a good basis for constructing dependable system.

Keywords

Cite

@article{arxiv.1609.04781,
  title  = {Confining Windows Inter-Process Communications for OS-Level Virtual Machine},
  author = {Zhiyong Shan and Yang Yu and Tzi-cker Chiueh},
  journal= {arXiv preprint arXiv:1609.04781},
  year   = {2016}
}

Comments

VDTS '09 Proceedings of the 1st EuroSys Workshop on Virtualization Technology for Dependable Systems

R2 v1 2026-06-22T15:51:07.146Z