can any one please help me with this . What is a loopback Address?
thanks
Printable View
can any one please help me with this . What is a loopback Address?
thanks
the address 127.0.0.0 is reserved for loopback and is intended for testing TCP/IP and interprocess communication on the local machine.when any program uses loopback address as a destination the protocol software in the computer returns the data without sending traffic across the network. .
Class A 0.1.0.0 to 126.0.0.0
Class B 128.0.0.0 to 191.225.0.0
note 127 is not a network address
[edit]-*-*-*-*
try to use google first . this is what i found with a google search
[/edit]Quote:
Loopback address is a special IP number (127.0.0.1) that is designated for the software loopback interface of a machine. The loopback interface has no hardware associated with it, and it is not physically connected to a network.
The loopback interface allows IT professionals to test IP software without worrying about broken or corrupted drivers or hardware.
w0lverine is dead right about what it does, but the address should be 127.0.0.1 and not 127.0.0.0.
Loop back addresses are also used with DNS controllers.
no my friend 127. anything (often 1) is loopback adressQuote:
w0lverine is dead right about what it does, but the address should be 127.0.0.1 and not 127.0.0.0.
there area few Special Address's
all 0's (in net and host ) : this host
all 0's in net and some host ID : host on this net
all 1's : limited broadcast (local net)
net add and all 1's in host add : directed broadcast for net
127 and any thing(often 1) : loopback address
just to confirm so there is no confusion generated over tsunami's statement about it being 127.0.0.1.
Wolverine is correct in saying that it is 127 that is reserved for loopback (testing purposes) etc. so you could ping 127.56.78.99 and it will still work althoughit will actually ping 127.0.0.1 address.
the lmhosts file has the 127.0.0.1 entry in it for name resolution to local address aswell and you can change that if desired.
however it is 127.x.x.x part fro the usual rules such as all o's or all 1's (255 etc).