NTP용 UDP 123 포트


개요

NTP용 UDP 123 포트
  • NTP 시간 동기화를 위해 사용하는 UDP 포트

<uml> skinparam dpi 150 hide circle hide empty members hide method class NtpServer class MyComputer

NtpServer<-- MyComputer : UDP 123 </uml>

root@zetawiki:~# cat /etc/services | grep ^ntp
ntp		123/tcp
ntp		123/udp				# Network Time Protocol

같이 보기