Question: Two processes are using an IPC communication implemented in the kernel, what is the minimum overhead required from the moment the sender does a post
Two processes are using an IPC communication implemented in the kernel, what is the minimum overhead required from the moment the sender does a post to the moment the receiver process gets access to the communicated data (assume sender was running at the beginning):
A)2 system calls and 2 context switches
B)2 system calls and 1 context switch
C) 2 system calls and 3 context switches
D)None of the above
Step by Step Solution
3.45 Rating (158 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below Interprocess communication IPC in the kernel typically involves context switches and syst... View full answer
Get step-by-step solutions from verified subject matter experts
