Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SNTP 是完整 NTP 规范的简化版。
我想针对 Windows XP 中包含的内部 SNTP 服务器使用完整的 NTP 客户端。这会起作用还是 NTP 客户端需要完整的 NTP 服务器才能工作?
我在 SNTP RFC 2030 中找到了答案:
SNTP 版本 4 旨在与现有的 NTP 和 SNTP 版本 3 客户端和服务器以及提议的版本 4 客户端和服务器共存。当使用当前和以前版本的 NTP 和 SNTP 运行时,SNTP 版本 4 不需要更改协议或现在正在运行或可能专门为 NTP 或 SNTP 版本 4 实现的实现。对于 NTP 或 SNTP 服务器,NTP 和 SNTP 客户端是无法区分;对于 NTP 或 SNTP 客户端,NTP 和 SNTP 服务器无法区分。
所以,是的,它会起作用。