What Port 1928 Is
Port 1928 sits in the registered ports range (1024–49151). These are ports that anyone can apply to IANA to officially claim, typically because they've built a service and want a permanent, documented home for it.
Port 1928 has one: IANA lists it as emsd-port, short for Expanded Maui Server Discovery, assigned over both TCP and UDP.1
What "Maui" Was
The Maui Cluster Scheduler was a job scheduling system for Linux clusters and supercomputers, developed by Cluster Resources, Inc. in the late 1990s and early 2000s.2 It managed queues of computational jobs across HPC (high-performance computing) clusters — deciding which jobs ran on which nodes, when, and with what priority.
Large scientific computing centers used it. It was widely deployed alongside OpenPBS and Torque as the decision-making brain behind resource allocation.
The "Expanded Maui Server Discovery" protocol on port 1928 was, presumably, how Maui client tools found the Maui server on a network — the discovery handshake that let cluster clients locate the scheduler before talking to it. The word "Expanded" suggests there was an earlier, simpler version of this discovery mechanism.
No public RFC or protocol specification appears to exist for it. It was registered with IANA, but the internals were never formally documented in a way that survived the project's decline.
Where Things Stand Today
Maui has been largely superseded by more modern schedulers — SLURM being the dominant replacement in HPC environments. The Maui Scheduler codebase still exists on SourceForge3, but active development stopped long ago.
Port 1928 carries the weight of that history: officially claimed, functionally dormant. You're unlikely to encounter it in the wild unless you're working with vintage cluster infrastructure.
What Range This Port Belongs To
The registered ports range (1024–49151) is the middle tier of the port system:
- Well-known ports (0–1023): Reserved for core Internet protocols — HTTP, SSH, DNS, SMTP. Requires special OS privileges to bind.
- Registered ports (1024–49151): Officially assigned by IANA to specific services on request. No special privileges required to bind.
- Dynamic/ephemeral ports (49152–65535): Used temporarily by operating systems for outgoing connections. Not officially assigned.
Port 1928 is registered, meaning it was intentionally claimed — but registration doesn't guarantee that anyone is actually using it.
How to Check What's Listening on This Port
If you see traffic on port 1928 on your own machine or network, it almost certainly isn't Maui. Check what's actually there:
On Linux or macOS:
On Windows:
From the outside:
If something is listening on port 1928 and it isn't Maui infrastructure, it's an application that chose this port for its own reasons — convenience, configuration, or coincidence.
Why Unassigned-in-Practice Ports Matter
The registered ports range has thousands of entries. Some are active protocols used by millions of systems. Some are like port 1928 — claimed once for a project that has since faded, their slot now sitting empty in the registry.
This matters for two reasons:
-
Port scanners and firewalls care. A security tool that sees traffic on port 1928 might flag it as suspicious precisely because nothing legitimate should be there. An anomaly worth investigating.
-
Software still picks these ports. Applications looking for an available port sometimes land on registered-but-dormant ports by accident or by choice, creating confusion when port databases report the "official" use doesn't match what's actually running.
The IANA registry is a historical document as much as it is a living standard. Port 1928 is a small piece of that history — a cluster scheduler from the early days of Linux HPC, preserved in the registry long after the software moved on.
Была ли эта страница полезной?