Chapter 3 Flashcards
Which file defines local hostname to IP address translations?
/etc/hosts
What daemon process on a standard Red Hat Enterprise Linux system is responsible for resolving a hostname into an IP address?
The question is misguided, as local hostname resolution is not implemented as a daemon.
What network protocol is used to resolve hostnames into IP addresses?
DNS
What keyword is used to assign nameservers in the /etc/resolv.conf file?
nameserver
What keyword is used to define domains to possibly append to non-fully-qualified hostnames?
search
After editing the /etc/resolv.conf configuration file, what command must be run before the edits take effect?
None, as the changes take effect immediately.
After editing the /etc/hosts configuration file, what command must be run before the edits take effect?
None, as the changes take effect immediately.
No /etc/hosts or /etc/resolv.conf file can be found on a Red Hat Enterprise Linux machine, and yet the web browser is able to access websites by hostname. Which of the following is the most likely explanation?
The web browser is accessing the Internet through a remote proxy server.