Linux 常见网络服务端口
- 格式:docx
- 大小:16.99 KB
- 文档页数:1
linux中常用端口号
摘要:
1.端口号的定义与作用
2.Linux 中常用端口号的分类
3.Linux 中常用端口号的具体内容
4.端口号的安全性及建议
正文:
在Linux 操作系统中,端口号是一个重要的概念。
端口号是一个16 位的数字,用于识别正在运行的网络服务。
每一个端口号都对应着一个特定的服务,通过对端口号的访问,用户和程序可以与运行在服务器上的服务进行交互。
在Linux 系统中,有很多常用的端口号。
这些端口号可以按照服务类型进行分类,例如:网络服务、文件传输服务、远程登录服务等。
以下是一些Linux 中常用的端口号:
- 网络服务:HTTP(80)、FTP(21)、Telnet(23)等。
- 文件传输服务:SSH(22)、SFTP(22)等。
- 远程登录服务:Rlogin(513)、Rsh(514)等。
- 数据库服务:MySQL(3306)、PostgreSQL(5432)等。
- 邮件服务:SMTP(25)、POP3(110)等。
使用这些端口号时,需要注意端口号的安全性。
一些端口号特别容易受到攻击,如:HTTP(80)、FTP(21)等。
因此,在设置端口号时,建议使用非
默认端口号,以增加安全性。
同时,需要定期检查端口号的使用情况,确保没有异常行为发生。
总之,在Linux 系统中,端口号是一个重要的概念。
了解并掌握常用端口号的分类和具体内容,有助于用户更好地管理服务器和提供网络服务。
常用默认端口号大全1.HTTP服务器,默认端口号为80/tcp(木马Executor开放此端口)2.HTTPS(securely transferring web pages)服务器,默认端口号为443/tcp 443/udp3.HTTP协议代理服务器常用端口号:80/8080/3128/8081/90984.SOCKS代理协议服务器常用端口号:10805.FTP(文件传输)协议代理服务器常用端口号:216.Telnet(远程登录)协议代理服务器常用端口号:237.Telnet(不安全的文本传送),默认端口号为23/tcp(木马Tiny Telnet Server所开放的端口)8.FTP,默认的端口号为21/tcp(木马Doly Trojan、Fore、Invisible FTP、WebEx、WinCrash和Blade Runner所开放的端口)9.TFTP(Trivial File Transfer Protocol),默认端口号为69/udp10.SSH(安全登录)、SCP(文件传输)、端口号重定向,默认的端口号为22/tcp11.SMTP Simple Mail Transfer Protocol(E-mail),默认端口号为25/tcp(木马Antigen、Email Password Sender、Haebu Coceda、Shtrilitz Stealth、WinPC、WinSpy都开放这个端口)12.POP3 Post Office Protocol(E-mail),默认端口号为110/tcp13.Webshpere应用程序,默认端口号为908014.webshpere管理工具,默认端口号909015.JBOSS,默认端口号为808016.TOMCAT,默认端口号为808017.WIN2003远程登录,默认端口号为338918.Symantec AV/Filter for MSE,默认端口号为808119.Oracle 数据库,默认的端口号为152120.ORACLE EMCTL,默认的端口号为115821.Oracle XDB(XML 数据库),默认的端口号为808022.Oracle XDB FTP服务,默认的端口号为210023.MS SQL*SERVER数据库server,默认的端口号为1433/tcp 1433/udp24.MS SQL*SERVER数据库monitor,默认的端口号为1434/tcp 1434/udp。
服务器常用端口大全1. HTTP(80端口):超文本传输协议,用于在Web浏览器和服务器之间传递HTML页面和其他资源。
2.HTTPS(443端口):安全的HTTP协议,通过使用SSL/TLS加密来保护数据传输的安全性。
3.FTP(20和21端口):文件传输协议,用于文件在客户端和服务器之间进行传输。
4. SSH(22端口):安全Shell协议,用于安全地远程连接和管理计算机系统。
5.SMTP(25端口):简单邮件传输协议,用于在邮件客户端和邮件服务器之间传递电子邮件。
6.POP3(110端口):邮局协议版本3,用于从邮件服务器上接收电子邮件。
7. IMAP(143端口):Internet消息访问协议,用于从远程服务器上接收和管理电子邮件。
8.DNS(53端口):域名系统,将域名解析为IP地址。
9. RDP(3389端口):远程桌面协议,用于远程连接和管理Windows 操作系统。
10.MySQL(3306端口):开源关系数据库管理系统,用于存储和管理数据。
11. PostgreSQL(5432端口):开源关系数据库管理系统,主要用于高级企业级数据库应用。
12. Oracle (1521端口):Oracle数据库管理系统,非常流行的企业级数据库解决方案。
14. Redis(6379端口):键值存储数据库,用于快速读写操作。
15. Nginx(80/443端口):开源的高性能HTTP服务器和反向代理服务器。
16. Apache Tomcat(8080端口):Java Servlet容器,用于在Java环境中运行Web应用程序。
17.SNMP(161/162端口):简单网络管理协议,用于网络设备的监控和管理。
18.SFTP(22端口):安全文件传输协议,类似于FTP但使用SSH进行加密。
19. Telnet(23端口):远程登录协议,用于远程连接和管理计算机系统。
20.DNS(53端口):域名系统,将域名解析为IP地址。
Linux端口映射1. 概述在Linux系统中,端口映射是一种网络转发技术,用于在不同网络之间传输数据。
它允许将一个公共的IP地址和端口映射到内部网络中的主机和端口上,使外部网络可以通过对外公布的地址和端口访问内部网络中的服务。
本文将介绍如何在Linux系统中进行端口映射的配置和使用。
2. 端口映射方法2.1. 使用iptables进行端口映射iptables是Linux系统中一个功能强大、灵活的防火墙工具。
可以利用iptables来实现端口映射功能。
下面介绍两种常用的iptables端口映射配置方法。
2.1.1. DNAT方式端口映射DNAT(Destination Network Address Translation)方式是一种基于目标地址转换的端口映射方法。
它将指定的外部端口映射到内部网络主机的指定端口上。
使用以下命令进行DNAT方式的端口映射配置:sudo iptables -t nat -A PREROUTING -p tcp --dp ort <外部端口> -j DNAT --to-destination <内部主机I P>:<内部端口>例如,将外部服务器的80端口映射到内部网络的192.168.1.10主机的8080端口上,可以使用以下命令:sudo iptables -t nat -A PREROUTING -p tcp --dp ort 80 -j DNAT --to-destination 192.168.1.10:80802.1.2. REDIRECT方式端口映射REDIRECT方式是一种基于目标地址重定向的端口映射方法。
它将指定的外部端口重定向到本地主机上的另一个端口。
使用以下命令进行REDIRECT方式的端口映射配置:sudo iptables -t nat -A PREROUTING -p tcp --dp ort <外部端口> -j REDIRECT --to-port <本地端口>例如,将外部服务器的8888端口重定向到本地主机的80端口上,可以使用以下命令:sudo iptables -t nat -A PREROUTING -p tcp --dp ort 8888 -j REDIRECT --to-port 802.2. 使用socat进行端口映射socat是一个功能强大的网络工具,通过它可以实现很多网络操作,包括端口映射。
常用端口号与对应的服务以及端口关闭21端口:21端口主要用于FTP(File Transfer Protocol,文件传输协议)服务。
23端口:23端口主要用于Telnet(远程登录)服务,是Internet上普遍采用的登录和仿真程序。
25端口:25端口为SMTP(Simple Mail Transfer Protocol,简单邮件传输协议)服务器所开放,主要用于发送邮件,如今绝大多数邮件服务器都使用该协议。
53端口:53端口为DNS(Domain Name Server,域名服务器)服务器所开放,主要用于域名解析,DNS服务在NT系统中使用的最为广泛。
67、68端口:67、68端口分别是为Bootp服务的Bootstrap Protocol Server(引导程序协议服务端)和Bootstrap Protocol Client(引导程序协议客户端)开放的端口。
69端口:TFTP是Cisco公司开发的一个简单文件传输协议,类似于FTP。
79端口:79端口是为Finger服务开放的,主要用于查询远程主机在线用户、操作系统类型以及是否缓冲区溢出等用户的详细信息。
80端口:80端口是为HTTP(HyperText Transport Protocol,超文本传输协议)开放的,这是上网冲浪使用最多的协议,主要用于在WWW(World Wide Web,万维网)服务上传输信息的协议。
99端口:99端口是用于一个名为“Metagram Relay”(亚对策延时)的服务,该服务比较少见,一般是用不到的.109、110端口:109端口是为POP2(Post Office Protocol Version 2,邮局协议2)服务开放的,110端口是为POP3(邮件协议3)服务开放的,POP2、POP3都是主要用于接收邮件的.111端口:111端口是SUN公司的RPC(Remote Procedure Call,远程过程调用)服务所开放的端口,主要用于分布式系统中不同计算机的内部进程通信,RPC在多种网络服务中都是很重要的组件。
网站服务器常用端口网络通信中,端口是用于区分不同应用程序或服务的数字标识符,网站服务器也有常用的端口。
本文将介绍常见的网站服务器端口以及其对应的服务。
1. HTTP(超文本传输协议)HTTP是用于在客户端和服务器之间传输超文本的协议。
HTTP服务器默认使用端口80进行通信。
通过使用HTTP,网页浏览器可以向服务器发送请求,并接收服务器响应。
2. HTTPS(安全超文本传输协议)HTTPS是基于SSL或TLS的加密协议,用于保护数据在客户端和服务器之间的传输安全。
HTTPS服务器的默认端口号是443。
通过使用HTTPS,网站可以确保用户在浏览器和服务器之间的数据传输是加密的和安全的。
3. FTP(文件传输协议)FTP是一种用于在客户端和服务器之间传输文件的协议。
FTP服务器默认使用端口21进行通信。
通过使用FTP,用户可以上传和下载文件到服务器上。
4. SSH(安全外壳协议)SSH是一种用于在网络中安全地进行远程登录和执行命令的协议。
SSH服务器的默认端口是22。
通过使用SSH,用户可以通过加密的连接连接到远程服务器,并执行各种操作。
5. SMTP(简单邮件传输协议)SMTP是用于在电子邮件传输中发送邮件的协议。
SMTP服务器的默认端口是25。
通过使用SMTP,邮件客户端可以将邮件发送到服务器,然后由服务器将邮件传递给目标收件人。
6. POP3(邮局协议版本3)POP3是一种用于从邮件服务器接收邮件的协议。
POP3服务器的默认端口是110。
通过使用POP3,邮件客户端可以连接到服务器,下载并删除服务器上的电子邮件。
7. IMAP(Internet邮件访问协议)IMAP是一种用于从邮件服务器接收邮件和管理收件箱的协议。
IMAP服务器的默认端口是143。
通过使用IMAP,邮件客户端可以连接到服务器,管理邮件以及在客户端和服务器之间同步邮件的状态。
8. DNS(域名系统)DNS是一种将域名解析为IP地址的系统。
标题:Linux系统特权端口默认范围
在Linux系统中,特权端口(Privileged Ports)是指0到1023之间的端口号。
这些端口号被保留用于系统服务和特权进程,因此只有具有特殊权限的用户才能使用它们。
下面将详细介绍Linux系统特权端口默认范围的相关内容。
1. 特权端口的作用:
特权端口主要用于系统服务和特权进程,如SSH(端口号22)、HTTP(端口号80)等。
这些服务通常需要较高的权限来监听和处理网络连接请求。
2. 特权端口的默认范围:
在Linux系统中,默认的特权端口范围为0到1023。
这意味着只有使用这些端口号的程序具有特权级别的访问权限。
3. 特权端口的保护:
为了保护系统的安全性,非特权用户无法直接使用特权端口。
当一个非特权用户尝试使用特权端口时,操作系统会拒绝其访问请求,从而防止潜在的安全威胁。
4. 非特权端口的范围:
除了特权端口范围外,Linux系统还有一个非特权端口的范围,即1024到6 5535。
这些端口号通常用于一般用户程序和服务,如FTP(端口号21)、Telnet (端口号23)等。
总结:
特权端口范围为0到1023,用于系统服务和特权进程,需要特殊权限才能使用。
非特权用户无法直接使用特权端口,以保护系统安全。
非特权端口范围为1024到65535,用于一般用户程序和服务。
linux端⼝详解----------------------------------------- 端⼝详解 --------------------------------------------------------------------------------------------1 tcpmux TCP 端⼝服务多路复⽤5 rje 远程作业⼊⼝7 echo Echo 服务9 discard ⽤于连接测试的空服务11 systat ⽤于列举连接了的端⼝的系统状态13 daytime 给请求主机发送⽇期和时间17 qotd 给连接了的主机发送每⽇格⾔18 msp 消息发送协议19 chargen 字符⽣成服务;发送⽆⽌境的字符流20 ftp-data FTP 数据端⼝21 ftp ⽂件传输协议(FTP)端⼝;有时被⽂件服务协议(FSP)使⽤22 ssh 安全 Shell(SSH)服务23 telnet Telnet 服务25 smtp 简单邮件传输协议(SMTP)37 time 时间协议39 rlp 资源定位协议42 nameserver 互联⽹名称服务43 nicname WHOIS ⽬录服务49 tacacs ⽤于基于 TCP/IP 验证和访问的终端访问控制器访问控制系统50 re-mail-ck 远程邮件检查协议53 domain 域名服务(如 BIND)63 whois++ WHOIS++,被扩展了的 WHOIS 服务67 bootps 引导协议(BOOTP)服务;还被动态主机配置协议(DHCP)服务使⽤68 bootpc Bootstrap(BOOTP)客户;还被动态主机配置协议(DHCP)客户使⽤69 tftp ⼩⽂件传输协议(TFTP)70 gopher Gopher 互联⽹⽂档搜寻和检索71 netrjs-1 远程作业服务72 netrjs-2 远程作业服务73 netrjs-3 远程作业服务73 netrjs-4 远程作业服务79 finger ⽤于⽤户联系信息的 Finger 服务80 http ⽤于万维⽹(WWW)服务的超⽂本传输协议(HTTP)88 kerberos Kerberos ⽹络验证系统95 supdup Telnet 协议扩展101 hostname SRI-NIC 机器上的主机名服务102 iso-tsap ISO 开发环境(ISODE)⽹络应⽤105 csnet-ns 邮箱名称服务器;也被 CSO 名称服务器使⽤107 rtelnet 远程 Telnet109 pop2 邮局协议版本2110 pop3 邮局协议版本3111 sunrpc ⽤于远程命令执⾏的远程过程调⽤(RPC)协议,被⽹络⽂件系统(NFS)使⽤113 auth 验证和⾝份识别协议115 sftp 安全⽂件传输协议(SFTP)服务117 uucp-path Unix 到 Unix 复制协议(UUCP)路径服务119 nntp ⽤于 USENET 讨论系统的⽹络新闻传输协议(NNTP)123 ntp ⽹络时间协议(NTP)137 netbios-ns 在红帽企业 Linux 中被 Samba 使⽤的 NETBIOS 名称服务138 netbios-dgm 在红帽企业 Linux 中被 Samba 使⽤的 NETBIOS 数据报服务139 netbios-ssn 在红帽企业 Linux 中被 Samba 使⽤的NET BIOS 会话服务143 imap 互联⽹消息存取协议(IMAP)161 snmp 简单⽹络管理协议(SNMP)162 snmptrap SNMP 的陷阱163 cmip-man 通⽤管理信息协议(CMIP)164 cmip-agent 通⽤管理信息协议(CMIP)174 mailq MAILQ177 xdmcp X 显⽰管理器控制协议178 nextstep NeXTStep 窗⼝服务器179 bgp 边界⽹络协议191 prospero Cliffod Neuman 的 Prospero 服务194 irc 互联⽹中继聊天(IRC)199 smux SNMP UNIX 多路复⽤201 at-rtmp AppleTalk 选路202 at-nbp AppleTalk 名称绑定204 at-echo AppleTalk echo 服务206 at-zis AppleTalk 区块信息209 qmtp 快速邮件传输协议(QMTP)210 z39.50 NISO Z39.50 数据库213 ipx 互联⽹络分组交换协议(IPX),被 Novell Netware 环境常⽤的数据报协议220 imap3 互联⽹消息存取协议版本3245 link LINK347 fatserv Fatmen 服务器363 rsvp_tunnel RSVP 隧道369 rpc2portmap Coda ⽂件系统端⼝映射器370 codaauth2 Coda ⽂件系统验证服务372 ulistproc UNIX Listserv389 ldap 轻型⽬录存取协议(LDAP)427 svrloc 服务位置协议(SLP)434 mobileip-agent 可移互联⽹协议(IP)代理435 mobilip-mn 可移互联⽹协议(IP)管理器443 https 安全超⽂本传输协议(HTTP)444 snpp ⼩型⽹络分页协议445 microsoft-ds 通过 TCP/IP 的服务器消息块(SMB)464 kpasswd Kerberos ⼝令和钥匙改换服务468 photuris Photuris 会话钥匙管理协议487 saft 简单不对称⽂件传输(SAFT)协议488 gss-http ⽤于 HTTP 的通⽤安全服务(GSS)496 pim-rp-disc ⽤于协议独⽴的多址传播(PIM)服务的会合点发现(RP-DISC)500 isakmp 互联⽹安全关联和钥匙管理协议(ISAKMP)535 iiop 互联⽹内部对象请求代理协议(IIOP)538 gdomap GNUstep 分布式对象映射器(GDOMAP)546 dhcpv6-client 动态主机配置协议(DHCP)版本6客户547 dhcpv6-server 动态主机配置协议(DHCP)版本6服务554 rtsp 实时流播协议(RTSP)563 nntps 通过安全套接字层的⽹络新闻传输协议(NNTPS)565 whoami whoami587 submission 邮件消息提交代理(MSA)610 npmp-local ⽹络外设管理协议(NPMP)本地 / 分布式排队系统(DQS)611 npmp-gui ⽹络外设管理协议(NPMP)GUI / 分布式排队系统(DQS)612 hmmp-ind HMMP 指⽰ / DQS631 ipp 互联⽹打印协议(IPP)636 ldaps 通过安全套接字层的轻型⽬录访问协议(LDAPS)674 acap 应⽤程序配置存取协议(ACAP)694 ha-cluster ⽤于带有⾼可⽤性的群集的⼼跳服务749 kerberos-adm Kerberos 版本5(v5)的“kadmin”数据库管理750 kerberos-iv Kerberos 版本4(v4)服务765 webster ⽹络词典767 phonebook ⽹络电话簿873 rsync rsync ⽂件传输服务992 telnets 通过安全套接字层的 Telnet(TelnetS)993 imaps 通过安全套接字层的互联⽹消息存取协议(IMAPS)994 ircs 通过安全套接字层的互联⽹中继聊天(IRCS)995 pop3s 通过安全套接字层的邮局协议版本3(POPS3)表 C-1. 著名端⼝以下端⼝是 UNIX 特有的,涉及了从电⼦邮件到验证不等的服务。
Linux下常⽤服务的端⼝号超详细整理⼤家在学习计算机的时候,对于最常⽤的⼏个端⼝⽐如80端⼝肯定有很深的印象,但是对于其他⼀些不是那么常⽤的端⼝可能就没那么了解。
所以,在⼀些使⽤频率相对较⾼的端⼝上,很容易会引发⼀些由于陌⽣⽽出现的错误,或者被⿊客利⽤某些端⼝进⾏⼊侵。
对于这件事情,⼤部分⼈都很头疼——最多可达65535个的端⼝,让⼈怎么记?别怕,⼩编专门给⼤家整理了⼀些⽐较常见端⼝信息,遇到问题,⼀查就好啦!⼀个计算机最多有65535个端⼝,端⼝不能重复。
常⽤端⼝号:IIS(HTTP):80SQLServer:1433Oracle:1521MySQL:3306FTP:21SSH:22Tomcat:8080Telnet :23常⽤和不常⽤端⼝⼀览表端⼝:0服务:Reserved说明:通常⽤于分析操作系统。
这⼀⽅法能够⼯作是因为在⼀些系统中“0”是⽆效端⼝,当你试图使⽤通常的闭合端⼝连接它时将产⽣不同的结果。
⼀种典型的扫描,使⽤IP地址为0.0.0.0,设置ACK位并在以太⽹层⼴播。
端⼝:1服务:tcpmux说明:这显⽰有⼈在寻找SGIIrix机器。
Irix是实现tcpmux的主要提供者,默认情况下tcpmux在这种系统中被打开。
Irix机器在发布是含有⼏个默认的⽆密码的帐户,如:IP、GUESTUUCP、NUUCP、DEMOS、TUTOR、DIAG、OUTOFBOX等。
许多管理员在安装后忘记删除这些帐户。
因此HACKER在INTERNET上搜索tcpmux并利⽤这些帐户。
端⼝:7服务:Echo说明:能看到许多⼈搜索Fraggle放⼤器时,发送到X.X.X.0和X.X.X.255的信息。
端⼝:19服务:CharacterGenerator说明:这是⼀种仅仅发送字符的服务。
UDP版本将会在收到UDP包后回应含有垃圾字符的包。
TCP连接时会发送含有垃圾字符的数据流直到连接关闭。
HACKER利⽤IP欺骗可以发动DoS攻击。
0=Reserved1=tcpmux2=compressnet3=compressnet4=Unassigned5=Remote Job Entr6=Unassigned7=Echo8=Unassigned9=Discard10=Unassigned11=Active Users12=Unassigned13=Daytime14=Unassigned15=Unassigned16=Unassigned17=Quote of the Day18=Message Send Protocol19=Character Generator20=FTP (Data)21=FTP (Control)22=Unassigned23=Telnet24=Private mail-system25=SMTP26=Unassigned27=NSW User System FE28=Unassigned29=MSG ICP30=Unassigned31=MSG Authentication32=Unassigned33=Display Support Protocol 34=Unassigned35=Private printer server36=Unassigned37=Time38=Route Access Protocol39=Resource Location Protocol 40=Unassigned41=Graphics42=Host Name Server43=Who Is44=MPM FLAGS Protocol45=Message Processing Module (recv)46=mpm-snd, MPM (default send)47=ni-ftp48=Digital Audit Daemon49=login, Login Host Protocol50=re-mail-ck, Remote Mail Checking Protocol 51=IMP Logical Address Maintenance52=xns-time, XNS Time Protocol53=domain, Domain Name Server54=xns-ch, XNS Clearinghouse55=ISI Graphics Language56=XNS Authentication57=Private terminal access58=XNS Mail59=Private file service60=Unassigned61=NI MAIL62=ACA Services63=Unassigned64=Communications Integrator (CI)65=TACACS-Database Service66=Oracle SQL*NET67=Bootstrap Protocol Server68=Bootstrap Protocol Client69=Trivial File Transfer70=Gophergopher71=Remote Job Service72=Remote Job Service73=Remote Job Service74=Remote Job Service75=any private dial out service76=Distributed External Object Store77=any private RJE service78=vettcpvettcp79=Finger server80=HTTP81=HOSTS2 Name Server82=XFER Utility83=MIT ML Device84=Common Trace Facility85=MIT ML Device86=Micro Focus Cobol87=Private terminal link88=Kerberos89=SU/MIT Telnet Gateway90=DNSIX Securit Attribute Token Map 91=MIT Dover Spooler92=Network Printing Protocol93=Device Control Protocol94=Tivoli Object Dispatcher95=SUPDUPsupdup96=DIXIE Protocol Specification97=Swift Remote Vitural File Protocol 98=TAC Newstacnews99=Metagram Relay100=newacct [unauthorized use]101=NIC Host Name Server102=ISO-TSAP103=Genesis Point-to-Point Trans Net 104=ACR-NEMA Digital Imag. & Comm. 300 105=Mailbox Name Nameserver106=3COM-TSMUX3com-tsmux107=Remote Telnet Service108=SNA Gateway Access Server109=Post Office Protocol - Version 2 110=Post Office Protocol - Version 3 111=SUN RPC112=McIDAS Data Transmission Protocol 113=Authentication Service114=Audio News Multicast115=Simple File Transfer Protocol116=ANSA REX Notify117=UUCP Path Service118=SQL Servicessqlserv119=Network News Transfer Protocol120=CFDPTKTcfdptkt121=Encore Expedited Remote Pro.Call 122=SMAKYNETsmakynet123=Network Time Protocol124=ANSA REX Trader125=Locus PC-Interface Net Map Ser126=Unisys Unitary Login127=Locus PC-Interface Conn Server128=GSS X License Verification129=Password Generator Protocol130=cisco FNATIVE131=cisco TNATIVE132=cisco SYSMAINT133=Statistics Service134=INGRES-NET Service135=Location Service136=PROFILE Naming System137=NETBIOS Name Service138=NETBIOS Datagram Service139=NETBIOS Session Service140=EMFIS Data Service141=EMFIS Control Service142=Britton-Lee IDM143=Interim Mail Access Protocol v2 144=NewSnews145=UAAC Protocoluaac146=ISO-IP0iso-tp0147=ISO-IPiso-ip148=CRONUS-SUPPORT149=AED 512 Emulation Service150=SQL-NETsql-net151=HEMShems152=Background File Transfer Program 153=SGMPsgmp154=NETSCnetsc-prod155=NETSCnetsc-dev156=SQL Service157=KNET/VM Command/Message Protocol 158=PCMail Serverpcmail-srv159=NSS-Routingnss-routing160=SGMP-TRAPSsgmp-traps161=SNMP162=SNMP TRAP163=CMIP/TCP Manager164=CMIP/TCP Agent165=Xeroxxns-courier166=Sirius Systems167=NAMPnamp168=RSVDrsvd169=Send170=Network PostScript170=Network PostScript171=Network Innovations Multiplex 172=Network Innovations CL/1173=Xyplexxyplex-mux174=MAILQ175=VMNET176=GENRAD-MUXgenrad-mux177=X Display Manager Control Protocol178=NextStep Window Server179=Border Gateway Protocol180=Intergraphris181=Unifyunify182=Unisys Audit SITP183=OCBinderocbinder184=OCServerocserver185=Remote-KIS186=KIS Protocolkis187=Application Communication Interface188=Plus Five“s MUMPS189=Queued File Transport189=Queued File Transport190=Gateway Access Control Protocol190=Gateway Access Control Protocol191=Prospero Directory Service191=Prospero Directory Service192=OSU Network Monitoring System193=srmp, Spider Remote Monitoring Protocol 194=irc, Internet Relay Chat Protocl195=DNSIX Network Level Module Audit196=DNSIX Session Mgt Module Audit Redir 197=Directory Location Service198=Directory Location Service Monitor199=SMUX200=IBM System Resource Controller201=at-rtmp AppleTalk Routing Maintenance 202=at-nbp AppleTalk Name Binding203=at-3 AppleTalk Unused204=AppleTalk Echo205=AppleTalk Unused206=AppleTalk Zone Information207=AppleTalk Unused208=AppleTalk Unused209=Trivial Authenticated Mail Protocol210=ANSI Z39.50z39.50211=Texas Instruments 914C/G Terminal212=ATEXSSTRanet213=IPX214=VM PWSCSvmpwscs215=Insignia Solutions216=Access Technology License Server217=dBASE Unix218=Netix Message Posting Protocol219=Unisys ARPsuarps220=Interactive Mail Access Protocol v3 221=Berkeley rlogind with SPX auth222=Berkeley rshd with SPX auth223=Certificate Distribution Center224=Reserved (224-241)241=Reserved (224-241)242=Unassigned#243=Survey Measurement244=Unassigned#245=LINKlink246=Display Systems Protocol247-255 Reserved256-343 Unassigned344=Prospero Data Access Protocol345=Perf Analysis Workbench346=Zebra serverzserv347=Fatmen Serverfatserv348=Cabletron Management Protocol349-370 Unassigned371=Clearcaseclearcase372=Unix Listservulistserv373=Legent Corporation374=Legent Corporation375=Hasslehassle376=Amiga Envoy Network Inquiry Proto377=NEC Corporation378=NEC Corporation379=TIA/EIA/IS-99 modem client380=TIA/EIA/IS-99 modem server381=hp performance data collector382=hp performance data managed node383=hp performance data alarm manager384=A Remote Network Server System385=IBM Application386=ASA Message Router Object Def.387=Appletalk Update-Based Routing Pro. 388=Unidata LDM Version 4389=Lightweight Directory Access Protocol 390=UISuis391=SynOptics SNMP Relay Port392=SynOptics Port Broker Port393=Data Interpretation System394=EMBL Nucleic Data Transfer395=NETscout Control Protocol396=Novell Netware over IP397=Multi Protocol Trans. Net.398=Kryptolankryptolan399=Unassigned#400=Workstation Solutions401=Uninterruptible Power Supply402=Genie Protocol403=decapdecap404=ncednced405=ncldncld406=Interactive Mail Support Protocol407=Timbuktutimbuktu408=Prospero Resource Manager Sys. Man.409=Prospero Resource Manager Node Man.410=DECLadebug Remote Debug Protocol411=Remote MT Protocol412=Trap Convention Port413=SMSPsmsp414=InfoSeekinfoseek415=BNetbnet416=Silverplattersilverplatter417=Onmuxonmux418=Hyper-Ghyper-g419=Arielariel1420=SMPTEsmpte421=Arielariel2422=Arielariel3423=IBM Operations Planning and Control Start 424=IBM Operations Planning and Control Track 425=ICADicad-el426=smartsdpsmartsdp427=Server Location429=OCS_AMU430=UTMPSDutmpsd431=UTMPCDutmpcd432=IASDiasd433=NNSPnnsp434=MobileIP-Agent435=MobilIP-MN436=DNA-CMLdna-cml437=comscmcomscm439=dasp, Thomas Obermair440=sgcpsgcp441=decvms-sysmgtdecvms-sysmgt442=cvc_hostdcvc_hostd443=https444=Simple Network Paging Protocol445=Microsoft-DS446=DDM-RDBddm-rdb447=DDM-RFMddm-dfm448=DDM-BYTEddm-byte449=AS Server Mapper450=TServertserver512=exec, Remote process execution513=login, remote login514=cmd, exec with auto auth.514=syslog515=Printer spooler516=Unassigned517=talk519=unixtime520=extended file name server521=Unassigned522=Unassigned523=Unassigned524=Unassigned526=newdate530=rpc courier531=chatconference532=readnewsnetnews533=for emergency broadcasts539=Apertus Technologies Load Determination 540=uucp541=uucp-rlogin542=Unassigned543=klogin544=kshell545=Unassigned546=Unassigned547=Unassigned548=Unassigned549=Unassigned550=new-who551=Unassigned552=Unassigned553=Unassigned554=Unassigned555=dsf556=remotefs557-559=rmonitor560=rmonitord561=dmonitor562=chcmd563=Unassigned564=plan 9 file service565=whoami566-569 Unassigned570=demonmeter571=udemonmeter572-599 Unassigned ipc server600=Sun IPC server607=nqs606=Cray Unified Resource Manager608=Sender-Initiated/Unsolicited File Transfer 609=npmp-trapnpmp-trap610=npmp-localnpmp-local611=npmp-guinpmp-gui634=ginadginad666=Doom Id Software704=errlog copy/server daemon709=EntrustManager729=IBM NetView DM/6000 Server/Client730=IBM NetView DM/6000 send/tcp731=IBM NetView DM/6000 receive/tcp741=netGWnetgw742=Network based Rev. Cont. Sys.744=Flexible License Manager747=Fujitsu Device Control748=Russell Info Sci Calendar Manager749=kerberos administration751=pump752=qrh754=send758=nlogin759=con760=ns762=quotad763=cycleserv765=webster767=phonephonebook769=vid771=rtip772=cycleserv2774=acmaint_dbd775=acmaint_transd780=wpgs786=Concertconcert800=mdbs_daemon996=Central Point Software997=maitrd999=puprouter1023=Reserved1024=Reserved1025=network blackjack1030=BBN IAD1031=BBN IAD1032=BBN IAD1067=Installation Bootstrap Proto. Serv. 1068=Installation Bootstrap Proto. Cli. 1080=SOCKS1083=Anasoft License Manager1084=Anasoft License Manager1155=Network File Access1222=SNI R&D network1248=hermes1346=Alta Analytics License Manager 1347=multi media conferencing1347=multi media conferencing1348=multi media conferencing1349=Registration Network Protocol1350=Registration Network Protocol1351=Digital Tool Works (MIT)1352=/Lotus Notelotusnote1353=Relief Consulting1354=RightBrain Software1355=Intuitive Edge1356=CuillaMartin Company1357=Electronic PegBoard1358=CONNLCLIconnlcli1359=FTSRVftsrv1360=MIMERmimer1361=LinX1362=TimeFliestimeflies1363=Network DataMover Requester1364=Network DataMover Server1365=Network Software Associates1366=Novell NetWare Comm Service Platform 1367=DCSdcs1368=ScreenCastscreencast1369=GlobalView to Unix Shell1370=Unix Shell to GlobalView1371=Fujitsu Config Protocol1372=Fujitsu Config Protocol1373=Chromagrafxchromagrafx1374=EPI Software Systems1375=Bytexbytex1376=IBM Person to Person Software1377=Cichlid License Manager1378=Elan License Manager1379=Integrity Solutions1380=Telesis Network License Manager1381=Apple Network License Manager1382=udt_os1383=GW Hannaway Network License Manager 1384=Objective Solutions License Manager 1385=Atex Publishing License Manager1386=CheckSum License Manager1387=Computer Aided Design Software Inc LM 1388=Objective Solutions DataBase Cache 1389=Document Manager1390=Storage Controller1391=Storage Access Server1392=Print Managericlpv-pm1393=Network Log Server1394=Network Log Client1395=PC Workstation Manager software1396=DVL Active Mail1397=Audio Active Mail1398=Video Active Mail1399=Cadkey License Manager1400=Cadkey Tablet Daemon1401=Goldleaf License Manager1402=Prospero Resource Manager1403=Prospero Resource Manager1404=Infinite Graphics License Manager 1405=IBM Remote Execution Starter1406=NetLabs License Manager1407=DBSA License Manager1408=Sophia License Manager1409=Here License Manager1410=HiQ License Manager1411=AudioFileaf1412=InnoSysinnosys1413=Innosys-ACLinnosys-acl1414=IBM MQSeriesibm-mqseries1415=DBStardbstar1416=Novell LU6.2novell-lu6.21417=Timbuktu Service 1 Port1417=Timbuktu Service 1 Port1418=Timbuktu Service 2 Port1419=Timbuktu Service 3 Port1420=Timbuktu Service 4 Port1421=Gandalf License Manager1422=Autodesk License Manager1423=Essbase Arbor Software1424=Hybrid Encryption Protocol1425=Zion Software License Manager1426=Satellite-data Acquisition System 11427=mloadd monitoring tool1428=Informatik License Manager1429=Hypercom NMSnms1430=Hypercom TPDUtpdu1431=Reverse Gosip Transport1432=Blueberry Software License Manager1433=Microsoft-SQL-Server1434=Microsoft-SQL-Monitor1435=IBM CISCibm-cics1436=Satellite-data Acquisition System 21437=Tabulatabula1438=Eicon Security Agent/Server1439=Eicon X25/SNA Gateway1440=Eicon Service Location Protocol1441=Cadis License Management1442=Cadis License Management1443=Integrated Engineering Software1444=Marcam License Management1445=Proxima License Manager1446=Optical Research Associates License Manager 1447=Applied Parallel Research LM1448=OpenConnect License Manager1449=PEportpeport1450=Tandem Distributed Workbench Facility 1451=IBM Information Management1452=GTE Government Systems License Man 1453=Genie License Manager1454=interHDL License Manager1454=interHDL License Manager1455=ESL License Manager1456=DCAdca1457=Valisys License Manager1458=Nichols Research Corp.1459=Proshare Notebook Application1460=Proshare Notebook Application1461=IBM Wireless LAN1462=World License Manager1463=Nucleusnucleus1464=MSL License Manager1465=Pipes Platform1466=Ocean Software License Manager1467=CSDMBASEcsdmbase1468=CSDMcsdm1469=Active Analysis Limited License Manager 1470=Universal Analytics1471=csdmbasecsdmbase1472=csdmcsdm1473=OpenMathopenmath1474=Telefindertelefinder1475=Taligent License Manager1476=clvm-cfgclvm-cfg1477=ms-sna-server1478=ms-sna-base1479=dberegisterdberegister1480=PacerForumpacerforum1481=AIRSairs1482=Miteksys License Manager1483=AFS License Manager1484=Confluent License Manager1485=LANSourcelansource1486=nms_topo_serv1487=LocalInfoSrvr1488=DocStordocstor1489=dmdocbrokerdmdocbroker1490=insitu-confinsitu-conf1491=anynetgateway1492=stone-design-11493=netmap_lmnetmap_lm1494=icaica1495=cvccvc1496=liberty-lmliberty-lm1497=rfx-lmrfx-lm1498=Watcom-SQLwatcom-sql1499=Federico Heinz Consultora1500=VLSI License Manager1501=Satellite-data Acquisition System 3 1502=Shivashivadiscovery1503=Databeamimtc-mcs1504=EVB Software Engineering License Manager 1505=Funk Software, Inc.1524=ingres1525=oracle1525=Prospero Directory Service non-priv 1526=Prospero Data Access Prot non-priv1527=oracletlisrv1529=oraclecoauthor1600=issd1651=proshare conf audio1652=proshare conf video1653=proshare conf data1654=proshare conf request1655=proshare conf notify1661=netview-aix-1netview-aix-11662=netview-aix-2netview-aix-21663=netview-aix-3netview-aix-31664=netview-aix-4netview-aix-41665=netview-aix-5netview-aix-51666=netview-aix-6netview-aix-61986=cisco license management1987=cisco RSRB Priority 1 port1988=cisco RSRB Priority 2 port1989=cisco RSRB Priority 3 port1989=MHSnet systemmshnet1990=cisco STUN Priority 1 port1991=cisco STUN Priority 2 port1992=cisco STUN Priority 3 port1992=IPsendmsgipsendmsg1993=cisco SNMP TCP port1994=cisco serial tunnel port1995=cisco perf port1996=cisco Remote SRB port1997=cisco Gateway Discovery Protocol 1998=cisco X.25 service (XOT)1999=cisco identification port2009=whosockami2010=pipe_server2011=raid2012=raid-ac2013=rad-am2015=raid-cs2016=bootserver2017=terminaldb2018=rellpack2019=about2019=xinupageserver2020=xinupageserver2021=xinuexpansion12021=down2022=xinuexpansion22023=xinuexpansion32023=xinuexpansion42024=xinuexpansion42025=xribs2026=scrabble2027=shadowserver2028=submitserver2039=device22032=blackboard2033=glogger2034=scoremgr2035=imsldoc2038=objectmanager2040=lam2041=interbase2042=isis2043=isis-bcast2044=primsl2045=cdfunc2047=dls2048=dls-monitor2065=Data Link Switch Read Port Number 2067=Data Link Switch Write Port Number 2201=Advanced Training System Program 2500=Resource Tracking system server2501=Resource Tracking system client2564=HP 3000 NS/VT block mode telnet2784=world wide web - development3049=ccmail3264=ccmail, cc:mail/lotus3333=dec-notes3984=MAPPER network node manager3985=MAPPER TCP/IP server3986=MAPPER workstation server3421=Bull Apprise portmapper3900=Unidata UDT OS4132=NUTS Daemonnuts_dem4133=NUTS Bootp Server4343=UNICALL4444=KRB5244672=remote file access server5002=radio free ethernet5010=TelepathStarttelelpathstart5011=TelepathAttack5050=multimedia conference control tool5145=rmonitor_secure5190=aol, America-Online5300=HA cluster heartbeat5301=hacl-gs # HA cluster general services5302=HA cluster configuration5303=hacl-probe HA cluster probing5305=hacl-test6000-6063=x11 X Window System6111=sub-process HP SoftBench Sub-Process Control 6141/=meta-corp Meta Corporation License Manager6142=aspentec-lm Aspen Technology License Manager 6143=watershed-lm Watershed License Manager6144=statsci1-lm StatSci License Manager - 16145=statsci2-lm StatSci License Manager - 26146=lonewolf-lm Lone Wolf Systems License Manager 6147=montage-lm Montage License Manager7000=afs3-fileserver file server itself7001=afs3-callback callbacks to cache managers7002=afs3-prserver users & groups database7003=afs3-vlserver volume location database7004=afs3-kaserver AFS/Kerberos authentication service 7005=afs3-volser volume managment server7006=afs3-errors error interpretation service7007=afs3-bos basic overseer process7008=afs3-update server-to-server updater7009=afs3-rmtsys remote cache manager service7010=ups-online onlinet uninterruptable power supplies7100=X Font Service7200=FODMS FLIP8010=Wingate8181=IMail9535=man端口:0服务:Reserved说明:通常用于分析操作系统。