Operating System (OS) Question:

Can you please explain the difference between trap and trapdoor?

Operating System (OS) Interview Question
Operating System (OS) Interview Question

Answer:

Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition.


Previous QuestionNext Question
Tell me when does the condition 'rendezvous' arise?Explain about local and global page replacements?