answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How is the address 127.0.0.1 listed in the host file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What fields do find in a host file?

In a host file there is the ip address, there is also the host name network plus theres the guide to the networks. This is all very useful when migrating a site beteween 2 servers.


At a mininmum what fields would you find in a hosts file?

IP address and host name


How does the HOST file relate to DNS?

The host file provides a list of static DNS entries for a specific computer. In general, the computer checks it's host file for DNS lookup before going to the DNS server.If the server name is found in the host file, the computer uses the specified IP address. Otherwise, the server queries a DNS server for name lookup.


What is the name of the text file used on local machine to perform host name to IP address resolution?

hosts


What is the name of the text file used on a local machine to perform host name to Internet Protocol address resolutions?

hosts


What fields would you find in a hosts file as a minimum?

ip address and host name network + Guide to networks pg 183


What is IP Host address?

The host is the last part of an IP address


What is the ascii text file called hoststxt that associates host names with ip addresses?

Host File


Where would you find a host file on a unix server?

The host file in Unix is usually located in the /etc directory.


Where does the TCP IP host table name system for a local device store a symbolic name to Internet Protocol address mappings?

In a Local hosts file.


What is in the layer 3 header?

destination host logical address


How would you write a command which would securely copy your bashrc file from a remote computer to your home directory on your local computer?

Transferring the file through ssh would keep it secure. There are many options; A few examples are listed below. Run 'man <program name>' for the full program manual. sftp - secure file transfer program $ sftp user@host:.bashrc ~/. rsync - a fast, versatile, remote (and local) file-copying tool $ rsync user@host:.bashrc ~/. scp - secure copy (remote file copy program) $ scp user@host:.bashrc ~/.