Port 119 โ NNTP
TCP ยท Port 119/TCP is used for the Network News Transfer Protocol (NNTP), a standard protocol for transferring and retrieving Usenet news articles. NNTP allows users to access and share news articles across different networks, making it an important service for online communities.
- Port Number
- 119
- Service Name
- NNTP
- Protocol
- TCP
- Common Software
- INN, Leafnode
Security Notes
Review IANA registry for port 119 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 119 is used for NNTP. Port 119/TCP is used for the Network News Transfer Protocol (NNTP), a standard protocol for transferring and retrieving Usenet news articles. NNTP allows users to access and share news articles across different networks, making it an important service for online communities. Common software: INN, Leafnode.
Review IANA registry for port 119 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 119 <target> or check locally: ss -tlnp | rg 119