bbaliner Posted March 15, 2002 Posted March 15, 2002 Hi all, What exactly does loop back address 127.0.0.1 mean? Is this a local connection masquarading as remote connection? What is it good for? Thanks
d94dsj Posted March 18, 2002 Posted March 18, 2002 First I thought I should write an explanation of my own, but I found a good and accurate one on the Internet for you: "Loopback is used for testing or debugging problems. Loopback simply means that data sent out will be delivered back to the source (usually without actually going across a network). Either protocol software or network hardware can provide loopback, depending on what one needs to test. For example, pinging address 127.0.0.1 causes the IP software to test loopback by handing the datagram back to ICMP on the same machine. One advantage of loopback is that it allows one to configure protocol software and test device drivers even if the computer is not connected to a real network." The loopback address (or "network", since it's the entire 127.x.x.x range) is a part of the TCP/IP protocols and is implemented in all TCP/IP stacks, regardless of platform (to my knowledge). Hope this clarifies, Daniel
Recommended Posts
This topic is 8286 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now