1. Ports
  2. Port 1366

Port 1366 is officially registered with IANA for Novell NetWare Comm Service Platform1—a communication service that ran on NetWare, the network operating system that dominated corporate computing in the late 1980s and 1990s.

If you've never heard of NetWare, that's the point. This port is a fossil.

What NetWare Was

At its peak in the early 1990s, Novell NetWare had a 63% share of the network operating system market2. There were over half a million NetWare-based networks installed worldwide, connecting more than 50 million users2. If you worked in an office with networked computers in 1993, you were probably using NetWare.

NetWare provided file sharing, print services, and directory services before Windows NT became dominant. The Comm Service Platform specifically handled network communication services—connecting NetWare networks together, often through telecommunications carriers like AT&T3.

Then Microsoft won the network wars. NetWare faded. The ports it registered remained.

Why This Port Still Exists

Port 1366 sits in the registered ports range (1024-49151)4. These ports are assigned by IANA to specific services upon request. Once assigned, they tend to stay assigned even if the service disappears.

So port 1366 remains officially registered to a communication platform for a network operating system that almost nobody uses anymore. It's like finding a telephone number still listed for a company that went out of business in 1998.

What Might Be Using It Now

In modern networks, port 1366 is almost certainly not running NetWare services. If you find something listening on this port, it's likely:

  • A legacy NetWare server that somehow survived (rare)
  • A different application using the port unofficially
  • A service configured to use available registered ports

To check what's actually using port 1366 on a system:

# On Linux/macOS
sudo lsof -i :1366
sudo netstat -tulpn | grep 1366

# On Windows
netstat -ano | findstr :1366

The Registered Ports Range

Port 1366 belongs to the registered ports (1024-49151), which means:

  • It was assigned by IANA to a specific service
  • Applications should check the registry before using it
  • But enforcement is voluntary—any application can technically use it
  • Many registered ports are assigned to services that no longer exist

This is different from well-known ports (0-1023), which require root privileges and are more strictly controlled, and dynamic ports (49152-65535), which are never officially assigned.

Why Unassigned and Obsolete Ports Matter

The port registry is a map of Internet history. Port 1366 tells you that in the 1990s, Novell NetWare mattered enough to register official port numbers. Port assignments from that era—many now unused—are like street names in a city where entire neighborhoods have been demolished.

The registry doesn't remove old assignments easily. So port 1366 remains, a reminder that the protocols and services we think are permanent eventually become archaeological artifacts. Someone registered this port when NetWare ran half a million networks. Now it's a number in a database that almost nothing uses.

Every obsolete port is a gravestone for a protocol that once solved a problem someone desperately needed solved.

Frequently Asked Questions About Port 1366

Byla tato stránka užitečná?

😔
🤨
😃