What This Port Does
Port 1147 is officially assigned to CAPIoverLAN - a protocol that extends CAPI (Common ISDN Application Programming Interface) over local area networks.1
In simpler terms: it allowed computers to access ISDN telephony equipment over a network instead of requiring the ISDN card to be physically installed in the same machine.
The Protocol
CAPI was created in 1989 by German manufacturers (AVM, Systec, Stollmann) to standardize how applications talk to ISDN equipment.2 ISDN - Integrated Services Digital Network - was the digital telephone technology that predated modern broadband.
The problem CAPI solved: before it existed, every ISDN card manufacturer had their own proprietary interface. Applications that wanted to make phone calls or send data over ISDN had to write separate code for each card. CAPI provided a common interface.
CAPIoverLAN took this further: instead of requiring the ISDN card to be in your computer, you could access a card installed in another machine on your network. Port 1147 is where that network communication happens.
How It Works
The protocol operates on both TCP and UDP:
- TCP/1147 - Reliable, ordered delivery of CAPI messages
- UDP/1147 - Faster, connectionless CAPI communication
When an application needs to use ISDN services (making a call, sending a fax, establishing a data connection), it sends CAPI commands to port 1147 on the remote machine that has the ISDN hardware. That machine acts as a server, executing the commands and returning results.
Historical Context
This port exists at the intersection of two eras:
The ISDN era (1980s-2000s) - When digital telephone lines were the future of communication. Businesses used ISDN for voice, video conferencing, and data transfer. Home users in some countries (especially Germany) used it for faster Internet access before DSL became widespread.
The network era (1990s-present) - When it became obvious that centralized resources accessed over a network were more efficient than distributed installations. Why put an ISDN card in every computer when you could share one?
CAPIoverLAN was the bridge. It made ISDN hardware a network service instead of a local peripheral.
Why This Port Matters Less Now
ISDN has been largely replaced:
- VoIP replaced ISDN for telephony
- Broadband (cable, fiber, DSL) replaced ISDN for Internet access
- Modern UC platforms replaced ISDN video conferencing
Many countries have shut down their ISDN networks entirely. In the United States, major carriers discontinued ISDN service in the 2010s. Germany, where CAPI originated, is phasing out ISDN in favor of all-IP networks.
You're unlikely to encounter port 1147 in active use unless you're maintaining legacy systems or working with historical telecommunications equipment.
Checking What's Listening
To see if anything is listening on port 1147:
Linux/macOS:
Windows:
If you find something listening here and you're not running legacy ISDN equipment, investigate - it could be malware repurposing an obscure port.
The Registered Ports Range
Port 1147 sits in the registered ports range (1024-49151). These ports are assigned by IANA for specific services, but unlike well-known ports (0-1023), they don't require root/administrator privileges to bind to.
This made sense for CAPIoverLAN - it was business software, not core system infrastructure. It could run as a regular service without special permissions.
What Remains
The legacy of ports like 1147 is this: every problem we solve today was solved before, just differently. Network-accessible telephony services? We solved that with CAPIoverLAN in the 1990s. We're solving it again with WebRTC and cloud PBX systems.
The technology changes. The problems don't. Port 1147 is a reminder that the "cloud-based communication platform" you're using today is conceptually similar to what ISDN over LAN was trying to accomplish thirty years ago.
Czy ta strona była pomocna?