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

Subnetting Class A IP Add

The document discusses IP subnetting exercises for a class A network with starting address 10.0.0.0/16. It is subnetted using a 255.248.0.0 subnet mask, which yields 31 subnets each with 512,286 host addresses and a block size of 524,288. An addressing scheme table then lists the network address, first valid host, last valid host, and broadcast address for each subnet.

Uploaded by

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

Subnetting Class A IP Add

The document discusses IP subnetting exercises for a class A network with starting address 10.0.0.0/16. It is subnetted using a 255.248.0.0 subnet mask, which yields 31 subnets each with 512,286 host addresses and a block size of 524,288. An addressing scheme table then lists the network address, first valid host, last valid host, and broadcast address for each subnet.

Uploaded by

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

KEENLY Y.

PASION
MIT 252
Advanced Computer Networks and System Administration

IP Subnetting Exercises
Class Type A
Starting Address 10.0.0.0
Subnet Mask 255.248.0.0
SOLUTION
248.0.0 = 11111000.00000000.00000000
No of subnets = 2Masked Bits = 25 = 32
No of hosts/per subnet (VALID) = 2Unmasket Bits – 2 = 219 – 2 = 524,288 – 2 = 524,286
Block size = No of Hosts = 219 = 524,288
ADDRESSING SCHEME
Subnet 0 Subnet 1 Subnet 2 Subnet 3 Subnet 4
Network Address 10.0.0.0 10.8.0.0 10.16.0.0 10.24.0.0 10.32.0.0
First Valid Host Address 10.0.0.1 10.8.0.1 10.16.0.1 10.24.0.1 10.32.0.1
Last Valid Host Address 10.7.255.254 10.15.255.254 10.23.255.254 10.31.255.254 10.39.255.254
Broadcast Address 10.7.255.255 10.15.255.255 10.23.255.255 10.31.255.255 10.39.255.255
Subnet 5 Subnet 6 Subnet 7 Subnet 8 Subnet 9
Network Address 10.40.0.0 10.48.0.0 10.56.0.0 10.64.0.0 10.72.0.0
First Valid Host Address 10.40.0.1 10.48.0.1 10.56.0.1 10.64.0.1 10.72.0.1
Last Valid Host Address 10.47.255.254 10.55.255.254 10.63.255.254 10.71.255.254 10.79.255.254
Broadcast Address 10.47.255.255 10.55.255.255 10.63.255.255 10.71.255.255 10.79.255.255
Subnet 10 Subnet 11 Subnet 12 Subnet 13 Subnet 14
Network Address 10.80.0.0 10.88.0.0 10.96.0.0 10.104.0.0 10.112.0.0
First Valid Host Address 10.80.0.1 10.88.0.1 10.96.0.1 10.104.0.1 10.112.0.1
Last Valid Host Address 10.87.255.254 10.95.255.254 10.103.255.254 10.111.255.254 10.119.255.254
Broadcast Address 10.87.255.255 10.95.255.255 10.103.255.255 10.111.255.255 10.119.255.255
Subnet 15 Subnet 16 Subnet 17 Subnet 18 Subnet 19
Network Address 10.120.0.0 10.128.0.0 10.136.0.0 10.144.0.0 10.152.0.0
First Valid Host Address 10.120.0.1 10.128.0.1 10.136.0.1 10.144.0.1 10.152.0.1
Last Valid Host Address 10.127.255.254 10.135.255.254 10.143.255.254 10.151.255.254 10.159.255.254
Broadcast Address 10.127.255.255 10.135.255.255 10.143.255.255 10.151.255.255 10.159.255.255
Subnet 20 Subnet 21 Subnet 22 Subnet 23 Subnet 24
Network Address 10.160.0.0 10.168.0.0 10.176.0.0 10.184.0.0 10.192.0.0
First Valid Host Address 10.160.0.1 10.168.0.1 10.176.0.1 10.184.0.1 10.192.0.1
Last Valid Host Address 10.167.255.254 10.175.255.254 10.183.255.254 10.191.255.254 10.199.255.254
Broadcast Address 10.167.255.255 10.175.255.255 10.183.255.255 10.191.255.255 10.199.255.255
Subnet 25 Subnet 26 Subnet 27 Subnet 28 Subnet 29
Network Address 10.200.0.0 10.208.0.0 10.216.0.0 10.224.0.0 10.232.0.0
First Valid Host Address 10.200.0.1 10.208.0.1 10.216.0.1 10.224.0.1 10.232.0.1
Last Valid Host Address 10.207.255.254 10.215.255.254 10.223.255.254 10.231.255.254 10.239.255.254
Broadcast Address 10.207.255.255 10.215.255.255 10.223.255.255 10.231.255.255 10.239.255.255
Subnet 30 Subnet 31
Network Address 10.240.0.0 10.248.0.0
First Valid Host Address 10.240.0.1 10.248.0.1
Last Valid Host Address 10.247.255.254 10.255.255.254
Broadcast Address 10.247.255.255 10.255.255.255

You might also like