inetd
is called an ``internet superserver''. It listens to many
port numbers for incoming requests to connect. When a port receives a
request to connect, inetd
looks up a file, and start up another
program to handle the service request.
We will discuss inetd
and alternatives to it in another module.