Databases rely on specific ports for storage access, replication, cluster communication, and API-level queries. This dataset covers SQL Server, MySQL/MariaDB, PostgreSQL, MongoDB, Cassandra, Redis, and Elasticsearch—ranging from relational databases to distributed and in-memory engines.
Perfect for architects designing application tiers, securing East-West traffic, and troubleshooting API or replication failures.
| Port | Protocol | Service | Description |
|---|---|---|---|
| 1433 | TCP | Microsoft SQL Server | Primary SQL listener |
| 1521 | TCP | Oracle TNS Listener | Oracle DB access |
| 3306 | TCP | MySQL/MariaDB | Database access |
| 5432 | TCP | PostgreSQL | Database access |
| 9042 | TCP | Cassandra | Distributed DB access |
| 27017 | TCP | MongoDB | NoSQL DB |
| 6379 | TCP | Redis | In-memory store |
| 9200 | TCP | Elasticsearch | Search engine API |