0-1023 - Общеизвестные порты. Крайне нежелательно использовать их для "своих" протоколов. Употребляйте их только если разрабатываете софт дейтвительно для зарегестрированного протокола, будь-то HTTP (80), FTP (21), POP3 (110) и т.п.
1024-49151 - Зарегистрированные порты. Самый большой диапазон. Именно эти порты регистрируют для постоянного использования разработчики ПО и компании.
49152-65535 - Динамические (эфемерные) порты. Они не могут быть зарегестрированы. Используются чаще всего для коротких или разовых соеденений. В этом диапазоне можно тестировать своё ПО без риска программного конфликта.
- Официально Если порт и использующая его программа содержатся в перечне назначенных портов IANA[1];
- Неофициально Если порт и использующая его программа не содержатся в перечне назначенных портов IANA;
- Конфликт Если порт используется двумя и более программами или протоколами.
Общеизвестные порты
| Порт/Протокол | Описание | Статус |
|---|---|---|
| 0/TCP,UDP | Зарезервировано; не используется (но допустимо в качестве значения порта источника, если отправляющий процесс не ожидает ответных сообщений) | Официально |
| 1/TCP,UDP | TCPMUX, для обслуживания нескольких служб на одном и том же TCP порту | Официально |
| 5/TCP,UDP | протокол RJE (Remote Job Entry) — обслуживает отправку файлов и вывод отчётов при работе рабочей станции с мейнфреймами | Официально |
| 7/TCP,UDP | протокол ECHO — предназначен для тестирования связи путём отправки данных на сервер и получения от него их же в неизменном виде | Официально |
| 8/TCP,UDP | не используется | Официально |
| 9/TCP,UDP | протокол DISCARD — предназначен для тестирования связи путём отправки данных на сервер, который отбрасывает принятое, не отправляя никакого ответа | Официально |
| 11/TCP,UDP | протокол SYSTAT — выдаёт список активных пользователей в операционной системе | Официально |
| 13/TCP,UDP | протокол DAYTIME — предназначен для тестирования связи путём получения от сервера текущих даты и времени в текстовом виде | Официально |
| 15/TCP,UDP | протокол NETSTAT | Неодобрено |
| 17/TCP,UDP | протокол QOTD (Quote of the Day) | Официально |
| 18/TCP,UDP | протокол MSP (Message Send Protocol) | Официально |
| 19/TCP,UDP | протокол CHARGEN (Character Generator) | Официально |
| 20/TCP | протокол FTP — данные | Официально |
| 21/TCP | протокол FTP — команды | Официально |
| 22/TCP,UDP | протокол SSH (Secure SHell) — применяется для безопасного входа в систему, пересылки файлов (SCP, SFTP) и форвардинга | Официально |
| 23/TCP,UDP | протокол Telnet — применяется для передачи текстовых сообщений в незашифрованном виде, то же, что и консоль терминала. Используется, в частности, общеизвестной программой Гипертерминал (HyperTerminal) для Windows и в настоящее время считается устаревшим и небезопасным | Официально |
| 25/TCP,UDP | протокол SMTP (Simple Mail Transfer Protocol) — используется для пересылки почтовых сообщений между серверами. Сообщения отправляются в виде простого незашифрованного текста | Официально |
| 26/TCP,UDP | протокол RSFTP — простой аналог протокола FTP | Неофициально |
| 35/TCP,UDP | протокол приватного сервера печати | Официально |
| 35/TCP,UDP | QMS[2] Magicolor 2[3] протокол принт-сервера | Неофициально |
| 37/TCP,UDP | Time protocol — используется для синхронизации времени (старый) | Официально |
| 39/TCP,UDP | Resource Location Protocol[4] — протокол поиска ресурсов (RLP) — служит для нахождения серверов, предоставляющих услуги верхнего уровня | Официально |
| 41/TCP,UDP | Graphics — используется графическими модулями некоторых браузерных программ | Официально |
| 42/TCP,UDP | — протокол сервера имён, ARPA Host Name Server Protocol | Официально |
| 42/TCP,UDP | WINS — в настоящее время считается устаревшим. Поддержка WINS например, в сетях на базе компьютеров с системой Windows_XP сохранена лишь для обратной совместимости | Неофициально |
| 43/TCP | Протокол WHOIS | Официально |
| 49/TCP,UDP | TACACS Login Host protocol | Официально |
| 52/TCP,UDP | XNS (Xerox Network Services) Time Protocol | Официально |
| 53/TCP,UDP | Domain Name System (DNS) | Официально |
| 54/TCP,UDP | XNS (Xerox Network Services) Clearinghouse | Официально |
| 55/TCP,UDP | ISI Graphics Language | Официально |
| 56/TCP,UDP | XNS (Xerox Network Services) Authentication | Официально |
| 56/TCP,UDP | RAP (Route Access Protocol)[5] | Неофициально |
| 57/TCP | MTP, Mail Transfer Protocol | Неофициально |
| 58/TCP,UDP | XNS (Xerox Network Services) Mail | Официально |
| 67/UDP | Bootstrap Protocol (BOOTP) сервер BOOTP — предназначен для сервера, с которого выполняется загрузка бездисковых рабочих станций; также используется Dynamic Host Configuration Protocol (DHCP) | Официально |
| 68/UDP | Bootstrap Protocol (BOOTP) клиент BOOTP — по этому протоколу выполняется загрузка бездисковых рабочих станций с сервера BOOTP; также используется Dynamic Host Configuration Protocol (DHCP) | Официально |
| 69/UDP | Trivial File Transfer Protocol(TFTP) — тривиальный FTP — этот протокол применяется например для развёртывания установки операционной системы на большое количество компьютеров в сетях предприятий. Для этого сервер TFTP и поддержка удалённого развёртывания (UAM) включены в состав серверных ОС Windows NT4 Server и новее. | Официально |
| 70/TCP | Протокол Gopher | Официально |
| 79/TCP | Finger | Официально |
| 80/TCP,UDP | Hypertext Transfer Protocol (HTTP) | Официально |
| 81/TCP | Torpark—Onion routing | Неофициально |
| 82/UDP | Torpark—Control | Неофициально |
| 83/TCP | MIT ML Device | Официально |
| 88/TCP | Система аутентификации Kerberos | Официально |
| 90/TCP,UDP | dnsix (DoD Network Security for Information Exchange) Securit Attribute Token Map | Официально |
| 90/TCP,UDP | Pointcast | Неофициально |
| 101/TCP | NIC host name | Официально |
| 102/TCP | ISO-TSAP (Transport Service Access Point) Class 0 protocol[6] | Официально |
| 104/TCP | DICOM (Digital Imaging and COmmunication in Medicine) | Неофициально |
| 107/TCP | Remote TELNET Service[7] protocol | Официально |
| 109/TCP | Post Office Protocol 2 (POP2) | Официально |
| 110/TCP | Post Office Protocol 3 (POP3) | Официально |
| 111/TCP,UDP | Sun Remote Procedure Call | Официально |
| 113/TCP | ident — старая система идентификации, до сих пор используется в IRC серверах | Официально |
| 113/TCP,UDP | Authentication Service (auth) | Официально |
| 115/TCP | Simple File Transfer Protocol (SFTP) | Официально |
| 117/TCP | UUCP Path Service | Официально |
| 118/TCP,UDP | SQL (Structured Query Language) Services | Официально |
| 119/TCP | Network News Transfer Protocol (NNTP) — используется для отправки сообщений новостных рассылок | Официально |
| 123/UDP | Network Time Protocol (NTP) — используется для синхронизации времени | Официально |
| 135/TCP,UDP | DCE endpoint resolution | Официально |
| 135/TCP,UDP | Microsoft EPMAP (End Point Mapper), также известный как DCE/RPC Locator service[8], используется службами удалённого обслуживания, такими как DHCP, DNS и WINS | Неофициально |
| 137/TCP,UDP | NetBIOS NetBIOS Name Service | Официально |
| 138/TCP,UDP | NetBIOS NetBIOS Datagram Service | Официально |
| 139/TCP,UDP | NetBIOS NetBIOS Session Service | Официально |
| 143/TCP,UDP | Internet Message Access Protocol (IMAP) — используется для получения, организации и синхронизации сообщений e-mail | Официально |
| 152/TCP,UDP | Background File Transfer Program (BFTP)[9] | Официально |
| 153/TCP,UDP | SGMP, Simple Gateway Monitoring Protocol | Официально |
| 156/TCP,UDP | SQL Service | Официально |
| 158/TCP,UDP | DMSP, Distributed Mail Service Protocol | Неофициально |
| 161/TCP,UDP | Simple Network Management Protocol (SNMP) | Официально |
| 162/TCP,UDP | Simple Network Management Protocol Trap (SNMPTRAP)[10] | Официально |
| 170/TCP | Print-srv, Network PostScript | Официально |
| 179/TCP | BGP (Border Gateway Protocol) | Официально |
| 194/TCP | IRC (Internet Relay Chat) | Официально |
| 201/TCP,UDP | AppleTalk Routing Maintenance | Официально |
| 209/TCP,UDP | The Quick Mail Transfer Protocol | Официально |
| 213/TCP,UDP | IPX | Официально |
| 218/TCP,UDP | MPP, Message Posting Protocol | Официально |
| 220/TCP,UDP | IMAP, Interactive Mail Access Protocol, version 3 | Официально |
| 259/TCP,UDP | ESRO, Efficient Short Remote Operations | Официально |
| 264/TCP,UDP | BGMP, Border Gateway Multicast Protocol | Официально |
| 311/TCP | Mac OS X Server Admin (Официально AppleShare IP Web admistration) | Официально |
| 308/TCP | Novastor Online Backup | Официально |
| 318/TCP,UDP | PKIX TSP, Time Stamp Protocol | Официально |
| 323/TCP,UDP | IMMP, Internet Message Mapping Protocol | Неофициально |
| 366/TCP,UDP | ODMR, On-Demand Mail Relay | Официально |
| 369/TCP,UDP | Rpc2portmap | Официально |
| 371/TCP,UDP | ClearCase albd | Официально |
| 383/TCP,UDP | HP data alarm manager | Официально |
| 384/TCP,UDP | A Remote Network Server System | Официально |
| 387/TCP,UDP | AURP, AppleTalk Update-based Routing Protocol | Официально |
| 389/TCP,UDP | Lightweight Directory Access Protocol (LDAP) | Официально |
| 401/TCP,UDP | UPS (Uninterruptible Power Supply) | Официально |
| 402/TCP | Altiris, Altiris Deployment Client | Неофициально |
| 411/TCP | Direct Connect Hub | Неофициально |
| 412/TCP | Direct Connect Client-to-Client | Неофициально |
| 427/TCP,UDP | Service Location Protocol (SLP) | Официально |
| 443/TCP | HTTP поверх TLS/SSL (HTTPS) | Официально |
| 444/TCP,UDP | SNPP, Simple Network Paging Protocol | Официально |
| 445/TCP | Microsoft-DS Active Directory, Windows shares | Официально |
| 445/UDP | Microsoft-DS SMB file sharing | Официально |
| 464/TCP,UDP | Kerberos Change/Set password | Официально |
| 465/TCP,UDP | SMTPS — SMTP поверх SSL | Неофициально |
| 465/TCP | Cisco URD (URL Rendesvous Directory for SSM) mechanism protocol | Неофициально |
| 465/UDP | IGMP v.3 lite — IGMP over UDP for SSM | Неофициально |
| 475/TCP | tcpnethaspsrv (Hasp services, TCP/IP version) | Официально |
| 497/TCP | Dantz Retrospect | Официально |
| 500/UDP | Internet Security Association and Key Management Protocol (ISAKMP) | Официально |
| 502/TCP,UDP | Modbus, Protocol | Неофициально |
| 512/TCP | exec, Remote Process Execution | Официально |
| 512/UDP | comsat, together with biff | Официально |
| 513/TCP | Login | Официально |
| 513/UDP | Who | Официально |
| 514/TCP | Shell — выполнение неинтерактивных команд на удалённой системе | Официально |
| 514/UDP | Syslog — используется для ведения системного лога | Официально |
| 515/TCP | Line Printer Daemon—print service | Официально |
| 517/UDP | Talk | Официально |
| 518/UDP | NTalk | Официально |
| 520/TCP | efs, extended file name server | Официально |
| 520/UDP | Routing—RIP | Официально |
| 524/TCP,UDP | NCP (NetWare Core Protocol) используется для различных целей, таких как доступ к ресурсам главного сервера NetWare, Time Synchronization, и т. д. | Официально |
| 525/UDP | Timed, Timeserver | Официально |
| 530/TCP,UDP | RPC | Официально |
| 531/TCP,UDP | AOL Instant Messenger, IRC | Неофициально |
| 532/TCP | netnews | Официально |
| 533/UDP | netwall, For Emergency Broadcasts | Официально |
| 540/TCP | UUCP (Unix-to-Unix Copy Protocol) | Официально |
| 542/TCP,UDP | commerce (Commerce Applications) | Официально |
| 543/TCP | klogin, Kerberos login | Официально |
| 544/TCP | kshell, Kerberos Remote shell | Официально |
| 546/TCP,UDP | DHCPv6 client | Официально |
| 547/TCP,UDP | DHCPv6 server | Официально |
| 548/TCP | Apple Filing Protocol (AFP) over TCP | Официально |
| 550/UDP | new-rwho, new-who | Официально |
| 554/TCP,UDP | Real Time Streaming Protocol (RTSP) | Официально |
| 556/TCP | Remotefs, RFS, rfs_server | Официально |
| 560/UDP | rmonitor, Remote Monitor | Официально |
| 561/UDP | monitor | Официально |
| 563/TCP,UDP | NNTP protocol over TLS/SSL (NNTPS) | Официально |
| 587/TCP | e-mail message submission[11] (SMTP) | Официально |
| 591/TCP | FileMaker 6.0 (and later) Web Sharing (HTTP Alternate, also see port 80) | Официально |
| 593/TCP,UDP | HTTP RPC Ep Map, Remote procedure call over Hypertext Transfer Protocol, often used by Distributed Component Object Model services and Microsoft Exchange Server | Официально |
| 604/TCP | TUNNEL profile[12], a protocol for BEEP peers to form an application layer tunnel | Официально |
| 623/UDP | ASF Remote Management and Control Protocol (ASF-RMCP) | Официально |
| 631/TCP,UDP | Internet Printing Protocol (IPP) | Официально |
| 636/TCP,UDP | Lightweight Directory Access Protocol over TLS/SSL (LDAPS) | Официально |
| 639/TCP,UDP | MSDP, Multicast Source Discovery Protocol | Официально |
| 646/TCP | LDP, Label Distribution Protocol, a routing protocol used in MPLS networks | Официально |
| 647/TCP | DHCP Failover protocol[13] | Официально |
| 648/TCP | RRP (Registry Registrar Protocol)[14] | Официально |
| 652/TCP | DTCP, Dynamic Tunnel Configuration Protocol | Неофициально |
| 654/TCP | AODV (Ad-hoc On-demand Distance Vector) | Официально |
| 655/TCP | IEEE MMS (IEEE Media Management System)[15][16] | Официально |
| 657/TCP,UDP | IBM RMC (Remote monitoring and Control) protocol, used by System p5 AIX Integrated Virtualization Manager (IVM)[17] and Hardware Management Console to connect managed logical partitions (LPAR) to enable dynamic partition reconfiguration | Официально |
| 660/TCP | Mac OS X Server administration | Официально |
| 665/TCP | sun-dr, Remote Dynamic Reconfiguration | Неофициально |
| 666/UDP | Doom,Doom2 шутер от первого лица | Официально |
| 674/TCP | ACAP (Application Configuration Access Protocol) | Официально |
| 691/TCP | MS Exchange Routing | Официально |
| 692/TCP | Hyperwave-ISP | Официально |
| 694/UDP | Linux-HA High availability Heartbeat | Неофициально |
| 695/TCP | IEEE-MMS-SSL (IEEE Media Management System over SSL)[18] | Официально |
| 698/UDP | OLSR (Optimized Link State Routing) | Официально |
| 699/TCP | Access Network | Официально |
| 700/TCP | EPP (Extensible Provisioning Protocol), a protocol for communication between domain name registries and registrars | Официально |
| 701/TCP | LMP (Link Management Protocol)[19], a protocol that runs between a pair of nodes and is used to manage traffic engineering (TE) links | Официально |
| 702/TCP | IRIS[20][21] (Internet Registry Information Service) over BEEP (Blocks Extensible Exchange Protocol)[22] | Официально |
| 706/TCP | SILC, Secure Internet Live Conferencing | Официально |
| 711/TCP | Cisco TDP, Tag Distribution Protocol[23][24][25]—being replaced by the MPLS Label Distribution Protocol[26] | Официально |
| 712/TCP | TBRPF, Topology Broadcast based on Reverse-Path Forwarding routing protocol | Официально |
| 712/UDP | Promise RAID Controller | Неофициально |
| 720/TCP | SMQP, Simple Message Queue Protocol | Неофициально |
| 749/TCP,UDP | Kerberos administration | Официально |
| 750/TCP | rfile | Официально |
| 750/UDP | loadav | Официально |
| 750/UDP | kerberos-iv, Kerberos version IV | Официально |
| 751/TCP,UDP | pump | Официально |
| 751/TCP,UDP | kerberos_master, Kerberos authentication | Неофициально |
| 752/TCP | qrh | Официально |
| 752/UDP | qrh | Официально |
| 752/UDP | userreg_server, Kerberos Password (kpasswd) server | Неофициально |
| 753/TCP | Reverse Routing Header (rrh)[27] | Официально |
| 753/UDP | Reverse Routing Header (rrh) | Официально |
| 753/UDP | passwd_server, Kerberos userreg server | Неофициально |
| 754/TCP | tell send | Официально |
| 754/TCP | krb5_prop, Kerberos v5 slave propagation | Неофициально |
| 754/UDP | tell send | Официально |
| 760/TCP,UDP | ns | Официально |
| 760/TCP,UDP | krbupdate [kreg], Kerberos registration | Неофициально |
| 777/TCP,UDP | deth [Deth], http://Deth.org.ua registration | Неофициально |
| 782/TCP | Conserver serial-console management server | Неофициально |
| 803/TCP | Agnitum Outpost Firewall | Неофициально |
| 829/TCP | CMP (Certificate Management Protocol) | Неофициально |
| 860/TCP | iSCSI | Официально |
| 873/TCP | rsync file synchronisation protocol | Официально |
| 888/TCP | jouflay ptotocol, jouflay protocol (CDDBP)—unassigned but widespread use | Неофициально |
| 901/TCP | Samba Web Administration Tool (SWAT) | Неофициально |
| 902/TCP | VMware Server Console[28] | Неофициально |
| 904/TCP | VMware Server Alternate (if 902 is in use, i.e. SUSE linux) | Неофициально |
| 911/TCP | Network Console on Acid (NCA)—local tty redirection over OpenSSH | Неофициально |
| 981/TCP | SofaWare Technologies Remote HTTPS management for firewall devices running embedded Check Point FireWall-1 software | Неофициально |
| 989/TCP,UDP | FTP (данные) поверх TLS/SSL | Официально |
| 990/TCP,UDP | FTP (команды) поверх TLS/SSL | Официально |
| 991/TCP,UDP | NAS (Netnews Administration System)[29] | Официально |
| 992/TCP,UDP | TELNET поверх TLS/SSL | Официально |
| 993/TCP | Internet Message Access Protocol over SSL (IMAPS) | Официально |
| 995/TCP | POP3 поверх TLS/SSL (POP3S) | Официально |
| 1023/TCP,UDP | IANA Reserved | Официально |
| 15779/TCP | Joymax Co. Ltd.'s Silkroad Online's launcher server port | Неофициально |
| 15780/TCP | Joymax Co. Ltd.'s Silkroad Online's Game authentication port | Неофициально |
| 15881 /TCP | Joymax Co. Ltd.'s Silkroad Online's update download port | Неофициально |
| 15883-15884 /TCP | Joymax Co. Ltd.'s Silkroad Online's game world port | Неофициально |
Зарегистрированные порты
| Порт | Описание | Статус |
|---|---|---|
| 1024/TCP,UDP | IANA Reserved | Официально |
| 1025/TCP | NFS-or-IIS | Неофициально |
| 1026/TCP | Often utilized by Microsoft DCOM services | Неофициально |
| 1029/TCP | Often utilized by Microsoft DCOM services | Неофициально |
| 1058/TCP,UDP | nim, IBM AIX (NIM)[30] | Официально |
| 1059/TCP,UDP | nimreg, IBM AIX (NIM) | Официально |
| 1080/TCP | SOCKS proxy | Официально |
| 1085/TCP,UDP | WebObjects | Официально |
| 1098/TCP,UDP | rmiactivation, RMI Activation | Официально |
| 1099/TCP,UDP | rmiregistry, RMI Registry | Официально |
| 1109 | IANA Reserved | Официально |
| 1109/TCP | Kerberos Post Office Protocol (KPOP) | Неофициально |
| 1119 | World of Warcraft MMORPG Loginserver | Неофициально |
| 1140/TCP,UDP | AutoNOC[31] Network Operations protocol | Официально |
| 1167/UDP | phone, conference calling | Неофициально |
| 1176/TCP | Perceptive Automation Indigo[32] Home automation server | Официально |
| 1182/TCP,UDP | AcceleNet Intelligent Transfer Protocol[33] | Официально |
| 1194/TCP,UDP | OpenVPN | Официально |
| 1198/TCP,UDP | The cajo project Free dynamic transparent distributed computing in Java | Официально |
| 1200/TCP | scol, protocol used by SCOL 3D virtual worlds server to answer world name resolution client request[34] | Официально |
| 1200/UDP | scol, protocol used by SCOL 3D virtual worlds server to answer world name resolution client request | Официально |
| 1200/UDP | Steam Friends Applet | Неофициально |
| 1214/TCP | Kazaa | Официально |
| 1220/TCP | QuickTime Streaming Server administration | Официально |
| 1223/TCP,UDP | TGP, TrulyGlobal[35] Protocol, also known as «The Gur Protocol» (named for Gur Kimchi of TrulyGlobal) | Официально |
| 1234/UDP | VLC Media Player, потоковое видео, IPTV | Неофициально |
| 1241/TCP,UDP | Nessus Security Scanner | Официально |
| 1248/TCP | NSClient/NSClient++/NC_Net (Nagios) | Неофициально |
| 1270/TCP,UDP | Microsoft System Center Operations Manager (SCOM) (formerly Microsoft Operations Manager (MOM)) agent | Официально |
| 1311/TCP | Dell Open Manage Https | Неофициально |
| 1313/TCP | Xbiim (Canvii server) | Неофициально |
| 1337/TCP | WASTE Encrypted File Sharing Program | Неофициально |
| 1352/TCP | IBM Lotus Notes/Domino RPC protocol[36] | Официально |
| 1387/TCP,UDP | cadsi-lm[37] (formerly Computer Aided Design Software, Inc. (CADSI)) LM | Официально |
| 1414/TCP | IBM WebSphere MQ (formerly known as MQSeries) | Официально |
| 1431/TCP | Reverse Gossip Transport Protocol (RGTP)[38], used to access a General-purpose Reverse-Ordered Gossip Gathering System (GROGGS) bulletin board, such as that implemented on the Cambridge University's Phoenix system | Официально |
| 1433/TCP,UDP | Microsoft SQL Server — Server | Официально |
| 1434/TCP,UDP | Microsoft SQL Server — Monitor | Официально |
| 1494/TCP | Citrix XenApp Independent Computing Architecture (ICA) thin client protocol | Официально |
| 1512/TCP,UDP | Microsoft Windows Internet Name Service (WINS) | Официально |
| 1521/TCP | nCube License Manager | Официально |
| 1521/TCP | Oracle database default listener, в будущих релизах официально порт 2483 | Неофициально |
| 1524/TCP,UDP | ingreslock, ingres | Официально |
| 1526/TCP | Oracle database common alternative for listener | Неофициально |
| 1533/TCP | IBM Sametime IM—Virtual Places Chat | Официально |
| 1547/TCP,UDP | Laplink | Официально |
| 1550 | Gadu-Gadu (direct client-to-client) | Неофициально |
| 1581/UDP | MIL STD 2045-47001 VMF | Официально |
| 1589/UDP | Cisco VQP (VLAN Query Protocol) / VMPS | Неофициально |
| 1645/TCP,UDP | radius, RADIUS authentication protocol (default for Cisco and Juniper Networks RADIUS servers) | Неофициально |
| 1646/TCP,UDP | radacct, RADIUS accounting protocol (default for Cisco and Juniper Networks RADIUS servers) | Неофициально |
| 1627 | iSketch | Неофициально |
| 1677/TCP,UDP | Novell GroupWise clients in client/server access mode | Официально |
| 1701/UDP | Layer 2 Forwarding Protocol (L2F) & Layer 2 Tunneling Protocol (L2TP) | Официально |
| 1716/TCP | America's Army Massively multiplayer online role-playing game (MMORPG) | Неофициально |
| 1720/TCP,UDP | h323hostcall (H323 VoIP calls) | Официально |
| 1723/TCP,UDP | Microsoft Point-to-Point Tunneling Protocol (PPTP) | Официально |
| 1725/UDP | Valve Steam Client | Неофициально |
| 1755/TCP,UDP | Microsoft Media Services (MMS, ms-streaming) | Официально |
| 1761/TCP,UDP | cft-0 | Официально |
| 1761/TCP | Novell Zenworks Remote Control utility | Неофициально |
| 1762—1768/TCP,UDP | cft-1 to cft-7 | Официально |
| 1812/TCP,UDP | radius, RADIUS authentication protocol | Официально |
| 1813/TCP,UDP | radacct, RADIUS accounting protocol | Официально |
| 1863/TCP | MSNP (Microsoft Notification Protocol), used by the .NET Messenger Service and a number of Instant Messaging clients | Официально |
| 1900/UDP | Microsoft SSDP Enables discovery of UPnP devices | Официально |
| 1935/TCP | Adobe Macromedia Flash Real Time Messaging Protocol (RTMP) «plain» protocol | Официально |
| 1947/TCP | HASP SRM Работа и с сетевым, и с локальным ключами HASP происходит через локальный демон или службу по TCP/1947 | Официально |
| 1970/TCP,UDP | Danware NetOp[39] Remote Control | Официально |
| 1971/TCP,UDP | Danware NetOp School | Официально |
| 1972/TCP,UDP | InterSystems Caché | Официально |
| 1975—1977/UDP | Cisco TCO[40] | Официально |
| 1984/TCP | Big Brother—network monitoring tool | Официально |
| 1985/UDP | Cisco HSRP | Официально |
| 1994/TCP,UDP | Cisco STUN-SDLC (Serial Tunneling—Synchronous Data Link Control) protocol | Официально |
| 1998/TCP,UDP | Cisco X.25 over TCP (XOT) service | Официально |
| 2000/TCP,UDP | Cisco SCCP (Skinny) | Официально |
| 2002/TCP | Secure Access Control Server (ACS) for Windows | Неофициально |
| 2030 | Oracle Services for Microsoft Transaction Server | Неофициально |
| 2031/TCP,UDP | mobrien-chat—obsolete[41] | Официально |
| 2041/TCP | Mail.ru Агент communication protocol | Неофициально |
| 2042/TCP | Mail.ru Агент communication protocol | Неофициально |
| 2049/UDP | Network File System | Официально |
| 2049/UDP | shilp | Официально |
| 2053/UDP | lot105-ds-upd Lot105 DSuper Updates | Официально |
| 2053/TCP | lot105-ds-upd Lot105 DSuper Updates | Официально |
| 2053/TCP | knetd Kerberos de-multiplexor | Неофициально |
| 2056/UDP | Civilization 4 multiplayer | Неофициально |
| 2073/TCP,UDP | DataReel Database | Официально |
| 2074/TCP,UDP | Vertel VMF SA (то есть App. SpeakFreely) | Официально |
| 2080/TCP,UDP | Autodesk license daemon | Неофициально |
| 2082/TCP | Infowave Mobility Server | Официально |
| 2082/TCP | CPanel default | Неофициально |
| 2083/TCP | Secure Radius Service (radsec) | Официально |
| 2083/TCP | CPanel default SSL | Неофициально |
| 2086/TCP | GNUnet | Официально |
| 2086/TCP | WebHost Manager default | Неофициально |
| 2087/TCP | WebHost Manager default SSL | Неофициально |
| 2095/TCP | CPanel default Web mail | Неофициально |
| 2096/TCP | CPanel default SSL Web mail | Неофициально |
| 2102/TCP,UDP | zephyr-srv Project Athena Zephyr Notification Service server | Официально |
| 2103/TCP,UDP | zephyr-clt Project Athena Zephyr Notification Service serv-hm connection | Официально |
| 2104/TCP,UDP | zephyr-hm Project Athena Zephyr Notification Service hostmanager | Официально |
| 2105/TCP,UDP | IBM MiniPay | Официально |
| 2105/TCP,UDP | eklogin Kerberos encrypted remote login (rlogin) | Неофициально |
| 2105/TCP,UDP | zephyr-hm-srv Project Athena Zephyr Notification Service hm-serv connection (should use port 2102) | Неофициально |
| 2106/TCP | Lineage2 AUTH port (default) | Неофициально |
| 2161/TCP | APC Agent | Официально |
| 2181/TCP,UDP | EForward-document transport system | Официально |
| 2190/UDP | TiVoConnect Beacon | Неофициально |
| 2200/UDP | Tuxanci game server[42] | Неофициально |
| 2219/TCP,UDP | NetIQ NCAP Protocol | Официально |
| 2220/TCP,UDP | NetIQ End2End | Официально |
| 2222/TCP | DirectAdmin default | Неофициально |
| 2222/UDP | Microsoft Office OS X antipiracy network monitor[43] | Неофициально |
| 2301/TCP | HP System Management Redirect to port 2381 | Неофициально |
| 2302/UDP | ArmA multiplayer (default for game) | Неофициально |
| 2302/UDP | Halo: Combat Evolved multiplayer | Неофициально |
| 2303/UDP | ArmA multiplayer (default for server reporting) (default port for game +1) | Неофициально |
| 2305/UDP | ArmA multiplayer (default for VoN) (default port for game +3) | Неофициально |
| 2369/TCP | Default for BMC Software CONTROL-M/Server—Configuration Agent, though often changed during installation | Неофициально |
| 2370/TCP | Default for BMC Software CONTROL-M/Server—to allow the CONTROL-M/Enterprise Manager to connect to the CONTROL-M/Server, though often changed during installation | Неофициально |
| 2381/TCP | HP Insight Manager default for Web server | Неофициально |
| 2404/TCP | IEC 60870-5-104, used to send electric power telecontrol messages between two systems via directly connected data circuits | Официально |
| 2427/UDP | Cisco MGCP | Официально |
| 2428/TCP | Cisco MGCP | ? |
| 2447/TCP,UDP | ovwdb — OpenView Network Node Manager (NNM) daemon | Официально |
| 2483/TCP,UDP | Oracle database listening for unsecure client connections to the listener, replaces port 1521 | Официально |
| 2484/TCP,UDP | Oracle database listening for SSL client connections to the listener | Официально |
| 2546/TCP,UDP | Vytal Vault—Data Protection Services | Неофициально |
| 2593/TCP,UDP | RunUO — Ultima Online server | Неофициально |
| 2594/TCP,UDP | Old Paradise — Ultima Online server | Неофициально |
| 2598/TCP | new ICA—when Session Reliability is enabled, TCP port 2598 replaces port 1494 | Неофициально |
| 2612/TCP,UDP | QPasa from MQSoftware | Официально |
| 2710/TCP | XBT Bittorrent Tracker | Неофициально |
| 2710/UDP | XBT Bittorrent Tracker experimental UDP tracker extension | Неофициально |
| 2710/TCP | Knuddels.de | Неофициально |
| 2735/TCP,UDP | NetIQ Monitor Console | Официально |
| 2809/TCP | corbaloc: iiop URL, per the CORBA 3.0.3 specification | Официально |
| 2809/TCP | IBM WebSphere Application Server (WAS) Bootstrap/rmi default | Неофициально |
| 2809/UDP | corbaloc: iiop URL, per the CORBA 3.0.3 specification. | Официально |
| 2944/UDP | Megaco Text H.248 | Неофициально |
| 2945/UDP | Megaco Binary (ASN.1) H.248 | Неофициально |
| 2948/TCP,UDP | WAP-push Multimedia Messaging Service (MMS) | Официально |
| 2949/TCP,UDP | WAP-pushsecure Multimedia Messaging Service (MMS) | Официально |
| 2967/TCP | Symantec AntiVirus Corporate Edition | Неофициально |
| 2992/UDP | Игра Владыки Астрала | Неофициально |
| 3000/TCP | Miralix License server | Неофициально |
| 3000/UDP | Distributed Interactive Simulation (DIS), modifiable default | Неофициально |
| 3001/TCP | Miralix Phone Monitor | Неофициально |
| 3002/TCP | Miralix CSTA | Неофициально |
| 3003/TCP | Miralix GreenBox API | Неофициально |
| 3004/TCP | Miralix InfoLink | Неофициально |
| 3006/TCP | Miralix SMS Client Connector | Неофициально |
| 3007/TCP | Miralix OM Server | Неофициально |
| 3025/TCP | netpd.org | Неофициально |
| 3030/TCP | NetPanzer | Неофициально |
| 3030/UDP | NetPanzer | Неофициально |
| 3034/TCP | Plain Manager Port BlueCoat ProxySG services | Неофициально |
| 3036/TCP | Secure Manager Port BlueCoat ProxySG services | Неофициально |
| 3050/TCP,UDP | gds_db (СУБД Interbase/Firebird) | Официально |
| 3074/TCP,UDP | Xbox Live | Официально |
| 3128/TCP | HTTP used by Web caches and the default for the Squid cache & Kerio Winroute Firewall | Неофициально |
| 3260/TCP,UDP | iSCSI target | Официально |
| 3268/TCP,UDP | msft-gc, Microsoft Global Catalog (LDAP service which contains data from Active Directory forests) | Официально |
| 3269/TCP,UDP | msft-gc-ssl, Microsoft Global Catalog over SSL (similar to port 3268, LDAP over SSL) | Официально |
| 3283/TCP | Apple Remote Desktop reporting (officially Net Assistant, referring to an earlier product) | Официально |
| 3300/TCP | TripleA game server | Неофициально |
| 3305/TCP,UDP | odette-ftp, Odette File Transfer Protocol (OFTP) | Официально |
| 3306/TCP,UDP | Система управления базами данных MySQL | Официально |
| 3306/TCP,UDP | Система управления базами данных MS SQL | Неофициально |
| 3307/TCP,UDP | Система управления базами данных MySQL (возможно выбирать до 3309, рекомендуется любой кроме 3306, из-за конфликта с MS SQL) | Неофициально |
| 3333/TCP | Network Caller ID server | Неофициально |
| 3386/TCP,UDP | GTP' 3GPP GSM/UMTS CDR logging protocol | Официально |
| 3389/TCP | Microsoft Terminal Server (RDP) Официально зарегистрировано как Windows Based Terminal (WBT) | Неофициально |
| 3396/TCP,UDP | Novell NDPS Printer Agent | Официально |
| 3455/TCP,UDP | [RSVP] Reservation Protocol | Официально |
| 3544/UDP | протокол Teredo | Неофициально |
| 3632/TCP | distributed compiler | Официально |
| 3689/TCP | Digital Audio Access Protocol (DAAP)—used by Apple’s iTunes and AirPort Express | Официально |
| 3690/TCP,UDP | Subversion version control system | Официально |
| 3702/TCP,UDP | Web Services Dynamic Discovery (WS-Discovery), используется некоторыми компонентами Windows Vista | Официально |
| 3724/TCP,UDP | World of Warcraft Online gaming MMORPG | Официально |
| 3784/TCP,UDP | Ventrilo VoIP program used by Ventrilo | Неофициально |
| 3785/UDP | Ventrilo VoIP program used by Ventrilo | Неофициально |
| 3868/TCP | DIAMETER base protocol | Официально |
| 3872/TCP | Oracle Management Remote Agent | Неофициально |
| 3899/TCP | RAdmin | Неофициально |
| 3900/TCP | udt_os, IBM UniData UDT OS[44] | Официально |
| 3945/TCP,UDP | EMCADS service, a Giritech product used by G/On | Официально |
| 3949/TCP,UDP | OER communications — Optimized Edge Routing | Официально |
| 4000/TCP,UDP | Diablo II game | Неофициально |
| 4007/TCP | PrintBuzzer printer monitoring socket server | Неофициально |
| 4080/TCP,UDP | Kerio Control Administration | Официально |
| 4081/TCP,UDP | Secured Kerio Control Administration | Официально |
| 4089/TCP,UDP | OpenCORE Remote Control Service | Официально |
| 4090/TCP,UDP | Kerio VPN | Официально |
| 4093/TCP,UDP | PxPlus Client server interface ProvideX | Официально |
| 4096/TCP,UDP | Bridge-Relay Element ASCOM | Официально |
| 4100 | WatchGuard Authentication Applet—default | Неофициально |
| 4111/TCP | Xgrid | Официально |
| 4111/TCP | Microsoft Office SharePoint Portal Server administration | Неофициально |
| 4125/TCP | Microsoft Remote Web Workplace administration | Неофициально |
| 4226/TCP,UDP | Aleph One (игра) | Неофициально |
| 4224/TCP | Cisco CDP Cisco discovery Protocol | Неофициально |
| 4500/UDP | IPsec NAT traversal | Официально |
| 4569/UDP | Inter-Asterisk eXchange | Неофициально |
| 4662/TCP,UDP | OrbitNet Message Service | Официально |
| 4662/TCP | often used by eMule | Неофициально |
| 4664/TCP | Google Desktop Search | Неофициально |
| 4672/UDP | eMule—often used | Неофициально |
| 4747/TCP | Apprentice | Неофициально |
| 4750/TCP | BladeLogic Agent | Неофициально |
| 4894/TCP,UDP | LysKOM Protocol A | Официально |
| 4899/TCP,UDP | RAdmin—программа для удаленного управления | Официально |
| 4900/TCP,UDP | Kommute—файлообменный клиент | Неофициально |
| 5000/TCP | commplex-main | Официально |
| 5000/TCP | UPnP—Windows network device interoperability | Неофициально |
| 5000/TCP,UDP | VTun—VPN Software | Неофициально |
| 5001/TCP | commplex-link | Официально |
| 5001/TCP,UDP | Iperf (Tool for measuring TCP and UDP bandwidth performance) | Неофициально |
| 5001/TCP | Slingbox and Slingplayer | Неофициально |
| 5003/TCP,UDP | FileMaker | Официально |
| 5004/TCP,UDP | RTP (Real-time Transport Protocol) media data | Официально |
| 5005/TCP,UDP | RTP (Real-time Transport Protocol) control protocol | Официально |
| 5031/TCP,UDP | AVM CAPI-over-TCP (ISDN over Ethernet tunneling) | Неофициально |
| 5050/TCP | Yahoo! Messenger | Неофициально |
| 5050/TCP | NatICQ getway (шлюз между пользователем клиента NatICQ и системой мгновенных сообщений ICQ) | Неофициально |
| 5051/TCP | ita-agent Symantec Intruder Alert[45] | Официально |
| 5060/TCP,UDP | Session Initiation Protocol (SIP) | Официально |
| 5061/TCP | Session Initiation Protocol (SIP) over TLS | Официально |
| 5093/UDP | SPSS (Statistical Package for the Social Sciences) License Administrator | Неофициально |
| 5104/TCP | IBM Tivoli Framework NetCOOL/Impact[46] HTTP Service | Неофициально |
| 5106/TCP | A-Talk Common connection | Неофициально |
| 5107/TCP | A-Talk Remote server connection | Неофициально |
| 5110/TCP | ProRat Server | Неофициально |
| 5121/TCP | Neverwinter Nights | Неофициально |
| 5154/TCP,UDP | BZFlag | Официально |
| 5176/TCP | ConsoleWorks default UI interface | Неофициально |
| 5190/TCP | ICQ and AOL Instant Messenger | Официально |
| 5222/TCP | Extensible Messaging and Presence Protocol (XMPP, Jabber) client connection | Официально |
| 5223/TCP | Extensible Messaging and Presence Protocol (XMPP, Jabber) client connection over SSL | Неофициально |
| 5269/TCP | Extensible Messaging and Presence Protocol (XMPP, Jabber) server connection | Официально |
| 5298/TCP,UDP | Extensible Messaging and Presence Protocol (XMPP) link-local messaging | Официально |
| 5351/TCP,UDP | NAT Port Mapping Protocol—client-requested configuration for inbound connections through network address translators | Официально |
| 5353/UDP | Multicast DNS (MDNS) | Официально |
| 5355/TCP,UDP | LLMNR—Link-Local Multicast Name Resolution, allows hosts to perform name resolution for hosts on the same local link (only provided by Windows Vista and Server 2008) | Официально |
| 5402/TCP,UDP | mftp, Stratacache OmniCast[47] content delivery system MFTP file sharing protocol | Официально |
| 5405/TCP,UDP | NetSupport | Официально |
| 5421/TCP,UDP | NetSupport 2 | Официально |
| 5432/TCP,UDP | PostgreSQL | Официально |
| 5445/UDP | Cisco Unified Video Advantage | Неофициально |
| 5495/TCP | Applix TM1 Admin server | Неофициально |
| 5498/TCP | Hotline tracker server connection | Неофициально |
| 5499/UDP | Hotline tracker server discovery | Неофициально |
| 5500/TCP | VNC remote desktop protocol—for incoming listening viewer, Hotline control connection | Неофициально |
| 5501/TCP | Hotline file transfer connection | Неофициально |
| 5517/TCP | Setiqueue Proxy server client for SETI@Home project | Неофициально |
| 5555/TCP | Freeciv versions up to 2.0, Hewlett Packard Data Protector, SAP | Неофициально |
| 5556/TCP,UDP | Freeciv | Официально |
| 5631/TCP | pcANYWHEREdata, Symantec pcAnywhere (version 7.52 and later[48])[49] data | Официально |
| 5632/UDP | pcANYWHEREstat, Symantec pcAnywhere (version 7.52 and later) status | Официально |
| 5666/TCP | NRPE (Nagios) | Неофициально |
| 5667/TCP | NSCA (Nagios) | Неофициально |
| 5800/TCP | VNC remote desktop protocol—for use over HTTP | Неофициально |
| 5814/TCP,UDP | Hewlett-Packard Support Automation (HP OpenView Self-Healing Services) | Официально |
| 5900/TCP,UDP | Virtual Network Computing (VNC) remote desktop protocol (used by Apple Remote Desktop and others) | Официально |
| 5938/TCP,UDP | TeamViewer[50] remote desktop protocol | Неофициально |
| 5984/TCP,UDP | CouchDB database server | Официально |
| 6000/TCP | X11—used between an X client and server over the network | Официально |
| 6001/UDP | X11—used between an X client and server over the network | Официально |
| 6005/TCP | Default for BMC Software CONTROL-M/Server—Socket used for communication between CONTROL-M processes—though often changed during installation | Неофициально |
| 6014/TCP,UDP | Autodesk license daemon | Неофициально |
| 6050/TCP | Brightstor Arcserve Backup | Неофициально |
| 6051/TCP | Brightstor Arcserve Backup | Неофициально |
| 6086/TCP | PDTP—FTP like file server in a P2P network | Официально |
| 6100/TCP | Vizrt System | Неофициально |
| 6110/TCP,UDP | softcm, HP Softbench CM | Официально |
| 6111/TCP,UDP | spc, HP Softbench Sub-Process Control | Официально |
| 6112/TCP,UDP | «dtspcd»—a network daemon that accepts requests from clients to execute commands and launch applications remotely | Официально |
| 6112/TCP | Blizzard's Battle.net gaming service, ArenaNet gaming service | Неофициально |
| 6113-6119 | World of Warcraft MMORPG Realmservers | Неофициально |
| 6129/TCP | Dameware Remote Control | Неофициально |
| 6257/UDP | WinMX (see also 6699) | Неофициально |
| 6346/TCP,UDP | gnutella-svc, Gnutella (FrostWire, Limewire, Shareaza, etc.) | Официально |
| 6347/TCP,UDP | gnutella-rtr, Gnutella alternate | Официально |
| 6444/TCP,UDP | Sun Grid Engine—Qmaster Service | Официально |
| 6445/TCP,UDP | Sun Grid Engine—Execution Service | Официально |
| 6502/TCP,UDP | Danware Data NetOp Remote Control | Неофициально |
| 6522/TCP | Gobby (and other libobby-based software) | Неофициально |
| 6543/UDP | Paradigm Research & Development Jetnet[51] default | Неофициально |
| 6566/TCP | SANE (Scanner Access Now Easy) — SANE network scanner daemon | Неофициально |
| 6600/TCP | Music Player Daemon (MPD) | Неофициально |
| 6619/TCP,UDP | odette-ftps, Odette File Transfer Protocol (OFTP) over TLS/SSL | Официально |
| 6665-6669/TCP | IRC | Официально |
| 6679/TCP | IRC SSL (Secure Internet Relay Chat) — often used | Неофициально |
| 6697/TCP | IRC SSL (Secure Internet Relay Chat) — often used | Неофициально |
| 6699/TCP | WinMX (see also 6257) | Неофициально |
| 6771/UDP | Polycom server broadcast | Неофициально |
| 6881-6887/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6888/TCP,UDP | MUSE | Официально |
| 6888/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6889-6890/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6891-6900/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6891-6900/TCP,UDP | Windows Live Messenger (File transfer) | Неофициально |
| 6901/TCP,UDP | Windows Live Messenger (Voice) | Неофициально |
| 6901/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6902-6968/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 6969/TCP,UDP | acmsoda | Официально |
| 6969/TCP | BitTorrent tracker | Неофициально |
| 6970-6999/TCP,UDP | BitTorrent part of full range of ports used most often | Неофициально |
| 7000/TCP | Default for Azureus's built in HTTPS Bittorrent Tracker | Неофициально |
| 7001/TCP | Default for BEA WebLogic Server's HTTP server, though often changed during installation | Неофициально |
| 7002/TCP | Default for BEA WebLogic Server's HTTPS server, though often changed during installation | Неофициально |
| 7005/TCP,UDP | Default for BMC Software CONTROL-M/Server and CONTROL-M/Agent—Agent-to-Server, though often changed during installation | Неофициально |
| 7006/TCP,UDP | Default for BMC Software CONTROL-M/Server and CONTROL-M/Agent—Server-to-Agent, though often changed during installation | Неофициально |
| 7010/TCP | Default for Cisco AON AMC (AON Management Console)[52] | Неофициально |
| 7025/TCP | Zimbra LMTP [mailbox] — local mail delivery | Неофициально |
| 7047/TCP | Zimbra conversion server | Неофициально |
| 7071/TCP | Zimbra Administration Console — по протоколу HTTPS | Неофициально |
| 7133/TCP | Enemy Territory: Quake Wars | Неофициально |
| 7171/TCP | Tibia | Неофициально |
| 7306/TCP | Zimbra mysql [mailbox] | Неофициально |
| 7307/TCP | Zimbra mysql [logger] | Неофициально |
| 7312/UDP | Sibelius License Server | Неофициально |
| 7670/TCP | BrettspielWelt BSW Boardgame Portal | Неофициально |
| 7777/TCP | iChat server file transfer proxy | Неофициально |
| 7777/TCP | Game port for Unreal Engine based games (Lineage, Unreal Tournament, etc) (default) | Неофициально |
| 7777/TCP | Terraria multiplayer default port | Неофициально |
| 7777/TCP | Default used by Windows backdoor program tini.exe | Неофициально |
| 7831/TCP | Default used by Smartlaunch Internet Cafe Administration[53] software | Неофициально |
| 8000/TCP,UDP | iRDMI (Intel Remote Desktop Management Interface)[54]—sometimes erroneously used instead of port 8080 | Официально |
| 8000/TCP | Commonly used for internet radio streams such as those using IceCast | Неофициально |
| 8000/TCP | Commonly used for internet radio streams such as those using SHOUTcast | Неофициально |
| 8002/TCP | Cisco Systems Unified Call Manager Intercluster | Неофициально |
| 8008/TCP | HTTP Alternate | Официально |
| 8008/TCP | IBM HTTP Server administration default | Неофициально |
| 8010/TCP | XMPP/Jabber File transfers | Неофициально |
| 8074/TCP | Gadu-Gadu | Неофициально |
| 8080/TCP | HTTP alternate (http_alt)—commonly used for Web proxy and caching server, or for running a Web server as a non-root user | Официально |
| 8080/TCP | Apache Tomcat | Неофициально |
| 8086/TCP | HELM Web Host Automation Windows Control Panel | Неофициально |
| 8086/TCP | Kaspersky AV Control Center | Неофициально |
| 8087/TCP | Hosting Accelerator Control Panel | Неофициально |
| 8087/UDP | Kaspersky AV Control Center | Неофициально |
| 8090/TCP | Another HTTP Alternate (http_alt_alt)—used as an alternative to port 8080 | Неофициально |
| 8087/TCP | SW Soft Plesk Control Panel | Неофициально |
| 8118/TCP | Privoxy—advertisement-filtering Web proxy | Официально |
| 8172/TCP | Служба веб-управления IIS | Неофициально |
| 8200/TCP | GoToMyPC | Неофициально |
| 8220/TCP | Bloomberg | Неофициально |
| 8222 | VMware Server Management User Interface (insecure Web interface)[55]. See also port 8333 | Неофициально |
| 8291/TCP | Winbox—Default on a MikroTik RouterOS for a Windows application used to administer MikroTik RouterOS | Неофициально |
| 8294/TCP | Bloomberg | Неофициально |
| 8303/UDP | Teeworlds Game | Неофициально |
| 8333 | VMware Server Management User Interface (secure Web interface)[55]. See also port 8222 | Неофициально |
| 8400/TCP,UDP | cvp, Commvault Unified Data Management | Официально |
| 8443/TCP | SW Soft Plesk Control Panel | Неофициально |
| 8500/TCP | ColdFusion Macromedia/Adobe ColdFusion default | Неофициально |
| 8501/UDP | Duke Nukem 3D—default | Неофициально |
| 8585/TCP | Tensor GDP—default | Неофициально |
| 8767/UDP | TeamSpeak—default | Неофициально |
| 8840 | Opera Unite по умолчанию | Неофициально |
| 8880/UDP | cddbp-alt, CD DataBase (CDDB) protocol (CDDBP) alternate | Официально |
| 8880/TCP | cddbp-alt, CD DataBase (CDDB) protocol (CDDBP) alternate | Официально |
| 8880/TCP | WebSphere Application Server SOAP connector default | Неофициально |
| 8881/TCP | Atlasz Informatics Research Ltd Secure Application Server | Неофициально |
| 8882/TCP | Atlasz Informatics Research Ltd Secure Application Server | Неофициально |
| 8888/TCP,UDP | NewsEDGE server | Официально |
| 8888/TCP | Sun Answerbook dwhttpd server (deprecated)[56] | Неофициально |
| 8888/TCP | GNUmp3d HTTP music streaming and Web interface | Неофициально |
| 8888/TCP | LoLo Catcher HTTP Web interface (www.optiform.com) | Неофициально |
| 9000/TCP | Buffalo LinkSystem Web access | Неофициально |
| 9000/TCP | DBGp | Неофициально |
| 9000/UDP | UDPCast | Неофициально |
| 9001 | cisco-xremote router configuration | Неофициально |
| 9001 | Tor network default | Неофициально |
| 9001/TCP | DBGp Proxy | Неофициально |
| 9009/TCP,UDP | Pichat Server—Peer to peer chat software | Официально |
| 9043/TCP | WebSphere Application Server Administration Console secure | Неофициально |
| 9060/TCP | WebSphere Application Server Administration Console | Неофициально |
| 9080/UDP | glrpc, Groove Collaboration software GLRPC | Официально |
| 9080/TCP | glrpc, Groove Collaboration software GLRPC | Официально |
| 9080/TCP | WebSphere Application Server Http Transport (port 1) default | Неофициально |
| 9090/TCP | Openfire Administration Console | Неофициально |
| 9100/TCP | JetDirect HP Print Services | Официально |
| 9110/UDP | SSMP Message protocol | Неофициально |
| 9101 | Bacula Director | Официально |
| 9102 | Bacula File Daemon | Официально |
| 9103 | Bacula Storage Daemon | Официально |
| 9119/TCP,UDP | MXit Instant Messenger | Официально |
| 9418/TCP,UDP | git, Git pack transfer service | Официально |
| 9535/TCP | mngsuite, LANDesk Management Suite Remote Control | Официально |
| 9535/TCP | BBOS001, IBM Websphere Application Server (WAS) High Avail Mgr Com | Неофициально |
| 9443/TCP | WebSphere Application Server Http Transport (port 2) default | Неофициально |
| 9535/UDP | mngsuite, LANDesk Management Suite Remote Control | Официально |
| 9800/TCP,UDP | WebDAV Source | Официально |
| 9800 | WebCT e-learning portal | Неофициально |
| 9999 | Hydranode—edonkey2000 TELNET control | Неофициально |
| 9999/TCP | Lantronix UDS-10/UDS100[57] RS-485 to Ethernet Converter TELNET control | Неофициально |
| 9999 | Urchin Web Analytics | Неофициально |
| 10000 | Webmin—Web-based Linux admin tool | Неофициально |
| 10000 | BackupExec | Неофициально |
| 10001/TCP | Lantronix UDS-10/UDS100[58] RS-485 to Ethernet Converter default | Неофициально |
| 10008/TCP,UDP | Octopus Multiplexer, primary port for the CROMP protocol[59], which provides a platform-independent means for communication of objects across a network | Официально |
| 10017 | AIX,NeXT, HPUX—rexd daemon control | Неофициально |
| 10024/TCP | Zimbra smtp [mta]—to amavis from postfix | Неофициально |
| 10025/TCP | Ximbra smtp [mta]—back to postfix from amavis | Неофициально |
| 10050/TCP,UDP | Zabbix-Agent | Официально |
| 10051/TCP,UDP | Zabbix-Trapper | Официально |
| 10113/TCP,UDP | NetIQ Endpoint | Официально |
| 10114/TCP,UDP | NetIQ Qcheck | Официально |
| 10115/TCP,UDP | NetIQEndpoint | Официально |
| 10116/TCP,UDP | NetIQ VoIP Assessor | Официально |
| 10200/TCP | FRISK Software International's fpscand virus scanning daemon for Unix platforms[60] | Неофициально |
| 10200-10204/TCP | FRISK Software International’s f-protd virus scanning daemon for Unix platforms[61] | Неофициально |
| 10308 | Lock-on: Modarn Air Combat | Неофициально |
| 10480 | SWAT 4 Dedicated Server | Неофициально |
| 11211 | memcached | Неофициально |
| 11235 | Savage:Battle for Newerth Server Hosting | Неофициально |
| 11294 | Blood Quest Online Server | Неофициально |
| 11371 | OpenPGP HTTP Keyserver | Официально |
| 11576 | IPStor Server management communication | Неофициально |
| 12035/UDP | Linden Lab[62] viewer to sim | Неофициально |
| 12345 | NetBus—remote administration tool (often Trojan horse). Also used by NetBuster. Little Fighter 2 (TCP). | Неофициально |
| 12975/TCP | LogMeIn Hamachi (VPN tunnel software; also port 32976)—used to connect to Mediation Server (bibi.hamachi.cc); UDP port 17771; will attempt to use SSL (TCP port 443) if both 12975 & 32976 fail to connect | Неофициально |
| 13000-13050/UDP | Linden Lab viewer to sim | Неофициально |
| 13720/TCP,UDP | Symantec NetBackup — bprd (formerly VERITAS) | Официально |
| 13721/TCP,UDP | Symantec NetBackup — bpdbm (formerly VERITAS) | Официально |
| 13724/TCP,UDP | Symantec Network Utility — vnetd (formerly VERITAS) | Официально |
| 13782/TCP,UDP | Symantec NetBackup — bpcd (formerly VERITAS) | Официально |
| 13783/TCP,UDP | Symantec VOPIED protocol (formerly VERITAS) | Официально |
| 13785/TCP,UDP | Symantec NetBackup Database — nbdb (formerly VERITAS) | Официально |
| 13786/TCP,UDP | Symantec nomdb (formerly VERITAS) | Официально |
| 14147/TCP | FileZilla Server admin interface | Неофициально |
| 14567/UDP | Battlefield 1942 and mods | Неофициально |
| 15000/TCP | psyBNC | Неофициально |
| 15000/TCP | Wesnoth | Неофициально |
| 15000/TCP | hydap, Hypack Hydrographic Software Packages Data Acquisition | Официально |
| 15000/UDP | hydap, Hypack Hydrographic Software Packages Data Acquisition | Официально |
| 15567/UDP | Battlefield Vietnam and mods | Неофициально |
| 15345/TCP,UDP | XPilot Contact | Официально |
| 16000/TCP | shroudBNC | Неофициально |
| 16080/TCP | Mac OS X Server Web (HTTP) service with performance cache[63] | Неофициально |
| 16384/UDP | Iron Mountain Digital online backup | Неофициально |
| 16567/UDP | Battlefield 2 and mods | Неофициально |
| 18158/TCP | Trend Micro OfficeScan | Неофициально |
| 18390/TCP,UDP | Battlefield: Bad Company 2 | Неофициально |
| 19226/TCP | Panda Software AdminSecure Communication Agent | Неофициально |
| 19638/TCP | Ensim Control Panel | Неофициально |
| 19813/TCP | 4D database Client Server Communication | Неофициально |
| 20000 | DNP (Distributed Network Protocol), a protocol used in SCADA systems between communicating RTU's and IED's | Официально |
| 20000 | Usermin, Web-based user tool | Неофициально |
| 20720/TCP | Symantec i3 Web GUI server | Неофициально |
| 22004/TCP,UDP | Порт сервера MTA Deathmatch | Неофициально |
| 22347/TCP,UDP | WibuKey, WIBU-SYSTEMS AG Software protection system[64] | Официально |
| 22350/TCP,UDP | CodeMeter, WIBU-SYSTEMS AG Software protection system[65] | Официально |
| 24554/TCP,UDP | BINKP, Fidonet mail transfers over TCP/IP | Официально |
| 24800 | Synergy: keyboard/mouse sharing software | Неофициально |
| 24842 | StepMania: Online: Dance Dance Revolution Simulator | Неофициально |
| 25565 | Minecraft | Неофициально |
| 25666/TCP | DooM2D Multiplayer 0.6 | Неофициально |
| 25667/UDP | DooM2D Multiplayer 0.6 | Неофициально |
| 25999/TCP | Xfire | Неофициально |
| 26000/TCP,UDP | id Software's Quake server | Официально |
| 26000/TCP | CCP's EVE Online Online gaming MMORPG | Неофициально |
| 27000/UDP | (through 27006) id Software's QuakeWorld master server | Неофициально |
| 27000-27009/TCP,UDP | Autodesk license daemon | Неофициально |
| 27010 | Half-Life и его моды, такие как Counter-Strike | Неофициально |
| 27015 | Half-Life и его моды, такие как Counter-Strike | Неофициально |
| 27018 | Запущенный steam | Неофициально |
| 27374 | Sub7 default. Most script kiddies do not change from this. | Неофициально |
| 27500/UDP | (through 27900) id Software's QuakeWorld | Неофициально |
| 27888/UDP | Kaillera 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 | Nintendo Wi-Fi Connection | Неофициально |
| 28960 | Call of Duty 2 Common Call of Duty 2 (PC Version) | Неофициально |
| 28961 | Call of Duty 4: Modern Warfare Common Call of Duty 4 (PC Version) | Неофициально |
| 29000 | Perfect world online gaming mmorpg | Неофициально |
| 29900 | Nintendo Wi-Fi Connection | Неофициально |
| 29920 | Nintendo Wi-Fi Connection | Неофициально |
| 30000 | Pokemon Netbattle | Неофициально |
| 30564/TCP | Multiplicity: keyboard/mouse/clipboard sharing software | Неофициально |
| 31337/TCP | Back Orifice — средство для удаленного администрирования (часто троянская программа) | Неофициально |
| 31337/TCP | xc0r3 security | Неофициально |
| 31415 | ThoughtSignal—Server Communication Service (often Informational) | Неофициально |
| 31456-31458/TCP | TetriNET (in order: IRC, game, and spectating) | Неофициально |
| 32245/TCP | MMTSG-mutualed через MMT (зашифрованная передача) | Неофициально |
| 32976/TCP | LogMeIn Hamachi (программа создания VPN соединения; также порт 12975) — используется для подключения к Mediation Server (bibi.hamachi.cc); будет пытаться использовать SSL (TCP port 443) если оба порта 12975 и 32976 не позволят установить соединение | Неофициально |
| 33434/TCP,UDP | traceroute | Официально |
| 34443 | Linksys PSUS4 print server | Неофициально |
| 37777/TCP | Digital Video Recorder hardware | Неофициально |
| 36963 | Counter-Strike 2D multiplayer (2D-клон популярной игры CounterStrike) | Неофициально |
| 40000/TCP,UDP | SafetyNET p Real-time Industrial Ethernet protocol | Официально |
| 43594-43595/TCP | RuneScape | Неофициально |
| 47808/TCP,UDP | BACnet Building Automation and Control Networks | Официально |
| 49151 | Зарезервировано IANA | Официально |
| 55777/UDP | ViPNet | Официально |
Комментариев нет:
Отправить комментарий