About 597,000 results
Open links in new tab
  1. windows 7 - How does localhost 127.0.0.1 work? - Super User

    Localhost or 127.0.0.1 is simply a built in 'name' for your local computer. That is, 127.0.0.1 is called a "loopback", because it is merely a pointer that points back to your machine.

  2. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · The loopback adapter with IP address 127.0.0.1 from the perspective of the server process looks just like any other network adapter on the machine, so a server told to listen on …

  3. localhost itself is OK but adding any port fails - Ten Forums

    Jan 2, 2023 · Since I can browse to 127.0.0.1 I am guessing the problem is somehow related to using localhost with a port number. Note that I have zero experience doing anything with …

  4. Why is my localhost not 127.0.0.1 but ::1, and what notation is that?

    Not only is that IPv6, but there is nothing special or hard-coded about localhost; it is specified in the HOSTS file. It is 127.0.0.1 by default, but you can change it to whatever you want, or …

  5. network programming - How are 127.0.0.1, 0.0.0.0 and localhost ...

    Aug 8, 2016 · Yes, on your local system localhost does translate into 127.0.0.1, which will always be the IP address of the machine that you are currently using. For example, on your computer …

  6. 127.0.0.1 or localhost don't work, but ip address does?

    Sep 26, 2020 · 127.0.0.1 or localhost don't work, but ip address does? Running Windows 10 Pro 64 bit and having an odd issue that I can't resolve. My browser is Edge Chromium. I have a …

  7. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · 127.0.0.1 localhost What, if any, are the actual differences between using 127.0.0.1 and localhost as the server name, especially when hitting processes running locally …

  8. networking - Why is localhost IP 127.0.0.1? - Super User

    Aug 29, 2009 · 99 127 is the last network number in a class A network with a subnet mask of 255.0.0.0. 127.0.0.1 is the first assignable address in the subnet. 127.0.0.0 cannot be used …

  9. Edge browser can't access LOCALHOST type of IP addresses (build …

    May 22, 2015 · Edge browser can't access LOCALHOST type of IP addresses (build 10122 Hi there same problem with EDGE (the new browser) - can't access localhost type of addresses. …

  10. localhost vs 127.0.0.1 vs computer name vs ip in url

    If that is the case: 127.0.0.1 (loopback IP for the local machine) localhost (resolves to the 127.0.0.1 address) ^ the two above, are not accessible from other equipment in your network …