Loopback_address Loopback_address

Loopback address - Definition

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.

Humor

  • There is a common computer nerd joke, "There's no place like 127.0.0.1"
  • "127.0.0.1? Nice FTP site, but I already have that stuff."

Example Usage of Loopback

TekSolution: >troubleshooting tip: test your VTC system [public ip]: callback - 71.14.2.158 (512kb max) Loopback - 71.14.2.154 (512kb max)
SAFAD_Soft: [ubuntu] Networking Trouble: Code: --------- auto lo iface lo inet Loopback auto eth0 iface eth0 inet static.. http://bit.ly/65WMuV
RomanYepishev: #pulseaudio has a module-Loopback that can connect source and sink to allow for line-in/mic-in to output passthrough!
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.