Maystyle :
Admin : New post
Guestbook
Local
media
Catergories
Recent Articles
Recent Comments
Recent Trackbacks
Calendar
Tag
Archive
Link
Search
 
  개체 관리자 
작성일시 : 2007. 11. 28. 10:48 | 분류 : Windows Server/Kernel

Windows 는 개체 모델을 통해 실행부에서 구현된 다양한 내부 서비스들에 일관성과 보안 액세스를 제공한다.

개체 관리자 : 개체의 생성, 삭제, 보호, 추적 을 담당한다.

 
WinObj을 통한 개체 관리자 탐색

- 시스템 리소스 사용에 대한 공통의 통일 된 메카니즘 제공
- C2 보안 컴플라이언스를 획득하도록 운영체제에서 한 위치로 개체 보안을 격리
(Isolate object protection to one location in the operating system so that C2 security compliance can be achieved)
- 프로세스들이 이 개체를 사용하는 데 대한 책임 처리 메카니즘을 제공하여 시스템 리소스의 사용을 제한할 수 있게함
(Provide a mechanism to charge processes for their use of objects so that limits can be placed on the usage of system resources)
- 장치, 파일, 파일 시스템의 디렉터리, 독립적인 개체들의 집합과 같이 존제하는 개체들을 쉽게 통합할 수 있는 개체 이름 부여 스키마 구축
(Establish an object-naming scheme that can readily incorporate existing objects, such as the devices, files, and directories of a file system, or other independent collections of objects)
- 부모 프로세스로 부터 리소스들을 상속하기 위한 프로세스의 기능 및 대소문자 구분 파일 이름 생성과 같은 다양한 운영체제 환경 지원
- 개체 보존에 대한 일관된 규칙 수립
(that is, for keeping an object available until all processes have finished using it)

|