What is IPC? What are the various schemes available?

Submitted by: Administrator
Inter Process Communication. IPC is used to pass information
between two or more processes.

Schemes are pipes, shared memory & semaphore.

Below are the different IPC methods

1. Semaphores
2. FIFO's (Also called Named Pipes)
3. Message Queues
4. Shared Memory
Submitted by: Administrator

Read Online Unix IPC Job Interview Questions And Answers