What Range This Port Belongs To
Port 2738 sits in the registered ports range (1024–49151). This middle tier of the port space is managed by IANA, which maintains a registry of assignments so that software vendors can claim a port and avoid collisions. Registered ports require an application, a documented protocol, and a valid use case.
Port 2738 has no such assignment. IANA lists it as unassigned — available in principle, but unclaimed.
That doesn't mean nothing uses it.
The Unofficial Use: HP Universal Discovery
In practice, port 2738 appears most often as a listening port for HP Universal Discovery (UD) agents, part of the HP/Micro Focus UCMDB (Universal Configuration Management Database) product. UCMDB is enterprise IT asset management software — it maps the infrastructure of large organizations, discovering what servers exist, what's installed on them, how they connect, and what depends on what.
The UD agent sits on individual machines and waits for the discovery probe to connect. That connection historically happened on port 2738. Micro Focus later registered port 7738 with IANA as the official HP Enterprise discovery port, but port 2738 remained in use across legacy deployments and is still documented in the product's port requirements alongside 7738.1
If you see port 2738 open on an enterprise machine, the most likely explanation is a Universal Discovery agent — not anything alarming.
Security Notes
Some port-scanning databases flag 2738 with historical malware associations. This is common for any port that's been observed in diverse traffic over decades. The flag means "something bad has used this port at some point," which is true of thousands of ports and not specific to 2738. It does not mean the port is inherently dangerous.
That said: any unexpected open port deserves an explanation. If you didn't install a Universal Discovery agent and port 2738 is open on your system, find out why.
How to Check What's Listening
macOS / Linux:
or
Windows:
Then cross-reference the PID:
If nothing is listening, the port is closed and there's nothing to investigate.
Why Unassigned Ports Matter
The registered port space contains 48,127 slots. Only a fraction are assigned. The rest are a commons — available to any application that wants them, with no coordination required.
This is mostly fine. Most software on most machines doesn't conflict. But it means that "what uses port X?" often has no clean answer. The IANA registry tells you what's supposed to use a port. Reality is looser.
Port 2738 is a small example of how the port system actually works: software ships, uses a port, becomes common enough that firewall rules get written for it, and the port acquires a de facto identity — even without the official paperwork.
Var den här sidan till hjälp?