Hubbry Logo
search button
Sign in
Daytime Protocol
Daytime Protocol
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Daytime Protocol
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Daytime Protocol Wikipedia article. Here, you can discuss, collect, and organize anything related to Daytime Protocol. The purpose of the hub is to connect...
Add your contribution
Daytime Protocol

The Daytime Protocol is a service in the Internet Protocol Suite, defined in 1983 in RFC 867 by Jon Postel. It is intended for testing and measurement purposes in computer networks.

A host may connect to a server that supports the Daytime Protocol on either Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) port 13. The server returns an ASCII character string of the current date and time in an unspecified format.

Inetd implementation

[edit]

On UNIX-like operating systems a daytime server is usually built into the inetd (or xinetd) daemon. The service is usually not enabled by default. It may be enabled by adding the following lines to the file /etc/inetd.conf and telling inetd to reload its configuration:

daytime   stream  tcp     nowait  root    internal
daytime   dgram   udp     wait    root    internal

An example output may be:

Thursday, February 2, 2006, 13:45:51-PST

See also

[edit]
[edit]