10.0.0.0/8 - network identifier for very large private network (16,777,214 hosts)
The IP address range 10.0.0.0/8 is reserved for private networks. Specifically, it’s used for internal networks within organizations, homes, or other private spaces. These addresses are not routable on the public internet and are not globally unique.
127.0.0.0/8 - network identifier for localhosts. As in, an IP address that refers to itself.
Any traffic sent to it is immediately routed back to the same device without going through any external network. Used for testing and development, allowing apps to communicate with themselves locally.
When you access localhost, you’re telling the computer to send data to itself.
The hostname for this IP is referred to as localhost.
172.16.0.0/20 - network identifier for a medium size private network (1,48,574 hosts)
172.16.0..0 is reserved as the network identifier, and 172.16.0.1 (probably for the router) and on are reserved for the private hosts.
192.168.0.0/16 - network identifier for a smaller private network. ( 2^16-2 = 65,534 hosts)
The IP address 192.168.0.0 is reserved as the network identifier for the private network range 192.168.0.0/24. This means it marks the beginning of a block of private IP addresses, commonly used in home and small office networks. 192.168.0.0 identifies the network, and the router is often 192.168.0.1.
240 is…
128+64+32+16 or .11110000
248 is…
128+64+32+16+8 or .11111000
252 is..
128+64+32+16+8+4 or .11111100
254 is…
128+64+32+16+8+4+2 or .11111110
224 is…
128+64+32 = .11100000
192 is…
128+64 = .11000000
What number is this?
252
What number is this?
248
What number is this?
240
What number is this?
224
What number is this?
192
What number is this?
128
What number is this?
254
What number is this?
255
what class of addresses is this?
class A
List the range of IPs for class A
What class of IPs is this?
Class B
List the range of IPs for class B
Aka
.10000000 to just under .11000000
What class of IP is this?
Class C
List the range of IPs for Class C
.11000000 to .11011111 just under 224 or .11100000
Or 192 to just under 224
What class of IP is this?
Class D
first octet,
11100000 - 111011111(<11110000)