Hosts files Flashcards
What was the original way that numbered network addresses were correlated with words
hosts files
A flat file that contains, on each line, a network address followed by the host name it can be referred to as. Ex: 1.2.3.4 <web></web>
hosts file
What does a host name mean? in Ex: 1.2.3.4 <web></web>
the computer where this host file resides, a user could just refer to <web> instead of the IP 1.2.3.4.</web>
What are hosts file is evaluated by
the networking stack of an operating system
What does the presence of an entry in a host file translate to?
anywhere I might refer to a networking address
with entry Ex: 1.2.3.4 <web> in the hosts file, if I type, <web> into a browser URL bar or issue a ping command, what will it resolve to?</web></web>
1.2.3.4
Why do our devices still need hosts files?
Loopback address
What address always points to itself?
loopback address
What way of sending traffic bypasses all network infrastructure itself and traffic like that never leaves the node?
loopback address
What is the loopback IP for IPv4?
127.0.0.1
What does almost every host file contain for the loop back address?
a line reading:
127.0.0.1 localhost
most likely followed by
::1 localhost
where ::1 is the loopback address for IPv6
What is the loopback address for IPv6?
::1
what are a popular way for computer viruses to disrupt and redirect user traffic?
host files
what is examined before a DNS resolution attempt occurs on every major operating system?
host files
how can I force an individual computer to think a certain domain name always points at a specific IP address?
Host file entries