You are on page 1of 21

Task 1

Problem 1
IP address>172.30.1.33
Network Mask>255.255.0.0
Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

172.30.1.33
255.255.0.0
172.30.0.0
172.30.255.255
16
65,534

1.Network address
IP Address

172.30.1.33

Subnet Mask

255.255.0.0

Network Address

172.25.0.0

1010110
0
11111111

0001100
1
11111111

1010110
0

0001100
1

0111001
0
0000000
0
0000000
0

11111010
0000000
0
0000000
0

How to get the binary number for IP Address


172
172/2 = 0

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

The final answer in the binary number


10101100
00011110

00000001

00100001

2.Network broadcast address


How to get a broadcast address :
See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111
IP Address

: 172.30.1.33

Binary

:10101100. 01111000. 01110010. 10000100

Subnet Mask Binary

:11111111.11111111.00000000.00000000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.11111111.11111111
You need to change the number 0 in binary network address into a network broadcast address
to be binary
.
Network broadcast address binary : 10101100.00011001.11111111.11111111
The final answer is:
Network broadcast address

:172.25.255.255

Subnet Mask

:255.255.0.0
.

etwork Address

172

Address Of First Host

172

.
25

.
0

.
25

.
0

Address Of Last Host

172

Broadcast Address

172

.
25

.
255

.
25

254

.
255

255

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .
Using formula of the Possible Host.
= 2^n - 2
= 2^n - 2
= 65536 - 2
= 65534
The final answer for the number of host bits for this IP address is 65534.
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 16
The solution is:32 16 = 16

The number of host in this IP address is 16.

Problem 2
Host IP address

= 172.30.1.33

Network Mask

= 255.255.255.0

Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

172.30.1.33
255.255.255.0
172.30.1.0
172.30.1.255
8
254

1.Network address
IP Address

172.30.1.33

Subnet Mask

255.255.255.
0
172.30.1.0

Network Address

1010110
0
11111111

00011110

1010110
0

00011110

11111111

0000000
1
11111111
0000000
1

0010000
1
0000000
0
0000000
0

How to get the binary number for IP Address


172
172/2 = 0

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/2 = 1

0/2 = 0

0/2 = 0

0/2 = 0

00000001

00100001

The final answer in the binary number


10101100
00011110

2.Network broadcast address


How to get a broadcast address :
See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111
IP Address

: 172.30.1.33

Binary

:10101100.00011110.00000001.00100001

Subnet Mask Binary

:11111111.11111111.11111111.00000000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.00000000.11111111

You need to change the number 0 in binary network address into a network broadcast address
to be binary
Network broadcast address binary : 10101100.00011110.00000001.11111111
The final answer is:
Network broadcast address

:172.30.1.255

Subnet Mask

:255.255.255.0

Network Address

172

Address Of First Host

172

Address Of Last Host

172

Broadcast Address

172

.
30

.
1

.
30

.
1

.
30

.
1

.
30

254

.
1

255

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .
Using formula of the Possible Host.

= 2^n - 2
= 2^8 - 2
= 256 - 2
= 254
The final answer for the number of host bits for this IP address is 256.
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 24
The solution is :32 24 = 8
The number of host in this IP address is 8.

Problem 3
Host IP address

:192.168.10.234

Network Mask

:255.255.255.0

Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

192.168.10.234
255.255.255.0
192.168.10.0
192.168.10.255
8
254

1.Network address
IP Address
Subnet Mask

192.168.10.23
4
255.255.255.0

1110000
0
11111111

1010100
0
11111111

0000101
0
11111111

Network Address

192.168.10.0

1110000
0

1010100
0

0000101
0

1110101
0
0000000
0
0000000
0

How to get the binary number for IP Address


192
192/2 = 0

168
168/2 = 0

10
10/2 = 0

234
234/2 = 0

96/2 = 0

84/2 = 0

5/2 = 1

117/2 = 1

48/2 = 0

42/2 = 0

2/2 = 0

58/2 = 0

24/2 = 0

21/2 = 1

1/2 = 1

29/2 = 1

12/2 = 0

10/2 = 0

0/2 = 0

14/2 = 0

6/2 = 1

5/2 = 1

0/2 = 0

7/2 = 1

3/2 = 1

2/2 = 0

0/2 = 0

3/2 = 1

1/2 = 1

1/2 = 1

0/2 = 0

1/2 = 1

00001010

11101010

The final answer in the binary number


11100000
10101000

2.Network broadcast address


How to get a broadcast address :
See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111
IP Address

: 192.168.10.234

Binary

:11100000.10101000.00001010.11101010

Subnet Mask Binary

:11111111.11111111.11111111.00000000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.00000000.11111111
You need to change the number 0 in binary network address into a network broadcast address
to be binary
Network broadcast address binary : 11100000.10101000.00001010.11111111

The final answer is:


Network broadcast address

:192.168.10.255

Subnet Mask

:255.255.255.0
.

Network Address

192

Address Of First Host

192

Address Of Last Host

192

Broadcast Address

192

.
168

.
10

.
168

.
10

.
168

.
10

.
168

254

.
10

255

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .
Using formula of the Possible Host.
= 2^n - 2
= 2^8 - 2
= 256 - 2

= 254
The final answer for the number of host bits for this IP address is 256.
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 24
The solution is:32 24 = 8
The number of host in this IP address is 8.

Problem 4
Host IP address

:172.17.99.71

Network Mask

:255.255.0.0

Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

1.Network address

172.17.99.71
255.255.0.0
192.17.0.0
192.168.255.255
16
65,534

IP Address

172.17.99.71

Subnet Mask

255.255.0.0

Network Address

172.17.0.0

1010110
0
11111111

0001000
1
11111111

1010110
0

0001000
1

0110001
1
0000000
0
0000000
0

0100011
1
0000000
0
0000000
0

How to get the binary number for IP Address


172
172/2 = 0

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/2 = 1

0/2 = 0

0/2 = 0

0/2 = 0

01100011

01000111

The final answer in the binary number


10101100
00010001

2.Network broadcast address

How to get a broadcast address :


See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111
IP Address

: 172.17.99.71

Binary

:10101100.00010001.01100011.01000111

Subnet Mask Binary

:11111111.11111111.00000000.00000000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.11111111.11111111
You need to change the number 0 in binary network address into a network broadcast address
to be binary
Network broadcast address binary : 10101100.00010001.11111111.11111111
The final answer is:
Network broadcast address

:172.17.255.255

Subnet Mask

:255.255.0.0
.

Network Address

172

Address Of First Host

172

Address Of Last Host

172

Broadcast Address

172

.
17

.
0

.
17

.
0

.
17

.
255

.
17

254

.
255

255

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .
Using formula of the Possible Host.
= 2^n - 2
= 2^16 - 2
= 65536 - 2
= 65534
The final answer for the number of host bits for this IP address is 65534.
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 16
The solution is:32 16 = 16
The number of host in this IP address is 16.

Problem 5

Host IP Address

:192.168.3.219

Net Mask

:255.255.0.0

Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

192.168.3.219
255.255.0.0
192.168.0.0
192.168.255.255
16
65,534

1.Network address
IP Address

11101100

Subnet Mask

192.168.3.21
9
255.255.0.0

Network Address

192.168.0.0

11101100

11111111

0010100
0
11111111
0010100
0

0000001
1
0000000
0
0000000
0

11011011
0000000
0
0000000
0

How to get the binary number for IP Address


192
192/2 = 0

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 = 1

42/2 = 0

0/2 = 0

54/2 = 0

24/2 = 1

21/2 = 1

0/2 = 0

27/2 = 1

12/2 = 0

10/2 = 0

0/2 = 0

13/2 = 1

6/2 = 1

5/2 = 1

0/2 = 0

6/2 = 0

3/2 = 1

2/2 = 0

0/2 = 0

3/2 = 1

1/2 = 1

1/2 = 0

0/2 = 0

1/2 = 1

00000011

11011011

The final answer in the binary number


11101100
00101000

2.Network broadcast address


How to get a broadcast address :
See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111:
IP Address
:192.168.3.219
Binary

:11101100.00101000.00000011.11011011

Subnet Mask Binary

:11111111.11111111.00000000.00000000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.11111111.11111111
You need to change the number 0 in binary network address into a network broadcast address
to be binary
Network broadcast address binary : 10101100.00010001.11111111.11111111
The final answer is:
Network broadcast address

:192.168.255.255

Subnet Mask

:255.255.0.0
.

Network Address

192

Address Of First Host

192

.
168

.
0

.
168

.
0

Address Of Last Host

192

Broadcast Address

192

.
168

.
255

.
168

254

.
255

255

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .
Using formula of the Possible Host.
= 2^n - 2
= 2^16 - 2
= 65536 - 2
= 65534
The final answer for the number of host bits for this IP address is 65534.
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 16
The solution is:32 16 = 16

The number of host in this IP address is 16.

Problem 6
Host IP address

:192.168.3.219

Net Mask

:255.255.255.224

Find
Host IP Address
Network Mask
Network Address
Network Broadcast Address
Total Number of Host Bits
Number of Hosts

192.168.3.219
255.255.225.224
192.168.3.192
192.168.3.223
5
30

1.Network address
IP Address

192.168.3.219

Subnet Mask

255.255.255.22
4
192.168.3.192

Network Address

1110110
0
11111111

0010100
0
11111111

0000001
1
11111111

1110110
0

0010100
0

0000001
1

1101101
1
1110000
0
1100000
0

How to get the binary number for IP Address


192
192/2 = 0

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 = 1

42/2 = 0

0/2 = 0

54/2 = 0

24/2 = 1

21/2 = 1

0/2 = 0

27/2 = 1

12/2 = 0

10/2 = 0

0/2 = 0

13/2 = 1

6/2 = 1

5/2 = 1

0/2 = 0

6/2 = 0

3/2 = 1

2/2 = 0

0/2 = 0

3/2 = 1

1/2 = 1

1/2 = 0

0/2 = 0

1/2 = 1

00000011

11011011

The final answer in the binary number


11101100
00101000

2.Network broadcast address


How to get a broadcast address :
See Decision binary IP address and subnet mask , Focusing Search to Subnet , turn on all
Grade Subnet 1 Becoming 0 and 0 Become obtained 1.Until
00000000.00000000.00001111.11111111
IP Address

:192.168.3.219

Binary

:11101100.00101000.00000011.11011011

Subnet Mask Binary

:11111111.11111111.11111111.11100000

Need to change your number 1 to number 0 Search and Search 0 to 1 , so you 'll get the broad
cast binaries .
Broadcast Binary :00000000.00000000.00000000.00011111

You need to change the number 0 in binary network address into a network broadcast address
to be binary
Network broadcast address binary : 11101100.00101000.00000011.11011111
The final answer is:
Network broadcast address

:192.168.3.223

Subnet Mask

:255.255.255.224
.

Network Address

192

Address Of First Host

192

Address Of Last Host

192

Broadcast Address

192

.
168

.
3

.
168

.
3

.
168

193

.
3

.
168

192

222

.
3

223

3.Total number of host bits


To find the total number of host bits, you must use the formula in the IP address that is
Possible Host.
Formula of the Possible Host:
2^n - 2
how n is the number of host bits , so to find the number of host bits in the IP address of this
solution is like this .

Using formula of the Possible Host.


= 2^n - 2
= 2^5 - 2
= 32 - 2
= 30
The final answer for the number of host bits for this IP address is 30
4. Number of Host
To find the total number of the host,you just substract the number of bits in the IP
address with the number of host bits.
Number of bits in IP address = 32
Number of host bits = 27
The solution is:32 27 = 5
The number of host in this IP address is 5.

You might also like