NTP Question

Soldato
Joined
23 Oct 2002
Posts
4,154
Location
_
Why does NTP use UDP instead of TCP? :confused:

Is it because UDP packets can be smaller the TCP to speed up delivery?
 
Karl said:
Why does NTP use UDP instead of TCP? :confused:

Is it because UDP packets can be smaller the TCP to speed up delivery?

NTP is usually multicast on 224.0.1.1 which means that if your running NTP in a network, hosts only need to receive one copy of the information it sends once, it does not need any bidirectional communication or acknowledgments. UDP is fine.
 
Back
Top Bottom