역 페이지 테이블
One entry for each real page of memory (frame) - Only one page table in the system
- Entry consists of the virtual address of the page stored in that real memory location, with information about the process that owns that page
- by pid, p → get i by hash table for limit one either

역 페이지 테이블 (Inverted Page Table) > 도리의 디지털라이프
I. 고정 크기 페이지테이블, 역 페이지 테이블의 개요 가. 역 페이지 테이블 (Inverted Page Table)의 개념 메모리 프레임 마다 하나의 페이지 테이블 항목을 할당하여 프로세스 증가와 관계없이 크기가 고정된 페이지 테이블에 프로세스를 맵핑하여 할당하는 메모리 관리 기법 분산 메모리 할당 기법 중 페이징 방식에 사용 나.
http://blog.skby.net/%EC%97%AD-%ED%8E%98%EC%9D%B4%EC%A7%80-%ED%85%8C%EC%9D%B4%EB%B8%94-inverted-page-table/


Seong-lae Cho