DAYTIME
From Wikipedia, the free encyclopedia
The five-layer TCP/IP model |
---|
5. Application layer |
DHCP · DNS · FTP · Gopher · HTTP · IMAP4 · IRC · NNTP · XMPP · POP3 · RTP · SIP · SMTP · SNMP · SSH · TELNET · RPC · RTCP · RTSP · TLS (and SSL) · SDP · SOAP · GTP · STUN · NTP · (more) |
4. Transport layer |
TCP · UDP · DCCP · SCTP · RSVP · ECN · (more) |
3. Network/internet layer |
IP (IPv4 · IPv6) · OSPF · IS-IS · BGP · IPsec · ARP · RARP · RIP · ICMP · ICMPv6 · IGMP · (more) |
2. Data link layer |
802.11 (WLAN) · 802.16 · Wi-Fi · WiMAX · ATM · DTM · Token ring · Ethernet · FDDI · Frame Relay · GPRS · EVDO · HSPA · HDLC · PPP · PPTP · L2TP · ISDN · ARCnet · LLTD · (more) |
1. Physical layer |
Ethernet physical layer · RS-232 · SONET/SDH · G.709 · Optical fiber · Coaxial cable · Twisted pair · (more) |
The DAYTIME service is an Internet protocol defined in RFC 867. 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 TCP or UDP port 13. The server then returns the current date and time as an ASCII string with an unspecified format.
Current testing and measurement of IP networks is more commonly done with ping and traceroute.
[edit] Inetd implementation of DAYTIME
On Linux, FreeBSD, and other UNIX-like operating systems a daytime server is built into the inetd daemon. The daytime 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