Inter-Procedure Call Socket

November 24, 2006 / Web Hosting

It is also known as the UNIX domain socket which is basically a virtual socket that used in POSIX O.S. The connections represent byte stream network connections but have their part on the local host.

When it comes to sending data, it uses sendmsg() and recvmsg() system calls.