What is the purpose of TCP wrappers?

A.
To monitor requests for certain ports and control access to sensitive files
B.
To monitor requests for certain services and control access to password files
C.
To monitor requests for certain services and control access to those services
D.
To monitor requests to system files and ensure they are not modified
Explanation:
C: This is a technology that wraps the different services available on a system. What this means is that if a remote user makes a request to access a service, this product will intercept this request and determine whether it is valid and legal before allowing the interaction to take place.
TCP Wrapper is a host-based networking ACL system, used to filter network access to Internet Protocol servers on (Unix-like) operating systems such as GNU/Linux or BSD. It allows host or subnetwork IP addresses, names and/or ident query replies, to be used as tokens on which to filter for access control purposes.
0
0