Advantages of inter process communication
Answers
Answered by
8
Answer:
here Ur Answer Buddy
IPC enables data communication by allowing processes to use segments, semaphores, and other methods to share memory and information. IPC facilitates efficient message transfer between processes.
Answered by
0
Answer:
Inter-process Communication (IPC) exists as a mechanism that permits the exchange of data between processes.
Explanation:
Inter-process Communication (IPC) exists as a mechanism that permits the exchange of data between processes. It allows resource and data sharing between the processes without interference. Processes that manage concurrently in the operating system may be independent processes.
The advantages of Inter-process Communication (IPC) are,
- Usage of shared memory for communication, limits Remote Procedure Call communication on the local machine
- Only users with access to the shared memory can view the calls
- Utilize OS-provided authentication in absence of DCE security
- The credential of the current approach to accessing shared memory is checked
- The owner and creator of shared memory exist even checked
- Remote Procedure Call information is stored in secure shared memory
- Security is not a major crisis as the communication is within the local machine itself.
#SPJ3
Similar questions