DispersedNet
SiteMap
Network Admin
Unix Admin
System Admin
Network Security
Network Daemons
«Prev
Next»
Linux Administration
TCP/IP Concepts
Four Layers TCP/IP
Application Layer Protocol
TCP/IP Protocol
Transport Layer
Link Layer
IP Addressing Netmasks
Netmask Structure Usage
Networking Conclusion
TCP/IP Configuration
Configuration Process
Name Service Resolver
Name Service Methods
Configure Network Interface
dmesg Command Output
Listing Configuration Interfaces
IP Address Netmask
Changing IP Address
Configuring Routing Table
What is ARP?
ARP - Quiz
Single Machine Host Names
TCP/IP Conclusion
Network Daemons
Clients Servers
TCP-UDP
Port Numbers
Known Port Numbers
Ephemeral Port Numbers
TPC/UDP Port Numbers-Quiz
Listening Server Process
Iterative Concurrent Servers
inetd Super Server
/etc/inetd.conf
Remote Procedure Calls
Check Port Mapper Process
Survey Common Services
FTP Bulk Data Transfer Service
Berkeley Commands rloginrsh
SMTP
NNTP
xprotocol Display
HTTP
Port Number Service Conclusion
Network Monitoring
ping command
Determine Network Connections
Determining listening Servers
Routing Table Status
Netstat Command Statistics
Netstat Command Options
Using Traceroute
Packet Sniffing TcpDump
Network Monitoring Conclusion
Iterative Concurrent Servers - Quiz
Server processes and iterative/concurrent servers
Each question is worth one point. Select the best answer or answers for each question.
1.
What are the two modes of operation for a listening server process?
Please select the best answer.
A.
Telnet and HTTP
B.
Telnet and FTP
C.
Iterative and concurrent
D.
TCP and concurrent
2.
Why is a concurrent server able to remain available for incoming connections?
Please select the best answer.
A.
Because it uses fewer system resources, such as entries in the kernel's process table, than an iterative server
B.
Because it relies on the inetd process to listen to many ports simultaneously
C.
Because it calls
fork()
to split itself into a child and parent process, so while the child handles the connection, the parent listens on the original port
D.
Because it uses the
exec()
system calls to start the specific server processes needed to handle the connection at that well-known port
3.
How is the inetd process controlled?
Please select the best answer.
A.
By the file /etc/services
B.
By the
rpcinfo
command
C.
By the in.telnetd daemon
D.
By the /etc/inetd.conf file
Correct answers:
Your Score: 0
Submit
Quiz Explanation