User Tools

Site Tools


wiki:site:obecne:ipv4adresy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:site:obecne:ipv4adresy [2016/01/10 21:06]
root vytvořeno
wiki:site:obecne:ipv4adresy [2016/01/10 21:36] (current)
root [IPv4 Adresy]
Line 1: Line 1:
 ====== IPv4 Adresy ====== ====== IPv4 Adresy ======
 +
 +RIRs (Regional Inernet Registries) - regionální (per kontinent) organizace mající na starosti přidělování adres.
 +
 +
 ^Class  ^Leading bits  ^start IP  ^end IP  ^Mask  ^  CIDR  ^ ^Class  ^Leading bits  ^start IP  ^end IP  ^Mask  ^  CIDR  ^
 |A  |0  |0.0.0.0  |127.255.255.255  |255.0.0.0  |  /8  | |A  |0  |0.0.0.0  |127.255.255.255  |255.0.0.0  |  /8  |
-|B  |10  ||||| +|B  |10  |128.0.0.0  |191.255.255.255  |255.255.0.0   /16  
-|C  |110  ||||| +|C  |110  |192.0.0.0  |223.255.255.255  |255.255.255.0   /24  
-|D  |1110  ||||| +|D  |1110  |224.0.0.0  |239.255.255.255  |-   -  
-|E  |11110  |||||+|E  |11110  |240.0.0.0  |255.255.255.255  |-   
 + 
 +===== Speciální typy adres ===== 
 + 
 +  * This network: **0.0.0.0/8** 
 +  * Loopback: **127.0.0.0/8** - loopback adresy stroje, nesmí se vyskytovat nikde v síti. 
 +  * Link local: **169.254.0.0/16** - pro komunikaci strojů na stejné lince, fallback adresa v případě nedostupnosti DHCP serveru. (často využíváno systémem windows) 
 +  * Multicast: **224.0.0.0/4** 
 +  * Broadcast: **255.255.255.255** 
 +  * a další viz. [[https://tools.ietf.org/html/rfc5735|RFC 5735]] 
 +==== Privátní IP adresy: ==== 
 + 
 +Definovány v [[https://tools.ietf.org/html/rfc1918|RFC 1918]] 
 +^Class  ^Private block  ^Range 
 +|A  |10.0.0.0/ |10.0.0.0 - 10.255.255.255 
 +|B  |172.16.0.0/12  |172.16.0.0 - 172.31.255.255 
 +|C  |192.168.0.0/16  |192.168.0.0 - 192.168.255.255  |
wiki/site/obecne/ipv4adresy.1452456369.txt.gz · Last modified: 2016/01/10 21:06 by root