Standalone Daemons
Each service runs its own process
inetd Super-Server
Single process listens on all ports
Demo /etc/inetd.conf
ftp stream tcp nowait root /usr/sbin/tcpd ftpd telnet stream tcp nowait root /usr/sbin/tcpd telnetd daytime stream tcp nowait root internal
Annotations