On this page you can find tools for
search TCP Port Numbers and
UDP Port Numbers.
Current service contain the biggest
tcp udp port list.
Port search going through 4 library (database),
total number of records are about 22000 (in 3 times more that in other service).
Library's:
- IANA port numbers assignments library (database) - The Internet Assigned Numbers Authority (IANA) is responsible for maintaining the official assignments of port numbers for specific uses.
- WIKI port numbers assignments library (database) - Good known wikipedia ports library
- Gasmy library, Beta Library - good known manualy created port databases.
The closest known TCP ports before 903 port :902 (VMware Server Console (TCP from management console to server being Managed)
[27
]), 902 (VMware ESXi), 902 (self documenting Telnet Door), 902 (IDEAFARM-CHAT), 901 (VMware Virtual Infrastructure Client (UDP from server being managed to management console)),
The closest known UDP ports before 903 port :902 (VMware ESXi), 902 (self documenting Door: send 0x00 for info), 902 (self documenting Door: send 0x00 for info), 902 (IDEAFARM-CHAT), 901 (SMPNAMERES),
The closest known TCP ports before 903 port :904 (VMware Server Alternate (if 902 is in use, i.e. SUSE linux)), 910 (Kerberized Internet Negotiation of Keys (KINK)), 911 (Network Console on Acid (NCA)-local tty redirection over OpenSSH), 911 (xact-backup), 911 (xact-backup),
The closest known UDP ports before 903 port :910 (Kerberized Internet Negotiation of Keys (KINK)), 910 (Kerberized Internet Negotiation of Keys (KINK)), 911 (xact-backup), 911 (xact-backup), 912 (APEX relay-relay service),
In computer networking, the protocols of the Transport Layer of the Internet Protocol Suite, most notably the
Transmission Control Protocol (TCP) and the
User Datagram Protocol (UDP),
use a
numerical identifier for the data structures of the
endpoints for host-to-host communications.
Such an endpoint is known as a port and the identifier is the
port number.
The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. TCP is so central that the entire suite is often referred to as "TCP/IP." Whereas IP handles lower-level transmissions from computer to computer as a message makes its way across the Internet, TCP operates at a higher level, concerned only with the two end systems, for example a Web browser and a Web server. In particular, TCP provides reliable, ordered delivery of a stream of bytes from one program on one computer to another program on another computer. Besides the Web, other common applications of TCP include e-mail and file transfer. Among its management tasks, TCP controls message size, the rate at which messages are exchanged, and network traffic congestion.
The User Datagram Protocol (UDP) is one of the core members of the Internet Protocol Suite, the set of network protocols used for the Internet. With UDP, computer applications can send messages, sometimes known as datagrams, to other hosts on an Internet Protocol (IP) network without requiring prior communications to set up special transmission channels or data paths. UDP is sometimes called the Universal Datagram Protocol. The protocol was designed by David P. Reed in 1980 and formally defined in RFC 768.