solidDB Help : Configuring and administering : Managing network connections : Communication protocols
  
Communication protocols
The client process and the solidDB server communicate with each other by using computer networks and network protocols. Supported communication protocols depend on the type of computer and network you are using.
The following table summarizes how to specify the network name on the server and on the client for each communication protocol.
 
Protocol
Operating system
Server-side network name
in solid.ini [Com] section
Client-side network name
in solid.ini [Com] section
TCP/IP
Linux, UNIX,
Windows
Listen = tcp port
Connect = tcp [host] port
TLS
Linux, UNIX,
Windows
Listen = tls port
Connect = tls [host] port
Named Pipes
Windows
Listen = nmpipe server
Connect = nmpipe [host] server
UNIX Pipes
Linux, UNIX
Listen = upipe server
Connect = upipe server
You can view the available communication protocols in your system with the ADMIN COMMAND 'protocols' command.
For more information about the protocols, see the following topics:
TCP/IP protocol
TLS protocol
Named pipes
UNIX pipes
Go up to
Managing network connections