What Range This Port Belongs To
Port 3663 sits in the registered ports range (1024–49151). These ports are assigned by IANA upon application — a company or protocol designer submits a request, IANA records the assignment, and the port number is theirs. Unlike the well-known ports (0–1023), registered ports don't require special OS privileges to bind, and their assignments are less strictly enforced. Many registered ports have drifted into obscurity or outlasted the services they were meant for.
The Official Assignment: DIRECWAY Tunnel Protocol
IANA formally assigned port 3663 to DTP — the DIRECWAY Tunnel Protocol.1
DIRECWAY was Hughes Network Systems' two-way satellite broadband service, popular in rural areas during the early 2000s when cable and DSL didn't reach. The tunnel protocol was how DIRECWAY routed traffic between subscriber dishes and the satellite network. Hughes registered port 3663 with IANA in 2003.
The DIRECWAY brand was eventually rebranded to HughesNet, and the original tunnel protocol became obsolete as the service architecture evolved. The IANA registration still stands — port numbers, once assigned, are rarely reclaimed — but there's nothing listening on port 3663 in a DIRECWAY context today.
A Parallel Life: AudioReQuest
Separately, AudioReQuest used port 3663 as its control port.2
AudioReQuest was one of the first digital music servers for home entertainment systems, launched at CEDIA in 1998 — before iPods, before streaming, before most people stored music as files. These were rack-mounted units that ripped CDs to a hard drive and served music throughout the house. Port 3663 was how AudioReQuest controllers communicated with the server hardware over a local network, alongside companion ports 3660 (Flash XML) and 4665 (NetSync).
The company eventually became ReQuest Audio and continued making high-end media servers for custom home installation. The port 3663 association was an unofficial choice — not coordinated with IANA — that overlapped with the DIRECWAY registration.
Both uses are now historical.
How to Check What's Listening
If you see traffic on port 3663 and want to know what's using it:
On macOS or Linux:
On Windows:
With nmap (scanning a remote host):
In practice, finding anything on port 3663 today would be unusual — most likely custom software or a misconfigured service that picked a port from the registered range at random.
Why Ghost Registrations Matter
Port 3663 is a small example of a larger phenomenon: the registered port space contains thousands of assignments for services that no longer exist. Those registrations don't expire. The ports sit claimed but empty, like domain names for defunct companies.
This matters for two reasons. First, new software shouldn't use these ports casually — even a dormant IANA assignment means someone, somewhere, might still be running the original service. Second, security tools that flag "unexpected" ports rely on knowing what's expected. A port with a historical registration but no current traffic can be a useful marker: something listening on port 3663 on a modern network warrants a look.
Byla tato stránka užitečná?