Table of Contents

Localhost

About

localhost is:

It's used by a programs to connect to a services running on the same host, generally in a development environment.

IP

This name is set to a private ip known as 127.0.0.1

With nslookup

nslookup localhost
Name:    localhost
Addresses:  ::1
          127.0.0.1