IP Address Assignment Organization
- American Registry for Internet Numbers (ARIN)
- Reseaux IP Europeans (RIPE)
- Asia Pacific Network Information Centre (APNIC)
IP address classification, IP subnet mask, IP routing
Slightly
Private network Address
- 10.0.0.0:A Single Class A network
- 172.16.0.0 through 172.31.0.0:16 contiguous Class B Networks
- 192.168.0.0 through 192.168.255.0:256 contiguous Class C Networks
CIDR
- For example, several C-class addresses merge them into an entry with a unified IP prefix, which is similar to subnetting, which is CIDR, and of course, CIDR has a lot to do with routing.
IP header Format
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | version| IHL | Type of service| Total Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Identification | flags| Fragment Offset | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time to Live | Protocol | Header Checksum | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Options | Padding | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
TCPIP------internetworking Protocols