TCP/IP protocol

SAP Sybase IQ uses TCP/IP to connect clients to databases running on different computers.

When you use the TCP/IP protocol, you can secure client/server communications using transport-layer security and RSA encryption technology.

UDP

UDP is a transport layer protocol that sits on top of IP. SAP Sybase IQ may use UDP to do initial server name resolution and then use TCP for connection and communication.

UDP packets sent by the database server in response to client broadcasts contain no sensitive information. The data contained in these packets is limited to:

You can hide database names from UDP broadcast responses by using the -dh database option.

You can specify the -sb server option to disable the UDP listeners.

Using TCP/IP with Windows

The TCP/IP implementation for database servers on all Windows platforms uses Winsock 2.2. Clients on Windows Mobile use the Winsock 1.1 standard.