Localhost is the IP address 127.0.0.1, which is reserved for loopback operations. (ie. for networking applications that don't require you to get out on a network.. yeah it sounds odd, but its there for a reason

) It's an address that every computer (with a NIC) has & cannot be accesed by other computers. You can find out your IP address with ipconfig or winipcfg stated above.