0% found this document useful (0 votes)
859 views

Subnetting: Class C 192.168.10.0 /25 N.N.N.H

This document discusses subnetting using Class C, Class B, and Class A IP addresses and network masks. It shows how to calculate the number of networks, hosts per network, and block size when using different subnet masks like /25, /27, and /17. The document provides examples of IP address ranges and network mappings for each subnet.

Uploaded by

Mohamed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
859 views

Subnetting: Class C 192.168.10.0 /25 N.N.N.H

This document discusses subnetting using Class C, Class B, and Class A IP addresses and network masks. It shows how to calculate the number of networks, hosts per network, and block size when using different subnet masks like /25, /27, and /17. The document provides examples of IP address ranges and network mappings for each subnet.

Uploaded by

Mohamed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Subnetting:

Class C 192.168.10.0 /25


N.N.N.H
11111111.11111111.11111111.10000000

New Mask = 255.255.255.128

Network = 2x 21 = 2

Host = 2y – 2 27 – 2 126

Block size = 256 – New Mask 256 – 128 = 128

SUNNET 192.168.10.0 192.168.10.128


F 192.168.10.1 192.168.10.129
L 192.168.10.126 192.168.10.254
B 192.168.10.127 192.168.10.255

Clacc C 192.168.10.0/27
N.N.N.H

11111111.11111111.11111111.11100000

New Mask = 255.255.255.224

Network = 23 = 8

Host = 25 – 2 = 30

Block size = 256 – 224 = 32

192.168.10.0 /27
192.168.10.32/27

192.168.10.64/27

192.168.10.96

192.168.10.224/27

SUNNET 192.168.10.0 192.168.10.32 192.168.10.64 192.168.10.96


F 192.168.10.1 192.168.10.33 192.168.10.65
L 192.168.10.30 192.168.10.62 192.168.10.94
B 192.168.10.31 192.168.10.63 192.168.10.95

Clas B 172.16.0.0/17
N.N.H.H

11111111.11111111.10000000.00000000

255.255.128.0

Network = 21 = 2

Host = 215 - 2 = 32,766

Block size = 256 – 128 = 128

SUNNET 172.16.0.0 172.16.128.0


F 172.16.0.1 172.16.128.1

L 172.16.127.254 127.16.255.254
B 172.16.127.255 172.16.255.255
192.168.20.0
N.N.N.H
30
Host 2y – 2 >= 30
25 -2 >= 30
Y=5
X=3
11111111.11111111.1111111.11100000
255.255.255.224

You might also like