IP-Adresses: Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
 
[[Kategorie:Index]]  
 
[[Kategorie:Index]]  
 
[[Kategorie:Grundlagen]]
 
[[Kategorie:Grundlagen]]
[[Kategorie:FAQ und Anleitungen]]
+
[[Kategorie:FAQ and instructions]]
 
{|width="40%"
 
{|width="40%"
 
  |[[Bild:deutsch.png]] - [[IP-Adressen|in Deutsch]]
 
  |[[Bild:deutsch.png]] - [[IP-Adressen|in Deutsch]]

Version vom 31. Juli 2009, 19:46 Uhr

Deutsch.png - in Deutsch English.png - in English


The Gemini Project

IP-Adresses

IP-Adresses are used in networks which are working with the Internet-Protokoll (IP) to transport datas from sender to a specific receiver. As Example we can take the Internet, or private networks, which can be also connections between Dreamboxes and PCs.

IP Adresses in V4 are 4 numbers inbetween 0 and 255, seperated by a dot, eg. 127.0.0.1, which is used for "localhost".


We seperate 3 categories:


  • IP-Adresses (like they are used at the Internet)


Here we just talk about private IP-Adresses, like we need them in our private network with our Dreambox.

Private IP-Adresses

Private IP-Adresses are belonging to a special Ip-Adress-Range, which is not routet at the Internet. They can be used by everybody for his own LAN.

So you can give IP-Adresses in your LAN by your own. But: Therefore should only be taken Adresses from private networks, as in RFC 1918 listed.

This would be the following:

The Internet Assigned Numbers Authority (IANA) has reserved the
following three blocks of the IP address space for private internets:
10.0.0.0        -   10.255.255.255  (10/8 prefix)
172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
192.168.0.0     -   192.168.255.255 (192.168/16 prefix)

The most used adresses may be the 192.168.x.x.


Back to Mainpage