answersLogoWhite

0

The hosts file :

The computer file hosts is an operating system file that maps hostnames to IP addresses. It is a plain text file.

So if you want to take any hosting service then Mywindowshosting.com is really the best option for you. They have 24*7 hours customer service facilities & providing hosting service with an affordable price

Thank you.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What purpose would WinSCP serve for a computer programmer?

WinSCP, an FTP client, serves a computer programmer by permitting secure file transfer between a local host and remote computer. It a a free, open-source FTP file manager.


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.


Can a worm infect a host file and wait for that file to be executed on another computer to replicate?

false


What is the function of a virus?

Viruses are malicious software (malware) in which their sole purpose is to replicate and infect non-infected computers. Their are many mediums to which a virus can infect a computer, most commonly through the internet and email attachments. When viruses infect a computer, it attaches itself to a "host" file (hence the name virus because it acts like a real world virus). Next, it injects its code into the host file so that whenever that infected file is run, the virus executes first and then the actual file starts. The "payload" is the official term to the effects a computer virus has on a PC.


What is the purpose of the Eddcab file on the windows 98 startup disk?

The purpose is to help start up your computer and the installtion


What is the primary function of a virus?

Viruses are malicious software (malware) in which their sole purpose is to replicate and infect non-infected computers. Their are many mediums to which a virus can infect a computer, most commonly through the Internet and email attachments. When viruses infect a computer, it attaches itself to a "host" file (hence the name virus because it acts like a real world virus). Next, it injects its code into the host file so that whenever that infected file is run, the virus executes first and then the actual file starts. The "payload" is the official term to the effects a computer virus has on a PC.


How is a file server connected?

A file server is a computer attached to a network that has the primary purpose of providing a location for the shared storage of computer files(such as documents, photographs, databases, etc.) that can be accessed by the workstations that are attached to the computer network..


What does USB stand for and what is its purpose?

USB: Universal Serial Bus. A standard device that connects to a host computer


What is a fragmented file?

A fragmented file is a file that has no purpose or meaning to the computer. So if you have installed a program and then uninstalled it.... many times the computer leaves files on the computer this is called a fragmented file.


What is the purpose of a JRE download?

The purpose of a JRE download is to save a particular file in a computer or hard drive. Files can include, but are not limited to , music, pictures, and videos.


What is the special software that a user needs in order to listen to an audio file on a computer called?

You will need a media player software application to listen to an audio file on a computer. That are many different types of media player software applications that you can download for this purpose to your computer.


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 ~/.