Question - Explain IPC.
Answer -
1. It is called as the inter process communication.
2. The scheme requires that processes share a common buffer pool and code for implementing the buffer.
3. It allows processes to communicate and to synchronize their actions.
Example : chat program used on the world wide web.