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

Explain what is the process id for kernel process?

0 Answers  


what is the very first process created by kernell

5 Answers  


Please explain fork() system call?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


Explain the system calls used for process management?

0 Answers  






Which ipc is faster?

0 Answers  


Explain the advantage of executing a process in background?

0 Answers  


How to write the program on full-duplex communication on bidirectional?

0 Answers  


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

3 Answers  


About i-node numbers

1 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


What is a Daemon?

3 Answers  


Categories