Port 123 โ NTP
UDP ยท Port 123/UDP is used for the Network Time Protocol (NTP), which enables devices to synchronize their clocks with a reference time source. This protocol is critical for maintaining accurate timestamps and ensuring the integrity of network transactions. Security relevance lies in preventing NTP amplification attacks, which can be used to launch DDoS attacks.
- Port Number
- 123
- Service Name
- NTP
- Protocol
- UDP
- Common Software
- ntpd, chronyd
Security Notes
Review IANA registry for port 123 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 123 is used for NTP. Port 123/UDP is used for the Network Time Protocol (NTP), which enables devices to synchronize their clocks with a reference time source. This protocol is critical for maintaining accurate timestamps and ensuring the integrity of network transactions. Security relevance lies in preventing NTP amplification attacks, which can be used to launch DDoS attacks. Common software: ntpd, chronyd.
Review IANA registry for port 123 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 123 <target> or check locally: ss -tlnp | rg 123