Question
Which IPC mechanism delivers a small asynchronous notification such as an interrupt request from one process to another?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Signal
Explanation:
A signal notifies a process that an event has occurred and may trigger a registered handler.
Signals carry limited information compared with general message-passing mechanisms.
Leave a Reply