The hosts.txt file (on Unix/Linux at /etc/hosts, on Windows at C:\Windows\System32\drivers\etc\hosts) maps hostnames to IP addresses. It's checked before DNS queries, allowing you to bypass DNS for specific entries. It commonly sets 127.0.0.1 to 'localhost' for local loopback resolution. It does not host websites nor is it nonexistent.