Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 게임
- Express
- 정렬
- flask
- JavaScript
- Python
- Dinosaur
- 자료구조
- nestjs
- 공룡게임
- MySQL
- AWS
- class
- Sequelize
- cookie
- react
- dfs
- Bull
- game
- mongoose
- TypeScript
- jest
- GIT
- MongoDB
- Queue
- nodejs
- typeORM
- Nest.js
- OCR
Archives
- Today
- Total
목록inverted page table (1)
포시코딩
[운영체제] 7. Memory Management (4)
키워드 multilevel paging, valid-invalid bit, protection bit, inverted page table, shared page, segmentation Multilevel Paging and Performance Address space가 더 커지면 다단계 페이지 테이블이 필요 각 단계의 페이지 테이블이 메모리에 존재하므로 logical address의 physical address 변환에 더 많은 메모리 접근 필요 TLB를 통해 메모리 접근 시간을 줄일 수 있음 4단계 페이지 테이블을 사용하는 경우 메모리 접근 시간이 100ns, TLB 접근 시간이 20ns이고 TLB hit ratio가 98%인 경우 effective memory access time = 0.98 ..
CS (Computer Science)
2023. 5. 17. 08:44