Question
Which mechanism is most suitable for efficient local IPC while preserving socket-style send and receive semantics without using the external network stack?
Select an option. Your answer will be checked instantly.
Correct Answer: D. UNIX domain socket
Explanation:
A UNIX domain socket supports local process communication through the socket interface.
It avoids network routing while retaining familiar stream or datagram semantics.
Leave a Reply