1. Ports
  2. Port 1119

Port 1119 is officially registered to Blizzard Entertainment for the Battle.net Chat/Game Protocol (bnetgame). Since December 31, 1996, this port has been the gateway to some of the most influential online gaming experiences ever created.

What Runs on Port 1119

Port 1119 handles two official services, both part of Blizzard's Battle.net infrastructure:1

  • bnetgame (UDP) — Battle.net Chat/Game Protocol for real-time multiplayer communication
  • bnetfile (TCP) — Battle.net File Transfer Protocol for downloading patches, updates, and game assets

When you launch a Blizzard game and connect to Battle.net, port 1119 authenticates your session and facilitates communication with game servers. The actual game data flows through other channels, but 1119 is where the handshake happens—where the service recognizes you and lets you in.

The Protocol That Changed Gaming

Battle.net launched on December 31, 1996.2 Three days later, on January 3, 1997, Diablo released—and with it, the first mainstream online gaming service that was:

  • Free — No monthly subscription, no hourly fees
  • Invisible — Built directly into the game, not a separate program you had to launch
  • Accessible — No complicated setup, no technical knowledge required

Before Battle.net, online gaming meant paying for services like AOL Gaming Zone or heat.net. Battle.net made multiplayer accessible to everyone who owned the game. You clicked "Multiplayer," you were online, you found a game. That simplicity was revolutionary.

What Made It Different

Battle.net's original architecture was minimal by design:3

  • No centralized game hosting — Players connected peer-to-peer; Battle.net only matched them
  • No stored game data — Your character lived on your machine, not Blizzard's servers
  • No validation — The service trusted client data completely

This made Battle.net fast and scalable. It also made cheating trivial—players could modify their local game files and the service wouldn't know. But the tradeoff was worth it. Battle.net proved that online gaming could be frictionless.

Later iterations added server-side validation, anti-cheat systems, and centralized hosting. But the core philosophy remained: multiplayer should feel like a natural extension of the game, not a separate technical challenge.

The Games That Defined It

Port 1119 has carried:

  • Diablo (1997) — The game that launched the service
  • StarCraft (1998) — The game that made it a cultural phenomenon, especially in South Korea
  • WarCraft III (2002) — The game that spawned the MOBA genre through custom maps
  • World of Warcraft (2004) — The MMO that brought Battle.net infrastructure to a persistent world
  • Diablo III, StarCraft II, Overwatch, Hearthstone — Modern titles still using the same foundation

These games collectively have hundreds of millions of players. Every one of them connected through port 1119 at some point.

How It Works Today

Modern Battle.net is more complex than the 1996 version, but port 1119 remains part of the authentication flow:4

  1. Game launches — The client connects to Battle.net's authentication servers
  2. Port 1119 handshake — Credentials are sent, session is established
  3. Game servers assigned — Player is routed to appropriate game infrastructure
  4. Traffic shifts — Game data flows through other ports; 1119 maintains presence/chat

The protocol still uses both TCP (for reliable file transfers) and UDP (for low-latency chat and game discovery).

Security Considerations

Battle.net's early trust-the-client architecture was famously exploitable. Modern versions use:

  • Server-side validation — Game state stored on Blizzard's servers, not locally
  • Encrypted connections — TLS/SSL for authentication traffic
  • Anti-cheat systems — Warden and other detection tools scan for modifications
  • Rate limiting — Prevents brute-force login attempts

If you see unexpected traffic on port 1119 from a machine not running Blizzard games, investigate. It shouldn't be chatty unless a game is actively connected to Battle.net.

Why This Port Matters

Port 1119 represents a turning point. Before Battle.net, online gaming was niche—expensive, complicated, gatekept. After Battle.net, it was mainstream. Blizzard's decision to make multiplayer free and seamless changed player expectations permanently.

Every modern gaming platform—Steam, Xbox Live, PlayStation Network, Epic Games Store—builds on the model Battle.net established: online should be free, it should be integrated, it should just work.

Port 1119 has been doing that for nearly 30 years.

How to Check What's Using Port 1119

On Linux or macOS:

sudo lsof -i :1119

On Windows:

netstat -ano | findstr :1119

You'll typically see Battle.net clients (the launcher or active games) connected. If you see something else, verify it's legitimate.

  • Port 1120 — Also used by Battle.net for additional services
  • Port 3724 — World of Warcraft game server connections
  • Port 6112 — Legacy Battle.net protocol (Diablo II, WarCraft III classic)
  • Port 80/443 — Modern Battle.net uses HTTPS for many operations

このページは役に立ちましたか?

😔
🤨
😃
Port 1119: Battle.net — The port that made online gaming free • Connected