1. Ports
  2. Port 1663

Port 1663 is officially assigned to netview-aix-3, part of IBM's NetView network management system for AIX (IBM's Unix operating system). Both TCP and UDP protocols use this port, though you'll rarely encounter it today.

What NetView Was

In the early 1990s, managing enterprise networks was a different problem. IBM NetView for AIX (later called Tivoli NetView) was one of the dominant network management platforms, monitoring SNMP devices, discovering network topologies, diagnosing problems, and measuring performance across thousands of nodes.12

IBM reserved ports 1661 through 1672—twelve sequential ports numbered netview-aix-1 through netview-aix-12—for different NetView components.3 Port 1663 (netview-aix-3) was the third in this series.

The Historical Context

IBM entered the Unix network management market relatively late. In 1992, rather than building from scratch, IBM licensed HP's OpenView and incorporated it into NetView for AIX.4 Despite trailing competitors like HP and SunSoft initially, NetView gained traction in enterprises that had already standardized on IBM's mainframe version.

By the mid-1990s, NetView for AIX was managing networks at major institutions—universities with thousands of users, corporations with global infrastructure. These sequential ports handled internal communication between NetView components, coordinating discovery, monitoring, and alerting across distributed systems.

Why You Won't See It Today

Port 1663 is a legacy artifact. Most organizations moved away from proprietary network management systems like NetView decades ago, migrating to modern monitoring platforms. The twelve NetView ports sit mostly unused, fossils from an era when enterprise monitoring required vendor-specific infrastructure.

If you do encounter port 1663 open on a modern network, it likely means:

  • A very old IBM AIX system still running NetView is present
  • The port is being repurposed for something else (uncommon but possible in the registered range)
  • Legacy infrastructure that nobody remembers exists is still running somewhere

Checking What's Listening

On Linux or macOS:

sudo lsof -i :1663

On Windows:

netstat -ano | findstr :1663

If nothing appears, the port is closed—which is the expected state on most systems.

The Registered Port Range

Port 1663 belongs to the registered ports range (1024-49151). IANA assigns these ports to specific services when vendors or developers request them, but they're not as universally standardized as well-known ports (0-1023).3

IBM registered twelve sequential ports for NetView in the early days of the port registry. These assignments are permanent—port 1663 will always officially belong to netview-aix-3—but that doesn't mean anyone is using it anymore.

What Legacy Ports Tell Us

Port 1663 is a reminder of how network infrastructure evolves. Companies once needed dedicated ports for proprietary monitoring systems. Today, most monitoring happens over HTTP/HTTPS, using standard web protocols rather than custom port assignments.

The twelve NetView ports are like abandoned buildings in a city that's moved on. The addresses still exist. The doors are still numbered. But nobody lives there anymore.

Frequently Asked Questions

Apakah halaman ini membantu?

😔
🤨
😃
Port 1663: netview-aix-3 — A quiet door in IBM's legacy monitoring suite • Connected