가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

모의 시험

홈페이지로 설정

이 페이지 북마크

이메일 주소 구독

Unix 면접 질문과 답변

관련 차이점

Linux vs Unix

Ques 86. What does the swapping system do if it identifies the illegal page for swapping?

If the disk block descriptor does not contain any record of the faulted page, then this causes the attempted memory reference is invalid and the kernel sends a ?Segmentation violation? signal to the offending process. This happens when the swapping system identifies any invalid memory reference.

도움이 되었나요? Add Comment View Comments
 

Ques 87. What are states that the page can be in, after causing a page fault?</SPAN><SPAN class="answers">
</SPAN>

On a swap device and not in memory,
On the free page list in the main memory,
In an executable file,
Marked ?demand zero?,
Marked ?demand fill?.

도움이 되었나요? Add Comment View Comments
 

Ques 88. In what way the validity fault handler concludes?

It sets the valid bit of the page by clearing the modify bit.
It recalculates the process priority.

도움이 되었나요? Add Comment View Comments
 

Ques 89. At what mode the fault handler executes?

At the Kernel Mode.

도움이 되었나요? Add Comment View Comments
 

Ques 90. What do you mean by the protection fault?

Protection fault refers to the process accessing the pages, which do not have the access permission. A process also incur the protection fault when it attempts to write a page whose copy on write bit was set during the fork() system call.

도움이 되었나요? Add Comment View Comments
 
</SPAN> 3) In what way the validity fault handler concludes? 4) At what mode the fault handler executes? 5) What do you mean by the protection fault? " />

Most helpful rated by users:

Copyright © 2026, WithoutBook.