Multiple choice sql-server

What SQL Server protocol must be installed to communicate via SQL Server with a Unix application?

  1. TCP/IP

  2. Unix Command Protocol

  3. Multiprotocol

  4. Named Pipes

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

TCP/IP is the standard cross-platform network protocol that both Windows (SQL Server) and Unix systems support natively. Named Pipes is Windows-specific and won't work with Unix. There is no 'Unix Command Protocol' - this is a distractor. Multiprotocol is a Windows-specific RPC-based protocol that also doesn't support Unix clients.