Posted on 12/31/2006 6:57:19 AM PST by Loud Mime
People say that if you play Microsoft CD's backwards, you hear satanic things, but that's nothing, because if you play them forwards, they install Windows.
- Unknown
There are 10 types of people in the world: those who understand binary, and those who don't.
- Unknown
If at first you don't succeed; call it version 1.0
- T-Shirt
Microsoft: "You've got questions. We've got dancing paperclips."
- Unknown
1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
- tee shirt
My pokemon bring all the nerds to the yard, and they're like you wanna trade cards? Darn right, I wanna trade cards, I'll trade this but not my charizard.
- Unknown
I'm not anti-social; I'm just not user friendly
- T-Shirt
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
- Unknown
I would love to change the world, but they won't give me the source code
- Unknown
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
- Unknown
My software never has bugs. It just develops random features.
- Unknown
clipped from: www.boardofwisdom.com The box said 'Requires Windows 95 or better'. So I installed LINUX.
- Unknown
Roses are #FF0000 Violets are #0000FF All my base Are belong to you
- someone at slashdot
The glass is neither half-full nor half-empty: it's twice as big as it needs to be.
- Unknown
...I don't get it.
me neither....stumped twice on a thread I started...good way to end the old year.
Dec(imal) 25 = Oct(al) 31
Does that mean you volunteer to translate for the rest of us?
localhost
From Wikipedia, the free encyclopedia
(Redirected from 127.0.0.1)
Jump to: navigation, search
This article is about the loopback device IP address. For information on the file system computer program, see localhost (computer program).
The correct title of this article is localhost. The initial letter is shown capitalized due to technical restrictions.
In computing the term localhost refers to the location of the currently used system. It is a loopback device which is assigned the IP address 127.0.0.1 in IPv4, or ::1 in IPv6, which can be used by TCP/IP applications to talk to themselves if this is needed.
Being able to communicate with one's local machine as though it were a remote machine is useful for the purposes of testing, and also to contact services (such as game servers) located on one's own machine that are expected to be remote.
[edit] Related specification of IETF
IETF document "Special-Use IPv4 Addresses" (RFC 3330) describes the 127.0.0.0/8 as a reserved IPv4 address block for loopback.
This address block will not be allocated or assigned to any organization or ISP. Any packet with an address of this address block '127.0.0.0/8' cannot appear outside of a host system. Within a host system, the loopback interface is normally assigned the address '127.0.0.1' with subnetwork mask '255.0.0.0'. This makes the routing table of the local system set with a routing entry of '127.0.0.0/8', so that packets destined to any address of this '127.0.0.0/8' would be routed internally within the local system.
On the other hand, only one IPv6 address ::1/128 (that is to say, the address with a one at its least significant bit and zero otherwise) is specified as loopback address in IPv6 addressing architecture specification of RFC 3513.
In RFC 3513, the specification says: "The loopback address must not be used as the source address in IPv6 packets that are sent outside of a single node. An IPv6 packet with a destination address of loopback must never be sent outside of a single node and must never be forwarded by an IPv6 router. A packet received on an interface with destination address of loopback must be dropped."
[edit] Urban legend
An urban legend involving 127.0.0.1 is often circulated among the more technical computer related forums on the web. The story often involves an antagonist often referred to as The Worlds Worst Computer Hacker. The story generally involves the Hacker hacking himself when tricked into using 127.0.0.1 as the IP address to hack into.
In the same vein, 127.0.0.1 is often used as an IP address given to inexperienced computer users as a practical joke. Another story involves a user who, after finding that pinging 127.0.0.1 pings his computer, tells all of his associates that his IP is 127.0.0.1
ping
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.