首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >测量远程服务器的系统时钟(时间)

测量远程服务器的系统时钟(时间)
EN

Server Fault用户
提问于 2016-04-20 14:35:23
回答 1查看 105关注 0票数 3

哪些网络协议可以用来测量远程服务器的系统时钟(时间)?到目前为止,我已经:

还有其他的吗?

EN

回答 1

Server Fault用户

发布于 2016-04-20 15:40:56

总有一个日间议定书

来自RFC

代码语言:javascript
复制
A useful debugging and measurement tool is a daytime service.  A daytime
service simply sends a the current date and time as a character string
without regard to the input.

TCP Based Daytime Service

One daytime service is defined as a connection based application on
TCP.  A server listens for TCP connections on TCP port 13.  Once a
connection is established the current date and time is sent out the
connection as a ascii character string (and any data received is
thrown away).  The service closes the connection after sending the
quote.

UDP Based Daytime Service

Another daytime service service is defined as a datagram based
application on UDP.  A server listens for UDP datagrams on UDP port
13.  When a datagram is received, an answering datagram is sent
containing the current date and time as a ASCII character string (the
data in the received datagram is ignored).
票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/771734

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档