Port 119 (NNTP)

TCP

Network News Transfer Protocol — NNTP listens on port 119 by default.

What is Port 119?

Port 119 is the default port for NNTP (Network News Transfer Protocol), used for reading and posting articles to Usenet newsgroups. Usenet, one of the oldest internet discussion systems, predates the World Wide Web.

NNTP on port 119 enables clients to connect to news servers, browse newsgroup hierarchies, download articles, and post new messages. The protocol supports both text and binary content through MIME encoding. While Usenet's popularity has declined, it remains active for technical discussions and binary file sharing.

The encrypted version of NNTP runs on port 563 (NNTPS). For general internet discussions, web-based forums and social media have largely replaced Usenet newsgroups.

Port 119 Security

NNTP on port 119 should be secured with appropriate access controls and monitoring. Ensure the service is only accessible from trusted networks by configuring firewall rules to restrict access. If the protocol supports encryption, enable TLS/SSL to protect data in transit.

Regularly update NNTP to the latest version to patch known vulnerabilities. Monitor port 119 for unauthorized access attempts and implement rate limiting where possible. Follow the principle of least privilege when configuring access permissions.

How to Check Port 119

To check if port 119 is open on a remote host, use nmap: 'nmap -p 119 hostname'. For a quick TCP connection test, use: 'telnet hostname 119' or 'nc -zv hostname 119'. On Windows PowerShell, use: 'Test-NetConnection -ComputerName hostname -Port 119'.

To check if port 119 is listening on your local machine, use: 'netstat -tlnp | grep 119' on Linux, or 'ss -tlnp | grep 119'. On Windows, use: 'netstat -an | findstr 119'. For a comprehensive scan, use: 'nmap -sV -p 119 hostname' to detect the service version running on the port.

Related Ports

Frequently Asked Questions

What is port 119 used for?

Port 119 is the default port for Network News Transfer Protocol (NNTP). It is used for nntp communication using the TCP protocol.

Is port 119 TCP or UDP?

Port 119 uses TCP. TCP is used because nntp requires reliable, ordered data delivery.

Should port 119 be open?

Port 119 should only be open if you are actively running NNTP. Close unused ports to reduce your attack surface. If needed, restrict access to trusted IP addresses using firewall rules.

How do I check if port 119 is open?

Use 'nmap -p 119 hostname' to scan remotely, or 'netstat -tlnp | grep 119' to check locally on Linux. On Windows, use 'Test-NetConnection -Port 119 hostname' in PowerShell.

How do I secure port 119?

Secure port 119 by restricting access with firewall rules, using encryption (TLS/SSL) where supported, keeping NNTP updated, using strong authentication, and monitoring for unauthorized access attempts.

🔍 Check Your IP Address

While you're here, find out your public IP address, location, and ISP details instantly.

Check My IP →