【COPY】TCP/UDP常用端口列表

前言

文章的表格中列举了Linux 中的服务、守护进程、和程序所使用的最常见的通信端口,该列表还可以在 /etc/services 文件中找到,更多详细信息推荐查看由互联网号码分派局(IANA)制定的“著名的已注册动态端口”官方列表。本文引用了维基百科中文版内的TCP/UDP端口列表,颜色和标签很清晰,感谢维护者们的更新。最后还是提醒大家开发程序时记得提前查阅一下端口是否和已经定义的存在冲突,能避免尽量不要选择共用相同的端口,为后期IP+PORT方式定位应用铺平道路。

熟悉常用的TCP/UDP端口很有必要

扩展阅读

TCP/UDP端口列表 - https://zh.wikipedia.org/wiki/TCP/UDP端口列表

Service Name and Transport Protocol Port Number Registry - http://www.iana.org/assignments/service-…

服务器常用端口

端口服务说明
21FTPFTP服务器所开放的端口,用于上传、下载
22SSH22端口就是ssh端口,用于通过命令行模式远程连接Linux系统服务器
25SMTPSMTP服务器所开放的端口,用于发送邮件
80HTTP用于网站服务例如IIS、Apache、Nginx等提供对外访问
110POP3110端口是为POP3(邮件协议3)服务开放的
137/138/139NETBIOS其中137、138是UDP端口,当通过网上邻居传输文件时用这个端口。而139端口:通过这个端口进入的连接试图获得NetBIOS/SMB服务。这个协议被用于windows文件和打印机共享和SAMBA
143IMAP143端口主要是用于“Internet Message AccessProtocol”v2(Internet消息访问协议,简称IMAP),和POP3一样,是用于电子邮件的接收的协议
443HTTPS网页浏览端口,能提供加密和通过安全端口传输的另一种HTTP
1433SQL Server1433端口,是SQL Server默认的端口,SQL Server服务使用两个端口:TCP-1433、UDP-1434。其中1433用于供SQL Server对外提供服务,1434用于向请求者返回SQL Server使用了哪个TCP/IP端口
3306MySQL3306端口,是MySQL数据库的默认端口,用于MySQL对外提供服务
3389Windows Server Remote Desktop Services3389端口是Windows远程桌面的服务端口,可以通过这个端口,用"远程桌面"等连接工具来连接到远程的服务器
8080代理端口8080端口同80端口,是被用于WWW代理服务的,可以实现网页浏览,经常在访问某个网站或使用代理服务器的时候,会加上“:8080”端口号。另外Apache Tomcat web server安装后,默认的服务端口就是8080

TCP/UDP端口列表

IANA的端口分配列表 - http://www.iana.org/assignments/port-num…

以下列表仅列出常用端口,详细的列表请参阅IANA网站

端口描述
0/TCP,UDP保留端口;不使用(若发送过程不准备接受回复消息,则可以作为源端口)
1/TCP,UDPTCPMUX(传输控制协议端口服务多路开关选择器)
5/TCP,UDPRJE(远程作业登录)
7/TCP,UDPECHO(回显)协议
9/TCP,UDPDISCARD(丢弃)协议
11/TCP,UDPSYSTAT协议
13/TCP,UDPDAYTIME协议
15/TCP,UDPNETSTAT协议
17/TCP,UDPQOTD(Quote of the Day,每日引用)协议
18/TCP,UDP消息发送协议
19/TCP,UDPCHARGEN(字符发生器)协议
20/TCP,UDP文件传输协议 - 默认数据端口
21/TCP,UDP文件传输协议 - 控制端口
22/TCP,UDPSSH(Secure Shell) - 远程登录协议,用于安全登录文件传输(SCP,SFTP)及端口重新定向
23/TCP,UDPTelnet终端仿真协议 - 未加密文本通信
25/TCP,UDPSMTP(简单邮件传输协议) - 用于邮件服务器间的电子邮件传递
26/TCP,UDPRSFTP - 一个简单的类似FTP的协议
35/TCP,UDPQMS Magicolor 2 printer
37/TCP,UDPTIME时间协议
39/TCP,UDPResource Location Protocol(资源定位协议)
41/TCP,UDP图形
42/TCP,UDPHost Name Server(主机名服务)
42/TCP,UDPWINS(WINS主机名服务)
43/TCPWHOIS协议
49/TCP,UDPTACACS登录主机协议
53/TCP,UDPDNS(域名服务系统)
56/TCP,UDP远程访问协议
57/TCPMTP,邮件传输协议
67/UDPBOOTP(BootStrap协议)服务;同时用于动态主机设置协议
68/UDPBOOTP客户端;同时用于动态主机设定协议
69/UDPTFTP(小型文件传输协议)
70/TCPGopher信息检索协议
79/TCPFinger协议
80/TCPHTTP(超文本传输协议)- 用于传输网页
81/TCPHTTP预备 (超文本传输协议)
81/TCPTorpark - Onion routing ORport
82/UDPTorpark - 控制端口
88/TCPKerberos - 认证代理
101/TCP主机名
102/TCPISO-TSAP协议
107/TCP远程Telnet协议
109/TCPPOP (Post Office Protocol),“邮局协议”,第2版
110/TCPPOP3(“邮局协议”,第3版)- 用于接收电子邮件
111/TCP,UDPSun协议
113/TCPident - 旧的服务器身份识别系统,仍然被IRC服务器用来认证它的用户
115/TCPSFTP,简单文件传输协议
117/TCPUUCP-PATH
118/TCP,UDPSQL服务
119/TCP网络新闻传输协议 - 用来收取新闻组的消息
123/UDPNTP(Network Time Protocol) - 用于时间同步
135/TCP,UDPEPMAP (End Point Mapper) / Microsoft RPC Locator Service
137/TCP,UDPNetBIOS NetBIOS Name Service
138/TCP,UDPNetBIOS NetBIOS Datagram Service
139/TCP,UDPNetBIOS NetBIOS Session Service
143/TCP,UDPIMAP4(Internet Message Access Protocol 4) - used for retrieving E-mails
152/TCP,UDPBFTP, Background File Transfer Program
153/TCP,UDPSGMP, Simple Gateway Monitoring Protocol
156/TCP,UDPSQL服务
158/TCP,UDPDMSP, Distributed Mail Service Protocol
161/TCP,UDPSNMP (Simple Network Management Protocol)
162/TCP,UDPSNMPTRAP
170/TCPPrint-srv
179/TCPBGP (Border Gateway Protocol)
194/TCPIRC(互联网中继聊天)
201/TCP,UDPAppleTalk Routing Maintenance
209/TCP,UDPQuick Mail传输协议
213/TCP,UDPIPX
218/TCP,UDPMPP,信息发布协议
220/TCP,UDPIMAP,交互邮件访问协议第3版
259/TCP,UDPESRO, Efficient Short Remote Operations
264/TCP,UDPBGMP,Border Gateway Multicast Protocol
308/TCPNovastor Online Backup
311/TCPApple Server-Admin-Tool, Workgroup-Manager-Tool
318/TCP,UDPTSP,时间戳协议(英语:Time Stamp Protocol)
323/TCP,UDPIMMP, Internet Message Mapping Protocol
383/TCP,UDPHP OpenView HTTPs Operations Agent
366/TCP,UDPSMTP, Simple Mail Transfer Protocol. ODMR, On-Demand Mail Relay
369/TCP,UDPRpc2portmap
371/TCP,UDPClearCase albd
384/TCP,UDP一个远程网络服务器系统
387/TCP,UDPAURP, AppleTalk Update-based Routing Protocol
389/TCP,UDP轻型目录访问协议
401/TCP,UDPUPS Uninterruptible Power Supply
411/TCPDirect Connect Hub port
412/TCPDirect Connect Client-To-Client port
427/TCP,UDPSLP (Service Location Protocol)
443/TCPHTTPS - HTTP over TLS/SSL(加密传输)
444/TCP,UDPSNPP,Simple Network Paging Protocol
445/TCPMicrosoft-DS (Active Directory,Windows shares, Sasser worm,Agobot, Zobotworm)
445/UDPMicrosoft-DS SMB file sharing
464/TCP,UDPKerberos Change/Set password
465/TCPCisco protocol
465/TCPSMTP over SSL
475/TCPtcpnethaspsrv(Hasp services, TCP/IP version)
497/TCPdantz backup service
500/TCP,UDPISAKMP,IKE-Internet Key Exchange
502/TCP,UDPModbus,Protocol
512/TCPexec, Remote Process Execution
512/UDPcomsat, together with biff:notifies users of new c.q. yet unread e-mail
513/TCP登陆
513/UDPWho
514/TCPrsh protocol - used to execute non-interactive commandline commands on a remote system and see the screen return
514/UDPsyslog protocol - used for system logging
515/TCPLine Printer Daemon protocol - used in LPD printer servers
517/UDPTalk
518/UDPNTalk
520/TCPefs
520/UDPRouting - RIP
513/UDPRouter
524/TCP,UDPNCP(NetWare Core Protocol)is used for a variety things such as access to primary NetWare server resources, Time Synchronization, etc.
525/UDPTimed,Timeserver
530/TCP,UDP远程过程调用
531/TCP,UDPAOL Instant Messenger, IRC
532/TCPnetnews
533/UDPnetwall, For Emergency Broadcasts
540/TCPUUCP (Unix-to-Unix Copy Protocol)
542/TCP,UDPcommerce (Commerce Applications)
543/TCPklogin, Kerberos login
544/TCPkshell, Kerberos Remote shell
546/TCP,UDPDHCPv6客户端
547/TCP,UDPDHCPv6服务器
548/TCPAFP (Apple Filing Protocol)
550/UDPnew-rwho, new-who
554/TCP,UDPRTSP (Real Time Streaming Protocol)
556/TCPRemotefs, rfs, rfs_server
560/UDPrmonitor, Remote Monitor
561/UDPmonitor
563/TCP,UDPNNTP protocol over TLS/SSL (NNTPS)
587/TCPemail message submission(SMTP,RFC 2476)
591/TCPFileMaker 6.0(及之后版本)网络共享(HTTP的替代,见80端口)
593/TCP,UDPHTTP RPC Ep Map(RPC over HTTP, often used by DCOM services and Microsoft Exchange Server)
604/TCPTUNNEL
631/TCP,UDP互联网列印协定
636/TCP,UDPLDAP over SSL(加密传输,也被称为LDAPS)
639/TCP,UDPMSDP, Multicast Source Discovery Protocol
646/TCPLDP, Label Distribution Protocol
647/TCPDHCP Failover Protocol
648/TCPRRP, Registry Registrar Protocol
652/TCPDTCP, Dynamic Tunnel Configuration Protocol
654/UDPAODV, Ad hoc On-Demand Distance Vector
665/TCPsun-dr, Remote Dynamic Reconfiguration
666/UDP毁灭战士,电脑平台上的一系列第一人称射击游戏。
674/TCPACAP, Application Configuration Access Protocol
691/TCPMS Exchange Routing
692/TCPHyperwave-ISP
694/UDPLinux-HA High availability Heartbeat port
695/TCPIEEE-MMS-SSL
698/UDPOLSR, Optimized Link State Routing
699/TCPAccess Network
700/TCPEPP, Extensible Provisioning Protocol
701/TCPLMP, Link Management Protocol.
702/TCPIRIS over BEEP
706/TCPSILC, Secure Internet Live Conferencing
711/TCPTDP, Tag Distribution Protocol
712/TCPTBRPF, Topology Broadcast based on Reverse-Path Forwarding
720/TCPSMQP, Simple Message Queue Protocol
749/TCP, UDPkerberos-adm, Kerberos administration
750/UDPKerberos version IV
782/TCPConserver serial-console management server
829/TCPCMP (Certificate Management Protocol)
860/TCPiSCSI
873/TCPrsync File synchronisation protocol
901/TCPSamba Web Administration Tool (SWAT)
902VMware服务器控制台[2]
904VMware服务器替代(如果902端口已被占用)
911/TCPNetwork Console on Acid(NCA) - local tty redirection over OpenSSH
981/TCPSofaWare Technologies Remote HTTPS management for firewall devices running embedded Checkpoint Firewall-1 software
989/TCP,UDPFTP Protocol (data) over TLS/SSL
990/TCP,UDPFTP Protocol (control) over TLS/SSL
991/TCP,UDPNAS (Netnews Admin System)
992/TCP,UDPTelnet protocol over TLS/SSL
993/TCPIMAP4 over SSL (encrypted transmission)
995/TCPPOP3 over SSL (encrypted transmission)
1025/tcpNFS-or-IIS
1026/tcpOften utilized by Microsoft DCOM services
1029/tcpOften utilized by Microsoft DCOM services
1058/tcpnim AIX Network Installation Manager
1059/tcpnimreg
1080/tcpSOCKS proxy
1099/tcpRMI Registry
1099/udpRMI Registry
1109/tcpKerberos POP
1140/tcpAutoNOC
1167/udpphone, conference calling
1176/tcpPerceptive Automation Indigo home control server
1182/tcp,udpAcceleNet
1194/udpOpenVPN
1198/tcp,udpThe cajo project Free dynamic transparent distributed computing in Java
1200/udpSteam Friends Applet
1214/tcpKazaa
1223/tcp,udpTGP: “TrulyGlobal Protocol” aka “The Gur Protocol”
1241/tcp,udpNessus Security Scanner
1248/tcpNSClient/NSClient++/NC_Net (Nagios)
1270/tcp,udpMicrosoft Operations Manager 2005 agent (MOM 2005)
1311/tcpDell Open Manage Https Port
1313/tcpXbiim (Canvii server) Port
1337/tcpWASTE Encrypted File Sharing Program
1352/tcpIBM Lotus Notes/Domino RPC
1387/tcpComputer Aided Design Software Inc LM (cadsi-lm )
1387/udpComputer Aided Design Software Inc LM (cadsi-lm )
1414/tcpIBM MQSeries
1431/tcpRGTP
1433/tcp,udpMicrosoft SQL database system
1434/tcp,udpMicrosoft SQL Monitor
1494/tcpCitrix Presentation Server ICA Client
1512/tcp,udpWINS
1521/tcpnCube License Manager
1521/tcpOracle database default listener, in future releases official port 2483
1524/tcp,udpingreslock, ingres
1526/tcpOracle database common alternative for listener
1533/tcpIBM Sametime IM - Virtual Places Chat
1547/tcpLaplink
1547/udpLaplink
1550Gadu-Gadu (Direct Client-to-Client)
1581/udpMIL STD 2045-47001 VMF
1589/udpCisco VQP (VLAN Query Protocol) / VMPS
1627iSketch
1677/tcpNovell GroupWise clients in client/server access mode
1701/udpl2tp, Layer 2 Tunnelling protocol
1716/tcpAmerica’s Army MMORPG Default Game Port
1723/tcpMicrosoft PPTP VPN
1723/udpMicrosoft PPTP VPN
1725/udpValve Steam Client
1755/tcpMicrosoft Media Services (MMS, ms-streaming)
1755/udpMicrosoft Media Services (MMS, ms-streaming)
1761/tcp,udpcft-0
1761/tcpNovell Zenworks Remote Control utility
1762-1768/tcp,udpcft-1 to cft-7
1812/udpradius, RADIUS authentication protocol
1813/udpradacct, RADIUS accounting protocol
1863/tcpWindows Live Messenger, MSN
1900/udpMicrosoft SSDP Enables discovery of UPnP devices
1935/tcpReal Time Messaging Protocol (RTMP) raw protocol
1970/tcp,udpDanware Data NetOp Remote Control
1971/tcp,udpDanware Data NetOp School
1972/tcp,udpInterSystems Caché
1975-77/udpCisco TCO (Documentation)
1984/tcpBig Brother - network monitoring tool
1985/udpCisco HSRP
1994/TCPSTUN-SDLC protocol for tunneling
1998/tcpCisco X.25 service (XOT)
2000/udpCisco SCCP (Skinny)
2000/tcpCisco SCCP (Skinny)
2002/tcpCisco Secure Access Control Server (ACS) for Windows
2030Oracle Services for Microsoft Transaction Server
2031/tcpmobrien-chat - Mike O’Brien November 2004
2031/udpmobrien-chat - Mike O’Brien November 2004
2049/udpnfs, NFS Server
2049/udpshilp
2053/tcpknetd, Kerberos de-multiplexor
2056/udpCivilization 4 multiplayer
2073/tcpDataReel Database
2073/udpDataReel Database
2074/tcpVertel VMF SA (i.e. App… SpeakFreely)
2074/udpVertel VMF SA (i.e. App… SpeakFreely)
2082/tcpInfowave Mobility Server
2082/tcpCPanel, default port
2083/tcpSecure Radius Service (radsec)
2083/tcpCPanel default SSL port
2086/tcpGNUnet
2086/tcpWebHost Manager default port
2087/tcpWebHost Manager default SSL port
2095/tcpCPanel default webmail port
2096/tcpCPanel default SSL webmail port
2161/tcp?-APC Agent
2181/tcpEForward-document transport system
2181/udpEForward-document transport system
2200/tcpTuxanci game server
2219/tcpNetIQ NCAP Protocol
2219/udpNetIQ NCAP Protocol
2220/tcpNetIQ End2End
2220/udpNetIQ End2End
2222/tcpDirectAdmin’s default port
2222/udpMicrosoft Office OS X antipiracy network monitor [1]
2301/tcpHP System Management Redirect to port 2381
2302/udpArmA multiplayer (default for game)
2302/udpHalo: Combat Evolved multiplayer
2303/udpArmA multiplayer (default for server reporting) (default port for game +1)
2305/udpArmA multiplayer (default for VoN) (default port for game +3)
2369/tcpDefault port for BMC Software CONTROL-M/Server - Configuration Agent port number - though often changed during installation
2370/tcpDefault port for BMC Software CONTROL-M/Server - Port utilized to allow the CONTROL-M/Enterprise Manager to connect to the CONTROL-M/Server - though often changed during installation
2381/tcpHP Insight Manager default port for webserver
2404/tcpIEC 60870-5-104
2427/udpCisco MGCP
2447/tcpovwdb - OpenView Network Node Manager (NNM) daemon
2447/udpovwdb - OpenView Network Node Manager (NNM) daemon
2483/tcp,udpOracle database listening port for unsecure client connections to the listener, replaces port 1521
2484/tcp,udpOracle database listening port for SSL client connections to the listener
2546/tcp,udpVytal Vault - Data Protection Services
2593/tcp,udpRunUO - Ultima Online server
2598/tcpnew ICA - when Session Reliability is enabled, TCP port 2598 replaces port 1494
2612/tcp,udpQPasa from MQSoftware
2710/tcpXBT Bittorrent Tracker
2710/udpXBT Bittorrent Tracker experimental UDP tracker extension
2710/tcpKnuddels.de
2735/tcpNetIQ Monitor Console
2735/udpNetIQ Monitor Console
2809/tcpcorbaloc:iiop URL, per the CORBA 3.0.3 specification. Also used by IBM WebSphere Application Server Node Agent
2809/udpcorbaloc:iiop URL, per the CORBA 3.0.3 specification.
2944/udpMegaco Text H.248
2945/udpMegaco Binary (ASN.1) H.248
2948/tcpWAP-push Multimedia Messaging Service (MMS)
2948/udpWAP-push Multimedia Messaging Service (MMS)
2949/tcpWAP-pushsecure Multimedia Messaging Service (MMS)
2949/udpWAP-pushsecure Multimedia Messaging Service (MMS)
2967/tcpSymantec AntiVirus Corporate Edition
3000/tcpMiralix License server
3000/udpDistributed Interactive Simulation (DIS), modifiable default port
3001/tcpMiralix Phone Monitor
3002/tcpMiralix CSTA
3003/tcpMiralix GreenBox API
3004/tcpMiralix InfoLink
3006/tcpMiralix SMS Client Connector
3007/tcpMiralix OM Server
3025/tcpnetpd.org
3050/tcp,udpgds_db (Interbase/Firebird)
3074/tcp,udpXbox Live
3128/tcpHTTP used by web caches and the default port for the Squid cache
3260/tcpiSCSI target
3268/tcpmsft-gc, Microsoft Global Catalog (LDAP service which contains data from Active Directory forests)
3269/tcpmsft-gc-ssl, Microsoft Global Catalog over SSL (similar to port 3268, LDAP over SSL version)
3300/tcpTripleA game server
3305/tcp,udpODETTE-FTP
3306/tcp,udpMySQL Database system
3333/tcpNetwork Caller ID server
3386/tcp,udpGTP’ 3GPP GSM/UMTS CDR logging protocol
3389/tcp远端桌面协定(RDP)
3396/tcpNovell NDPS Printer Agent
3689/tcpDAAP Digital Audio Access Protocol used by Apple’s iTunes
3690/tcpSubversion version control system
3702/tcp,udpWeb Services Dynamic Discovery (WS-Discovery), used by various components of Windows Vista
3724/tcpWorld of Warcraft Online gaming MMORPG
3784/tcp,udpVentrilo VoIP program used by Ventrilo
3785/udpVentrilo VoIP program used by Ventrilo
3868 tcp,udpDiameter base protocol
3872/tcpOracle Management Remote Agent
3899/tcpRemote Administrator
3900/tcpUnidata UDT OS udt_os
3945/tcpEmcads server service port, a Giritech product used by G/On
4000/tcpDiablo II game NoMachine Network Server (nxd)
4007/tcpPrintBuzzer printer monitoring socket server
4089/udpOpenCORE Remote Control Service
4089/tcpOpenCORE Remote Control Service
4093/udpPxPlus Client server interface ProvideX
4093/tcpPxPlus Client server interface ProvideX
4096/udpBridge-Relay Element ASCOM
4100WatchGuard Authentication Applet - default port
4111/tcp,udpXgrid
4111/tcpMicrosoft Office SharePoint Portal Server - 默认管理端口
4226/tcp,udpAleph One (computer game)
4224/tcpCisco CDP Cisco discovery Protocol
4569/udpInter-Asterisk eXchange
4662/tcpOrbitNet Message Service
4662/tcp通常用于eMule
4664/tcpGoogle桌面搜索
4672/udpeMule - 常用端口
4894/tcpLysKOM Protocol A
4899/tcpRadmin 远程控制工具
5000/tcpcommplex-main
5000/tcpUPnP - Windows network device interoperability
5000/tcp,udpVTun - VPN 软件
5001/tcp,udpIperf (Tool for measuring TCP and UDP bandwidth performance)
5001/tcpSlingbox及Slingplayer
5003/tcpFileMaker Filemaker Pro
5004/udpRTP Real-time Transport Protocol
5005/udpRTP Real-time Transport Protocol
5031/tcp,udpAVM CAPI-over-TCP (ISDN over Ethernet tunneling)
5050/tcpYahoo! Messenger
5051/tcpita-agent Symantec Intruder Alert
5060/tcpSession Initiation Protocol (SIP)
5060/udpSession Initiation Protocol (SIP)
5061/tcpSession Initiation Protocol (SIP) over Transport Layer Security (TLS)
5093/udpSPSS License Administrator (SPSS)
5104/tcpIBM NetCOOL / IMPACT HTTP Service
5106/tcpA-Talk Common connection
5107/tcpA-Talk 远程服务器连接
5110/tcpProRat Server
5121/tcpNeverwinter Nights
5176/tcpConsoleWorks default UI interface
5190/tcpICQ and AOL Instant Messenger
5222/tcpXMPP/Jabber - client connection
5223/tcpXMPP/Jabber - default port for SSL Client Connection
5269/tcpXMPP/Jabber - server connection
5351/tcp,udpNAT Port Mapping Protocol - client-requested configuration for inbound connections through network address translators
5353/udpmDNS - multicastDNS
5402/tcp,udpStarBurst AutoCast MFTP
5405/tcp,udpNetSupport
5421/tcp,udpNet Support 2
5432/tcpPostgreSQL database system
5445/udpCisco Vidéo VT Advantage
5495/tcpApplix TM1 Admin server
5498/tcpHotline tracker server connection
5499/udpHotline tracker server discovery
5500/tcpVNC remote desktop protocol - for incoming listening viewer, Hotline control connection
5501/tcpHotline file transfer connection
5517/tcpSetiqueue Proxy server client for SETI@Home project
5555/tcpFreeciv multiplay port for versions up to 2.0, Hewlett Packard Data Protector, SAP
5556/tcpFreeciv multiplay port
5631/tcp赛门铁克 pcAnywhere
5632/udp赛门铁克 pcAnywhere
5666/tcpNRPE (Nagios)
5667/tcpNSCA (Nagios)
5800/tcpVNC remote desktop protocol - for use over HTTP
5814/tcp,udpHewlett-Packard Support Automation (HP OpenView Self-Healing Services)
5900/tcpVNC remote desktop protocol (used by ARD)
6000/tcpX11 - used between an X client and server over the network
6001/udpX11 - used between an X client and server over the network
6005/tcpDefault port for BMC Software CONTROL-M/Server - Socket Port number used for communication between CONTROL-M processes - though often changed during installation
6050/tcpBrightstor Arcserve Backup
6051/tcpBrightstor Arcserve Backup
6100/tcpVizrt System
6110/tcpsoftcm HP SoftBench CM
6110/udpsoftcm HP SoftBench CM
6111/tcpspc HP SoftBench Sub-Process Control
6111/udpspc HP SoftBench Sub-Process Control
6112/tcp“dtspcd” - a network daemon that accepts requests from clients to execute commands and launch applications remotely
6112/tcpBlizzard’s Battle.net gaming service, ArenaNet gaming service
6129/tcpDameware Remote Control
6257/udpWinMX (参见6699端口)
6346/tcp,udpgnutella-svc (FrostWire, Limewire, Bearshare, etc.)
6347/tcp,udpgnutella-rtr
6444/tcp,udpSun Grid Engine - Qmaster Service
6445/tcp,udpSun Grid Engine - Execution Service
6502/tcp,udpDanware Data NetOp Remote Control
6522/tcpGobby (and other libobby-based software)
6543/udpJetnet - default port that the Paradigm Research & Development Jetnet protocol communicates on
6566/tcpSANE (Scanner Access Now Easy) - SANE network scanner daemon
6600/tcpMusic Playing Daemon (MPD)
6619/tcp,udpODETTE-FTP over TLS/SSL
6665-6669/tcpInternet Relay Chat
6679/tcpIRC SSL (安全互联网中继聊天) - 通常使用的端口
6697/tcpIRC SSL (安全互联网中继聊天) - 通常使用的端口
6699/tcpWinMX (参见6257端口)
6881-6999/tcp,udpBitTorrent 通常使用的端口
6891-6900/tcp,udpWindows Live Messenger (文件传输)
6901/tcp,udpWindows Live Messenger (语音)
6969/tcpacmsoda
6969/tcpBitTorrent tracker port
7000/tcpDefault port for Azureus’s built in HTTPS Bittorrent Tracker
7001/tcpDefault port for BEA WebLogic Server’s HTTP server - though often changed during installation
7002/tcpDefault port for BEA WebLogic Server’s HTTPS server - though often changed during installation
7005/tcp,udpDefault port for BMC Software CONTROL-M/Server and CONTROL-M/Agent’s - Agent to Server port though often changed during installation
7006/tcp,udpDefault port for BMC Software CONTROL-M/Server and CONTROL-M/Agent’s - Server to Agent port though often changed during installation
7010/tcpDefault port for Cisco AON AMC (AON Management Console) [2]
7025/tcpZimbra - lmtp [mailbox] - local mail delivery
7047/tcpZimbra - conversion server
7171/tcpTibia
7306/tcpZimbra - mysql [mailbox]
7307/tcpZimbra - mysql [logger] - logger
7312/udpSibelius License Server port
7670/tcpBrettspielWelt BSW Boardgame Portal
7777/tcpDefault port used by Windows backdoor program tini.exe
8000/tcpiRDMI - often mistakenly used instead of port 8080 (The Internet Assigned Numbers Authority (iana.org) officially lists this port for iRDMI protocol)
8000/tcpCommon port used for internet radio streams such as those using SHOUTcast
8002/tcpCisco Systems Unified Call Manager Intercluster Port
8008/tcpHTTP 替代端口
8008/tcpIBM HTTP Server 默认管理端口
8009/tcpApache JServ 协议 v13 (ajp13) 例如:Apache mod_jk Tomcat会使用。
8010/tcpXMPP/Jabber 文件传输
8074/tcpGadu-Gadu
8080/tcpHTTP 替代端口 (http_alt) - commonly used for web proxy and caching server, or for running a web server as a non-root user
8080/tcpApache Tomcat
8086/tcpHELM Web Host Automation Windows Control Panel
8086/tcpKaspersky AV Control Center TCP Port
8087/tcpHosting Accelerator Control Panel
8087/udpKaspersky AV Control Center UDP Port
8090/tcpAnother HTTP Alternate (http_alt_alt) - used as an alternative to port 8080
8118/tcpPrivoxy web proxy - advertisements-filtering web proxy
8087/tcpSW Soft Plesk 控制面板
8200/tcpGoToMyPC
8220/tcpBloomberg
8222VMware Server Management User Interface (insecure web interface)[3]. See also, port 8333
8291/tcpWinbox - Default port on a MikroTik RouterOS for a Windows application used to administer MikroTik RouterOS
8294/tcpBloomberg
8333VMware 服务器管理用户界面(安全网络界面)[4]. See also, port 8222
8400Commvault Unified Data Management
8443/tcpSW Soft Plesk Control Panel
8500/tcpColdFusion Macromedia/Adobe ColdFusion default Webserver port
8501/udpDuke Nukem 3D - Default Online Port
8767/udpTeamSpeak - Default UDP Port
8880WebSphere Application Server SOAP Connector port
8881/tcpAtlasz Informatics Research Ltd Secure Application Server
8882/tcpAtlasz Informatics Research Ltd Secure Application Server
8888/tcp,udpNewsEDGE server
8888/tcpSun Answerbook dwhttpd server (deprecated by docs.sun.com)
8888/tcpGNUmp3d HTTP music streaming and web interface port
8888/tcpHero Fighter Network Game Server
9000/tcpBuffalo LinkSystem web access
9000/tcpDBGp
9000/udpUDPCast
9001cisco-xremote router configuration
9001Tor network default port
9001/tcpDBGp Proxy
9009/tcp,udpPichat Server - Peer to peer chat software
9043/tcpWebSphere Application Server Administration Console secure port
9060/tcpWebSphere Application Server Administration Console
9100/tcpJetdirect HP Print Services
9110/udpSSMP Message protocol
9101Bacula Director
9102Bacula File Daemon
9103Bacula Storage Daemon
9119/TCP,UDPMXit Instant Messenger
9535/tcpman, Remote Man Server
9535mngsuite - Management Suite Remote Control
9800/tcp,udpWebDAV Source Port
9800WebCT e-learning portal
9999Hydranode - edonkey2000 telnet control port
9999Urchin Web Analytics
10000Webmin - web based Linux admin tool
10000BackupExec
10008Octopus Multiplexer - CROMP protocol primary port, hoople.org
10017AIX,NeXT, HPUX - rexd daemon control port
10024/tcpZimbra - smtp [mta] - to amavis from postfix
10025/tcpXimbra - smtp [mta] - back to postfix from amavis
10050/tcpZabbix-Agent
10051/tcpZabbix-Server
10113/tcpNetIQ Endpoint
10113/udpNetIQ Endpoint
10114/tcpNetIQ Qcheck
10114/udpNetIQ Qcheck
10115/tcpNetIQ Endpoint
10115/udpNetIQ Endpoint
10116/tcpNetIQ VoIP Assessor
10116/udpNetIQ VoIP Assessor
10480SWAT 4 Dedicated Server
11211memcached
11235Savage:Battle for Newerth Server Hosting
11294Blood Quest Online Server
11371OpenPGP HTTP Keyserver
11576IPStor Server management communication
12035/udpLinden Lab viewer to sim
12345NetBus - remote administration tool (often Trojan horse). Also used by NetBuster. Little Fighter 2 (TCP).
12975/tcpLogMeIn Hamachi (VPN tunnel software;also port 32976)
13000-13050/udpLinden Lab viewer to sim
13720/tcpSymantec NetBackup - bprd (formerly VERITAS)
13721/tcpSymantec NetBackup - bpdbm (formerly VERITAS)
13724/tcpSymantec Network Utility - vnet (formerly VERITAS)
13782/tcpSymantec NetBackup - bpcd (formerly VERITAS)
13783/tcpSymantec VOPIED protocol (formerly VERITAS)
14567/udpBattlefield 1942 and mods
15000/tcppsyBNC
15000/tcpWesnoth
15567/udpBattlefield Vietnam and mods
15345/udpXPilot
16000/tcpshroudBNC
16080/tcpMac OS X Server performance cache for HTTP[5]
16384/udpIron Mountain Digital - online backup
16567/udpBattlefield 2 and mods
17788/udpPPS网路电视
19226/tcpPanda Software AdminSecure Communication Agent
19638/tcpEnsim Control Panel
19813/tcp4D database Client Server Communication
20000Usermin - 基于网络的用户工具
20720/tcpSymantec i3 Web GUI server
22347/tcp,udpWibuKey - default port for WibuKey Network Server of WIBU-SYSTEMS AG
22350/tcp,udpCodeMeter - default port for CodeMeter Server of WIBU-SYSTEMS AG
24554/tcp,udpbinkp - Fidonet mail transfers over TCP/IP
24800Synergy:keyboard/mouse sharing software
24842StepMania:Online: Dance Dance Revolution Simulator
25999/tcpXfire
26000/tcp,udpid Software’s Quake server,
26000/tcpCCP’s EVE Online Online gaming MMORPG,
27000/udp(through 27006) id Software’s QuakeWorld master server
27010/udpHalf-Life及其修改版,如Counter-Strike
27015/udpHalf-Life及其修改版,如Counter-Strike
27374Sub7’s default port. Most script kiddies do not change the default port.
27500/udp(through 27900) id Software’s QuakeWorld
27888/udpKaillera server
27900(through 27901) Nintendo Wi-Fi Connection
27901/udp(through 27910) id Software’s Quake II master server
27960/udp(through 27969) Activision’s Enemy Territory and id Software’s Quake III Arena and Quake III and some ioquake3 derived games
28910任天堂 Wi-Fi连接
28960Call of Duty 2 Common Call of Duty 2 port - (PC Version)
29900(through 29901) Nintendo Wi-Fi Connection
29920任天堂 Wi-Fi连接
30000Pokemon Netbattle
30564/tcpMultiplicity:keyboard/mouse/clipboard sharing software
31337/tcpBack Orifice - remote administration tool(often Trojan horse)
31337/tcpxc0r3 - xc0r3 security antivir port
31415ThoughtSignal - Server Communication Service(often Informational)
31456-31458/tcpTetriNET ports (in order: IRC, game, and spectating)
32245/tcpMMTSG-mutualed over MMT (encrypted transmission)
33434traceroute
37777/tcpDigital Video Recorder hardware
36963Counter Strike 2D multiplayer port (2D clone of popular CounterStrike computer game)
40000SafetyNET p
40523data packets
43594-43595/tcpRuneScape
47808BACnet Building Automation and Control Networks

原文链接

https://betheme.net/a/2721199.html?action=onClick

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值