IP address-de

From AMule Project FAQ
Revision as of 20:19, 13 December 2005 by Rayofhope (Talk | contribs | merge | delete)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

English | Deutsch

Zusammenfassung

Eine IP Adresse ist eine weltweit einzigartige Nummer, die dir vergeben wird, sobald du dich über das Internet Protocol in das Internet einwählst.

Der alte Standard IPv4 reicht für die wachsende Anzahl an Internet Nutzern nicht mehr aus, da ja alle eine einzigartige Nummer haben müssen. Zudem sind viele Bereiche durch andere Verwendungszwecke reserviert und können so nicht im Internet verwendet werden.

IPv4

Internally, IP addresses are 4 bytes numbers. Anyway, their common use is splitting this addresses into 1 byte numbers with a dot (.) between them. Since the range of values a 1 byte number can be is 0 - 255, the range of IP addresses goes from 0.0.0.0 to 255.255.255.255 which makes up to 2^(4*8) possible IP addresses.

IPv6

This is the new revised IP protocol version, which is meant to replace the old limited IPv4.

It is mostly compatible with IPv4, either directly or indirectly (through middle-way translators).

IPv6 addresses are 16 bytes long and are normally written as eight groups of four hexadecimal digits, each group separated from the others by a colon (:). For example:

 34fe:3f25:8d34:0000:46d9:0903:47ef:32aa

When all four hex digits in a group are 0s (0000), that group can be omitted or replaced by a single 0. For example:

 34fe:3f25:8d34::46d9:0903:47ef:32aa
 34fe:3f25:8d34:0:46d9:0903:47ef:32aa

Leading 0s can be omitted. For example:

 34fe:3f25:8d34::46d9:903:47ef:32aa

If more than one consecutive group has only digits with value 0, they may all be replaced by onyl two colons. For example:

 34fe:3f25:8d34:0000:0000:0000:0000:32aa

would become

 34fe:3f25:8d34::32aa

IPv4 addresses can be easily written in IPv6 by doing ::ffff:IPv4-address. For example:

 ::ffff:192.168.0.1

Hinweise

Verwechsel diese Nummer nicht mit den eD2k IDs! IP Adressen identifizieren dich überall im Internet als einzigartigen Nutzer, während die eD2k ID's dich nur innerhalb des eD2k Servers, zu dem du verbunden bist, auf einzigartige Weise identifizieren können.

Eine weitere nicht zu verwechselnde Nummer ist die Port Nummer.

Mehr

Mehr Informationen über dieses Thema können in Wikipedias IP Artikel und Wikipedias TCP/IP Artikel gefunden werden.