Databases ports

14 databases ports: what each one does, its protocol, and whether it is secure by default.

14
Ports in this category
TCP / UDP / TCP/UDP
Protocols
0
Encrypted by default
8
IANA registered

SubnetKit lists 14 databases ports, using TCP, UDP, TCP/UDP. 8 of 14 are formally registered with IANA rather than just a widely followed convention.

None of the databases ports here are encrypted by default. Treat traffic on any of them as plain text unless you add TLS, SSH, or a VPN tunnel yourself.

Click any port below for its full page: what it does, its protocol, and whether it is safe to expose.

PortServiceProtocolWhat it does
1433MSSQLTCPMicrosoft SQL Server
1434MSSQL BrowserUDPMicrosoft SQL Server Browser service
1521OracleTCPOracle database listener
3050FirebirdTCPFirebird database (gds_db)
3306MySQLTCPMySQL / MariaDB
5432PostgreSQLTCPPostgreSQL database
5984CouchDBTCPApache CouchDB HTTP API
6379RedisTCPRedis key-value store
8086InfluxDBTCPInfluxDB HTTP API
9042CassandraTCPApache Cassandra native transport (CQL)
9200ElasticsearchTCPElasticsearch HTTP / REST API
11211MemcachedTCP/UDPMemcached
27017MongoDBTCPMongoDB database
50000IBM Db2TCPIBM Db2 database

Frequently asked questions

Which ports are in the Databases category?

port 1433 (MSSQL), port 1434 (MSSQL Browser), port 1521 (Oracle), port 3050 (Firebird), port 3306 (MySQL), port 5432 (PostgreSQL), port 5984 (CouchDB), port 6379 (Redis), port 8086 (InfluxDB), port 9042 (Cassandra), port 9200 (Elasticsearch), port 11211 (Memcached), port 27017 (MongoDB) and port 50000 (IBM Db2).

How many databases ports does SubnetKit list?

14, covering TCP, UDP, TCP/UDP. 8 of them are formally registered with IANA.

Are databases ports secure by default?

No. None of the databases ports here are encrypted by default; wrap them in TLS, SSH, or a VPN if you need to protect the traffic.

Which databases port has the lowest number?

Port 1433 (MSSQL). Port 1433 is the default listener for Microsoft SQL Server. Like all database ports, it should be reachable only from application servers, never from the open internet.