Contents

Which link is established among processes?
a) message link  
b) communication link
c) passing link          
d) synchronization link


b

What is required by the process in shared memory?
a) variable share               
b) mailbox
c) port                                   
d) barrier


a

How many forms of IPC in Linux?
a) seven
b) eight 
c) nine   
d) ten

b

Explanation: signals, wait queue, file locks, pipes and names pipes, semaphores, message queues, shared memory, Unix domain sockets



What should be the size of message sent by process?
a) fixed                                 
b) variable
c) constant           
d) either fixed or variable

b