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