What Port 2799 Is
Port 2799 sits in the registered port range — ports 1024 through 49151, the middle tier of the port number space. IANA maintains this range for services that have formally requested a reservation, as distinct from the well-known ports (0–1023) reserved for foundational protocols like HTTP and SSH, and the ephemeral ports (49152–65535) used for temporary connections.
The IANA registry lists port 2799 as assigned to a service called "ICON Discover" on both TCP and UDP.1 That's where the trail ends.
The ICON Discover Problem
There are no RFCs describing ICON Discover. No vendor documentation. No open-source implementations. No developer forums discussing it. The registration exists — IANA holds the name — but what the service actually did, who built it, and whether it was ever deployed in the wild is essentially unknown.
This happens more often than you'd expect. The registered port range was historically first-come, first-served for much of its existence. Organizations or developers would request a port number for a product that was planned, early-stage, or eventually abandoned. The name stays in the registry long after the project disappears.
ICON Discover joins a long list of registered ports that exist only as paperwork.
Checking What's Listening on Port 2799
If port 2799 is open on a system you manage, the service running there is something other than ICON Discover — almost certainly internal application software, custom tooling, or a misconfiguration.
To see what process is using the port:
macOS / Linux:
or
Windows:
The PID from netstat can be cross-referenced in Task Manager or with:
Why Unassigned Ports Matter
The port number system works partly on trust. Routers, firewalls, and operating systems use port numbers to make routing and filtering decisions. When a port carries a registered name, that name creates an expectation — tools and administrators know what to expect there.
When a port like 2799 is nominally registered but practically empty, it occupies a small piece of the shared namespace without contributing anything. Administrators who encounter it have to do extra work to confirm whether traffic on it is legitimate.
The alternative — a truly open port with no registration at all — at least announces its ambiguity clearly.
এই পৃষ্ঠাটি কি সহায়ক ছিল?