What Port 2133 Is
Port 2133 is a registered port — meaning it sits in the range from 1024 to 49151, where organizations and software vendors claim numbers for their applications. IANA, the body that manages port assignments, lists it as reserved for something called "ZYMED-ZPP," registered to an individual named Gregg Welker.
That's where the documentation ends. There is no RFC. No public specification. No record of what ZPP stood for or what the protocol did.
Zymed appears to have been a software company. It appears to no longer exist. The port number, however, remains registered in their name — a placeholder in a global registry for something that never made it to the public Internet.
The Registered Port Range
Registered ports (1024–49151) sit between the well-known ports (0–1023) that run foundational Internet services, and the ephemeral ports (49152–65535) that operating systems assign temporarily to outgoing connections.
Anyone can apply to register a port in this range. IANA reviews the application, assigns the number, and records the contact. What happens after that is up to the applicant. Some registered ports become major protocols — port 3306 for MySQL, port 5432 for PostgreSQL. Others get registered and quietly abandoned.
Port 2133 is in the second category.
What You'll Actually Find Here
If you see traffic on port 2133 on a real network, it isn't ZYMED-ZPP. That protocol, whatever it was, never entered circulation.
What you might find instead:
- Custom application traffic — developers sometimes pick obscure registered ports for internal services, reasoning that nobody else is using them
- Malware — attackers occasionally use unmonitored ports for command-and-control traffic, knowing security tools pay less attention to obscure numbers
- Misconfigured services — software configured to bind to unexpected ports
None of these are the intended use. There is no intended use, in practice.
How to Check What's Listening
If you want to see whether anything on your machine is using port 2133:
On Linux or macOS:
On Windows:
To scan a remote host:
If something shows up, the port number itself tells you nothing about what's running there. You'll need to investigate the process.
Why Ghost Ports Exist
The port registry is permanent. Once a number is assigned, it stays assigned — even if the company dissolves, the project dies, or the protocol is never implemented. There's no automatic reclamation.
This is actually intentional. Reusing port numbers creates ambiguity: software written twenty years ago to connect to port X would suddenly find something unexpected at that address. The registry treats assignments as permanent reservations, erring toward stability even when that means holding space for things that no longer exist.
Port 2133 is one of hundreds of registered ports where the registrant has gone quiet. The number is taken. The protocol is unknown. The port waits.
Frequently Asked Questions
Cette page vous a-t-elle été utile ?