Multiple choice technology web technology

Which TCP/IP port does SQL Server run on?

  1. 143

  2. 1433

  3. 1432

  4. 142

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

SQL Server's default TCP/IP port for the Database Engine is 1433. The default instance listens on port 1433, while named instances use dynamic ports unless explicitly configured. Option A is missing a digit, C has an extra digit, and D is completely wrong.