I have a small network in my company. Lately i set up a webserver. I can access with IP address. However, can i access it by host name, without setting up a DNS?
It really does depend on the nature of your network and your web server. Your PC should be able to lookup the hostname via Windows File Sharing Protocol (SMB). Can you connect to it via a UNC address, e.g. \\hostname\ ? If your webserver is Linux based, you'll need to install and configure Samba. If you have a WINS server on your network, you can convince Samba to accounce the name of your webserver to it. Cheers, Cryo.