Port 1796 is assigned to vocaltec-admin — the server administration interface for VocalTec Communications, the Israeli company that shipped the first VoIP software in February 1995.1
You almost certainly won't encounter anything running on this port today. But it's worth knowing why it exists.
Who Was VocalTec?
In 1985, two Israelis — Alon Cohen and Lior Haramaty — started a company that would eventually do something remarkable. In February 1995, they released Internet Phone, the first application that let two people talk to each other over the Internet.2
Before this, transmitting voice over a packet-switched network was considered impractical. Voice requires low latency, continuous delivery, and real-time synchronization. Packets arrive out of order, with variable delays, or not at all. Cohen and Haramaty solved this with the Audio Transceiver — a dynamic jitter buffer that absorbed the chaos of packet delivery and produced something resembling intelligible audio on the other end.3
It worked. Not great by modern standards, but it worked. And it proved that the telephone network's monopoly on voice was over.
VocalTec went public on NASDAQ in February 1996. Deutsche Telekom bought a 21% stake in 1997 for $48.3 million. The company founded ITXC, a wholesale VoIP carrier that carried enormous volumes of international calls over their network.4
The company eventually faded as the VoIP landscape consolidated and larger players absorbed the market. But for a few years in the mid-to-late 1990s, VocalTec was at the center of one of the most significant shifts in telecommunications history.
What the Port Was For
As VocalTec sold telephony server infrastructure to carriers and enterprises, those servers needed administration interfaces — tools to configure routing rules, manage gateways, control permissions, set up least-cost routing policies. Port 1796 was the designated channel for that administration traffic.1
It operated on both TCP and UDP.
Today, VocalTec's servers are long decommissioned. The port sits unoccupied in IANA's registry — assigned but idle, a placeholder for infrastructure that no longer exists.
Is Anything Running on This Port Today?
Almost certainly nothing legitimate. If you see activity on port 1796, check what's listening:
On Linux or macOS:
On Windows:
With nmap (scanning a remote host):
Any traffic here is either something custom you've set up yourself, or worth investigating.
The Registered Port Range
Port 1796 sits in the registered ports range (1024–49151). These ports are assigned by IANA to specific services upon application — they're not reserved by the operating system for privileged use (that's ports 0–1023), but they're not freely ephemeral either (that's 49152–65535).
The registered range is where most named services live: databases, application servers, specialized protocols. Some are heavily used. Many, like 1796, belong to products that no longer exist. IANA doesn't reclaim ports when companies shut down, so the registry accumulates history.
Port 1796 is a small piece of that history — a marker of the moment someone first put a human voice into a packet and sent it across the Internet.
Byla tato stránka užitečná?