ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [DB보안]추론(Inference)의 보안대책-Polyinstantiaion(다중 인스턴스화)
    > 저장공간&삭제예정 2017. 3. 7. 13:14

    Polyinstantiation is a computing technique in which multiple instances of a shared resource are created to prevent any single user or process from contaminating the data required by others. In an operating system, it may be used to create multiple instances of virtual memory or a temporary directory to maintain system security when the resource accessed by multiple users. It is used in relational database management systems, where a single relation may be mapped to multiple instances of a row of data to assist users with different levels of security.



    Polyinstantiation(다중 인스턴스화)는 공유된 자원의 다중 인스턴스화인데, 사용자나 프로세스로 부터 데이터가 오염될 수 있는 상황을 예방하기 위해 생성된 컴퓨팅 기술이다.


    OS에서는 다양한 사용자가 자원에 접근할 때 시스템 보안을 유지하기위해 가상메모리나 임시디렉토리에 다중 인스턴스를 생성한다. 관계형 DBMS에 주로 쓰이며, 사용자에 서로 다른 보안레벨을 적용하기 위해 데이터 행의 다중 인스턴스가 단일관계로 매핑될 것이다.




    <참고자료>

    http://www.computerhope.com/jargon/p/polyinstantiation.htm




    728x90
    반응형
Designed by Tistory.