Quick cheat sheet for port numbers used by SQL Server services or services that SQL Server may depend on:

21 TCP FTP (replication)
80 TCP HTTP endpoints, Reporting Services, HTTP replication
135 TCP & UDP RPC, WMI, MSDTC, SQL Agent file copy, and TSQL Debugger (RPC used for multiple purposes including SSIS and clustering.)
137 UDP File & Print Sharing (replication) and Cluster Admin
138 UDP File & Print Sharing (replication)
139 TCP FileStream and NetBIOS Session Service (clustering)
443 TCP HTTPS endpoints and Reporting Services
445 TCP & UDP FileStream, SMB (clustering), and File & Print Sharing
500 UDP IPSec
860 TCP iSCSI
1024-5000 TCP Original dynamic ports for named instances. (WinSock standard.)(See ports 49152-65535.) The DoD Database STIG requires static ports.
1433 TCP SQL Server database engine
1434 TCP & UDP SQL Server database engine, DAC, and SQL Server's "Browse" button.
2382 UDP Analysis Serviceswhen using dynamic ports with named instances
2383 TCP Analysis Services
2393-2394 TCP Analysis Services version 7
2725 TCP Analysis Services
3260 TCP iSCSI
3343 UDP Cluster network driver
3389 TCP Remote Desktop Protocol (RDP)
3882 TCP DTS/SSIS
4022 TCP Conventional port for the SQL Broker service
4500 UDP IPSec
5000-5099 UDP Clustering
5022 TCP AlwaysOn's default port for primary and secondary replicas
7022 TCP Conventional port for Database Mirroring
8011-8031 UDP Clustering internode RPC
49152-65535 TCP Latest dynamic ports for named instances. (WinSock standard.)(See ports 1024-5000.) The DoD Database STIG requires static ports.

最新文章

  1. MySQL数据库
  2. ElasticSearch-5.0安装head插件
  3. 百度编辑器 ueditor 内容编辑自动套P标签,及p标签 替换
  4. XCode6.0的iOS免证书真机测试方法(MAC及黑苹果均有效)
  5. SQL 解决in的参数烦恼(经典,简洁,高效)
  6. openstack通过salt-cloud创建虚拟机
  7. CC2540开发板学习笔记(三)——外部中断
  8. 2016CCPC东北地区大学生程序设计竞赛1008/HDU 5929 模拟
  9. Remember the Word,LA3942(Trie树+DP)
  10. Git for PyCharm
  11. Linux环境变量相关文件
  12. SecureCRT 使用
  13. Weex 初探
  14. Pandas基础使用
  15. Yahoo Programming Contest 2019.F.Pass(DP)
  16. OPNET仿真软件资料合集
  17. JSON_FORCE_OBJECT 数字索引数组 强转对象
  18. Deep learning with Python 学习笔记(4)
  19. 解决Oracle EM 乱码问题
  20. MyBatis 强大之处 多环境 多数据源 ResultMap 的设计思想是 缓存算法 跨数据库 spring boot rest api mybaits limit 传参

热门文章

  1. oracle DBA 常用表和视图
  2. python通过socket实现多个连接并实现ssh功能详解
  3. JS获当前网页元素高度offsetHeight
  4. e.target 和 e.currentTarget
  5. CF1277D Let's Play the Words?
  6. iOS label出现异常黑色问题
  7. IDEA将Git本地仓库Push至远程仓库
  8. 十篇TED点击率最高演讲,带你重新认识大数据与人工智能
  9. top命令常用
  10. Jira强制退出时(如意外停电)再启动报Locked错误的几个解决办法