With this socket type, we bind to a path instead of an IP address and port.
UDS vs. Network Sockets?
Network sockets rely on networking protocols such as TCP or UDP and typically use an IP address and port number for addressing. On the other hand, UDS sockets bind file system paths.
“The Docker daemon binds to a Unix socket, not a TCP port. By default it’s the root user that owns the Unix socket, and other users can only access it using sudo. The Docker daemon always runs as the root user.”
What is the bandwith of IPC sockets? Bandwidth (from ChatGPT):
IPC Socket Bandwidth Can achieve up to several GB/s, depending on system resources.