100% found this document useful (1 vote)
471 views

SubnettingAssignment 1 Answers

This document provides the solution to 5 subnetting problems. Problem 1 details subnetting an IP address with a major network mask of 255.255.0.0 and a subnet mask of 255.255.255.0, showing the subnet address, range of hosts, and number of available subnets and hosts per subnet.

Uploaded by

dobar80
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
100% found this document useful (1 vote)
471 views

SubnettingAssignment 1 Answers

This document provides the solution to 5 subnetting problems. Problem 1 details subnetting an IP address with a major network mask of 255.255.0.0 and a subnet mask of 255.255.255.0, showing the subnet address, range of hosts, and number of available subnets and hosts per subnet.

Uploaded by

dobar80
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/ 8

Subnetting Asssingment 1 – Solutions

CIS 81 (100 points)

Problem 1

Host IP Address 172.30.1.33


Major Network Mask 255.255.0.0

Major (Base) Network Address 172.30.0.0


Major Network Broadcast Address 172.30.255.255
Total Number of Host Bits 16 bits
Number of Hosts 65,534 hosts

Subnet Mask 255.255.255.0


Number of Subnet Bits 8 bits
Number of Usable Subnets (zero 255 subnets
subnet used)
Number of Host Bits per Subnet 8 bits
Number of Usable Hosts per Subnet 254 hosts per subnet

Subnet Address for this IP 172.30.1.0


Address
IP Address of First Host on this 172.30.1.0
Subnet
IP Address of Last Host on this 172.30.1.254
Subnet
Broadcast Address for this Subnet 172.30.1.255

Major Network Information

172.30.1.33 10101100 00011110 00000001 00100001


255.255.0.0 11111111 11111111 00000000 00000000
Network Address
172.30.0.0 10101100 00011110 00000000 00000000

Network Broadcast Address


172.30.255.255 10101100 00011110 11111111 11111111

16 host bits
216 – 2 = 65,536 – 2 = 65,534 hosts

Subnet Information

172.30.1.33 10101100 00011110 00000001 00100001


255.255.255.0 11111111 11111111 11111111 00000000
Subnet Address
172.30.1.0 10101100 00011110 00000001 00000000
First Host of this subnet
172.30.1.1 10101100 00011110 00000001 00000001
Last Host of this subnet
172.30.1.254 10101100 00011110 00000001 11111110
Broadcast of this subnet
172.30.1.255 10101100 00011110 00000001 11111111

Subnets: 8 subnet bits, 28 – 1 = 256 – 1 = 255 subnets


Hosts: 8 host bits, 28 – 2 = 256 – 2 = 254 hosts per subnet

1
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 2

Host IP Address 172.30.1.33


Major Network Mask 255.255.255.0

Major (Base) Network Address 172.30.1.0


Major Network Broadcast Address 172.30.1.255
Total Number of Host Bits 254 hosts
Number of Hosts

Subnet Mask 255.255.255.252


Number of Subnet Bits 6 bits
Number of Usable Subnets (zero 63 subnets
subnet used)
Number of Host Bits per Subnet 2 bits
Number of Usable Hosts per 2 hosts per subnet
Subnet

Subnet Address for this IP 172.30.1.32


Address
IP Address of First Host on this 172.30.1.33
Subnet
IP Address of Last Host on this 172.30.1.34
Subnet
Broadcast Address for this 172.30.1.35
Subnet

Major Network Information

172.30.1.33 10101100 00011110 00000001 00100001


255.255.255.0 11111111 11111111 11111111 00000000
Network Address
172.30.1.0 10101100 00011110 00000001 00000000

Network Broadcast Address


172.30.1.255 10101100 00011110 00000001 11111111

8 host bits
28 – 2 = 256 – 2 = 254 hosts

Subnet Information

172.30.1.33 10101100 00011110 00000001 00100001


255.255.255.252 11111111 11111111 11111111 11111100
Subnet Address
172.30.1.32 10101100 00011110 00000001 00100000
First Host of this subnet
172.30.1.33 10101100 00011110 00000001 00100001
Last Host of this subnet
172.30.1.34 10101100 00011110 00000001 00100010
Broadcast of this subnet
172.30.1.35 10101100 00011110 00000001 00100011

Subnets: 6 subnet bits, 26 – 1 = 64 – 1 = 63 subnets


Hosts: 2 host bits, 22 – 2 = 4 – 2 = 2 hosts per subnet

2
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 3

Host IP Address 192.192.10.234


Major Network Mask 255.255.255.0

Major (Base) Network Address 192.192.10.0


Major Network Broadcast Address 192.192.10.255
Total Number of Host Bits 8 bits
Number of Hosts 254 hosts

Subnet Mask 255.255.255.248


Number of Subnet Bits 5 bits
Number of Usable Subnets (zero 31 subnets
subnet used)
Number of Host Bits per Subnet 3 bits
Number of Usable Hosts per 6 hosts per subnet
Subnet

Subnet Address for this IP 192.192.10.232


Address
IP Address of First Host on this 192.192.10.233
Subnet
IP Address of Last Host on this 192.192.10.238
Subnet
Broadcast Address for this 192.192.10.239
Subnet

Major Network Information

192.192.10.234 11000000 11000000 00001010 11101010


255.255.255.0 11111111 11111111 11111111 00000000
Network Address
192.192.10.0 11000000 11000000 00001010 00000000

Network Broadcast Address


192.192.10.255 11000000 11000000 00001010 11111111

8 host bits
28 – 2 = 256 – 2 = 254 hosts

Subnet Information

192.192.10.234 11000000 11000000 00001010 11101010


255.255.255.248 11111111 11111111 11111111 11111000
Subnet Address
192.192.10.232 11000000 11000000 00001010 11101000
First Host of this subnet
192.192.10.233 11000000 11000000 00001010 11101001
Last Host of this subnet
192.192.10.238 11000000 11000000 00001010 11101110
Broadcast of this subnet
192.192.10.239 11000000 11000000 00001010 11101111

Subnets: 5 subnet bits, 25 – 1 = 32 – 1 = 31 subnets


Hosts: 3 host bits, 23 – 2 = 8 – 2 = 6 hosts per subnet

3
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 4

Host IP Address 171.68.99.71


Major Network Mask 255.255.0.0

Major (Base) Network Address 171.68.0.0


Major Network Broadcast Address 171.68.255.255
Total Number of Host Bits 16 host bits
Number of Hosts 65,534 hosts

Subnet Mask 255.255.240.0


Number of Subnet Bits 4 bits
Number of Usable Subnets (zero 15 subnets
subnet used)
Number of Host Bits per Subnet 12 bits
Number of Usable Hosts per Subnet 4,094 hosts per subnet

Subnet Address for this IP 171.68.96.0


Address
IP Address of First Host on this 171.68.96.1
Subnet
IP Address of Last Host on this 171.68.111.254
Subnet
Broadcast Address for this Subnet 171.68.111.255

Major Network Information

171.68.99.71 10101011 01000100 01100011 01000111


255.255.0.0 11111111 11111111 00000000 00000000
Network Address
171.68.0.0 10101011 01000100 00000000 00000000

Network Broadcast Address


171.68.255.255 11000000 11000000 11111111 11111111

16 host bits
216 – 2 = 65,536 – 2 = 65,534 hosts

Subnet Information

171.68.99.71 10101011 01000100 01100011 01000111


255.255.240.0 11111111 11111111 11110000 00000000
Subnet Address
171.68.96.0 11000000 11000000 01100000 00000000
First Host of this subnet
171.68.96.1 11000000 11000000 01100000 00000001
Last Host of this subnet
171.68.111.254 11000000 11000000 01101111 11111110
Broadcast of this subnet
171.68.111.255 11000000 11000000 01101111 11111111

Subnets: 4 subnet bits, 24 – 1 = 16 – 1 = 15 subnets


Hosts: 12 host bits, 212 – 2 = 4,096 – 2 = 4,094 hosts per subnet

4
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 5

Host IP Address 217.200.3.219


Major Network Mask 255.255.255.0

Major (Base) Network Address 217.200.3.0


Major Network Broadcast Address 217.200.3.255
Total Number of Host Bits 8 bits
Number of Hosts 254 hosts

Subnet Mask 255.255.255.224


Number of Subnet Bits 3 bits
Number of Usable Subnets (zero 7 subnets
subnet used)
Number of Host Bits per Subnet 5 bits
Number of Usable Hosts per 30 hosts per subnet
Subnet

Subnet Address for this IP 217.200.3.192


Address
IP Address of First Host on this 217.200.3.193
Subnet
IP Address of Last Host on this 217.200.3.222
Subnet
Broadcast Address for this 217.200.3.223
Subnet

Major Network Information

217.200.3.219 11011001 11001000 00000011 11011011


255.255.255.0 11111111 11111111 11111111 00000000
Network Address
217.200.3.0 11011001 11001000 00000011 00000000

Network Broadcast Address


217.200.3.255 11011001 11001000 00000011 11111111

8 host bits
28 – 2 = 256 – 2 = 254 hosts

Subnet Information

217.200.3.219 11011001 11001000 00000011 11011011


255.255.255.224 11111111 11111111 11111111 11100000
Subnet Address
217.200.3.192 11011001 11001000 00000011 11000000
First Host of this subnet
217.200.3.193 11011001 11001000 00000011 11000001
Last Host of this subnet
217.200.3.222 11011001 11001000 00000011 11011110
Broadcast of this subnet
217.200.3.223 11011001 11001000 00000011 11011111

Subnets: 3 subnet bits, 23 – 1 = 8 – 1 = 7 subnets


Hosts: 5 host bits, 25 – 2 = 32 – 2 = 30 hosts per subnet

5
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 1

Host IP Address 172.30.1.33


Major Network Mask 255.255.0.0

Major (Base) Network Address 172.30.0.0


Major Network Broadcast Address 172.30.255.255
Total Number of Host Bits 16 bits
Number of Hosts 65,534 hosts

Subnet Mask 255.255.255.0


Number of Subnet Bits 8 bits
Number of Usable Subnets (zero 255 subnets
subnet used)
Number of Host Bits per Subnet 8 bits
Number of Usable Hosts per Subnet 254 hosts per subnet

Subnet Address for this IP 172.30.1.0


Address
IP Address of First Host on this 172.30.1.0
Subnet
IP Address of Last Host on this 172.30.1.254
Subnet
Broadcast Address for this Subnet 172.30.1.255

Problem 2

Host IP Address 172.30.1.33


Major Network Mask 255.255.255.0

Major (Base) Network Address 172.30.1.0


Major Network Broadcast Address 172.30.1.255
Total Number of Host Bits 254 hosts
Number of Hosts

Subnet Mask 255.255.255.252


Number of Subnet Bits 6 bits
Number of Usable Subnets (zero 63 subnets
subnet used)
Number of Host Bits per Subnet 2 bits
Number of Usable Hosts per 2 hosts per subnet
Subnet

Subnet Address for this IP 172.30.1.32


Address
IP Address of First Host on this 172.30.1.33
Subnet
IP Address of Last Host on this 172.30.1.34
Subnet
Broadcast Address for this 172.30.1.35
Subnet

6
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 3

Host IP Address 192.192.10.234


Major Network Mask 255.255.255.0

Major (Base) Network Address 192.192.10.0


Major Network Broadcast Address 192.192.10.255
Total Number of Host Bits 8 bits
Number of Hosts 254 hosts

Subnet Mask 255.255.255.248


Number of Subnet Bits 5 bits
Number of Usable Subnets (zero 31 subnets
subnet used)
Number of Host Bits per Subnet 3 bits
Number of Usable Hosts per 6 hosts per subnet
Subnet

Subnet Address for this IP 192.192.10.232


Address
IP Address of First Host on this 192.192.10.233
Subnet
IP Address of Last Host on this 192.192.10.238
Subnet
Broadcast Address for this 192.192.10.239
Subnet

Problem 4

Host IP Address 171.68.99.71


Major Network Mask 255.255.0.0

Major (Base) Network Address 171.68.0.0


Major Network Broadcast Address 171.68.255.255
Total Number of Host Bits 16 host bits
Number of Hosts 65,534 hosts

Subnet Mask 255.255.240.0


Number of Subnet Bits 4 bits
Number of Usable Subnets (zero 15 subnets
subnet used)
Number of Host Bits per Subnet 12 bits
Number of Usable Hosts per Subnet 4,094 hosts per subnet

Subnet Address for this IP 171.68.96.0


Address
IP Address of First Host on this 171.68.96.1
Subnet
IP Address of Last Host on this 171.68.111.254
Subnet
Broadcast Address for this Subnet 171.68.111.255

7
Subnetting Asssingment 1 – Solutions
CIS 81 (100 points)

Problem 5

Host IP Address 217.200.3.219


Major Network Mask 255.255.255.0

Major (Base) Network Address 217.200.3.0


Major Network Broadcast Address 217.200.3.255
Total Number of Host Bits 8 bits
Number of Hosts 254 hosts

Subnet Mask 255.255.255.224


Number of Subnet Bits 3 bits
Number of Usable Subnets (zero 7 subnets
subnet used)
Number of Host Bits per Subnet 5 bits
Number of Usable Hosts per 30 hosts per subnet
Subnet

Subnet Address for this IP 217.200.3.192


Address
IP Address of First Host on this 217.200.3.193
Subnet
IP Address of Last Host on this 217.200.3.222
Subnet
Broadcast Address for this 217.200.3.223
Subnet

You might also like