IP-osoitteita
Erikoisosoitteita
- Limited broadcast: "255.255.255.255"
- Directed broadcast: "A.255.255.255", "B.B.255.255", "C.C.C.255"
- Loopback: "127.X.Y.Z"
- All systems on this subnet: "224.0.0.1"
- All routers on this subnet: "224.0.0.2"
Esimerkkejä osoitteista:
- "0.0.0.0" = some host (source)
- "255.255.255.255" = any host (destination)
- "129.34.0.3" = host #3 in n/wk 129.34
- "129.34.0.0" = some host in n/wk 129.34 (source)
- "129.34.255.255" = any host in n/wk 129.34 (destination)
- "255.255.0.3" = host #3 in this n/wk
- "127.0.0.1" = this host (local loop)