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
- GIT
- react
- Bull
- Python
- class
- mongoose
- Express
- 공룡게임
- typeORM
- Queue
- Sequelize
- 자료구조
- cookie
- MySQL
- nestjs
- MongoDB
- 게임
- 정렬
- game
- AWS
- flask
- dfs
- Nest.js
- OCR
- jest
- nodejs
- JavaScript
- Dinosaur
- TypeScript
Archives
- Today
- Total
목록optimal algorithm (1)
포시코딩

키워드 demand paging, page fault, page replacement, optimal algorithm, FIFO algorithm, LRU algorithm, LFU algorithm Demand Paging Demand: 요청이 있으면 Paging: 그 페이지를 메모리에 올리겠다 실제로 필요할 때 page를 메모리에 올리는 것 I/O 양의 감소 Memory 사용량 감소 빠른 응답 시간 더 많은 사용자 수용 Valid / Invalid bit의 사용 Invalid의 의미 -> 사용되지 않는 주소 영역인 경우 -> 페이지가 물리적 메모리에 없는 경우 처음에는 모든 page entry가 invalid로 초기화 address translation 시에 invalid bit이 set되어 있으면..
CS (Computer Science)
2023. 5. 18. 01:06