Task 2
Task 2
Problem 1
Host IP address
:172.30.1.33
Subnet Mask
:255.255.255.0
Find
1.Number of Subnets Bits
To find the number of subnet bits,first you need to change the subnet
mask number to the binary number like this:
Subnet Mask number
:255.255.255.0
: 32
172.30.1.3
3
255.255.2
55.0
172.30.1.0
101011
00
111111
11
101011
00
000111
10
111111
11
000111
10
000000
01
111111
11
000000
01
001000
01
000000
00
000000
00
30
30/2=0
1
1/2= 1
33
33/2= 1
86/2 = 0
15/2=1
0/2= 0
16/2= 0
43/2 = 1
7/2= 1
0/2= 0
8/2= 0
21/2 = 1
3/2= 1
0/2= 0
4/2= 0
10/2 = 0
1/2= 1
0/2= 0
2/2= 0
5/2 = 1
0/2= 0
0/2= 0
1/2= 1
2/2 = 0
0/2= 0
0/2= 0
0/2= 0
=1
0/2= 0
0/2= 0
0/2= 0
00100001
: 172.30.1.33
:10101100.00011110.00000001.00100001
:11111111.11111111.11111111.00000000
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.00000000.11111111
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
10101100.00011110.00000001.11111111
So, the final answer is:
Network broadcast address
Subnet Mask
:172.30.1.255
:255.255.255.0.
Problem 2
Host IP address :172.30.1.33
Subnet Mask
:255.255.255.252
Find
1.Number of Subnets Bits
To find the number of subnet bits,first you need to change the subnet
mask number to the binary number like this:
Subnet Mask number
:255.255.255.252
: 32
172.30.1.33
Subnet Mask
Network
Address
10101
100
255.255.255 11111
.252
111
172.30.1.32 10101
100
00011
110
11111
111
00011
110
00000
001
11111
111
00000
001
00100
001
11111
100
00100
000
30
30/2=0
1
1/2= 1
33
33/2= 1
86/2 = 0
15/2=1
0/2= 0
16/2= 0
43/2 = 1
7/2= 1
0/2= 0
8/2= 0
21/2 = 1
3/2= 1
0/2= 0
4/2= 0
10/2 = 0
1/2= 1
0/2= 0
2/2= 0
5/2 = 1
0/2= 0
0/2= 0
1/2= 1
2/2 = 0
0/2= 0
0/2= 0
0/2= 0
=1
0/2= 0
0/2= 0
0/2= 0
00100001
: 172.30.1.33
:10101100.00011110.00000001.00100001
:11111111.11111111.11111111.11111100
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.00000000.00000011
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
10101100.00011110.00000001.00100011
So, the final answer is:
Network broadcast address
Subnet Mask
:172.30.1.35
:255.255.255.252
Problem 3
Host IP address :192.192.10.234
Subnet Mask
:255.255.255.0
Find
1.Number of Subnets Bits
To find the number of subnet bits,first you need to change the subnet
mask number to the binary number like this:
Subnet Mask number
:255.255.255.0
: 32
=2x2x2x2x2x2x2x2
=256
So the final answer for the number of subnets is 256.
192.192.10
.234
255.255.25
5.0
192.192.10
.0
110000
00
111111
11
110000
00
110000
00
111111
11
110000
00
000010
10
111111
11
000010
10
111010
10
000000
00
000000
00
192
192/2 = 0
10
10/2= 0
234
234/2= 0
96/2 = 0
96/2 = 0
5/2= 1
117/2= 1
48/2 = 0
48/2 = 0
2/2= 0
58/2= 0
24/2 = 0
24/2 = 0
1/2= 1
29/2= 1
12/2 = 0
12/2 = 0
0/2= 0
14/2= 0
6/2 = 0
6/2 = 0
0/2= 0
7/2= 1
3/2 = 1
3/2 = 1
0/2= 0
3/2= 1
=1
=1
0/2= 0
1/2= 1
11101010
: 192.192.10.234
:11000000.11000000.00001010.11101010
:11111111.11111111.11111111.00000000
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.00000000.11111111
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
11000000.11000000.00001010.11111111
So, the final answer is:
Network broadcast address
Subnet Mask
:192.192.10.255
:255.255.255.0.
Problem 4
Host IP address :172.17.99.71
Subnet Mask
:255.255.0.0
:255.255.0.0
: 32
To find the number of subnets you just multiply the number of subnets bits
with 2 like this:
= 216
=2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2
=65536
So the final answer for the number of subnets is 65536.
172.17.99.
71
255.255.0.
0
172.17.0.0
101011
00
111111
11
101011
00
000100
01
111111
11
000100
01
011000
11
000000
00
000000
00
010001
11
000000
00
000000
00
17
17/2 = 1
99
99/2= 1
71
71/2= 1
86/2 = 0
8/2 = 0
49/2= 1
35/2= 1
43/2 = 1
4/2 = 0
24/2= 0
17/2= 1
21/2 = 1
2/2 = 0
12/2= 0
8/2= 0
10/2 = 0
1/2 = 1
6/2= 0
4/2= 0
5/2 = 1
0/2 = 0
3/2= 1
2/2= 0
2/2 = 0
0/2 = 0
1/2= 1
1/2= 1
=1
0/2 = 0
0/2= 0
0/2= 0
01000111
: 172.17.99.71
:10101100.00100001.01100011.01000111
:11111111.11111111.00000000.00000000
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.11111111.11111111
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
10101100.00100001.11111111.11111111
:172.17.255.255
:255.255.0.0.
Problem 5
Host IP address :192.168.3.219
Subnet Mask
:255.255.255.0
Find
1.Number of Subnets Bits
To find the number of subnet bits,first you need to change the subnet
mask number to the binary number like this:
Subnet Mask number
:255.255.255.0
: 32
= 254
So,the final answer for the number of host bits for this IP address is 254.
192.168.3.
219
255.255.2
55.0
192.168.3.
0
110000
00
111111
11
110000
00
101010
00
111111
11
101010
00
000000
11
111111
11
000000
11
110110
11
000000
00
000000
00
168
168/2 = 0
3
3/2= 1
219
219/2= 1
96/2 = 0
84/2 = 0
1/2= 1
109/2= 1
48/2 = 0
42/2 = 0
0/2= 0
54/2= 0
24/2 = 0
21/2 = 1
0/2= 0
27/2= 1
12/2 = 0
10/2 = 0
0/2= 0
13/2= 1
6/2 = 0
5/2 = 1
0/2= 0
6/2= 0
3/2 = 1
2/2 = 0
0/2= 0
3/2= 1
=1
1/2 = 1
0/2= 0
1/2= 1
11011011
: 192.168.3.219
:11000000.10101000.00000011.11011011
:11111111.11111111.11111111.00000000
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.00000000.11111111
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
11000000.10101000.00000011.11111111
So, the final answer is:
Network broadcast address
Subnet Mask
:192.168.3.255
:255.255.255.0.
Problem 6
Host IP address
:192.168.3.219
Subnet Mask
:255.255.255.252
Find
1.Number of Subnets Bits
To find the number of subnet bits,first you need to change the subnet
mask number to the binary number like this:
Subnet Mask number
:255.255.255.0
After that,you must count number 1 in the subnet mask binary number
and then you need to substract with the total number of the binary like
this:
Solution:
Total of number 1 in the subnet mask binary number : 30
Total number of the subnet mask binary
: 32
192.168.3.2
19
255.255.255
.252
192.168.3.2
16
11000
000
11111
111
11000
000
10101
000
11111
111
10101
000
00000
011
11111
111
00000
011
11011
011
11111
100
11011
000
168
168/2 = 0
3
3/2= 1
219
219/2= 1
96/2 = 0
84/2 = 0
1/2= 1
109/2= 1
48/2 = 0
42/2 = 0
0/2= 0
54/2= 0
24/2 = 0
21/2 = 1
0/2= 0
27/2= 1
12/2 = 0
10/2 = 0
0/2= 0
13/2= 1
6/2 = 0
5/2 = 1
0/2= 0
6/2= 0
3/2 = 1
2/2 = 0
0/2= 0
3/2= 1
=1
1/2 = 1
0/2= 0
1/2= 1
11011011
: 192.168.3.219
:11000000.10101000.00000011.11011011
:11111111.11111111.11111111.11111100
After that,you must convert the number 1 to 0 and number 0 to 1,so you
will get the broad cast binary.
Broadcast Binary
:00000000.00000000.00000000.00000011
Then,you must convert the number 0 in the network address binary into
1 to become the network broadcast address binary.
Network broadcast address binary :
11000000.10101000.00000011.11011011
So, the final answer is:
Network broadcast address
Subnet Mask
:192.168.3.219
:255.255.255.252