Port 2321 has no officially assigned service. The Internet Assigned Numbers Authority (IANA), which maintains the authoritative registry of port numbers, lists port 2321 as unassigned for both TCP and UDP.1
The "rdlap" Label
If you search port databases, you'll find many listing port 2321 as "rdlap." This refers to RD-LAP — Motorola's Radio Data Link Access Procedure, a 1990s wireless data protocol used in mobile data terminals for police cars, taxis, and utility vehicles.2
Whether RD-LAP ever actually used TCP/UDP port 2321 is unclear. No RFC, no IANA filing, and no Motorola documentation connects RD-LAP to this port number. The label appears to have propagated across port databases from an unknown original source — cited repeatedly, never traced back. It's the Internet equivalent of a rumor that hardened into fact through repetition.
RD-LAP itself is a radio protocol, transmitting data over radio frequencies at 9.6 or 19.2 kbps. It doesn't obviously need a TCP/UDP port. Treat the "rdlap" label with skepticism.
What Range This Port Lives In
Port 2321 is a registered port — the range from 1024 to 49151. This range is where software vendors and protocol designers register their port numbers with IANA. Unlike the well-known ports (0–1023), which are tightly controlled and require IANA approval, the registered range is more permissive.
The practical result: thousands of ports in this range are registered for obscure or defunct applications. And thousands more, like port 2321, have no registration at all — gaps in the namespace where no one has yet planted a flag. These gaps aren't dangerous by nature. They're just empty.
What Might Be Running Here
On any given machine, port 2321 almost certainly isn't doing anything. But if it is, it's one of two things:
- A legitimate application that chose this port arbitrarily (many programs pick unassigned ports precisely because they're unclaimed)
- Something you should investigate — malware sometimes uses obscure registered ports to avoid detection
How to Check What's Listening
If you see traffic on port 2321 and want to know what's using it:
On Linux or macOS:
On Windows:
The process ID (PID) in the output can be matched to an application in Task Manager.
Why Unassigned Ports Matter
The 65,535 available ports are a finite namespace. Unassigned ports are the open land — not belonging to anyone, available for legitimate use and occasionally occupied by something less welcome.
When you see traffic on an unassigned port, the port number itself tells you nothing. There's no standard to check against, no expected behavior to verify. You have to look at what's actually running and decide if it belongs there.
That's the honest situation with port 2321: no owner, no story worth telling, no flag in the ground. Just an empty number in a very long registry.
Frequently Asked Questions
Hasznos volt ez az oldal?