Tuesday, June 16, 2009

What is Localhost ?

Localhost:

Local host is an alias for the address 127.0.0.1, an addrss that always indicate local computer.

This is the address that a computer can use to refer to itself .

For Exp: When testing a web application on the same computer as the server. You can use the address:

http:// 127.0.0.1
http:// localhost

No comments: