CPT260Test2 Flashcards
This daemon acts as as a mediator of connection request for a series of services. It accepts the connection request then starts the service.
xinetd
If the connection between the server and the client is terminated, the server process started by xinetd is removed from memory thus saving resources.
True
Some of the services run traditionally by xinetd include Telnet and FTP
True
In the past the default super daemon on SUSE Linux was inetd not xinetd
true
Servuces can either run standalone, that means they listen on a port themselves or they can be run via the “super daemon” xinetd.
True
The configuration of xinetd is distributed acorss serval files. Which of the following files/directories are included in the configuration files.
/etc/xinetd.conf
/etc/xinetd.d
Which is NOT a default option in the xinetd configuration file?
documentRoot = /etc/xinetd
What keyword description can be set to stream, dgram, raw, or seqpacket?
socket_type
This xinetd daemon parameter defines which host can use which service.
only_from
For the Telnet service: which of the following TWO parameters can be used for the flags key.
IDONLY
INTERCEPT
Logging through xinetd is controlled by which of the following keys.
log_type
log_on_success
log_on_failure
Which keyword could have the parameter set to tcp or udp?
protocol
Generally, users logging in to FTP use anonymous or ftp as their user name and their ________ as the password.
The FTP protocol uses two TCP connections between the client and the server, one connection is for commands and the other is for ______.
data
Which of the following are the two different types of mode for data transfer in FTP
Active data transfer
Passive data transfer
When the Active data transfer type is used in FTP what port does the server offer for the data channel?
port 20