DOI QR코드

DOI QR Code

Implementation of Registry Virtualization on Windows

윈도우 운영체제에서 레지스트리 가상화 구현

  • 신동하 (상명대학교 컴퓨터과학부)
  • Published : 2010.02.28

Abstract

The Windows registry is a hierarchical database where the configuration data of a system or application programs is stored. In this paper, we presented and implemented a registry virtualization algorithm and measured its performance. The registry virtualization algorithm presented in the paper is called Copy-One-level On Write-Open(COOWO) that is a modified version of general Copy On Whte(COW) method to make it suitable for registry virtualization. In this paper, we implemented the proposed algorithm as a dynamically loadable library in Windows and applied it to many Windows application programs. This paper is meaningful since we described a registry virtualization algorithm in detail in situation where we can not find papers that describe the registry virtualization in detail, and we could find the performance of the algorithm can be used in the real applications.

윈도우 운영체제의 레지스트리는 시스템 및 응용 프로그램의 설정 데이터가 저장되는 계층적 구조를 가지는 데이터베이스이다. 본 논문에서는 윈도우 운영체제에서 레지스트리 가상화 알고리즘을 제안하고 구현하였으며 그 성능을 측정하였다. 본 논문에서 제안하는 레지스트리 가상화 알고리즘은 Copy-One-level On Write-Open(COOWO)이라고 불리는데 이는 일반적인 Copy On Write(COW) 방식을 레지스트리 가상화에 적합하도록 수정한 것이다. 본 논문에서는 제안한 알고리즘을 윈도우 운영체제에서 동적 라이브러리로 구현하였고 다양한 윈도우 응용 프로그램에 적용하였다. 본 논문은 레지스트리 가상화를 구체적으로 다루는 논문이 많지 않은 현실에서 레지스트리 가상화 알고리즘을 상세하게 기술하였고, 알고리즘의 성능이 실제 응용에 사용 가능하다는 것을 발견하였다는 점에서 의의가 있다.

Keywords

References

  1. Philip Dawson and Thomas J. Bittman, "Virtualization Changes Virtually Everything," Gartner Research ID Number G00116488, Mar. 2008.
  2. James E. Smith and Ravi Nair, "The Architecture of Virtual Machines," IEEE Computer, Vol. 38, No. 5, pp. 32-38, May 2005.
  3. Steve Herrod, "The Future of Virtualization Technology", Proceedings of the 33rd International Symposium on Computer Architecture, 2006.
  4. Philip Winslow, Robert Semple, Jason Maynard, Dennis Simson and Bryan McGrath, 'Desktop Virtualization Comes of Age," Equity Research of Credit Suisse, Nov. 2007.
  5. A. Azagury, M. E. Factor, and J. Satran. ''Point-in-time copy: Yesterday, today and tomorrow," Proceedings of the Tenth Goddard Conference on Mass Storage Systems and Technologies, pp. 259-270. IEEE, April 2002.
  6. Zachary Nathaniel Joseph Peterson, "Data Placement For Copy-On-Write Using Virtual Contiguity," MS Thesis, University of California Santa Cruz, September 2002.
  7. VMware, "VMware ThinApp User's Manual," VMware ThinApp 4.0, VMware, Inc., 2008.
  8. Yang Yu Fanglu Guo Susanta Nanda Lap-chung Lam Tzi-cker Chiueh, "A Feather-weight Virtual Machine forWmdows Applications," Proceedings of Vutual Execution Environment, June 2006.
  9. Yang Yu, "OS-level Virtualization and Its Applications," Ph.D. Thesis, Stony Brook University, December 2007.
  10. Galen Hunt and Doug Brubacher, 'Detours: Binary Interception of Win32 Functions," Proceedings of the 3rd USENIX Wmdows NT Symposium, July 1999.
  11. Dongha Shin, "A File Virtualization Scheme on Windows," International Transaction on Computer , Feb. 2009.
  12. James E. Smith and Ravi Nair, "Virtual Machines Versatile Platforms for Systems and Processes," Elsevier, 2005.
  13. Jerry Honeycutt, "Microscft Windows Registry Guide," Second Edition, Microsoft Press, August 2005.
  14. Johnson M. Hart, 'Windows System Programming," Third Edition, Addison Wesley Professional, Oct 2004.
  15. Gary Nebbett, "Windows ND/2000 Native API Reference," MTP, 2000.
  16. 신동하, 김지연, "uC/OS-II 실시간 커널의 가상화를 위한 하이퍼바이저 구현."한국컴퓨터정보학회논문지, 제12권, 제5호, 103-112쪽, 2007년11월.
  17. 손성훈, 이재현,"임베디드 시스템을 위한 가상 머신 모니터의 설계와 구현," 한국컴퓨터정보학회논문지, 제14권1, 제1호1, 57-64, 2009년1월.
  18. Process Explorer v11.33, http.//technmicrosoftcom/en-us/sysinternals/bb896653.aspx, Mark Russinovich, 2009.
  19. Managing the Windows Registry with Reg.exe, http.//commandwindows.com/reg.htm