Monday, April 01, 2013

portnumberlist

List of Port number in LINUX based Services


Port # / Layer Name Comment
1 tcpmux TCP port service multiplexer
7 echo Echo service
11 systat System Status service for listing connected ports
18 msp Message Send Protocol
20 ftp-data FTP data port
21 ftp File Transfer Protocol (FTP) port; sometimes used by File Service Protocol (FSP)
22 ssh Secure Shell (SSH) service
23 telnet The Telnet service
25 smtp Simple Mail Transfer Protocol (SMTP)
37 time Time Protocol
42 nameserver Internet Name Service
53 domain domain name services (such as BIND)
67 bootps Bootstrap Protocol (BOOTP) services; also used by Dynamic Host Configuration Protocol (DHCP) services
68 bootpc Bootstrap (BOOTP) client; also used by Dynamic Host Control Protocol (DHCP) clients
80 http HyperText Transfer Protocol (HTTP) for World Wide Web (WWW) services
110 pop3 Post Office Protocol version 3
115 sftp Secure File Transfer Protocol (SFTP) services
123 ntp Network Time Protocol (NTP)
143 imap Internet Message Access Protocol (IMAP)
161 snmp Simple Network Management Protocol (SNMP)
174 mailq MAILQ email transport queue
177 xdmcp X Display Manager Control Protocol (XDMCP)
194 irc Internet Relay Chat (IRC)
209 qmtp Quick Mail Transfer Protocol (QMTP)
220 imap3 Internet Message Access Protocol version 3
389 ldap Lightweight Directory Access Protocol (LDAP)
443 https Secure Hypertext Transfer Protocol (HTTP)
546 dhcpv6-client Dynamic Host Configuration Protocol (DHCP) version 6 client
547 dhcpv6-server Dynamic Host Configuration Protocol (DHCP) version 6 Service
565 whoami whoami user ID listing
636 ldaps Lightweight Directory Access Protocol over Secure Sockets Layer (LDAPS)
873 rsync rsync file transfer services
992 telnets Telnet over Secure Sockets Layer (TelnetS)
993 imaps Internet Message Access Protocol over Secure Sockets Layer (IMAPS)
995 pop3s Post Office Protocol version 3 over Secure Sockets Layer (POP3S)
2049 Nfs NFS(nfsd, rpc.nfsd, rpc, portmap)
3306 Mysql Mysql connection default port
3690 SVN SVN Correction port

Back To Top