1. Ports
  2. Port 1613

Port 1613 is a memorial.

It was registered in the mid-1990s for NetBill Key Repository, part of Carnegie Mellon University's ambitious attempt to solve a problem that seemed urgent at the time: how do you charge someone a penny to read a newspaper article online?

The system is gone. PayPal absorbed what was left of it. But the port number remains in IANA's registry, a ghost of the Internet's first serious attempt to figure out electronic commerce.

What NetBill Was

In 1994, the Internet was becoming commercial. Researchers at Carnegie Mellon, led by professor Marvin Sirbu, saw a future where people would pay tiny amounts—micropayments—for digital goods. A cent for a photo. Ten cents for an article. A dollar for a research paper.

NetBill was the infrastructure for that future. It handled atomic transactions (you pay if and only if you receive the goods intact), protected privacy, supported pseudonyms, and could process payments for a penny with transaction costs around a tenth of a cent.1

Port 1613 was registered for the NetBill Key Repository—the system that managed cryptographic keys for securing these transactions on both TCP and UDP protocols.2

What Happened

NetBill launched a commercial trial with Mellon Bank in 1997. By 1998, it was absorbed by CyberCash. Eventually, PayPal took over what remained.

The problem NetBill tried to solve never got solved. We still don't have good micropayments. Paywalls bundle monthly subscriptions because charging per article is too expensive. Ads won the business model war not because they're better, but because micropayments proved harder than anyone expected.

NetBill was too early. The cryptography was complex. The user experience required too much setup. And the Internet chose a different path—one where most content is free (or ad-supported), and payments happen in larger chunks.

Why This Port Matters

Port 1613 sits unused now. No traffic flows through it. But it's a reminder that the IANA port registry is also a history book.

Every registered port represents someone's vision of what the Internet could become. Some visions win (HTTP on port 80, HTTPS on port 443). Some fail quietly. And some, like NetBill, fail while trying to solve a problem we still haven't figured out.

The registered ports range (1024-49151) is full of these ghosts. Projects that seemed essential in 1995 and vanished by 2000. Protocols that never found adoption. Systems that were technically brilliant but commercially doomed.

Port 1613 is one of those. A good idea. A real attempt. A future that didn't happen.

What Runs Here Now

Nothing, most likely.

If you see traffic on port 1613 today, it's either:

  • Legacy NetBill infrastructure someone forgot to decommission (unlikely)
  • An application repurposing the port for something unrelated
  • Malware using an obscure port to avoid detection

You can check what's listening on port 1613 on your system:

Linux/Mac:

sudo lsof -i :1613
# or
sudo netstat -tlnp | grep 1613

Windows:

netstat -ano | findstr :1613

If something is listening and you don't recognize it, investigate. Abandoned ports sometimes get squatted.

The Lesson

The Internet is built on failures as much as successes. NetBill failed. Micropayments still don't work well. But the attempt taught us things—about transaction costs, about privacy, about what users will and won't tolerate.

Port 1613 remains in the registry not because anyone uses it, but because the Internet doesn't forget. Every port number is a commitment, a piece of history, a reminder that someone once believed this was important enough to register.

Sometimes they were right. Sometimes they were wrong. Sometimes they were right but thirty years too early.

NetBill was probably all three.

此頁面對您有幫助嗎?

😔
🤨
😃