Developer(s) | Rob Braun |
---|---|
Final release | 2.3.15
/ 9 May 2012 |
Repository | github |
Written in | C, Shell[1] |
Operating system | Unix-like |
Type | Daemon |
License | Open-source[2] |
Website | web |
In computer networking, xinetd (Extended Internet Service Daemon) is an open-source super-server daemon which runs on many Unix-like systems, and manages Internet-based connectivity.[3]
It offers a more secure alternative to the older inetd ("the Internet daemon"), which most modern Linux distributions have deprecated.[4]
[...] the superserver (also called a metaserver) [...] listens on multiple network ports and starts the appropriate service when a client connection arrives for that port. The most widely used superserver program is called inetd, for Internet daemon. Another superserver that is gaining in popularity is xinetd, for extended Internet daemon [...].