Hubbry Logo
search button
Sign in
Echo Protocol
Echo 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
Echo Protocol
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Echo Protocol Wikipedia article. Here, you can discuss, collect, and organize anything related to Echo Protocol. The purpose of the hub is to connect peopl...
Add your contribution
Echo Protocol

The Echo Protocol is a service in the Internet Protocol Suite defined in 1983 in RFC 862 by Jon Postel. It was originally proposed as a way to test and measure an IP network.

A host may connect to a server that supports the Echo Protocol using the Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP) on the well-known port number 7. The server sends back an identical copy of the data it received.

Inetd implementation

[edit]

On UNIX-like operating systems an echo server is built into the inetd family of daemons. The echo 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:[1]

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

On various routers, this TCP or UDP port 7 for the Echo Protocol for relaying ICMP datagrams (or port 9 for the Discard Protocol) is also configured by default as a proxy to relay Wake-on-LAN (WOL) magic packets from the Internet to hosts on the local network in order to wake them up remotely (these hosts must also have their network adapter configured to accept WOL datagrams and the router must have this proxy setting enabled, and possibly also a configuration of forwarding rules in its embedded firewall to open these ports on the Internet side).

See also

[edit]

References

[edit]
  1. ^ "8. The inetd - /etc/inetd.conf file". FTP server (FTP).[dead ftp link] (To view documents see Help:FTP)
[edit]