Multiple choice technology databases

On what default port does SQL Server run?

  1. 1441

  2. 25

  3. 8000

  4. 1433

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

SQL Server's default TCP port is 1433 for the default instance. This is the well-known port used by SQL Server clients to connect. Port 1441 is incorrect (off by 8), 25 is SMTP, and 8000 is commonly used for web servers or alternate applications.