1. Ports
  2. Port 1322

Port 1322 sits in the registered ports range with an official service name—"novation"—but if you search for what that actually means, you'll find almost nothing. This is the reality of most ports in the 1024-49151 range: registered decades ago, assigned names that never became protocols anyone uses.

What Port 1322 Is

Port 1322 is a registered port. It lives in the middle range of the port system:

  • Well-known ports (0-1023): Reserved for standard services like HTTP, SSH, DNS
  • Registered ports (1024-49151): Assigned by IANA to specific services, but not privileged
  • Dynamic ports (49152-65535): Unassigned, used temporarily by applications

Being "registered" means someone submitted a request to IANA to claim this port number for a service called "novation." IANA approved it. The port got listed in the official registry.1 But registration doesn't mean adoption. Most registered ports never see widespread use.

What Actually Uses Port 1322

The honest answer: not much, and nothing consistent.

Some sources mention that Microsoft Exchange Server's message store process has been observed listening on port 1322.2 But this isn't a standard assignment—it's just one piece of software that happened to use this port number in certain configurations.

Port 1322 exists in that strange category of ports that are technically "assigned" but practically dormant. The name "novation" doesn't correspond to any well-known protocol, RFC, or active service. It's a placeholder that was claimed but never filled.

Why This Matters

The registered ports range exists to prevent chaos. If every application randomly chose port numbers, services would collide constantly. By maintaining a registry, IANA creates a loose coordination system—even if most of the registered ports never become meaningful standards.

Port 1322 shows the gap between registration and reality. Someone, at some point, thought "novation" needed a port number. IANA gave them one. But whatever novation was supposed to be, it never became infrastructure anyone depends on.

This is fine. The port system has room for 64,000 ports. Having thousands of registered-but-unused ports doesn't hurt anything. They're there if needed, dormant if not.

How to Check What's Using Port 1322

If you want to see whether anything on your system is actually using port 1322, you can check:

On Linux or macOS:

sudo lsof -i :1322

On Windows:

netstat -ano | findstr :1322

Most of the time, you'll find nothing. Port 1322 is likely closed—not listening, not blocked, just unused.

The Unassigned Reality

Port 1322 technically has an assignment. But functionally, it behaves like an unassigned port—available for any application that needs a number and doesn't care about collisions.

This is what most of the Internet's port space looks like. A few hundred ports carry the weight of global infrastructure. A few thousand are registered to services that never launched. Tens of thousands sit in the dynamic range, used briefly and released.

Port 1322 is registered, named, and mostly forgotten. It's there if anyone needs it. Until then, it waits.

War diese Seite hilfreich?

😔
🤨
😃
Port 1322: Novation — A registered port waiting for a purpose • Connected