페이지 교체 #39
Unanswered
Tokwasp
asked this question in
Network Q & A
페이지 교체
#39
Replies: 1 comment
-
❓ 페이지 교체란 무엇인지 설명해주세요.🌱 [ 페이지 교체 ] :할당된 물리 메모리가 가득찬 상태에서 새로운 페이지를 올리기 위해 특정 페이지를 메모리에서 내보내는 작업 ❓ 요구 페이징이란 무엇이고, 요구 페이징에서 Page Fault가 발생했을 때, 처리되는 Page 교체 순서에 대해 설명해주세요.🌱 [ 요구 페이징 ] :프로세스의 모든 데이터를 메모리에 올리지 않고 필요한 부분만 메모리에 적재 하는 방법 ( 비연속적 할당 )
❓ 페이지 교체 알고리즘의 종류와 각각의 특징에 대해 설명해주세요 / LRU 알고리즘🌱 [ Min 알고리즘 ( OPT ) ] :
🌱 [ FIFO 알고리즘 ] :
🌱 [ LRU ( Least Recently Used ) 알고리즘 ] :
🌱 [ LFU ( Least Frequently Used ) 알고리즘 ] :
🌱 [ NUR ( Not Used Recently ) 알고리즘 ] :
🌱 [ Clock 알고리즘 ] :❓ Swapping이란?🌱 [ Swapping ] :
[ Swapping 시 발생할 수 있는 문제점 ] :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions