What is 127.0.0.1? Was ist 127.0.0.1?

Es gibt keinen Platz wie 127.0.0.1

127.0.0.1 is the standard IP address used for a loopback network connection. 127.0.0.1 ist die IP-Adresse für eine Loopback Netzwerkverbindung.

This means that if you try to connect to 127.0.0.1, you are immediately looped back to your own machine . Dies bedeutet, dass wenn Sie versuchen, eine Verbindung zu 127.0.0.1, werden Sie sofort geloopt zurück zu Ihrer eigenen Maschine.

If you telnet, ftp, etc... Wenn Sie Telnet, FTP, usw. .. to 127.0.0.1, you are connected to your own machine. Auf 127.0.0.1, sind Sie mit Ihrer eigenen Maschine.

In other words, 127.0.0.1 is you . Mit anderen Worten, 127.0.0.1 ist.

For example, if your system was named "joker", and you attempted to telnet to 127.0.0.1, you would see: Zum Beispiel, wenn Ihr System als "Joker", und man versucht, Telnet auf 127.0.0.1, dann sieht man:

 # telnet 127.0.0.1 Trying 127.0.0.1... # Telnet 127.0.0.1 Trying 127.0.0.1 ... Connected to joker Escape character is '^]'. Verbunden mit Joker Escape Zeichen'^]'. 

Convincing newbie's to connect to 127.0.0.1 is a frequent joke on the Internet. Überzeugend Neuling ist, eine Verbindung zu 127.0.0.1 ist eine häufige Witz über das Internet.

Another name for 127.0.0.1 is localhost . Ein anderer Name für 127.0.0.1 ist localhost.

Although 127.0.0.1 is the most commonly utilized address for localhost, any IP address in the 127.*.*.* range should also function in the same manner. Obwohl 127.0.0.1 ist die am häufigsten genutzte Adresse für localhost, jede IP-Adresse in der 127 .*.*.* Bereich sollte auch in der gleichen Weise.

The proper use of localhost addresses is defined in RFC 3330: Special-Use IPv4 Addresses Die korrekte Verwendung der lokalen Adressen ist definiert in RFC 3330: Special - Verwenden IPv4 Adressen

The IPv6 version of localhost is defined in RFC 3513: Internet Protocol Version 6 (IPv6) Addressing Architecture as ::1/128. Die IPv6 Version von localhost definiert im RFC 3513: Internet Protocol Version 6 (IPv6) Addressing Architecture:: 1 / 128.



TCP / IP für Dummies TCP / IP Illustrated Volume 1
Purchase these excellent books on TCP /IP at Amazon.com Kaufen Sie diese ausgezeichnete Bücher über TCP / IP auf Amazon.com
Bookmark What is 127.0.0.1? Lesezeichen Was ist 127.0.0.1?

Latest Blog Posts Letzte Blog-Posts


Copyright 2007 afterbug . Copyright 2007 Tech - FAQ. All rights reserved. Alle Rechte vorbehalten.