In Unix inter process communication take place using?

Answers were Sorted based on User's Feedback



In Unix inter process communication take place using?..

Answer / dil ka don

Message Queues,
Fifo's
Semaphore,
Shared Memroy,
Sockets,
Signals
and File ...........

Is This Answer Correct ?    20 Yes 3 No

In Unix inter process communication take place using?..

Answer / perin

Pipes(named or unnamed)

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Unix IPC Interview Questions

Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


What is IPC? What are the various schemes available?

5 Answers  


What is daemon?

0 Answers  


Explain about daemon?

0 Answers  


How do you execute one program from within another?

4 Answers  


What is a zombie?

10 Answers  


What is i-node numbers?

0 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


Explain how do you execute one program from within another?

0 Answers  


What are various IDs associated with a process?

4 Answers  


Explain the advantage of executing a process in background?

0 Answers  


What are the system calls used for process management:

5 Answers  


Categories