Which port and protocol is commonly used by Microsoft SQL Server?

Prepare for the CPSA Port Numbers Exam with quizzes on port numbers, services, and protocols. Each question is accompanied by hints and detailed explanations. Get exam-ready with our comprehensive study tool!

Multiple Choice

Which port and protocol is commonly used by Microsoft SQL Server?

Explanation:
The common way to connect to Microsoft SQL Server is using TCP on port 1433. This port is the default listening port for the SQL Server Database Engine, so standard clients reach the server at that address and port unless a different port is configured. If you set up a named instance, SQL Server can listen on a dynamic port and the SQL Server Browser service helps clients discover it via UDP on port 1434, but for everyday connections the default is TCP 1433. The other options correspond to different technologies (3306 is MySQL, 1883 is MQTT, 6379 is Redis) and are not the typical SQL Server ports.

The common way to connect to Microsoft SQL Server is using TCP on port 1433. This port is the default listening port for the SQL Server Database Engine, so standard clients reach the server at that address and port unless a different port is configured. If you set up a named instance, SQL Server can listen on a dynamic port and the SQL Server Browser service helps clients discover it via UDP on port 1434, but for everyday connections the default is TCP 1433. The other options correspond to different technologies (3306 is MySQL, 1883 is MQTT, 6379 is Redis) and are not the typical SQL Server ports.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy